Upload Button Icon Add office photos
Engaged Employer

i

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

Kwalee India Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Kwalee India Interview Questions, Process, and Tips

Updated 2 Dec 2024

Top Kwalee India Interview Questions and Answers

View all 6 questions

Kwalee India Interview Experiences

Popular Designations

7 interviews found

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

(1 Question)

  • Q1. Asked about the react and UI elements like charts, and layouts. etc

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR of size N, determine if it can be transformed into a non-decreasing array by modifying at most one element. An array is defined as non-decreasing if ARR[i] <= ARR[i + 1] f... read more
View answer (3)

QA Analyst Interview Questions & Answers

user image Anonymous

posted on 10 Sep 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Manual testing knowledge.
  • Q2. Gaming knowledge and being a pro gamer is must

QA Analyst Interview Questions asked at other Companies

Q1. what are the different types of software testing?
View answer (2)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
No response

I applied via LinkedIn and was interviewed in Jun 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 - Aptitude Test 

Computer Fundamental questions, and puzzles

Round 3 - Technical 

(2 Questions)

  • Q1. String based question, Design Questions
  • Q2. Did the questions and answered the design Question
Round 4 - Assignment 

Python Based assignment had different parts to take care of.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join here they waste time, taking your interview, even though all interviews went well had scheduled final interview still rejected without any feedback.

Software Engineer - Backend Interview Questions asked at other Companies

Q1. Top View of a Binary Tree
View answer (1)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
No response

I applied via LinkedIn and was interviewed in Jan 2023. There were 5 interview rounds.

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 

Online test on zoom call , General Questions

Round 3 - One-on-one 

(2 Questions)

  • Q1. Why Kwallee Bangalore
  • Ans. 

    Kwallee Bangalore is a leading software testing company with a strong reputation in the industry.

    • Kwallee Bangalore has a team of highly skilled and experienced QA testers.

    • The company has a track record of delivering high-quality testing services to clients.

    • Kwallee Bangalore offers a wide range of testing solutions, including functional testing, performance testing, and security testing.

    • The company has a strong focus on...

  • Answered by AI
  • Q2. Technical Questions related to position
Round 4 - Behavioral 

(2 Questions)

  • Q1. Have pen paper and draw things
  • Q2. About you and your roles and responsibilities
Round 5 - Behavioral 

(3 Questions)

  • Q1. All about me and my current role in current employment
  • Q2. Why you want to join kwalee
  • Ans. 

    I want to join Kwalee because of their innovative and exciting game development projects.

    • Kwalee is known for their unique and creative game concepts.

    • They have a strong focus on innovation and pushing boundaries in the gaming industry.

    • I am passionate about game testing and want to be a part of a company that values quality assurance.

    • Kwalee's company culture and values align with my own professional goals.

    • I am impressed ...

  • Answered by AI
  • Q3. Why client base to product base company now?
  • Ans. 

    Companies are shifting from client base to product base to increase scalability, revenue, and market reach.

    • Product-based companies have the potential for higher revenue and profitability compared to client-based companies.

    • Product-based companies can scale their operations more easily by selling their products to a larger market.

    • Product-based companies have the opportunity to build a strong brand and customer loyalty.

    • Pr...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Ghosted after 4 rounds of interview and no response from any HRs for feedback or any contact ,no mails have been ans nor any calls. Would never recommend such unprofessional behaving company with do decency to even respond to peoples trying to contact.

Senior QA Tester Interview Questions asked at other Companies

Q1. What is Bug life cycle? What are bug types?
View answer (2)

Kwalee India interview questions for popular designations

 Front end Developer

 (1)

 Game Artist

 (1)

 QA Analyst

 (1)

 Senior QA Tester

 (1)

 Software Engineer - Backend

 (1)

 Talent Acquisition Coordinator

 (1)

DevOps Engineer with AWS Cloud Interview Questions & Answers

user image Anonymous

posted on 27 Apr 2023

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(5 Questions)

  • Q1. 1. How does kernel work in Linux? 2. Write some of the Linux commands. 3. why use the sudo command?
  • Ans. 

    Answers to Linux related questions for DevOps Engineer interview.

    • Kernel is the core of the operating system that manages system resources.

    • Linux commands include ls, cd, mkdir, rm, cp, mv, grep, awk, sed, etc.

    • sudo command is used to execute commands with administrative privileges.

    • It is important to use sudo to prevent unauthorized access and accidental damage to the system.

    • sudo can be used with various options like -u t...

  • Answered by AI
  • Q2. What is echo command ?
  • Ans. 

    Echo command is used to print the input or output text on the terminal.

    • Echo command is a built-in command in Linux/Unix systems.

    • It is used to display a line of text/string that is passed as an argument.

    • It can also be used to redirect the output of a command to a file.

    • Example: echo 'Hello World!' will print 'Hello World!' on the terminal.

  • Answered by AI
  • Q3. What does mean of .?
  • Q4. What is curl command?
  • Ans. 

    Curl is a command-line tool used to transfer data to or from a server using various protocols.

    • Curl supports various protocols such as HTTP, HTTPS, FTP, SMTP, and more.

    • It can be used to send requests with custom headers, cookies, and authentication.

    • Curl can also be used to download/upload files and test APIs.

    • Example: curl https://www.example.com -H 'Authorization: Bearer token' -X GET

  • Answered by AI
  • Q5. How do change directory?
  • Ans. 

    To change directory, use the 'cd' command followed by the directory path.

    • Type 'cd' followed by the directory path to change to that directory.

    • Use '..' to move up one directory level.

    • Use '~' to go to the home directory.

    • Use 'cd -' to switch to the previous directory.

    • Use 'pwd' to print the current working directory.

    • Example: 'cd /home/user/documents' to change to the 'documents' directory.

    • Example: 'cd ..' to move up one di...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

