Paltech Interview Experience (2024) | Software Engineer On-Campus

Last Updated : 2 Sep, 2024

There are four rounds-Aptitude, Paper-Based Coding, Technical rounds, and HR rounds.

1) Aptitude Round

20 questions 25 minutes time limit and 5 pseudo codes in c language.

2) Paper Coding Round

  • 1st question: (https://leetcode.com/problems/reorganize-string/description/) (Time allowed:30 minutes to 1 hour).
  • 2nd question: Some Pattern-based Questions.

7******7
75***57
753*357
7531357
753*357
75***57
7*****7(30 minutes)

I solved both questions and explained the interviewer. They Want Only Optimized Codes.

3) Techincal round

Coding round: https://www.geeksforgeeks.org/problems/largest-subarray-with-0-sum/1 (I only provided brute force).

After solving the problem, The interviewer asks for HTML, CSS, and JS. It is almost technical covering SQL, loops etc.

Windows vs Ubuntu, Class Vs Interface, OOP Concepts, CSS Selectors, JS questions like let, var, and Mongodb questions.

One SQL question to find the 5th highest salary in the table.

Your CGPA also plays a vital role. The interviewer also asked about my EAMCET rank. If you have more than 9 CGPA and solved three coding questions. You have a high chance Of Selection.

4) HR Round

Not Selected

OutComes:

1) As Interviewer didn't ask for optimal,I didn't write the optimal code.He thought I did not know the solution. But Always write only the OPTIMIZED code only OPTIMIZED CODE.

PRACTISE:
some more problems to practise:

1)maximum sum circular array

2)combination-sum-iv

Comment