Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For Employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      VK

      Is this your company?

      About
      Reviews
      Pay & benefits
      Jobs
      Interviews
      Interviews
      Related searches: VK reviews | VK jobs | VK salaries | VK benefits
      VK interviewsVK C/C++ Developer interviewsVK interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Center
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy & Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent Posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls," and logo are proprietary trademarks of Glassdoor LLC.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalized job recommendations and updates by starting your searches.

      Top companies for "Compensation and Benefits" near you

      avatar
      Amazon
      3.7★Compensation & Benefits
      avatar
      Google
      4.5★Compensation & Benefits
      avatar
      Meta
      4.6★Compensation & Benefits
      avatar
      Amazon Web Services
      3.9★Compensation & Benefits

      C/C++ Developer Interview

      Apr 10, 2014
      Anonymous Interview Candidate
      Moscow, Moskva

      Other C/C++ Developer Interview Reviews for VK

      C++ Developer Interview

      Aug 22, 2018
      Anonymous Interview Candidate
      Moscow, Moskva
      No offer
      Neutral experience
      No offer
      Neutral experience
      Difficult interview

      Application

      I applied through a recruiter. The process took 2 weeks. I interviewed at VK (Moscow, Moskva) in Aug 2013

      Interview

      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.

      Interview questions [1]

      Question 1

      How can we (or you) be sure that you won't make many bugs?
      Answer question
      2
      Difficult interview

      Application

      I applied through a recruiter. The process took 3 weeks. I interviewed at VK (Moscow, Moskva) in Aug 2018

      Interview

      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.

      Interview questions [11]

      Question 1

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

      Question 2

      How to use *nix commands ‘sed’ and ‘grep’?
      Answer question

      Question 3

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

      Question 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.
      Answer question

      Question 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).
      Answer question

      Question 6

      What STL algorithms do you use? Describe advantages of using STL algorithms.
      Answer question

      Question 7

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

      Question 8

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

      Question 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?
      Answer question

      Question 10

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

      Question 11

      Which software design patterns do you know? How to use them?
      Answer question