PalTech Interview Experience November 2024

Last Updated : 15 Nov, 2024

Paltech visited our campus in November 2024 for recruitment. The selection process included multiple rounds designed to assess aptitude, coding, technical knowledge, and personal traits. Here’s a detailed breakdown of my experience:

Round 1: Online Assessment

This round included:

  • 20 Aptitude Questions:
    • Time Limit: 25 minutes.
    • Marking Scheme: +1 for a correct answer, -0.5 for a wrong answer.
    • Topics: Questions included Assertion and Reasoning, Time and Work, and Logical Reasoning. It’s better to prioritize Assertion and Reasoning questions as they are quicker to solve.
  • 5 C Language Pseudo Codes:
    • Time Limit: 5 minutes.
    • Topics: Focused on pointers, which were relatively straightforward.

Key Tip: Attempt pseudo-code questions first, as they are quicker and scoring.

Out of 337 candidates, 49 qualified for the next round.

Round 2: Paper-Based Coding

This round required us to:

  • Write code on paper for the displayed questions.
  • Explain the logic to evaluators.
  • Elimination occurred after each coding task.

Questions:

  1. Find Pivot Index
  2. The rank of a String in Lexicographical Order
    • Input: "cba"
    • Output: 6
    • Explanation:
      All permutations of the string arranged lexicographically:
      1. abc
      2. acb
      3. bac
      4. bca
      5. cab
      6. cba

Key Tip: If you are proficient in Data Structures and Algorithms, this round will be easy.

Out of 49 participants, 20 cleared this round.

Round 3: Technical Interview

The interviewer was friendly and created a comfortable environment. The key was to answer confidently and admit if you didn’t know an answer. They focused heavily on your willingness to learn.

Questions Asked:

  1. Query to display names of employees with the nth highest salary in SQL.
  2. CSS Selectors and Combinators.
  3. CSS Inline Elements and their usage.
  4. Structure and importance of the <body> tag in HTML.
  5. How to access variables from a private class in Java.
  6. Static Keyword: Importance and use.
  7. Why do we use Getter and Setter methods in Java?
  8. A detailed explanation of my project:
    • Followed by project-related questions.
  9. Types of Joins in SQL.
  10. SQL Constraints:
    • Types of constraints enforced on a table.
  11. Method Overloading vs Method Overriding in Java.
  12. In how many ways can you style an HTML element? (CSS inline, internal, and external).

The interviewer also asked additional questions that I couldn’t recall fully but were aligned with web development and database topics.

Out of 20 participants, 15 cleared this round.

Round 4: HR Interview

This was the final round and included a mix of technical and behavioral questions.

Questions Asked:

  1. Self-introduction.
  2. Family background.
  3. What is Multithreading, and how is it used?
  4. What is a Page Fault, and explain Paging Techniques.
  5. How to swap contents between Primary and Secondary Memory.
  6. Why do you want to join Paltech?
  7. Despite having a good EAMCET Rank, why did you choose this college?

Key Tip: Be honest and confident in your answers, and convey your willingness to learn and grow within the company.

Verdict

Finally, 8 candidates were selected, and I was fortunate to be one of them.

Interview Tips

  1. Be Honest: Do not lie about skills or knowledge on your resume.
  2. Stay Confident: If you don’t know an answer, admit it, but show a willingness to learn.
  3. Clarify Questions: Don’t hesitate to ask for clarification if the question isn’t clear.
Comment