Upload Button Icon Add office photos

Filter interviews by

Gad-A-Get Computers Software Trainee Interview Questions and Answers

Updated 15 Mar 2022

Gad-A-Get Computers Software Trainee Interview Experiences

1 interview found

I applied via Walk-in and was interviewed in Sep 2021. There were 3 interview rounds.

Round 1 - Assignment 

Online test 15 questions MCQ

Round 2 - Coding Test 

Four java programs
Two programs based on subject
Next two programs logical

Round 3 - HR 

(5 Questions)

  • Q1. Where do you see yourself in 5 years?
  • Q2. What are your strengths and weaknesses?
  • Q3. What is your family background?
  • Q4. What are your salary expectations?
  • Q5. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Gad-A-Get Computers Software Trainee interview:
  • Core Java
Interview preparation tips for other job seekers - Prepared well
Here percentage not matter
They are only check our knowledge
So come with logical thinking

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Mar 2022. There were 4 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 

A coding test is expected. 3-4 questions are asking on .net and MS SQL database. The nearest correct answer candidate gets selected for F2F round interview.

Round 3 - One-on-one 

(1 Question)

  • Q1. About you? Few question on validations, and you can expect situational based questions to answer.
Round 4 - HR 

(1 Question)

  • Q1. Why are leaving current organization? Current salary and expected salary
  • Ans. 

    I am leaving my current organization to pursue new challenges and opportunities. My expected salary is based on my experience and market value.

    • Seeking new challenges and growth opportunities

    • Exploring a different work environment

    • Looking for better career prospects

    • Expected salary based on experience and market value

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't lie. your confidence, authenticity and politeness will help you to get selected.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Two Sum and 3 Sum in Leetcode

Round 2 - Technical 

(1 Question)

  • Q1. System design for a load balancer
  • Ans. 

    A load balancer distributes incoming network traffic across multiple servers to ensure optimal resource utilization and prevent overload.

    • Identify the requirements for the load balancer (e.g. traffic volume, server capacity)

    • Choose a load balancing algorithm (e.g. round-robin, least connections)

    • Implement health checks to monitor server status and remove unhealthy servers from rotation

    • Consider scalability and redundancy f...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding related to Arrays and String

Round 2 - Technical 

(1 Question)

  • Q1. Explain your project?

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay calm, answer confidently
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response
Round 1 - Coding Test 

30 question of c code snippet 5 question of aptitude and 2 coding question

Round 2 - Technical 

(2 Questions)

  • Q1. Storage class in c
  • Ans. 

    Storage classes in C define the scope and lifetime of variables.

    • There are 4 storage classes in C: auto, register, static, and extern.

    • Auto variables are stored in memory and have local scope.

    • Register variables are stored in CPU registers for faster access.

    • Static variables retain their value between function calls.

    • Extern variables are declared outside of any function and can be accessed by other files.

  • Answered by AI
  • Q2. Mutex and semaphore

Interview Preparation Tips

Interview preparation tips for other job seekers - not selected

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Apr 2022. There were 4 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 

C, DS understanding and

Round 3 - Coding Test 

C and C++ and domain knowledge

Round 4 - Aptitude Test 

General aptitude test

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

I applied via Campus Placement and was interviewed in Oct 2022. 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 - Coding Test 

Online coding test and aptitude

Round 3 - Technical 

(1 Question)

  • Q1. Dsa and memory management basics
Round 4 - Technical 

(1 Question)

  • Q1. Puzzles and Dsa

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Dsa , OOPS AND sql
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

General Aptitude - Time Series, Probability & statistics

Round 3 - Technical 

(1 Question)

  • Q1. General Interview questions on Operator Overriding , Method Overloading

Interview Preparation Tips

Interview preparation tips for other job seekers - Perform well
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 Sep 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Questions were mainly focused on cloud and testing field
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Write code on Merge sort
  • Ans. 

    Merge sort is a divide and conquer algorithm that divides the input array into two halves, recursively sorts them, and then merges the sorted halves.

    • Divide the array into two halves

    • Recursively sort each half

    • Merge the sorted halves back together

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Explain on PCA , SVM and image processing concepts
  • Ans. 

    PCA is a dimensionality reduction technique, SVM is a machine learning algorithm, and image processing involves manipulating images.

    • PCA (Principal Component Analysis) is used to reduce the dimensionality of data by finding the most important features.

    • SVM (Support Vector Machine) is a supervised machine learning algorithm used for classification and regression tasks.

    • Image processing involves techniques like filtering, s...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Tell me about your project challenges

Skills evaluated in this interview

Gad-A-Get Computers Interview FAQs

How many rounds are there in Gad-A-Get Computers Software Trainee interview?
Gad-A-Get Computers interview process usually has 3 rounds. The most common rounds in the Gad-A-Get Computers interview process are Assignment, Coding Test and HR.

Tell us how to improve this page.

Interview Questions from Similar Companies

Cognizant Interview Questions
3.8
 • 5.6k Interviews
Deloitte Interview Questions
3.8
 • 2.8k Interviews
BYJU'S Interview Questions
3.1
 • 2.1k Interviews
Teleperformance Interview Questions
3.9
 • 1.8k Interviews
Reliance Retail Interview Questions
3.9
 • 1.5k Interviews
Ernst & Young Interview Questions
3.4
 • 1.1k Interviews
WNS Interview Questions
3.4
 • 1k Interviews
Google Interview Questions
4.4
 • 823 Interviews
Nagarro Interview Questions
4.0
 • 759 Interviews
View all
Software Developer
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior Software Developer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior Test Engineer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Gad-A-Get Computers with

Dell

4.0
Compare

HP India

4.1
Compare

Lenovo

4.2
Compare

Acer India

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