Aller au contenuAller au pied de page
  • Emplois
  • Entreprises
  • Salaires
  • Pour les employeurs

      Boostez votre carrière

      Découvrez votre salaire potentiel, décrochez des emplois de rêve et partagez vos témoignages de manière anonyme.

      employer cover photo
      employer logo
      employer logo

      PalTech

      Employeur impliqué

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur PalTech | Offres d’emploi chez PalTech | Salaires chez PalTech | Avantages sociaux chez PalTech
      Entretiens chez PalTechEntretiens d’embauche pour Associate Software Engineer chez PalTechEntretien chez PalTech


      Glassdoor

      • À propos
      • Récompenses
      • Blog
      • Nous contacter
      • Guides

      Employeurs

      • Compte employeur gratuit
      • Centre employeur
      • Blog pour les employeurs

      Informations

      • Aide
      • Règles de la communauté
      • Conditions d'utilisation
      • Confidentialité et choix publicitaires
      • Ne pas vendre ni partager mes informations
      • Outil de consentement aux cookies

      Travailler avec nous

      • Annonceurs
      • Carrières
      Télécharger l'application

      • Parcourir par :
      • Entreprises
      • Emplois
      • Lieux

      Copyright © 2008-2026. Glassdoor LLC. « Glassdoor », son logo, « Worklife Pro » et « Bowls » sont des marques déposées de Glassdoor LLC.

      Entreprises suivies

      Tenez-vous au courant des dernières opportunités et profitez de conseils d’initiés en suivant les entreprises de vos rêves.

      Recherche d’emplois

      Obtenez des recommandations et des mises à jour personnalisées en démarrant vos recherches.

      Entretien pour Associate Software Engineer

      11 oct. 2025
      Employé (anonyme)
      Guntūr
      Offre acceptée
      Expérience positive
      Entretien moyen

      Candidature

      J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 2 jours. J'ai passé un entretien chez PalTech (Guntūr) en sept. 2025

      Entretien

      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.

      Questions d'entretien [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.
      Répondre à cette question

      Autres retours d’entretien d’embauche pour un poste comme Associate Software Engineer chez PalTech

      Entretien pour Associate Software Engineer

      7 oct. 2025
      Candidat à l'entretien anonyme
      Hyderâbâd
      Aucune offre
      Expérience neutre
      Entretien moyen

      Candidature

      J'ai passé un entretien chez PalTech (Hyderâbâd)

      Entretien

      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. .

      Questions d'entretien [1]

      Question 1

      Walk me through your resume
      Répondre à cette question

      Entretien pour Associate Software Engineer

      20 sept. 2025
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience positive
      Entretien moyen

      Candidature

      J'ai postulé via un établissement d'enseignement supérieur ou universitaire. J'ai passé un entretien chez PalTech

      Entretien

      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.

      Questions d'entretien [1]

      Question 1

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

      Entretien pour Associate Software Engineer

      20 sept. 2025
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience neutre
      Entretien moyen

      Candidature

      J'ai passé un entretien chez PalTech

      Entretien

      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.

      Meilleures entreprises pour « Rémunération et avantages » près de chez vous

      avatar
      Kapsch
      3.5★Rémunération et avantages
      avatar
      Siemens Digital Industries Software
      3.7★Rémunération et avantages
      avatar
      Visma
      3.8★Rémunération et avantages
      avatar
      Flux IT
      3.6★Rémunération et avantages