Upload Button Icon Add office photos

Filter interviews by

King Digital Entertainment Interview Questions and Answers

Updated 26 Apr 2024

King Digital Entertainment Interview Experiences

3 interviews found

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

I applied via LinkedIn and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Brief what gradient descent is
  • Ans. 

    Gradient descent is an optimization algorithm used to minimize the error of a model by adjusting its parameters iteratively.

    • Gradient descent calculates the gradient of the loss function with respect to the model parameters.

    • It then updates the parameters in the opposite direction of the gradient to minimize the loss.

    • This process is repeated iteratively until the algorithm converges to a minimum.

    • Learning rate is a hyperp...

  • Answered by AI
  • Q2. A leetcode medium question
Round 2 - One-on-one 

(2 Questions)

  • Q1. Went through my experience on my cv
  • Q2. A case study from model selection to a/b test

Skills evaluated in this interview

Machine Learning Engineer Intern Interview Questions asked at other Companies

Q1. How can we write an efficient matrix multiplication method for huge matrices?
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 16 Oct 2022

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

Round 1 - Application Form 

(5 Questions)

  • Q1. Find the world that you can place your location to this one
  • Q2. What is your goal that you whant to achieve
  • Q3. What grades you have achieve in 12th class
  • Q4. How many days are there in 11123years
  • Q5. What grades for your goal is to be

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good study good
Study hard and achieve good marks
Study table is a iQ and a person who has a review in which thing is used to be spell in the world of the world of the world
Never lose your hope
I am in the world of the world of the world of the world of the world of the world of the world of the world of the world of the world is the most common in which thing of a person to the other people are not a good people and the world of the world is known for a iQ of the week and is a good marks and

Interview Questions & Answers

user image Anonymous

posted on 21 Apr 2022

I applied via Approached by Company and was interviewed before Apr 2021. There were 2 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 - HR 

(3 Questions)

  • Q1. Tell me about yourself.
  • Q2. Why did you choose our organization
  • Q3. How to relate with your bods

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to avoid others advice. Keep it mind own Suggestion is the best suggestion.

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Internshala and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude questions were pretty easy like on speed etc

Round 2 - Coding Test 

Coding questions were also easy like patterns code, reverse string just basics

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

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude only think out of box

Round 2 - One-on-one 

(2 Questions)

  • Q1. Static and final difference
  • Ans. 

    Static variables belong to the class itself, while final variables cannot be changed after initialization.

    • Static variables are shared among all instances of a class

    • Final variables cannot be reassigned once initialized

    • Static variables are initialized only once at the start of the program

    • Final variables must be initialized when declared

  • Answered by AI
  • Q2. Patterns problem
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about your self?
  • Q2. Checking english fluency

Interview Preparation Tips

Interview preparation tips for other job seekers - It's good company, friendly HR and interviewer.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

10 reasoning questions and 3 coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Wap for factorial with recurrsion
  • Ans. 

    Factorial calculation using recursion in a programming language

    • Define a function that takes an integer as input

    • Base case: if input is 0, return 1

    • Recursive case: return input multiplied by factorial of input-1

    • Example: factorial(5) = 5 * factorial(4) = 5 * 4 * factorial(3) = ... = 5 * 4 * 3 * 2 * 1 = 120

  • Answered by AI
  • Q2. Opps and basic core Java questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Simple logic and maths based questions along with coding round

Round 2 - Technical 

(2 Questions)

  • Q1. Questions on string literals
  • Q2. Array vs arraylist
  • Ans. 

    Arrays are fixed in size, while ArrayLists can dynamically resize. Arrays are faster for accessing elements, while ArrayLists offer more flexibility.

    • Arrays have a fixed size, while ArrayLists can dynamically resize.

    • Arrays are faster for accessing elements, while ArrayLists offer more flexibility in terms of adding, removing, and manipulating elements.

    • Example: String[] namesArray = new String[5]; ArrayList namesList = n

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. My strength and weaknesses
  • Q2. Past work experiences if any
  • Ans. 

    I have worked as a software developer for 3 years at XYZ company.

    • Developed web applications using Java, Spring, and AngularJS

    • Collaborated with team members to design and implement new features

    • Participated in code reviews and testing processes

    • Resolved technical issues and provided support to end users

  • Answered by AI

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Coding Test 

General coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Related technical question

Interview Preparation Tips

Interview preparation tips for other job seekers - Mid level company, salary is not upto market. Rest is fine.
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. 4 Coding question to be solve live
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Systematic interview test

Round 2 - One-on-one 

(1 Question)

  • Q1. What is java and oops concepts
  • Ans. 

    Java is a popular programming language used for developing various applications. OOPs concepts refer to Object-Oriented Programming principles.

    • Java is a high-level, class-based, object-oriented programming language.

    • OOPs concepts include Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation refers to bundling data and meth...

  • Answered by AI

King Digital Entertainment Interview FAQs

How many rounds are there in King Digital Entertainment interview?
King Digital Entertainment interview process usually has 2 rounds. The most common rounds in the King Digital Entertainment interview process are Resume Shortlist, HR and Application Form.
What are the top questions asked in King Digital Entertainment interview?

Some of the top questions asked at the King Digital Entertainment interview -

  1. brief what gradient descent...read more
  2. How to relate with your b...read more
  3. Find the world that you can place your location to this ...read more

Tell us how to improve this page.

King Digital Entertainment Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Pole To Win Interview Questions
3.4
 • 54 Interviews
Aristocrat Interview Questions
3.8
 • 45 Interviews
Light & Wonder Interview Questions
3.8
 • 29 Interviews
Electronic Arts Interview Questions
4.1
 • 22 Interviews
IDZ Digital Interview Questions
3.8
 • 22 Interviews
Games24x7 Interview Questions
3.7
 • 19 Interviews
View all

King Digital Entertainment Reviews and Ratings

based on 7 reviews

1.8/5

Rating in categories

1.7

Skill development

1.7

Work-life balance

1.5

Salary

1.8

Job security

1.5

Company culture

1.6

Promotions

1.4

Work satisfaction

Explore 7 Reviews and Ratings
Compare King Digital Entertainment with

Pole To Win

3.4
Compare

International Game Technology

3.3
Compare

Ubisoft Entertainment

3.8
Compare

Aristocrat

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