Must know C++ interview questions?

Muhammad Rizwan 25 Reputation points
2023-01-20T13:17:36.2166667+00:00

Hello!

As a recent CS graduate, I'm looking for work in the video game industry. After passing the LC/HackerRank/Codility screening, I recently received my first interview, thus I'm looking for ideas for "must know" or "gotcha" C++ interview questions. Even though I have some C++ expertise, I still want to be ready.

Since I am aware that this is not a subreddit for game developers, I am exclusively looking for C++ test questions. For what it's worth, this is a position at the junior level.

Any advice is much appreciated!

Developer technologies | C++
0 comments No comments
{count} vote

Accepted answer
  1. Minxin Yu 13,506 Reputation points Microsoft External Staff
    2023-01-23T03:07:28.0866667+00:00

    Hi, Muhammad Rizwan

    The question is general.
    C++ is close to C#. However, there are still differences, and you should review the syntax. In addition, most of the questions are generic and you can implement them in any language you know and convert them to C++. Since you are working on video games, you may also need to prepare for technical knowledge of graphics.

    Best regards,

    Minxin Yu


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Jessica Wade 5 Reputation points
    2023-01-20T13:21:28.6633333+00:00

    Most interviews don't focus on language but rather your ability to think critically and solve problems. You should be alright as long as you comprehend algorithms and data structures. I wouldn't worry too much until they directly tell you it's about C++.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.