Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Gameberry Labs Team. If you also belong to the team, you can get access from here

Gameberry Labs Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Gameberry Labs Engineering Manager Interview Questions and Answers

Updated 27 Oct 2024

Gameberry Labs Engineering Manager Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - system design 

(1 Question)

  • Q1. Notification system

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Sep 2023. There were 4 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Normal questions around the last role
Round 2 - Technical 

(1 Question)

  • Q1. Normal question around android
Round 3 - Technical 

(1 Question)

  • Q1. One system design round related to chats.
Round 4 - HR 

(1 Question)

  • Q1. Some behavioural questions to test the culture fit
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Flight search system

Round 2 - Technical 

(1 Question)

  • Q1. System design Scheduler system
Round 3 - Technical 

(1 Question)

  • Q1. System design sending notification to million users.
  • Ans. 

    Design a scalable system to send notifications to a million users.

    • Use a distributed system to handle the large volume of notifications.

    • Implement a message queue to manage the notifications efficiently.

    • Utilize push notifications for mobile devices to reduce server load.

    • Consider using a content delivery network (CDN) for delivering notifications quickly.

    • Implement monitoring and alerting to track the performance of the no

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Palindrome
  • Q2. Study basic coding
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jan 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

It was a time constraint exam with easy to hard questions in the questionnaire. There were multiple choice questions from English, Aptitude, Basic technical questions.

Round 3 - Interview 

(1 Question)

  • Q1. Questions were related to mostly everything that was mentioned in the resume.Questions included technical discussion , communication, games & puzzles, hobies etc. It was a great experience overall.
Round 4 - One-on-one 

(1 Question)

  • Q1. Mostly situation based questions were there. They tested writing skills.

Interview Preparation Tips

Interview preparation tips for other job seekers - To pass any interview, it is very important to present your skills and knowledge confidently.Be positive & work hard.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - Coding Test 

There were two coding questions; one was related to linked lists, and the other was linked to binary trees.

Round 2 - Technical 

(4 Questions)

  • Q1. Can you elaborate on the project discussion you mentioned in your resume?
  • Ans. 

    Developed a web application for tracking inventory and sales data

    • Used React for front-end development

    • Implemented RESTful APIs using Node.js and Express for back-end

    • Utilized MongoDB for database management

    • Integrated authentication and authorization features for secure access

    • Implemented data visualization using Chart.js

  • Answered by AI
  • Q2. Can you provide the code to reverse a linked list?
  • Ans. 

    Reversing a linked list involves changing the direction of pointers to go from the end to the beginning.

    • Start by initializing three pointers: current, previous, and next.

    • Iterate through the linked list, updating the pointers to reverse the direction of the links.

    • Update the head of the linked list to point to the new first node, which was the original last node.

  • Answered by AI
  • Q3. Some questions were asked regarding the four pillars of Object-Oriented Programming (OOP)?
  • Q4. Questions related to pointers, dangling pointers.
Round 3 - Technical 

(4 Questions)

  • Q1. Program for finding the perfect squares between two numbers.
  • Ans. 

    Program to find perfect squares between two numbers

    • Iterate through numbers between the given range

    • Check if the square root of the number is an integer

    • If yes, then it is a perfect square

  • Answered by AI
  • Q2. What are smart pointers in C++?
  • Ans. 

    Smart pointers in C++ are objects that act like pointers but provide automatic memory management.

    • Smart pointers help prevent memory leaks by automatically managing memory allocation and deallocation.

    • Examples include unique_ptr, shared_ptr, and weak_ptr.

    • unique_ptr is used for exclusive ownership, shared_ptr for shared ownership, and weak_ptr to prevent circular references.

  • Answered by AI
  • Q3. What is mutual exclusion in the context of concurrent programming?
  • Ans. 

    Mutual exclusion is a concept in concurrent programming where only one thread can access a shared resource at a time.

    • Ensures that only one thread can access a critical section of code at a time

    • Prevents race conditions and data corruption

    • Commonly implemented using locks, semaphores, or mutexes

    • Example: Using a mutex to protect a shared variable in a multi-threaded application

  • Answered by AI
  • Q4. What is the process for implementing multithreading?
  • Ans. 

    Implementing multithreading involves creating and managing multiple threads to execute tasks concurrently.

    • Identify the tasks that can be executed concurrently

    • Create and manage multiple threads to execute these tasks simultaneously

    • Use synchronization techniques like locks and semaphores to prevent race conditions

    • Handle communication and coordination between threads

    • Consider thread safety and resource sharing issues

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. SQL on joins , partition, rank dense rank
  • Q2. Case study on guestimation
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Search in 2d matrix
  • Ans. 

    Search for a target value in a 2D matrix efficiently.

    • Use binary search on rows to find the potential row where the target value may exist.

    • Then use binary search on that row to find the target value.

  • Answered by AI
  • Q2. Find quadraplets that sum to target
  • Ans. 

    Find quadraplets in an array that sum up to a target value.

    • Use a nested loop to iterate through all possible combinations of quadraplets.

    • Keep track of the sum of each quadraplet and compare it to the target value.

    • Return the quadraplets that match the target sum.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Basic coding test like palindrome, series,arrays

Round 3 - One-on-one 

(1 Question)

  • Q1. Logical questions,puzzle, behavioural round, introduction

I applied via Job Fair

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Simple and straight

Round 3 - HR 

(1 Question)

  • Q1. Past Experience and skills
Round 4 - Technical 

(1 Question)

  • Q1. Knowledge and experience in chosen field
  • Ans. 

    I have extensive knowledge and experience in project management, including planning, execution, and monitoring.

    • I have successfully managed multiple projects from initiation to closure

    • I am proficient in project management tools such as Gantt charts and risk management matrices

    • I have experience in leading cross-functional teams and managing stakeholder expectations

    • I continuously seek to improve my skills through professi

  • Answered by AI
Round 5 - One-on-one 

(1 Question)

  • Q1. Skills and future and plans

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and straight, They prefer good personality over boasting.

Skills evaluated in this interview

Gameberry Labs Interview FAQs

How to prepare for Gameberry Labs Engineering Manager interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Gameberry Labs. The most common topics and skills that interviewers at Gameberry Labs expect are C++, Engineering Management, Gaming, Golang and Java.

Tell us how to improve this page.

Gameberry Labs Engineering Manager Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Dream11 Interview Questions
3.8
 • 36 Interviews
IDZ Digital Interview Questions
3.8
 • 22 Interviews
Games24x7 Interview Questions
3.7
 • 19 Interviews
Zupee Interview Questions
3.7
 • 15 Interviews
ChicMic Interview Questions
4.5
 • 11 Interviews
Kwalee India Interview Questions
2.9
 • 7 Interviews
Games2Win Interview Questions
2.2
 • 6 Interviews
View all
Creative Manager
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Talent Acquisition Specialist
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer II
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Production Analyst
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Gameberry Labs with

Moonfrog Labs

2.5
Compare

Octro

3.3
Compare

Nazara Technologies

3.0
Compare

Dream11

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview