Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Gamemano Team. If you also belong to the team, you can get access from here

Gamemano Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Gamemano Full Stack Software Developer Interview Questions and Answers

Updated 12 Sep 2024

Gamemano Full Stack Software Developer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. SQL query question on multiple table joins and getting total order value of customers

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jan 2023. 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 - Aptitude Test 

Basic questions number, logical reasoning, apptitude, values, circle etc

Round 3 - Technical 

(4 Questions)

  • Q1. Introduction to your self, which language do preference, Java, oops concepts
  • Q2. Opp concepts , Java, HTML, CSS, javascript, PHP, python, SQL language questions basic knowledge
  • Q3. Do you have completed any project
  • Q4. What is method overloading
  • Ans. 

    Method overloading is when multiple methods in a class have the same name but different parameters.

    • Allows multiple methods with the same name but different parameters to be defined in a class

    • The compiler determines which method to call based on the number and type of arguments passed

    • Example: having multiple 'calculate' methods in a class with different parameter types like int, double, etc.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is abstract class
  • Ans. 

    Abstract class is a class that cannot be instantiated and is used as a blueprint for other classes to inherit from.

    • Cannot be instantiated directly

    • Can have abstract methods that must be implemented by subclasses

    • Can have non-abstract methods that can be inherited by subclasses

    • Used to define common behavior for subclasses

  • Answered by AI
  • Q2. What are access modifier
  • Ans. 

    Access modifiers are keywords in programming languages that define the accessibility of classes, methods, and variables.

    • Access modifiers control the visibility and accessibility of classes, methods, and variables in a program.

    • Common access modifiers include public, private, protected, and default (package-private).

    • Public access modifier allows access from any other class.

    • Private access modifier restricts access to only...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Git version tool
  • Q2. Project related question
Round 3 - HR 

(1 Question)

  • Q1. Salary expectation

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I was interviewed before Aug 2023.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is stored procedure?
  • Ans. 

    Stored procedure is a precompiled collection of SQL statements that can be executed by calling the procedure name.

    • Stored procedures are stored in the database and can be reused multiple times.

    • They can accept input parameters and return output parameters.

    • They help improve performance by reducing network traffic and improving security.

    • Examples: sp_GetCustomerDetails, sp_InsertEmployee

  • Answered by AI
  • Q2. Difference between .net and c#
  • Ans. 

    C# is a programming language while .NET is a framework that supports multiple languages including C#.

    • C# is a programming language developed by Microsoft.

    • .NET is a framework developed by Microsoft that supports multiple languages including C#.

    • C# is used to write code, while .NET provides libraries and tools for building applications.

    • C# code is compiled into Intermediate Language (IL) which runs on the .NET Common Langua

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Thread , list and map , collections,
  • Q2. Ask everything according to my resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Ask every technology which i have written in my resume and my past experiences.
Core java questions.
Left join , Hibernate questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via whatsi app and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical reasoning test
verbal reasoning test
inductive reasoning test
cognitive ability test

Round 2 - Group Discussion 

Communication skills
ability to listen
ability to think
analysis the topics

Interview Preparation Tips

Topics to prepare for TCS Full Stack Software Developer interview:
  • Software Testing
Interview preparation tips for other job seekers - no , I am fresher
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Java 8 , Springboot
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via AmbitionBox and was interviewed in Sep 2023. There were 4 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 - Aptitude Test 

An exam used to determine an individual's skill or propensity to succeed in a given activity.

Round 3 - Technical 

(1 Question)

  • Q1. What is oops in java
  • Ans. 

    Oops in Java stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.

    • Oops in Java focuses on creating objects that interact with each other to solve a problem

    • It involves concepts like classes, objects, inheritance, polymorphism, and encapsulation

    • Example: Creating a class 'Car' with properties like 'make', 'model', and methods like 'drive', 'stop'

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Which location us referred
  • Q2. Expectation of salary

Skills evaluated in this interview

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

Most questions are from reasoning, English and math

Round 2 - Coding Test 

Mostly array and string this two topic is asked

Round 3 - HR 

(1 Question)

  • Q1. Introduction,where do you see urself in next five year
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is functional interface
  • Ans. 

    A functional interface is an interface that contains only one abstract method.

    • Functional interfaces can have multiple default or static methods, but only one abstract method.

    • Functional interfaces are used in lambda expressions and method references.

    • Examples of functional interfaces in Java include Runnable, Callable, and Comparator.

  • Answered by AI

Gamemano Interview FAQs

How many rounds are there in Gamemano Full Stack Software Developer interview?
Gamemano interview process usually has 1 rounds. The most common rounds in the Gamemano interview process are Technical.

Tell us how to improve this page.

Gamemano Full Stack Software Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Backend Developer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Associate
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Front end Developer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Concept Artist
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Unity Developer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Gamemano with

Dream11

3.8
Compare

Nazara Technologies

3.0
Compare

Octro

3.3
Compare

Games2Win

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