Add office photos
Employer?
Claim Account for FREE

Ubisoft Entertainment

3.8
based on 267 Reviews
Filter interviews by

20+ Ernst & Young Interview Questions and Answers

Updated 1 Aug 2024
Popular Designations

Q1. What is it about Gaming industry that you like?

Ans.

I love the gaming industry because it combines my passion for technology, creativity, and storytelling.

  • The gaming industry allows me to explore new worlds and immerse myself in different experiences.

  • I enjoy the challenge of solving puzzles and overcoming obstacles in games.

  • I appreciate the artistry and attention to detail in game design and graphics.

  • The gaming industry constantly evolves and pushes the boundaries of technology.

  • I find joy in being part of a community of gamers...read more

View 3 more answers

Q2. What bugs did you observed in the games?

Ans.

I observed various bugs in the games I tested.

  • I encountered graphical glitches, such as textures not rendering properly.

  • I found gameplay bugs, like characters getting stuck in walls or objects not interacting correctly.

  • I identified audio issues, such as missing or distorted sound effects.

  • I discovered crashes and freezes during certain actions or sequences.

  • I reported UI bugs, such as buttons not responding or incorrect menu navigation.

View 1 answer

Q3. What do you know about Ubisoft and its games?

Ans.

Ubisoft is a renowned video game company known for developing and publishing popular game franchises.

  • Ubisoft is a French video game company founded in 1986.

  • They are known for developing and publishing popular game franchises like Assassin's Creed, Far Cry, and Watch Dogs.

  • Ubisoft has studios all around the world, including Montreal, Paris, and Toronto.

  • They have a diverse portfolio of games across various genres, including action-adventure, first-person shooters, and open-world...read more

View 1 answer

Q4. What is your game ? Tell me about thevgame in detail

Ans.

My game is called 'Galactic Adventure' and it's a space exploration game.

  • Players can explore different planets and galaxies

  • They can encounter alien species and engage in battles

  • There are various missions and quests to complete

  • Players can upgrade their spaceship and weapons

  • The game has stunning graphics and immersive sound effects

Add your answer
Discover Ernst & Young interview dos and don'ts from real experiences

Q5. If you're provided with some amount, what PC specifications you'll add for your gaming Setup?

Ans.

I would prioritize a high-end graphics card, ample RAM, and a fast processor for optimal gaming performance.

  • Invest in a high-end graphics card for smooth gameplay and realistic visuals (e.g. NVIDIA GeForce RTX 3080).

  • Ensure ample RAM (e.g. 16GB or higher) to handle multiple tasks and large game files simultaneously.

  • Opt for a fast processor (e.g. Intel Core i7 or AMD Ryzen 7) for quick loading times and smooth gameplay.

  • Consider a high refresh rate monitor for a more immersive g...read more

Add your answer

Q6. Do you know about Ubisoft?

Ans.

Yes, Ubisoft is a renowned video game company known for developing and publishing popular game franchises.

  • Ubisoft is a leading video game company based in France.

  • They are known for developing and publishing popular game franchises like Assassin's Creed, Far Cry, and Watch Dogs.

  • Ubisoft has studios and offices worldwide, including Montreal, Paris, and Toronto.

  • They have a strong focus on open-world and action-adventure games.

  • Ubisoft is also involved in the development of virtual...read more

View 1 answer
Are these interview questions helpful?

Q7. 1. Given a string like Hello print H1e1l2o1

Ans.

The program should count the occurrence of each character in the given string and print the character along with its count.

  • Create a dictionary to store the count of each character in the string.

  • Iterate through the string and update the count of each character in the dictionary.

  • Iterate through the string again and print each character along with its count from the dictionary.

Add your answer

Q8. What are different types of the games ?

Ans.

There are various types of games such as action, adventure, puzzle, simulation, sports, strategy, and more.

  • Action games involve fast-paced gameplay and combat, such as Call of Duty.

  • Adventure games focus on exploration and storytelling, such as The Legend of Zelda.

  • Puzzle games challenge players to solve problems or complete tasks, such as Tetris.

  • Simulation games simulate real-life scenarios, such as The Sims.

  • Sports games simulate various sports, such as FIFA or NBA 2K.

  • Strategy...read more

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. 4. Find weather a string is a rotation of the other.

Ans.

Check if a string is a rotation of another string.

  • Concatenate the first string with itself and check if the second string is a substring of the concatenated string.

  • If the length of the strings is not equal, return false.

  • If the strings are identical, return true.

  • Example: 'waterbottle' is a rotation of 'erbottlewat'.

Add your answer

Q10. Gaming concept with software testing Q/A

Ans.

Gaming concept with software testing Q/A

  • Explaining the concept of software testing in the context of game development

  • Discussing the importance of quality assurance in gaming

  • Providing examples of how software testing can improve game performance and user experience

View 1 answer

Q11. manual testing game played and what is bug

