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

      IFS

      Empleador activo

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de IFS | Empleos en IFS | Sueldos en IFS | Prestaciones en IFS
      Entrevistas en IFSEntrevistas para el cargo de Intern - Software Engineer - Unified Support en IFSEntrevista en IFS


      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.

      Las mejores empresas en cuanto a "Remuneración y prestaciones" cerca de ti

      avatar
      AttackIQ
      4.4★Remuneración y prestaciones
      avatar
      Riba&Carod Associats
      4.4★Remuneración y prestaciones

      Entrevista para Intern - Software Engineer - Unified Support

      6 oct 2023
      Candidato de entrevista anónimo
      Colombo,

      Otras evaluaciones sobre las entrevistas para el cargo de Intern - Software Engineer - Unified Support en IFS

      Entrevista para Intern - Software Engineer - Unified Support

      27 mar 2024
      Candidato de entrevista anónimo
      Colombo,
      Sin ofertas
      Sin ofertas
      Experiencia positiva
      Entrevista promedio

      Solicitud

      Me postulé a través de una recomendación de un empleado. Acudí a una entrevista en IFS (Colombo, ) en sep 2023

      Entrevista

      I participated in a 30-minutes online technical interview referred by an IFS employee. The discussion included my background, final year project, DBMS, and Java coding questions. It was a friendly interview with one interviewer.

      Preguntas de entrevista [21]

      Pregunta 1

      Can you introduce yourself bit.
      Responder pregunta

      Pregunta 2

      Explain the usage of object-oriented programming.
      Responder pregunta

      Pregunta 3

      Define inheritance in the context of object-oriented programming.
      Responder pregunta

      Pregunta 4

      Discuss the types of inheritance in OOP.
      Responder pregunta

      Pregunta 5

      Compare and contrast multiple inheritance and multilevel inheritance.
      Responder pregunta

      Pregunta 6

      Confirm whether Java supports multiple inheritance or not.
      Responder pregunta

      Pregunta 7

      Share your approach to implementing abstraction in your projects.
      Responder pregunta

      Pregunta 8

      Please provide the final output of the given Java code: class A { public static void main(String[] args) { // non-final variable int a = 5; // final variable final int b = 6; a++; b++; } }
      Responder pregunta

      Pregunta 9

      How would you implement a pattern like the one below using your familiar programming language? * ** *** **** *****
      Responder pregunta

      Pregunta 10

      Determine the output of the following Java code: class B { public static void main(String[] args) { int k = 55; try { System.out.println("In try block"); int t = k/55; } catch (ArithmeticException e) { System.out.println("In catch block"); System.out.println("Dividing by zero but caught"); } finally { System.out.println("Execution, whether an exception occurs or not"); } } }
      Responder pregunta

      Pregunta 11

      Describe the objects you typically find in the projects you have developed.
      Responder pregunta

      Pregunta 12

      In a scenario where one user can go on many trips and a trip can be visited by many users, what kind of relationship exists between a user and trips?
      Responder pregunta

      Pregunta 13

      In a many-to-many (m:m) relationship, how many tables are needed in a relational database management system (RDMS)?
      Responder pregunta

      Pregunta 14

      Assuming the trip table has trip ID as the primary key and user ID in the user table as the primary key, in a one-to-many (1:m) relationship, which key would be the foreign key in the other table?
      Responder pregunta

      Pregunta 15

      In a many-to-many (m:m) relationship, such as students and subjects, how many tables are needed to map this relationship in a database?
      Responder pregunta

      Pregunta 16

      Explain the difference between a database and a database management system (DBMS).
      Responder pregunta

      Pregunta 17

      Discuss the purpose of using indexes in a database.
      Responder pregunta

      Pregunta 18

      Highlight the differences between an array and an ArrayList.
      Responder pregunta

      Pregunta 19

      Explain the differences between a stack and a queue.
      Responder pregunta

      Pregunta 20

      Given an array with 10 digits, describe the data structure you would use to find the summation of these values.
      Responder pregunta

      Pregunta 21

      In a dark room, there are 10 red gloves and 10 blue gloves. The goal is to pick gloves one by one, aiming to have a matching pair in color. How many gloves do you need to pick to achieve this?
      Responder pregunta
      14
      Experiencia neutra
      Entrevista promedio

      Solicitud

      Me postulé en línea. El proceso tomó 5 días. Acudí a una entrevista en IFS (Colombo, ) en mar 2024

      Entrevista

      Got a call from HR and scheduled the interview. Three team members were at the interview. Interview took for about 30 mins. Technical interview. Explain about the job (Its not totally developing side).

      Preguntas de entrevista [2]

      Pregunta 1

      explain difference between array and Arraylist?
      Responder pregunta

      Pregunta 2

      Explain all the OOP concepts?
      Responder pregunta