Ir al contenidoIr al pie de página
  • Empleos
  • Empresas
  • Sueldos
  • Para empleadores

      Impulsa tu carrera profesional

      Averigua cuánto podrías ganar, encuentra el empleo perfecto y comparte información sobre tu vida laboral y personal de forma anónima.

      employer cover photo
      employer logo
      employer logo

      Infosys

      Empleador activo

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de Infosys | Empleos en Infosys | Sueldos en Infosys | Prestaciones en Infosys
      Entrevistas en InfosysEntrevistas para el cargo de specialist programmer L1 en InfosysEntrevista en Infosys


      Glassdoor

      • Acerca de
      • Premios
      • Blog
      • Contacto

      Empleadores

      • Cuenta de empleador gratuita
      • Centro de empleador

      Información

      • Ayuda
      • Pautas
      • Condiciones de uso
      • Privacidad y opciones de anuncios
      • No vender ni compartir mi información
      • Herramienta de autorización de cookies

      Trabaja con nosotros

      • Anunciantes
      • Oportunidades laborales
      Descargar aplicación

      • Buscar por:
      • Empresas
      • Empleos
      • Ubicaciones

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor", "Worklife Pro", "Bowls" y sus logotipos son marcas comerciales registradas de Glassdoor LLC.

      Empresas seguidas

      Sigue a tus empresas favoritas para estar al tanto de las últimas oportunidades y disponer de información desde adentro.

      Búsquedas de empleo

      Recibe recomendaciones y actualizaciones personalizadas al iniciar tu búsqueda.

      Entrevista para specialist programmer L1

      9 dic 2025
      Candidato de entrevista anónimo
      Sin ofertas
      Experiencia neutra

      Otras evaluaciones sobre las entrevistas para el cargo de specialist programmer L1 en Infosys

      Entrevista para specialist programmer L1

      6 jun 2026
      Empleado anónimo
      Noida
      Entrevista difícil

      Solicitud

      Me postulé a través de un reclutador. El proceso tomó 3 semanas. Acudí a una entrevista en Infosys en dic 2025

      Entrevista

      The interview process was quite lengthy and poorly organized. My interviews were rescheduled three times, and during the first two attempts the panel didn’t join at all. When the final interview finally took place, the interviewer appeared disengaged and not very approachable. Despite the role being focused on JavaScript, no JS-related questions were asked. Instead, they only presented a single dynamic programming problem with a time-based output requirement, which didn’t align well with the job description. Overall, the experience felt unstructured and did not give a clear picture of the role or expectations.

      Preguntas de entrevista [1]

      Pregunta 1

      You are given three integers X, Y and Z and two arrays A and B both of length N. You are also given an integer sum which is initially equal to 0. You must perform N operations and in each ith operation you must do only one of the following: 1. 2. 3. Subtract B[i] from sum. Decrease both of X and Y by 1, then add A[i] * X * Y *Z to sum. Decrease both of Y and Z by 1, then add A[i] * X * Y *Z to sum. However, after each operation, X, Y and Z must all remain greater than or equal to 0. Find the maximum sum you can obtain after performing all operations. Sample Input: 2 1 2 2 0 0 10 5 Sample output: 0 Explanation: Here, N = 2, X = 1, Y = 2, Z = 2 A = [0, 0] B = [10, 5] It is given that in starting, sum = 0 operation 1: Apply type 2 operation (i.e. Decrease both of X and Y by 1, then add A[1]*X*Y*Z to sum) X = 0, Y = 1, Z = 2 sum = sum + 0*0*1*2 = 0 operation 2: Apply type 3 operation (i.e. Decrease both of Y and Z by 1, then add A[2]*X*Y*Z to sum) X = 0, Y = 0, Z = 1 sum = sum + 0*0*0*1 = 0 Hence, answer is the final value of sum i.e. sum = 0.
      Responder pregunta
      1
      Oferta aceptada
      Experiencia positiva
      Entrevista promedio

      Solicitud

      Me postulé a través de una facultad o universidad. Acudí a una entrevista en Infosys (Noida)

      Entrevista

      Interview began with a DSA question (medium level array based), after which Multiple Sql queries, join and related discussion. After this 2 More DSA Questions and questions related to resume

      Preguntas de entrevista [1]

      Pregunta 1

      Merge 2 Sorted Arrays Anagram related DP Sql
      Responder pregunta

      Entrevista para specialist programmer L1

      2 feb 2026
      Candidato de entrevista anónimo
      Sin ofertas
      Experiencia positiva
      Entrevista difícil

      Solicitud

      Me postulé a través de una facultad o universidad. Acudí a una entrevista en Infosys

      Entrevista

      Firstly introduce yourself than coding question moderate to advance. In last they asked some sql query. In coding questions they asked the moderate to hard level of problem and optimize all of them .In sql they asked about the join query and window function.

      Preguntas de entrevista [1]

      Pregunta 1

      Find the Linked List Loop cycle and optimizes that.
      Responder pregunta

      Entrevista para specialist programmer L1

      11 feb 2026
      Empleado anónimo
      Hyderabad
      Oferta aceptada
      Experiencia positiva
      Entrevista promedio

      Solicitud

      Acudí a una entrevista en Infosys (Hyderabad) en feb 2026

      Entrevista

      This is a onCampus Process... We had 2 rounds 1 coding test and other one is In-person Interview coding test involves 4 dsa Questions and Interview is mostly on dsa, core subjects, and sql.

      Preguntas de entrevista [1]

      Pregunta 1

      Round 1: (Coding test) We have been asked to solve 4 DSA questions in 3hrs Question1: Should be easy mostly but in our slot it was a medium level question we need to extract length of max subarray with xor of all elemnts equal to given x and no elemnt in the subarray should occur more than k times. Question 2: This a easy question on array modification and simple counting Question 3 and Question 4: Thes are Hard Question which need to be solved using segment trees. I solved 1st question half , 2nd question fully and 4th question half. so i was selected for l1 role which is typically 11lpa Interview process: They started with core cs and dbms questions like unique key vs primary key, what is multithreading, internal fragmentation,normal forms, e.t.c Next they asked 2 sql queries one involving like and other involing groupby and aggregation functions Next they asked DSA question: in an array we should have index ia[j] count number of pairs satisifying this condition asked to write optimal solution which i wrote (it is O(nlogn). And a very small project discussion.
      Responder pregunta