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

      IFS

      Employeur impliqué

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur IFS | Offres d’emploi chez IFS | Salaires chez IFS | Avantages sociaux chez IFS
      Entretiens chez IFSEntretiens d’embauche pour Intern - Software Engineer - Unified Support chez IFSEntretien chez IFS


      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 Intern - Software Engineer - Unified Support

      6 oct. 2023
      Candidat à l'entretien anonyme
      Colombo,
      Aucune offre
      Expérience positive
      Entretien moyen

      Candidature

      J'ai postulé via la recommandation d'un employé. J'ai passé un entretien chez IFS (Colombo, ) en sept. 2023

      Entretien

      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.

      Questions d'entretien [21]

      Question 1

      Can you introduce yourself bit.
      Répondre à cette question

      Question 2

      Explain the usage of object-oriented programming.
      Répondre à cette question

      Question 3

      Define inheritance in the context of object-oriented programming.
      Répondre à cette question

      Question 4

      Discuss the types of inheritance in OOP.
      Répondre à cette question

      Question 5

      Compare and contrast multiple inheritance and multilevel inheritance.
      Répondre à cette question

      Question 6

      Confirm whether Java supports multiple inheritance or not.
      Répondre à cette question

      Question 7

      Share your approach to implementing abstraction in your projects.
      Répondre à cette question

      Question 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++; } }
      Répondre à cette question

      Question 9

      How would you implement a pattern like the one below using your familiar programming language? * ** *** **** *****
      Répondre à cette question

      Question 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"); } } }
      Répondre à cette question

      Question 11

      Describe the objects you typically find in the projects you have developed.
      Répondre à cette question

      Question 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?
      Répondre à cette question

      Question 13

      In a many-to-many (m:m) relationship, how many tables are needed in a relational database management system (RDMS)?
      Répondre à cette question

      Question 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?
      Répondre à cette question

      Question 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?
      Répondre à cette question

      Question 16

      Explain the difference between a database and a database management system (DBMS).
      Répondre à cette question

      Question 17

      Discuss the purpose of using indexes in a database.
      Répondre à cette question

      Question 18

      Highlight the differences between an array and an ArrayList.
      Répondre à cette question

      Question 19

      Explain the differences between a stack and a queue.
      Répondre à cette question

      Question 20

      Given an array with 10 digits, describe the data structure you would use to find the summation of these values.
      Répondre à cette question

      Question 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?
      Répondre à cette question
      14

      Autres retours d’entretien d’embauche pour un poste comme Intern - Software Engineer - Unified Support chez IFS

      Entretien pour Intern - Software Engineer - Unified Support

      27 mars 2024
      Candidat à l'entretien anonyme
      Colombo,
      Aucune offre
      Expérience neutre
      Entretien moyen

      Candidature

      J'ai postulé en ligne. Le processus a pris 5 jours. J'ai passé un entretien chez IFS (Colombo, ) en mars 2024

      Entretien

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

      Questions d'entretien [2]

      Question 1

      explain difference between array and Arraylist?
      Répondre à cette question

      Question 2

      Explain all the OOP concepts?
      Répondre à cette question