Upload Button Icon Add office photos
Engaged Employer

i

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

Gamix Labs Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Gamix Labs Interview Questions, Process, and Tips

Updated 24 Jul 2024

Top Gamix Labs Interview Questions and Answers

Gamix Labs Interview Experiences

Popular Designations

5 interviews found

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

I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

For the coding test the question are related to array ,pattern , string , like palindrome, reverse of string 2nd last occurance of target element, 2 d arrays rotation so basically question are related to string and array.

Round 2 - Technical 

(2 Questions)

  • Q1. Question related to oops like polymorphism ,virtual functions inheritance access modifiers objects classes, constructor etc .
  • Q2. Git and GitHub
Round 3 - One-on-one 

(2 Questions)

  • Q1. Question were about ur projects detail description of projects
  • Q2. Question related to technologies used in projects

Interview Preparation Tips

Topics to prepare for Gamix Labs Game Developer interview:
  • OOPS
  • Git and GitHub
  • Array
  • String
Interview preparation tips for other job seekers - For the coding round just prepare ur array and string questions for the technical round prepare oops and projects in detail.

Game Developer Interview Questions asked at other Companies

Q1. What will you do when you get bad reviews about a game?
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Question related to resume
  • Q2. Question related to basic dsa and oops

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

QA Engineer Interview Questions & Answers

user image sapna kumari

posted on 24 Jul 2024

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

(2 Questions)

  • Q1. Define Manual Testing
  • Ans. 

    Manual testing is the process of manually testing software for defects without the use of automation tools.

    • Manual testing involves testers executing test cases manually without the use of automation scripts.

    • Testers verify the functionality, usability, and performance of the software by following predefined test cases.

    • Manual testing is time-consuming and prone to human error, but it allows for exploratory testing and us...

  • Answered by AI
  • Q2. Write test cases.
  • Ans. 

    Writing test cases for QA Engineer position

    • Identify test scenarios based on requirements

    • Write test cases with clear steps and expected results

    • Include positive and negative test cases

    • Consider boundary conditions and edge cases

    • Ensure test cases are reusable and maintainable

  • Answered by AI

Skills evaluated in this interview

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Mar 2023. 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 - Coding Test 

- Unity
- General Coding
- Oops

Round 3 - Technical 

(3 Questions)

  • Q1. - Coding and Oops
  • Q2. Abstraction in detail
  • Ans. 

    Abstraction is the process of removing unnecessary details to focus on the essential aspects of an object or concept.

    • Abstraction helps in simplifying complex systems by hiding irrelevant details.

    • It allows developers to work at a higher level of understanding without getting bogged down in implementation specifics.

    • Examples of abstraction in programming include using functions to encapsulate code and classes to represent

  • Answered by AI
  • Q3. Coding practises in detail
  • Ans. 

    Coding practices refer to the guidelines and standards followed by developers to ensure clean, efficient, and maintainable code.

    • Use meaningful variable and function names for clarity

    • Follow a consistent coding style and indentation

    • Comment code to explain complex logic or algorithms

    • Write modular and reusable code

    • Test code thoroughly to catch bugs early

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. General Behavioural

Skills evaluated in this interview

Game Developer Interview Questions asked at other Companies

Q1. What will you do when you get bad reviews about a game?
View answer (2)

Gamix Labs interview questions for popular designations

 Game Developer

 (2)

 Concept Artist

 (1)

 Software Developer

 (1)

 QA Engineer

 (1)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via LinkedIn and was interviewed in Oct 2022. There were 3 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 - Assignment 

Character sketching and coloring

Round 3 - HR 

(2 Questions)

  • Q1. What I want to become after 2 years ?
  • Q2. What is the most important and worst thing that can happen in a company ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be true to yourself, if you know the answer the then tell it, otherwise just say I dont know.

Interview questions from similar companies

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

