Upload Button Icon Add office photos

Filter interviews by

GodSpeed Games Trainee Programmer Interview Questions, Process, and Tips

Updated 18 Jul 2022

GodSpeed Games Trainee Programmer Interview Experiences

1 interview found

I applied via Approached by Company and was interviewed in Jun 2022. There were 3 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 - Assignment 

To build a topdown shooter game with the unreal engine using c++

Round 3 - One-on-one 

(4 Questions)

  • Q1. What is static data members and static member functions in C++?
  • Ans. 

    Static data members and member functions are shared by all objects of a class.

    • Static data members are declared with the static keyword and have a single copy shared by all objects of the class.

    • Static member functions are also declared with the static keyword and can be called without an object of the class.

    • Static data members can be used to maintain a common value across all objects of the class.

    • Static member functions...

  • Answered by AI
  • Q2. If two coordinates of a rectangle are given find the other two?
  • Ans. 

    To find the other two coordinates of a rectangle, we need to use the formula of opposite sides being equal.

    • Calculate the difference between the given coordinates to find the length and width of the rectangle

    • Add or subtract the length and width from the given coordinates to find the other two coordinates

    • Make sure to check if the rectangle is oriented horizontally or vertically

    • Example: Given coordinates (1,1) and (4,5), ...

  • Answered by AI
  • Q3. How will calculate the required speed for a basketball shoot to reach the basket?
  • Ans. 

    The required speed for a basketball shoot to reach the basket can be calculated using the projectile motion formula.

    • Determine the distance between the shooter and the basket

    • Calculate the angle of release

    • Use the projectile motion formula to calculate the required speed

    • Adjust for air resistance and other factors if necessary

  • Answered by AI
  • Q4. How will you make c++ function blueprint callable in unreal?
  • Ans. 

    C++ function blueprint can be made callable in Unreal by creating a Blueprint Function Library.

    • Create a new Blueprint Function Library in Unreal

    • Add the C++ function to the library as a static function

    • Compile the C++ code and refresh the library in Unreal

    • The function can now be called from any Blueprint in the project

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - they asked questions regarding c++, physics , maths, unreal engine etc.

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Palindrome
  • Q2. Study basic coding
Round 1 - Aptitude Test 

Easy mcq from oops and aptitude

Round 2 - Technical 

(1 Question)

  • Q1. All oops concept, linked list code, pattern questions
Round 3 - Technical 

(1 Question)

  • Q1. All oops concept, doubly linked list code, pattern code

Interview Preparation Tips

Interview preparation tips for other job seekers - Preapre oops concept well, basic questiions. Intro of yourelf
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 

Aptitude consited of maths and coding quetions

Round 3 - One-on-one 

(2 Questions)

  • Q1. Basic C++ question and concepts were asked
  • Q2. Problems were given and asked how i can resolve them efficiently

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics clear. i was interviewd at chandigarh university so it was a tough round took some time quite long
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Easy level coding test, with basic knowledge of programming

Round 2 - Coding Test 

Recursion, and other advance topics

Round 3 - HR 

(2 Questions)

  • Q1. Basic HR question, about your background, experience projects etc
  • Q2. What projects you work on
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

There were questions of basic aptitude

Round 2 - Technical 

(3 Questions)

  • Q1. Introduce yourself
  • Q2. About my projects
  • Q3. What is Radix sort
  • Ans. 

    Radix sort is a non-comparative sorting algorithm that sorts integers by processing individual digits.

    • Radix sort works by sorting numbers based on each digit's value, starting from the least significant digit to the most significant digit.

    • It can be implemented using counting sort or bucket sort as a subroutine.

    • Radix sort is efficient for sorting integers with a fixed number of digits, like phone numbers or social secur

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Job Portal and was interviewed in Nov 2023. There were 3 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 - Technical 

(1 Question)

  • Q1. Basic questions about class and objects and some DSA questions related to arrays.
Round 3 - Technical 

(1 Question)

  • Q1. DSA basic questions and C++ questions related to polymorphism and class design patterns

Interview Preparation Tips

Interview preparation tips for other job seekers - they finalized me and called me for a director's round in their office. Later, they said the director was not available and they would call me next week, after that their HR stopped responding to calls.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Some C++ 14/17 questions and OOPs concepts
  • Q2. DSA questions based for basic game logics.
Round 2 - Technical 

(2 Questions)

  • Q1. Advanced OOPs and C++ questions
  • Q2. DSA coding questions based on Stacks and Linked list
Round 3 - HR 

(3 Questions)

  • Q1. Called me to Noida for a F2F HR round. I wasn’t given any Travel allowance. CTC negotiation was brutal. They were not willing to give me even a 5% hike on my previous salary.The HR and the Team said they’d...
  • Q2. A month passed by. Sometimes they’d say the technical team who took your interview wasn’t available so that the CTC discussion could be further done. And somedays they’d just delay by saying we’d get back ...
  • Q3. After a month of wasting my time. The HR finally called and said they rejected me based on the CTC. And are not even willing to negotiate because of my not so well performance in the technical rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - I had the worst experience ever interviewing in an MNC. Did not expect such unprofessional behaviour from a big company like Merkur Gaming.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Required to write codes in python

Round 2 - Coding Test 

Required to write codes in python

Round 3 - HR 

(2 Questions)

  • Q1. Time to tackle difficulties
  • Q2. Time to learn things outside school
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

One hour aptitude test based on the mathematics ,logical reasoning.

Round 2 - Technical 

(2 Questions)

  • Q1. One basic question on the language you know and one SQL is asked
  • Q2. SQL query questions

Interview Preparation Tips

Topics to prepare for Sportz Interactive Software Developer interview:
  • SQL
Interview preparation tips for other job seekers - Prepared for a SQL and you know language technical questions

GodSpeed Games Interview FAQs

How many rounds are there in GodSpeed Games Trainee Programmer interview?
GodSpeed Games interview process usually has 3 rounds. The most common rounds in the GodSpeed Games interview process are Resume Shortlist, Assignment and One-on-one Round.
What are the top questions asked in GodSpeed Games Trainee Programmer interview?

Some of the top questions asked at the GodSpeed Games Trainee Programmer interview -

  1. What is static data members and static member functions in C...read more
  2. if two coordinates of a rectangle are given find the other t...read more
  3. how will calculate the required speed for a basketball shoot to reach the baske...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Dream11 Interview Questions
3.8
 • 37 Interviews
IDZ Digital Interview Questions
3.8
 • 22 Interviews
ChicMic Interview Questions
4.5
 • 11 Interviews
Kwalee India Interview Questions
2.9
 • 7 Interviews
Games2Win Interview Questions
2.4
 • 6 Interviews
Tencent Interview Questions
4.6
 • 6 Interviews
View all
Test Engineer
5 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Game Tester
5 salaries
unlock blur

₹2.2 L/yr - ₹3.2 L/yr

Game Programmer
5 salaries
unlock blur

₹3.2 L/yr - ₹8.4 L/yr

Senior Test Engineer
4 salaries
unlock blur

₹4.2 L/yr - ₹5.5 L/yr

Junior Programmer
4 salaries
unlock blur

₹4 L/yr - ₹6 L/yr

Explore more salaries
Compare GodSpeed Games with

ChicMic

4.5
Compare

Sportz Interactive

3.2
Compare

Head Digital Works

3.9
Compare

Deltatech Gaming

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