There was an aptitude test for Attention to detail

Round 2 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Where will you see yourself in the next 5 years?
  • Q3. 3 positive and 3 negative about yourself
Round 3 - Assignment 

It was an assignment about how you schedule interviews and how do you arrange it with the interviewers

Round 4 - HR 

(1 Question)

  • Q1. Lot of HR Based qtns, hobbies, one motto you'd use, where 4 people in the interview

Talent Acquisition Coordinator Interview Questions asked at other Companies

Q1. how do you prioritize your tasks?
View answer (1)

Jobs at Kwalee India

View all

Game Artist Interview Questions & Answers

user image Anonymous

posted on 1 Nov 2022

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - HR 

(3 Questions)

  • Q1. Ctc, expected ctc, gaming backgorund, what are the gaming pipeline departments we are good at,
  • Q2. Unity is a plus,which softwares we are good at
  • Ans. 

    We are proficient in various software including Maya, Photoshop, and ZBrush.

    • Proficient in Maya, Photoshop, and ZBrush

    • Experience with other software such as Blender and Substance Painter

    • Continuously learning and adapting to new software

  • Answered by AI
  • Q3. Years of experience and mobile gaming experience
  • Ans. 

    I have 5 years of experience in game art and have worked on multiple mobile games.

    • I have worked on mobile games such as Candy Crush and Clash of Clans

    • I have experience in creating 2D and 3D assets for mobile games

    • I am familiar with optimizing assets for mobile devices

  • Answered by AI
Round 3 - Assignment 

Game art assignment regarding a casual game about how design a level and UI/UX for that particular game

Interview Preparation Tips

Interview preparation tips for other job seekers - everything goes smoothly....just finish the test and submit them

Game Artist Interview Questions asked at other Companies

Q1. unity is a plus,which softwares we are good at
View answer (1)

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What can you tell me about Jira software?
  • Q2. How should one handle conflicts that arise between cross-functional teams?
Round 2 - One-on-one 

(1 Question)

  • Q1. What elements should be included on a website?

Interview Preparation Tips

Interview preparation tips for other job seekers - HR will never respond after asking her for feedback.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. QA specific questions , aglime methodologies, sprint ceremonies , api testing
  • Q2. Day to day activities in the role
Round 2 - Technical 

(2 Questions)

  • Q1. Scenario based questions to cover test cases
  • Q2. QA definitions, api testing network testing
Round 3 - HR 

(2 Questions)

  • Q1. Conflict resolution and other scenarios
  • Q2. Why the job change and why this company
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. C++ Concepts and classes
Round 2 - One-on-one 

(1 Question)

  • Q1. Code snippet and output
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial round and related non tech questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare C++ well and code snippets of C++

Kwalee India Interview FAQs

How many rounds are there in Kwalee India interview?
Kwalee India interview process usually has 3 rounds. The most common rounds in the Kwalee India interview process are Resume Shortlist, One-on-one Round and Assignment.
How to prepare for Kwalee India 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 Kwalee India. The most common topics and skills that interviewers at Kwalee India expect are Gaming, Team Building, Python, Communication Skills and Publishing.
What are the top questions asked in Kwalee India interview?

Some of the top questions asked at the Kwalee India interview -

  1. 1. How does kernel work in Linux? 2. Write some of the Linux commands. 3. why u...read more
  2. unity is a plus,which softwares we are good...read more
  3. what is echo comman...read more

Tell us how to improve this page.

Kwalee India Interview Process

based on 6 interviews

Interview experience

3.3
  
Average
View more

Interview Questions from Similar Companies

IDZ Digital Interview Questions
3.8
 • 22 Interviews
ChicMic Interview Questions
4.5
 • 11 Interviews
Games2Win Interview Questions
2.2
 • 6 Interviews
Octro Interview Questions
3.3
 • 5 Interviews
Zynga Interview Questions
3.5
 • 5 Interviews
Reliance Games Interview Questions
2.4
 • 2 Interviews
View all

Kwalee India Reviews and Ratings

based on 33 reviews

2.9/5

Rating in categories

3.1

Skill development

3.2

Work-life balance

3.0

Salary

2.5

Job security

3.0

Company culture

2.5

Promotions

2.7

Work satisfaction

Explore 33 Reviews and Ratings
Purchasing & Finance Operations Associate

Bangalore / Bengaluru

1-5 Yrs

Not Disclosed

Sound Designer

Bangalore / Bengaluru

1-3 Yrs

Not Disclosed

HR Administrator

Bangalore / Bengaluru

2-5 Yrs

Not Disclosed

Explore more jobs
QA Tester
17 salaries
unlock blur

₹3.3 L/yr - ₹6 L/yr

Software Engineer
9 salaries
unlock blur

₹13.5 L/yr - ₹21 L/yr

Senior QA Tester
6 salaries
unlock blur

₹9 L/yr - ₹12.2 L/yr

Devops Engineer
5 salaries
unlock blur

₹7 L/yr - ₹24 L/yr

Game Designer
5 salaries
unlock blur

₹43.2 L/yr - ₹60 L/yr

Explore more salaries
Compare Kwalee India with

Moonfrog Labs

2.5
Compare

Nazara Technologies

3.0
Compare

Octro

3.3
Compare

99games Online

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