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 and Answers

Updated 24 Jul 2024

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 (43)

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 Naukri.com and was interviewed before Nov 2021. There were 5 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 

I was given 10 logical questions to solve on a portal with 30min timer.

Most question were printing of patterns, fibonacci, prime no., palindrome etc.
out of 10 questions atleast 8 has to be right to qualify.

Round 3 - Technical 

(2 Questions)

  • Q1. This round is conducted by senior developer, where they ask some logical coding questions to solve on paper.
  • Q2. Some complex pattern questions.
Round 4 - One-on-one 

(1 Question)

  • Q1. This is the round with CEO who again ask for some logical question & verbal answering. All they wanna se is how you approach towards problems.
Round 5 - HR 

(1 Question)

  • Q1. Salary negotiation only if you clear the one-on-one CEO round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go prepared with coding skills. Try to attempt questions with unique approaches.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

3 coding questions and 10 logical reasoning questions

Round 3 - Coding Test 

Play a game on tablet which consists of coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong coding and logical reasoning required to pass the test
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
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Feb 2023. There were 6 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Prepare aptitude well as some questions are tricky which consume our time. There are 20 questions in total. And most of them are mathematical numeric problems.

Round 3 - Coding Test 

This round is included in aptitude round in which you have to write down 3 coding problems which are easy one if you are moderate programmer

Round 4 - Technical 

(1 Question)

  • Q1. Java opps concepts, writing programs, logical reasoning questions, famous logical problems like water jug problem. Etc
Round 5 - HR 

(1 Question)

  • Q1. Your pros and cons, background information, etc
Round 6 - Behavioral 

(1 Question)

  • Q1. In this round director asks for logical questions, it's a chill round but there are some brainstorming questions which checks you thinking capacity. I will not disclose the questions but hint is "Thinking...

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, Resume Shortlist and HR.
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
 • 37 Interviews
IDZ Digital Interview Questions
3.8
 • 22 Interviews
Games2Win Interview Questions
2.3
 • 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

₹1.8 L/yr - ₹3 L/yr

Software Developer
3 salaries
unlock blur

₹4 L/yr - ₹7.9 L/yr

Software Tester
3 salaries
unlock blur

₹2.3 L/yr - ₹3 L/yr

Web Developer
3 salaries
unlock blur

₹2.5 L/yr - ₹5 L/yr

Game Developer
3 salaries
unlock blur

₹3 L/yr - ₹15 L/yr

Explore more salaries
Compare Gamix Labs with

Mobile Premier League

3.4
Compare

ChicMic

4.5
Compare

Sportz Interactive

3.2
Compare

MyTeam11

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