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

      Informatica

      Empleador activo

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de Informatica | Empleos en Informatica | Sueldos en Informatica | Prestaciones en Informatica
      Entrevistas en InformaticaEntrevistas para el cargo de Senior Software Engineer/T L en InformaticaEntrevista en Informatica


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

      3 sep 2015
      Candidato de entrevista anónimo
      Bengaluru
      Sin ofertas
      Experiencia positiva
      Entrevista promedio

      Solicitud

      Me postulé a través de una agencia de empleos. El proceso tomó 1 día. Acudí a una entrevista en Informatica (Bengaluru) en sep 2015

      Entrevista

      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.

      Preguntas de entrevista [1]

      Pregunta 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
      Responder pregunta
      2