Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      PalTech

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: PalTech reviews | PalTech jobs | PalTech salaries | PalTech benefits
      PalTech interviewsPalTech Associate Software Engineer interviewsPalTech interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Centre
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy and Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" and logo are proprietary trademarks of Glassdoor LLC.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalised job recommendations and updates by starting your searches.

      Associate Software Engineer Interview

      Oct 11, 2025
      Anonymous employee
      Guntūr
      Accepted offer
      Positive experience
      Average interview

      Application

      I applied through university. The process took 2 days. I interviewed at PalTech (Guntūr) in Sep 2025

      Interview

      Round 1: Online Assessment Total Questions: 30 (25 Aptitude + 5 Coding MCQs) Time Limit: 25 minutes | Marking: +1 for correct, -0.5 for wrong Aptitude Topics: Boats & Streams, Trains, Profit & Loss, SI & CI, Time & Work, Calendars, Blood Relations, Directions, P&C, Number System Coding Topics: Output-based MCQs on Recursion (Fibonacci), Binary Tree Traversals, Sorting (Bubble Sort loops), etc. Difficulty Level: Easy to Medium Key Focus: Speed, accuracy, and quick code tracing We can switch sections i.e from aptitude to coding mcqs section & vice versa Round 2: Technical Round Round 2 was an on-paper coding round with 2/3 questions. Each question is an elimination question, and no built-in functions were allowed. The first question gave a list of string pairs [[a, b], [a, b], ...], and we had to check if each pair could be made anagrams by removing at most one character from either string, I solved it by writing a custom frequency counter using arrays, compared character counts manually, and handled cases based on string lengths (equal, +1, -1). The second question involved finding the number of unique pairs (x, y) in a sorted array such that |x - y| = k, I implemented a two-pointer approach, carefully skipping duplicates to ensure uniqueness, and handled edge cases without extra space. Each solution had to be optimal and well-explained, otherwise participants were eliminated on the spot. The round mainly tested our ability to write efficient logic from scratch, avoid built-ins, and think clearly under pressure. This round mainly focused on topics like arrays, strings & thier patterns, Dynamic programming, backtracking in rare case. Round 3: Technical Round After qualifying Round 2, we appeared for the Technical Interview (~50 minutes duration). Self-introduction was the first step, followed by questions based on the resume. SQL Questions: Find the 3rd highest salary. Retrieve the highest salary in each department. Count number of records in a table without using COUNT() function. Fetch records where employee names start with ‘S’. DBMS: Explain ACID properties with real-life examples and definitions. Discuss normal forms and the process of normalization. Operating Systems: What is a deadlock? Explain a real-life scenario causing deadlock. Computer Networks: Explain layers in OSI and TCP/IP models. Differences between IPv4 and IPv6. Write an example of an IPv6 address. Questions on FTP and email protocols. Logical Question: Two candles each burn for 1 hour. How to measure exactly 45 minutes in a dark room without any stopwatch? Java Questions: Concepts of overriding, inheritance, object references, abstraction, and abstract methods. Asked to write sample code demonstrating these concepts. HTML & CSS Questions: Basics like types of CSS, input type for password (hidden with dots), form evaluation techniques. JavaScript Questions: Topics including async, promises, setTimeout, varargs, arrow functions, and form validation. React (Project-based): Questions about project on books management, state management, component types, hooks like useState, useMemo, useRef. Explained SPA, virtual DOM vs normal DOM concepts. AI/ML (Project-based): Questions on YOLOv8 project, challenges faced, and training methodology. Chatbot also Round 4: HR Round The HR round was part of the technical interview and shifted into casual, personality-based questions. I was asked about my hometown, why it's famous, what places I would recommend visiting, and its specialties. Since I mentioned interest in AI/ML, I was asked if I’d be open to working on full stack projects as well. They asked about the latest movie I watched in theatres. Also asked about my favorite web series and why I liked it. These questions seemed to be focused more on testing communication skills and overall confidence.

      Interview questions [1]

      Question 1

      Since I mentioned interest in AI/ML, I was asked if I’d be open to working on full stack projects as well.
      Answer question

      Other Associate Software Engineer interview reviews for PalTech

      Associate Software Engineer Interview

      Oct 7, 2025
      Anonymous interview candidate
      Hyderābād
      No offer
      Neutral experience
      Average interview

      Application

      I interviewed at PalTech (Hyderābād)

      Interview

      Aptitude round consists of easy level questions along with some pseudo codes. Technical round is difficult among the whole process with time limit. This is also an elimination round. .

      Interview questions [1]

      Question 1

      Walk me through your resume
      Answer question

      Associate Software Engineer Interview

      Sep 20, 2025
      Anonymous interview candidate
      No offer
      Positive experience
      Average interview

      Application

      I applied through university. I interviewed at PalTech

      Interview

      Round 1: Online or aptitude test This round evaluates your general problem-solving, logical reasoning, and basic coding skills through multiple-choice questions and short code snippets. Aptitude questions: Cover topics such as logical reasoning, time and distance, work, and probability. Pseudocode test: Assesses your ability to understand and interpret algorithms and program logic. For some roles, this might involve writing C-based pseudocode. Round 2: Written or advanced coding test Candidates are given coding problems to solve, often without access to a computer. The focus is on implementing sound logic and optimized solutions. Problem types: Frequently involve data structures and algorithms, such as finding the maximum subarray sum, implementing a queue with two stacks, or printing a matrix in spiral order. Optimization: Interviewers often seek the most optimized solution. Be prepared to discuss complexity (e.g., from an O(n²) to a dynamic programming or sliding window approach). Round 3: Technical interview The technical rounds are conversational and test your in-depth knowledge of core computer science concepts and your specific technology stack. Resume discussion: Expect deep questions about your projects, including the architecture, technologies used, and challenges you overcame. Core concepts: Interviewers cover foundational topics like: OOP: Principles such as inheritance, polymorphism, and encapsulation. DBMS: SQL queries (e.g., for the nth highest salary), indexing, and normalization. Operating systems: Concepts like process management, memory management, and synchronization. Web development: Questions on your specific area, such as front-end (JavaScript, React) or back-end (Python, .NET). Confidence is key: Interviewers are also assessing your attitude and logical thinking. It is acceptable to admit you don't know an answer, but you should show a willingness to learn. Round 4: HR or Director interview The final round typically covers behavioral and company-fit questions. Standard HR questions: "Tell me about yourself," "Why do you want to join Pal Tech?," and "Where do you see yourself in five years?". Behavioral questions: Probe into how you handle challenges and make technical decisions. Salary discussion: For experienced candidates, this round may also include salary negotiation.

      Interview questions [1]

      Question 1

      write a SQL query to find the Nth highest salary from an Employee table.
      1 Answer

      Associate Software Engineer Interview

      Sep 20, 2025
      Anonymous interview candidate
      No offer
      Neutral experience
      Average interview

      Application

      I interviewed at PalTech

      Interview

      The job interview process involves several stages, starting from screening resumes to initial interviews (often phone or video), potentially followed by skills assessments and more in-depth panel or behavioral interviews. It concludes with the interviewer gathering information to make a decision, followed by a background check and a final job offer for the selected candidate. Throughout the process, a balanced exchange of information occurs, where candidates learn about the role and company, and the company assesses the candidate's skills and cultural fit.

      Top companies for "Compensation and Benefits" near you

      avatar
      Lightspeed
      3.6★Compensation and benefits
      avatar
      Yardi Systems
      3.8★Compensation and benefits
      avatar
      Clio
      3.5★Compensation and benefits
      avatar
      Vena Solutions
      3.9★Compensation and benefits

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.