I applied via Referral and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Write a sql query
  • Ans. 

    SQL query to retrieve employee names and their salaries from a table

    • Use SELECT statement to retrieve data

    • Specify the columns you want to retrieve (employee names and salaries)

    • Specify the table name where the data is stored

  • Answered by AI
  • Q2. Formula of vlookup
  • Ans. 

    VLOOKUP is a function in Excel used to search for a value in a table and return a corresponding value.

    • VLOOKUP searches for a value in the first column of a table and returns a value in the same row from a specified column.

    • The formula syntax is =VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup]).

    • Example: =VLOOKUP(A2, B2:D10, 3, FALSE) will search for the value in cell A2 in the range B2:D10 and return the...

  • Answered by AI

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. There is one black king and N number of white knights. You need to find is king under attack and is checkmate?
  • Ans. 

    Check if the black king is under attack and if it is checkmate.

    • Check if any white knight can capture the black king

    • Check if the black king has any legal moves to escape capture

    • If the black king is under attack and has no legal moves, it is checkmate

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not expect to go to next round even if you give o(1) solution for the question they ask. They only asked one question in technical round and I provided solution with o(1) time, even though they rejected. Please don't waste time, I think they also don't know how to hire..
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Coding Test 

Topological Sort based question and it's follow up

Interview Preparation Tips

Interview preparation tips for other job seekers - NA
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - Coding Test 

Sort the array and eliminate duplicates.

Round 2 - Technical 

(2 Questions)

  • Q1. What are the distribution and sort keys in Amazon Redshift, and how do they impact data organization and query performance?
  • Ans. 

    Distribution and sort keys in Amazon Redshift impact data organization and query performance.

    • Distribution key determines how data is distributed across nodes for parallel processing

    • Sort key determines how data is physically stored on disk to optimize query performance

    • Choosing appropriate distribution and sort keys can significantly improve query performance

    • Example: Distributing data based on a column with high cardinal

  • Answered by AI
  • Q2. Questions with choosing different set of distribution keys for different cases
Round 3 - One-on-one 

(1 Question)

  • Q1. Behavioral questions
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Newspaper Ad and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

1. Question regarding Strings and maths .

Round 2 - One-on-one 

(1 Question)

  • Q1. Design twitter.
  • Ans. 

    Design a social media platform for microblogging and sharing short messages.

    • User profiles with bio, profile picture, and followers/following counts

    • Ability to post tweets with text, images, and videos

    • Timeline to view tweets from followed users

    • Hashtags and mentions for organizing and interacting with content

    • Like, retweet, and reply functionalities for engagement

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Zynga Game Network Senior Software Engineer interview:
  • Trees
  • Stringing
Interview preparation tips for other job seekers - Leetcode hard grinding.

Skills evaluated in this interview

Gamix Labs Interview FAQs

How many rounds are there in Gamix Labs interview?
Gamix Labs interview process usually has 2-3 rounds. The most common rounds in the Gamix Labs interview process are Technical, HR and Coding Test.
How to prepare for Gamix Labs 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 Gamix Labs. The most common topics and skills that interviewers at Gamix Labs expect are Javascript, GUI, Html5, OOPS and Typescript.
What are the top questions asked in Gamix Labs interview?

Some of the top questions asked at the Gamix Labs interview -

  1. Abstraction in det...read more
  2. Coding practises in det...read more
  3. Define Manual Test...read more

Tell us how to improve this page.

Gamix Labs Interview Process

based on 5 interviews

Interview experience

4.8
  
Excellent
View more

Interview Questions from Similar Companies

Dream11 Interview Questions
3.8
 • 36 Interviews
IDZ Digital Interview Questions
3.8
 • 22 Interviews
Games2Win Interview Questions
2.2
 • 6 Interviews
Octro Interview Questions
3.3
 • 5 Interviews
JetSynthesys Interview Questions
2.6
 • 5 Interviews
Reliance Games Interview Questions
2.4
 • 2 Interviews
View all

Gamix Labs Reviews and Ratings

based on 30 reviews

3.9/5

Rating in categories

3.9

Skill development

3.6

Work-life balance

3.5

Salary

3.8

Job security

3.8

Company culture

3.6

Promotions

3.8

Work satisfaction

Explore 30 Reviews and Ratings
Quality Analyst
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Tester
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Web Developer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Game Developer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Gamix Labs with

Zynga Game Network

4.3
Compare

Moonfrog Labs

2.5
Compare

Octro

3.3
Compare

99games Online

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