Upload Button Icon Add office photos

Ubisoft Entertainment

Compare button icon Compare button icon Compare

Filter interviews by

Ubisoft Entertainment Programmer Interview Questions and Answers

Updated 12 Sep 2024

Ubisoft Entertainment Programmer Interview Experiences

1 interview found

Programmer Interview Questions & Answers

user image rohit thorat

posted on 12 Sep 2024

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

(2 Questions)

  • Q1. JS - closures , hoisting, event loop ,
  • Q2. Mongodb - sharding , clutering
Round 2 - Coding Test 

Javascript programs - check sum , sql vs mongodb , system desgin

Programmer Jobs at Ubisoft Entertainment

View all

Interview questions from similar companies

I applied via Walk-in and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Link list program, few objective based on cpp

Round 2 - One-on-one 

(2 Questions)

  • Q1. Good Core knowledge cpp
  • Q2. Pointer, static , constant used in multiple scenario. Oops, STL

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well practically, work culture and pay is good!!
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Javascript and React fundamentals
Round 2 - Coding Test 

Question completely out of domain

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

I applied via IIM Jobs and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

SQL Coding Test - asked 5 queries related to joins, ranks, group by

Round 2 - Case Study 

Asked guesstimates, technical CV Question, case

Round 3 - Case Study 

Asked guesstimate, market entry question, case

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

Interview Questionnaire 

1 Question

  • Q1. Question related to experience and basic questions on manual testing like what is the difference between sanity and smoke, test case strategy and planning and scenario. STLC Phases and Bug cycle

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it simple and try to give generic examples around the questions.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Gaming and network knowledge
Round 2 - Aptitude Test 

Gaming and network knowledge

Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Good for Work from home but done except too much.
They lied and gave us job that we will be made permanent but in job offer nothing was written. Didn't got hike as discussed and still we aren't permanent
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2022. 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 

1. Questions related to python.
2. Find the count of unique elements in a list.

Round 3 - Coding Test 

1. Implementation of any sorting.
2. Questions related to testing and pytest framework.

Round 4 - Behavioral 

(3 Questions)

  • Q1. Casual conversation with Senior manager
  • Q2. Tell me about your self.
  • Q3. Discussion about job profile.
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with the in depth knowledge abouts the job in which you are applying.
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. How would you approach writing a program that creates a new integer array based on the following condition: Given an input integer array, for each element in the array, calculate the sum of all integers sm...
  • Ans. 

    Create a new array with sums of all integers smaller than each element in the input array.

    • Iterate through the input array and for each element, calculate the sum of all integers smaller than the current element.

    • Populate the new array with these sums.

    • Use a lambda expression to simplify the code.

  • Answered by AI
  • Q2. How would you approach writing a program that clears a grid based on following conditions. 1. Take any grid which has values in each cell. There is a ball that moves in all 8 directions from any point in t...
  • Ans. 

    Approach: Create a program to clear a grid by moving a ball in all 8 directions and clearing cells at the center.

    • Create a grid with values in each cell

    • Randomly select a starting point and direction for the ball

    • Move the ball in all 8 directions, clearing cells at the center

    • Reroute the ball when it reaches the edge

    • Continue until all cells are cleared

  • Answered by AI
  • Q3. How does a IEnumerator work in C# and not in Unity. For ex: If i have a function that has yield return 8; yield return 10; yield return 15; in 3 lines how does it work. I have answered it based on unity,...
  • Ans. 

    An IEnumerator in C# is used to iterate over a collection of objects one at a time, allowing for more efficient memory usage and performance.

    • IEnumerator is used to implement custom iterators in C# by defining a method with a yield return statement.

    • Each time the iterator is called, it returns the next value in the sequence defined by the yield return statements.

    • IEnumerators can be used in foreach loops to iterate over t

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Automation, JavaScript, node.js, java

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for Java , .nodejs , JavaScript if applying for Automation.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Online call where we have to answer

Round 2 - Technical 

(1 Question)

  • Q1. Gaming consoles which I have played
  • Ans. 

    I have played on various gaming consoles including PlayStation, Xbox, Nintendo, and PC.

    • PlayStation

    • Xbox

    • Nintendo

    • PC

  • Answered by AI

Ubisoft Entertainment Interview FAQs

How many rounds are there in Ubisoft Entertainment Programmer interview?
Ubisoft Entertainment interview process usually has 2 rounds. The most common rounds in the Ubisoft Entertainment interview process are Technical and Coding Test.
How to prepare for Ubisoft Entertainment Programmer 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 Ubisoft Entertainment. The most common topics and skills that interviewers at Ubisoft Entertainment expect are Programming, C++, Debugging, Backend and System Architecture.
What are the top questions asked in Ubisoft Entertainment Programmer interview?

Some of the top questions asked at the Ubisoft Entertainment Programmer interview -

  1. JS - closures , hoisting, event loo...read more
  2. Mongodb - sharding , cluter...read more

Tell us how to improve this page.

Ubisoft Entertainment Programmer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Pole To Win Interview Questions
3.4
 • 57 Interviews
Aristocrat Interview Questions
3.8
 • 45 Interviews
Light & Wonder Interview Questions
3.9
 • 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
Ubisoft Entertainment Programmer Salary
based on 21 salaries
₹7 L/yr - ₹18 L/yr
163% more than the average Programmer Salary in India
View more details

Ubisoft Entertainment Programmer Reviews and Ratings

based on 3 reviews

3.3/5

Rating in categories

2.7

Skill development

4.9

Work-life balance

3.2

Salary

4.0

Job security

3.4

Company culture

2.7

Promotions

2.8

Work satisfaction

Explore 3 Reviews and Ratings
Programmer

Pune

0-5 Yrs

Not Disclosed

Explore more jobs
Game Tester
274 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior Game Tester
192 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Tester
96 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Engineer
53 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
44 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Ubisoft Entertainment with

Electronic Arts

4.1
Compare

Bandai Namco

3.3
Compare

Nintendo

5.0
Compare

Pole To Win

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