Ir para o conteúdoIr para a pasta
  • Vagas
  • Empresas
  • Salários
  • Para empresas

      Avance em sua carreira

      Descubra qual pode ser seu salário, conquiste a vaga dos seus sonhos e compartilhe insights de qualidade de vida com sigilo.

      employer cover photo
      employer logo
      employer logo

      PalTech

      Empresa engajada

      Sobre
      Avaliações
      Remuneração e benefícios
      Vagas
      Entrevistas
      Entrevistas
      Buscas relacionadas: Avaliações da empresa PalTech | Vagas da empresa PalTech | Salários da empresa PalTech | Benefícios da empresa PalTech
      Entrevistas da empresa PalTechEntrevistas do cargo de Associate Software Engineer da empresa PalTechEntrevista da empresa PalTech


      Glassdoor

      • Sobre
      • Prêmios
      • Blog
      • Fale conosco

      Empresas

      • Conta gratuita de empresa
      • Área da empresa
      • Blog para empresas

      Informações

      • Ajuda
      • Regras da Comunidade
      • Termos de Uso
      • Privacidade e opções de anúncios
      • Não venda nem compartilhe minhas informações
      • Ferramenta de consentimento de uso de cookies

      Trabalhe conosco

      • Anunciantes
      • Carreiras
      Baixe o aplicativo:

      • Busque por:
      • Empresas
      • Vagas
      • Localizações

      Copyright © 2008-2026. Glassdoor LLC. “Glassdoor”, “Worklife Pro”, “Bowls” e o logotipo do Glassdoor são marcas comerciais pertencentes à Glassdoor LLC.

      Empresas seguidas

      Fique por dentro de todas as oportunidades e dicas internas seguindo as empresas de seus sonhos.

      Entrevista para Associate Software Engineer

      11 de out. de 2025
      Funcionário(a) sigiloso(a)
      Guntūr
      Oferta aceita
      Experiência positiva
      Entrevista com nível médio de dificuldade

      Candidatura

      Candidatei-me por meio de uma faculdade ou universidade. O processo levou 2 dias. Fui entrevistado pela PalTech (Guntūr) em set. de 2025

      Entrevista

      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.

      Perguntas de entrevista [1]

      Pergunta 1

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

      Outras avaliações de entrevista de vagas de Associate Software Engineer da empresa PalTech

      Entrevista para Associate Software Engineer

      7 de out. de 2025
      Candidato(a) sigiloso(a) à entrevista
      Hyderābād
      Nenhuma oferta
      Experiência neutra
      Entrevista com nível médio de dificuldade

      Candidatura

      Fiz uma entrevista na empresa PalTech (Hyderābād).

      Entrevista

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

      Perguntas de entrevista [1]

      Pergunta 1

      Walk me through your resume
      Responder à pergunta

      Entrevista para Associate Software Engineer

      20 de set. de 2025
      Candidato(a) sigiloso(a) à entrevista
      Nenhuma oferta
      Experiência positiva
      Entrevista com nível médio de dificuldade

      Candidatura

      Candidatei-me por meio de uma faculdade ou universidade. Fiz uma entrevista na empresa PalTech.

      Entrevista

      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.

      Perguntas de entrevista [1]

      Pergunta 1

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

      Entrevista para Associate Software Engineer

      20 de set. de 2025
      Candidato(a) sigiloso(a) à entrevista
      Nenhuma oferta
      Experiência neutra
      Entrevista com nível médio de dificuldade

      Candidatura

      Fiz uma entrevista na empresa PalTech.

      Entrevista

      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.

      As melhores empresas na categoria “Remuneração e benefícios” perto de você

      avatar
      Andersen Lab
      4.1★Remuneração e benefícios
      avatar
      N-iX
      3.9★Remuneração e benefícios
      avatar
      Wild.Codes
      5.0★Remuneração e benefícios
      avatar
      Avida TECH
      4.7★Remuneração e benefícios

      Buscas de vagas

      Comece a buscar vagas para receber atualizações e recomendações personalizadas.