Open In App

Octro Interview Experience for Game Development in C++/Unity | Off-Campus 2021

Last Updated : 09 Feb, 2021
Improve
Improve
Like Article
Like
Save
Share
Report

Round 1 (Online Technical and Aptitude): This round consists of 80 MCQ (aptitude and technical) which need to be completed in 60 min. Most of the questions were easy and standard questions.

Round 2 (Technical Interview 1): This round mainly focuses on Data Structures and coding. Some questions related to Oops and SQL were also asked.

  1. Find equilibrium point in an array  
  2. Find the maximum occurring character in a string  

I was provided with an Online IDE and have to compile the code, Questions were easy managed to solve all the coding question, few other theory questions were asked on SQL, DBMS, and OOPs

Round 3 (Technical Interview 2): This round started with a project discussion. The interviewer asked questions on each skill that I have mentioned in my Resume, after a lot of rapid-fire theory questions I was asked to solve some Coding question  

  1. An array of 0, 1, and 2 ‘s is given to sort the array without using extra space in O (1) time complexity.
  2. Given a string, that contains a special character together with alphabets, reverse the string in a way that special characters are not affected.
  3. Given an array, find the sum of maximum continuous subarray  
  4. Given a number N you can perform this operation any number of times: N=Take sum of the square of its digits. Check if we can reach 1 using this operation how many times.
  5. Check if the given list is a circular Linked List without using extra space  
  6. Given values of two values n1 and n2 in a Binary Search Tree, find the Lowest Common Ancestor
  • SQL Question 1: Given a table named employee having column as employee name and salary, Find third highest salary from the table  

Theory Questions:

  1. Is python call by reference or call by value?
  2. What is a session in the web app?
  3. What is an auto keyword in C++?
  4. What is a foreign key?  
  5. What is indexing in the Database and how it is internally implemented?  
  6. Difference between Python dictionary and a tuple

Round 4: Discussion round with Senior Member of Technical Staff. This round was very basic, and they were just checking your confidence level.

  1. Describe yourself?
  2. What kind of games you play (are you a free fire guy/pubg guy or Minecraft guy)?
  3. Asked a little bit about games, How really Multiplayer online games work  
  4. Asked the concept of Pointers, Reference, Double pointers  
  5. What is shallow copy and Deep copy  

The result is yet to be announced  


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads