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

      Informatica

      Employeur impliqué

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur Informatica | Offres d’emploi chez Informatica | Salaires chez Informatica | Avantages sociaux chez Informatica
      Entretiens chez InformaticaEntretiens d’embauche pour Senior Software Engineer/T L chez InformaticaEntretien chez Informatica


      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 Senior Software Engineer/T L

      3 sept. 2015
      Candidat à l'entretien anonyme
      Bengaluru
      Aucune offre
      Expérience positive
      Entretien moyen

      Candidature

      J'ai postulé via une agence de recrutement. Le processus a pris 1 jour. J'ai passé un entretien chez Informatica (Bengaluru) en sept. 2015

      Entretien

      Initial telephonic screening by H.R followed by 3 f2f technical discussion, Manger , Director and H.R round. H.R called me couple of times and scheduled the interview. I had to go to the office for F2F rounds. Interview will be done in a single day. Mostly all rounds will done in same, if time permits then H.R round will also be done on the same day.

      Questions d'entretien [1]

      Question 1

      First technical round ==================== 1)Difference between static linking, dynamic linking, dynamic loading 2)How to detect if machine is big endian or little endian 3)Project discussion and questions on that 4)Design question - Consider a system with multiple nodes. There will be one master system, basically work load manager. Work load will be slipt accross the system. When work gets executed on any machine,logging will be done on that machine. Design a system so that, all logs are merged together and present in master system. With minimal i/o and network usuage. Merging should be done using time as criteria. And what if system time of all nodes are not in sync? 5)What is the difference between 32-bit and 64-bit application? If my hardware is 64-bit and software is 32-bit, Would recommend my 32-bit to convert to 64? Justify the answer. Whats the actual difference between 32-bit and 64-bit application. So many questions on this topic. Second technical round ====================== 1) func() { static int i=5; i++; if (if i==6)cout<<" First thread - 6"; if (if i==7) cout<<"second thread-7"; } If two threads calls this function. What will be the output? What all outputs can we expect? If we have to get a determined output? What should be done (ans-locking)? 2) char *str1 ="hello\n"; char *str2="worl\n"; strcpy(str1,str2); cout<<str1<<str2; What will happen? 3) char str[]="hello"; char *str2="world"; strcpy(str,str2); cout<<sizeof(str)<<sizeof(str2); what will happen? there are two many things to discuss in above code...it may look simple, but it's not 4)convert float f=95.7 to a character string "95.7" 5) what is virtual function?abstract class? real world example 6) Complete code for merge sort 7)what is flag should be used for static and dynami compiling 8)if I have a software and I have linked it to a third party library. Third party library keeps updating to new version. Now should I update my software everytime when that thirds party library gets changed? Third technical discussion ====================== This guy was really strong in C++ and wanted a complete answer without even leaving a "." at the end. what is virtual function? how is it implemented internally? gave few cases and asked what happens for virtual function. discussed this topic for quiet sometime. Dynamic casting. When it will return null? I gave some exmaple but he was not very convinced how RTTI is implemented internally Design LRU caching? time complexity for accessing, and freeing up nodes in LRU
      Répondre à cette question
      2