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

      VK

      ¿Esta es tu empresa?

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de VK | Empleos en VK | Sueldos en VK | Prestaciones en VK
      Entrevistas en VKEntrevistas para el cargo de C/C++ Developer en VKEntrevista en VK


      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
      Amazon
      3.7★Remuneración y prestaciones
      avatar
      Maze
      4.5★Remuneración y prestaciones

      Entrevista para C/C++ Developer

      10 abr 2014
      Candidato de entrevista anónimo
      Moscú,

      Otras evaluaciones sobre las entrevistas para el cargo de C/C++ Developer en VK

      Entrevista para C++ Developer

      22 ago 2018
      Candidato de entrevista anónimo
      Moscú,
      Sin ofertas
      Experiencia neutra
      Sin ofertas
      Experiencia neutra
      Entrevista difícil

      Solicitud

      Me postulé a través de un reclutador. El proceso tomó 2 semanas. Acudí a una entrevista en VK (Moscú, ) en ago 2013

      Entrevista

      This was my first employment (right after the university), which most likely affected the process. HR contacted me. The interviewing process had multiple steps: 1) preliminary talk in Skype with the HR. I was asked to send some of my code for them to see. Some organizational questions (particularly transportation to the work site, since I applied to the position in another city). The next day I was invited into their office for an interview. 2) 4-hours-long (!) technical interview in their office - with both HR and team lead present and participating. HR was a specialist (i.e. a programmer, not just HR). There were multiple questions about my background, especially the thesis, programming interests, multiple hobby projects I did during my studies. They showed me a piece of code and asked to explain what it is doing. 3) At the end of a technical interview they asked me to write a test program at home (to further evaluate my programming skills): a HTTP client in C, using only libc. They also sent me a letter with attached template "assess your skills in the following: [list of skills], between 1 and 5 each", so that I fill it and send it back to them. Personally I think I wrote a very nice program here. 4) After several days I was invited to the second interview in their office. It was also 4-hours-long, the same HR and team lead. We discussed the code I wrote. They also showed me some questions like "is this code wrong or not". After that there was a pretty annoying philosophical talk about whether it is possible to write code without bugs, etc. Some questions about hobbies etc. More discussion of my thesis. Then they called another team lead, which came and very briefly (<5 minutes) asked me few formal questions about the same things we already discussed before (thesis, programming interests, hobby projects etc.). Both interviews were pretty tough and exhausting, but interesting. After the second interview, when team leads left, the HR told me that he never saw a team lead (the first one) so impressed before, and said that the results will be known next week. However, the next week I got an e-mail that they wouldn't make an offer. Theoretically I could say the experience was positive, if only it wasn't so ridiculously long for a rejection as the result.

      Preguntas de entrevista [1]

      Pregunta 1

      How can we (or you) be sure that you won't make many bugs?
      Responder pregunta
      2
      Entrevista difícil

      Solicitud

      Me postulé a través de un reclutador. El proceso tomó 3 semanas. Acudí a una entrevista en VK (Moscú, ) en ago 2018

      Entrevista

      I participated in two on-site interviews at Mail.ru. Each interview is split into 1 to 3 parts of 1-hour long sessions with different teams. Be prepared to write your code on paper or white board.

      Preguntas de entrevista [11]

      Pregunta 1

      Suppose you have a large array of integers that could not be loaded into RAM. How would you sort it?
      Responder pregunta

      Pregunta 2

      How to use *nix commands ‘sed’ and ‘grep’?
      Responder pregunta

      Pregunta 3

      Find substring in string (using only C language) and return its start position. If substring is not found, return ‘-1’.
      Responder pregunta

      Pregunta 4

      Suppose an array sorted in ascending order is rotated at some pivot unknown to you beforehand. You are given a target value to search. If found in the array return its index, otherwise return ‘-1’. You may assume no duplicate exists in the array.
      Responder pregunta

      Pregunta 5

      You’re refactoring a function void processFile(). It starts with call to fopen() to open file, then we call several operations (they could throw exceptions) and finally at the end of the function we call fclose() to close file. Detect problem with this code and fix it (provide as many variants as you can).
      Responder pregunta

      Pregunta 6

      What STL algorithms do you use? Describe advantages of using STL algorithms.
      Responder pregunta

      Pregunta 7

      How to remove value K from std::vector using std::remove and std::erase algorithms? How these algorithms works?
      Responder pregunta

      Pregunta 8

      Describe differences between std::vector and std::list. Pros and cons of each of these data structures?
      Responder pregunta

      Pregunta 9

      How std::vector would grow in size if we would add elements one by one? Time complexity of push_back() in worst and average case?
      Responder pregunta

      Pregunta 10

      Which smart pointers are available in C++? Describe their differences and use cases.
      Responder pregunta

      Pregunta 11

      Which software design patterns do you know? How to use them?
      Responder pregunta