Filter interviews by
I applied via Indeed and was interviewed in Jan 2024. There were 2 interview rounds.
Bug life cycle refers to the stages a bug goes through from identification to resolution in software testing.
Bug is identified by tester
Bug is reported in bug tracking system
Bug is assigned to developer for fixing
Bug is fixed by developer
Bug is retested by tester
Bug is closed if fixed successfully
Severity and priority are terms used in software testing to classify and prioritize bugs.
Severity refers to the impact of a bug on the system or application. It is usually categorized as low, medium, or high.
Priority, on the other hand, determines the order in which bugs should be fixed. It is usually categorized as low, medium, or high as well.
For example, a bug that causes the application to crash would have high sev...
I play a variety of games across different genres and platforms.
I enjoy playing action-adventure games like Assassin's Creed and Uncharted.
I also like playing multiplayer games such as Call of Duty and Fortnite.
I am a fan of role-playing games like The Witcher and Skyrim.
I occasionally play puzzle games like Portal and Tetris for a change of pace.
To determine which team to assign a bug to, one must consider the type of bug, the expertise of each team, and the severity of the issue.
Identify the type of bug (e.g. graphical, gameplay, audio) to determine which team is best suited to address it
Consider the expertise and strengths of each team (e.g. programming, design, QA) in relation to the bug
Assess the severity and impact of the bug on the game to prioritize ass
An IP address is a unique numerical label assigned to each device connected to a computer network.
An IP address consists of four sets of numbers separated by periods (e.g. 192.168.1.1)
There are two types of IP addresses: IPv4 (32-bit) and IPv6 (128-bit)
IP addresses are used for identifying and communicating with devices on a network
Java is a general-purpose programming language, while JavaScript is a scripting language primarily used for web development.
Java is a statically typed language, while JavaScript is dynamically typed.
Java is compiled and runs on the Java Virtual Machine (JVM), while JavaScript is interpreted and runs in the browser.
Java is used for building standalone applications, server-side applications, and Android apps, while JavaS...
I applied via Recruitment Consulltant and was interviewed in Aug 2022. There were 3 interview rounds.
Was given a list of things to do in a pdf file (This was one day before interview).
1. Which gamer do you follow mention that (their blogs links/channel).
2. Do you know any open source tool (like bugzilla , selenium ,testlink).
3. Do you know any software like photoshop, game maker etc.
4. Write down steps on how ould you improve the game.
5. Also a game app "Strike Force - 1945 War" was given to play and find out 15 bugs from that.
I chose game testing because of my passion for gaming and the opportunity to contribute to the development of immersive and enjoyable experiences.
Passion for gaming: I have always been an avid gamer and have a deep understanding of game mechanics and player experience.
Contribution to development: Game testing allows me to provide valuable feedback and identify bugs or glitches that can enhance the overall gameplay.
Imme...
Regression testing is the process of testing changes made to a software application to ensure that existing functionality still works as intended.
It involves retesting previously tested features to ensure that they still work after changes have been made.
It helps to identify any new bugs or issues that may have been introduced during the development process.
It is typically performed after a new build or release of the ...
Bug life cycle refers to the stages a bug goes through from discovery to resolution.
Bug is discovered by tester
Bug is reported to development team
Bug is assigned to a developer
Developer fixes the bug
Bug is retested by tester
Bug is closed if fixed or reopened if not
Yes, I have used defect tracking tools extensively.
I have experience using JIRA, Bugzilla, and Trello.
I am familiar with creating and updating tickets, assigning priorities, and communicating with developers.
I have also used custom defect tracking tools developed by the company.
I understand the importance of accurate and detailed defect tracking in ensuring a high-quality product.
Bug severity and priority are important factors in game testing.
Severity refers to the impact of a bug on the game's functionality, while priority refers to the order in which bugs should be fixed.
Examples of high severity bugs include crashes, freezes, and game-breaking glitches.
Examples of high priority bugs include those that affect gameplay mechanics, user interface, or game progression.
Bug severity and priority ar...
I play a variety of games across different genres and platforms.
I enjoy playing action-adventure games like Assassin's Creed and Uncharted.
I also like playing strategy games such as Civilization and XCOM.
I am a fan of RPGs like The Witcher and Skyrim.
I enjoy puzzle games like Portal and The Witness.
I occasionally play multiplayer games like Overwatch and Rocket League.
Yes, I have found bugs while playing my favorite games.
In game X, I encountered a bug where the character would get stuck in a wall and couldn't move.
In game Y, there was a bug that caused the game to crash whenever I tried to access the inventory menu.
In game Z, I noticed a bug where the enemy AI would sometimes freeze and stop attacking.
In game A, there was a bug that caused graphical glitches when playing on certain
To reproduce a bug, follow the steps that led to the bug and try to recreate it consistently.
Identify the steps that led to the bug
Try to recreate the bug consistently
Document the steps taken to reproduce the bug
Test different scenarios to ensure the bug is not a one-time occurrence
I will retest the game to ensure the bugs are fixed and report any new issues found.
Retest the game to ensure the bugs are fixed
Report any new issues found
Collaborate with the developer to ensure the game is ready for release
I applied via Naukri.com and was interviewed in Oct 2022. There were 3 interview rounds.
Had given some queries to perform practically in SQL and share the outputs within a document.
Top trending discussions
I applied via Approached by Company and was interviewed in Aug 2023. There were 5 interview rounds.
I applied via Walk-in and was interviewed before Dec 2022. There were 3 interview rounds.
To connect Charles Proxy to a device, follow these steps:
Ensure that the device and the computer running Charles Proxy are connected to the same network.
Install Charles Proxy on the computer and open it.
On the device, go to Wi-Fi settings and find the network the device is connected to.
Long press on the network and select 'Modify Network' or 'Advanced Options'.
Change the proxy settings to manual and enter the IP addres...
Monetization models are strategies used by game developers to generate revenue from their games.
Monetization models determine how a game will make money, such as through in-app purchases, ads, or subscriptions.
Examples of monetization models include freemium, where the game is free to play but offers optional in-app purchases, and ad-supported games that display advertisements during gameplay.
Other models include pay-t...
I am familiar with several games developed by Reliance Games.
I know the game Real Steel, which is a popular fighting game developed by Reliance Games.
I am also familiar with the game WWE Mayhem, which is a wrestling game developed by Reliance Games.
Another game I know is Drone Shadow Strike, which is a military combat game developed by Reliance Games.
I have played several other games developed by Reliance Games, such a...
To report bulk bugs in Jira, you can use the CSV import feature.
Export the bugs to a CSV file
Format the CSV file according to Jira's import template
Import the CSV file into Jira
Review and validate the imported bugs
Different question were asked on sql python java
I was interviewed before Feb 2024.
There were two coding questions; one was related to linked lists, and the other was linked to binary trees.
Developed a web application for tracking inventory and sales data
Used React for front-end development
Implemented RESTful APIs using Node.js and Express for back-end
Utilized MongoDB for database management
Integrated authentication and authorization features for secure access
Implemented data visualization using Chart.js
Reversing a linked list involves changing the direction of pointers to go from the end to the beginning.
Start by initializing three pointers: current, previous, and next.
Iterate through the linked list, updating the pointers to reverse the direction of the links.
Update the head of the linked list to point to the new first node, which was the original last node.
Program to find perfect squares between two numbers
Iterate through numbers between the given range
Check if the square root of the number is an integer
If yes, then it is a perfect square
Smart pointers in C++ are objects that act like pointers but provide automatic memory management.
Smart pointers help prevent memory leaks by automatically managing memory allocation and deallocation.
Examples include unique_ptr, shared_ptr, and weak_ptr.
unique_ptr is used for exclusive ownership, shared_ptr for shared ownership, and weak_ptr to prevent circular references.
Mutual exclusion is a concept in concurrent programming where only one thread can access a shared resource at a time.
Ensures that only one thread can access a critical section of code at a time
Prevents race conditions and data corruption
Commonly implemented using locks, semaphores, or mutexes
Example: Using a mutex to protect a shared variable in a multi-threaded application
Implementing multithreading involves creating and managing multiple threads to execute tasks concurrently.
Identify the tasks that can be executed concurrently
Create and manage multiple threads to execute these tasks simultaneously
Use synchronization techniques like locks and semaphores to prevent race conditions
Handle communication and coordination between threads
Consider thread safety and resource sharing issues
I applied via Referral and was interviewed before Nov 2023. There was 1 interview round.
Basic aptitude test, if you know basic maths you can easily crack it.
I applied via Naukri.com and was interviewed before Nov 2021. There were 5 interview rounds.
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.
Some of the top questions asked at the Rendered Ideas Softgame interview -
based on 4 interviews
Interview experience
based on 12 reviews
Rating in categories
Game Developer
7
salaries
| â‚ą0 L/yr - â‚ą0 L/yr |
Game Tester
7
salaries
| â‚ą0 L/yr - â‚ą0 L/yr |
Talent Acquisition Specialist
5
salaries
| â‚ą0 L/yr - â‚ą0 L/yr |
android Game Developer
4
salaries
| â‚ą0 L/yr - â‚ą0 L/yr |
Software Developer
3
salaries
| â‚ą0 L/yr - â‚ą0 L/yr |
Moonfrog Labs
Octro
Games2Win
99games Online