Passa al contenutoPassa al piè di pagina
  • Lavori
  • Aziende
  • Stipendi
  • Per le aziende

      Migliora la tua carriera

      Scopri le tue potenzialità di guadagno, trova lavori da sogno e condividi approfondimenti su lavoro e vita privata in forma anonima.

      employer cover photo
      employer logo
      employer logo

      PalTech

      Azienda coinvolta

      Circa
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su PalTech | Offerte di lavoro di PalTech | Stipendi di PalTech | Benefit di PalTech
      Colloqui di PalTechColloqui per Associate Software Engineer presso PalTechColloquio di PalTech


      Glassdoor

      • Chi siamo
      • Contattaci

      Aziende

      • Account Business gratuito
      • Spazio per le aziende
      • Blog per le aziende

      Informazioni

      • Aiuto
      • Linee guida
      • Condizioni d'uso
      • Privacy e scelte pubblicitarie
      • Non vendere né condividere le mie informazioni
      • Strumento per l'accettazione dei cookie

      Lavora con noi

      • Inserzionisti
      • Carriere
      Scarica l'app

      • Cerca:
      • Aziende
      • Lavori
      • Località

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" e il relativo logo sono marchi registrati di Glassdoor LLC.

      Aziende seguite

      Non lasciarti sfuggire opportunità e informazioni privilegiate seguendo le aziende dove vorresti lavorare.

      Ricerche di lavoro

      Ricevi suggerimenti e aggiornamenti personalizzati avviando le tue ricerche.

      Colloquio per Associate Software Engineer

      11 ott 2025
      Dipendente anonimo
      Guntūr
      Offerta accettata
      Esperienza positiva
      Colloquio nella media

      Candidatura

      Ho presentato la mia candidatura tramite l'università. La procedura ha richiesto 2 giorni. Ho sostenuto un colloquio presso PalTech (Guntūr) nel mese di set 2025

      Colloquio

      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.

      Domande di colloquio [1]

      Domanda 1

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

      Altre recensioni di colloqui per Associate Software Engineer presso PalTech

      Colloquio per Associate Software Engineer

      7 ott 2025
      Candidato anonimo a colloquio
      Hyderabad
      Nessuna offerta
      Esperienza neutra
      Colloquio nella media

      Candidatura

      Ho sostenuto un colloquio presso PalTech (Hyderabad)

      Colloquio

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

      Domande di colloquio [1]

      Domanda 1

      Walk me through your resume
      Rispondi alla domanda

      Colloquio per Associate Software Engineer

      20 set 2025
      Candidato anonimo a colloquio
      Nessuna offerta
      Esperienza positiva
      Colloquio nella media

      Candidatura

      Ho presentato la mia candidatura tramite l'università. Ho sostenuto un colloquio presso PalTech

      Colloquio

      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.

      Domande di colloquio [1]

      Domanda 1

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

      Colloquio per Associate Software Engineer

      20 set 2025
      Candidato anonimo a colloquio
      Nessuna offerta
      Esperienza neutra
      Colloquio nella media

      Candidatura

      Ho sostenuto un colloquio presso PalTech

      Colloquio

      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.

      Le migliori aziende per "stipendio e benefit" vicino a te

      avatar
      AnyVan
      4.0★Stipendio e benefit