Ans.

Manual testing of games involves playing the game to identify and report bugs.

  • Manual testing involves playing the game step by step to ensure all features work correctly.

  • Testers need to actively look for bugs such as graphical glitches, gameplay issues, or crashes.

  • Bugs found during manual testing need to be documented with detailed steps to reproduce.

  • Examples of bugs include characters getting stuck in walls, items disappearing, or game crashes.

  • Testers need to have good atten...read more

Add your answer

Q12. How you find bugs for a Games?

Ans.

Bugs are found through systematic testing, exploration, and experimentation.

  • Performing various actions and combinations of actions in the game

  • Testing different scenarios and edge cases

  • Using debugging tools to identify issues

  • Collaborating with other testers and developers to share findings

  • Repeating tests to ensure consistency

  • Documenting and reporting bugs with clear steps to reproduce

  • Playing the game from the perspective of different types of players

  • Staying up-to-date with ind...read more

View 1 answer

Q13. Games by Ubisoft?

Ans.

Ubisoft is a video game company known for popular franchises like Assassin's Creed, Far Cry, and Tom Clancy's Rainbow Six.

  • Ubisoft is a French video game company founded in 1986.

  • They are known for creating popular franchises like Assassin's Creed, Far Cry, and Tom Clancy's Rainbow Six.

  • Ubisoft has studios all over the world, including Canada, France, and Romania.

  • They have also published games like Watch Dogs, Just Dance, and Rayman.

  • Ubisoft is one of the largest video game compa...read more

Add your answer

Q14. What is row number, rank, dense rank? explain partition by, indexing joins, query optimization techniques

Ans.

Explanation of row number, rank, dense rank, partition by, indexing joins, and query optimization techniques.

  • Row number is a function that assigns a unique number to each row in a result set.

  • Rank is a function that assigns a rank to each row based on the values in a specified column.

  • Dense rank is a function that assigns a rank to each row based on the values in a specified column, but with no gaps in the ranking.

  • Partition by is a clause that divides a result set into partitio...read more

Add your answer

Q15. Explain SDLC and Bug life cycle

Ans.

SDLC is the process of developing software from planning to deployment, while Bug life cycle is the stages a bug goes through from discovery to resolution.

  • SDLC stands for Software Development Life Cycle and includes stages like planning, design, development, testing, deployment, and maintenance.

  • Bug life cycle includes stages like New, Assigned, Open, Fixed, Retest, Verified, and Closed.

  • SDLC focuses on the overall software development process, while Bug life cycle focuses on t...read more

Add your answer

Q16. Latest Ubisoft games

Ans.

Ubisoft has released several new games recently.

  • Assassin's Creed Valhalla is the latest installment in the popular franchise.

  • Watch Dogs: Legion allows players to recruit and play as any NPC in the game.

  • Immortals Fenyx Rising is an open-world adventure game inspired by Greek mythology.

  • Rainbow Six Siege continues to receive updates and new content.

  • Far Cry 6 is set to release in October 2021.

Add your answer

Q17. Technologies used in day to day work

Ans.

I primarily use technologies such as CAD software, simulation tools, programming languages like Python, and data analysis tools.

  • CAD software (e.g. SolidWorks, AutoCAD)

  • Simulation tools (e.g. ANSYS, COMSOL)

  • Programming languages (e.g. Python, MATLAB)

  • Data analysis tools (e.g. Excel, Tableau)

Add your answer

Q18. Favorite game, Had you encounter any issue

Ans.

My favorite game is Overwatch. I have encountered issues with server connectivity and occasional bugs.

  • Favorite game: Overwatch

  • Issues encountered: server connectivity and occasional bugs

Add your answer

Q19. real-time examples on data analytics with examples

Ans.

Real-time examples of data analytics

  • Predictive maintenance in manufacturing

  • Real-time fraud detection in banking

  • Personalized recommendations in e-commerce

  • Real-time traffic analysis for smart cities

  • Real-time health monitoring in medical devices

Add your answer

Q20. Write complete string class

Ans.

A complete string class implementation in C++

  • Use dynamic memory allocation for storing the characters of the string

  • Include constructors, destructor, copy constructor, assignment operator, and other necessary member functions

  • Implement functions like length(), append(), insert(), erase(), find(), etc.

  • Handle memory management and boundary conditions carefully

Add your answer

Q21. List three bugs in any game you've played.

Ans.

Three bugs in games I've played

  • Invisible walls preventing player movement

  • Character getting stuck in terrain

  • Quest not triggering completion despite meeting requirements

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Ernst & Young

based on 10 interviews in the last 1 year
Interview experience
4.5
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.8
 • 361 Interview Questions
4.1
 • 269 Interview Questions
4.0
 • 167 Interview Questions
4.0
 • 135 Interview Questions
3.8
 • 135 Interview Questions
View all
Top Ubisoft Entertainment Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter