Upload Button Icon Add office photos

Filter interviews by

Great Developers Infotech Interview Questions, Process, and Tips

Updated 27 Feb 2025

Top Great Developers Infotech Interview Questions and Answers

Great Developers Infotech Interview Experiences

Popular Designations

6 interviews found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me your technical expertise
  • Ans. 

    I have expertise in full-stack web development, database management, and cloud computing.

    • Proficient in languages such as JavaScript, Python, and SQL

    • Experience with frameworks like React, Node.js, and Django

    • Knowledge of cloud platforms like AWS and Azure

    • Skilled in designing and optimizing databases

  • Answered by AI
  • Q2. Ternary operator
  • Q3. Find minimum element of an array Exception handling abstract class and abstract method Swap two numbers without third variable
  • Ans. 

    Find minimum element in an array, implement exception handling, and swap two numbers without a third variable.

    • To find the minimum element in an array, iterate through the array and keep track of the smallest element found so far.

    • Implement exception handling by creating an abstract class with abstract methods for handling different types of exceptions.

    • To swap two numbers without a third variable, use arithmetic operatio

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I advise don't waste your time they ask same question in interview ,they will not hire you just doing Time pass

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)

DOT NET Developer Interview Questions & Answers

user image Shailesh Agarmore

posted on 1 Jan 2025

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

I applied via Company Website and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

30 question in 30 min of Quant.

Round 2 - Coding Test 

They gave me 3 coding questions including one SQL query.
Questions difficulty was easy.

Round 3 - Technical 

(3 Questions)

  • Q1. Explain Turnary operators in Java.
  • Ans. 

    Ternary operators in Java are shorthand for if-else statements, with syntax: condition ? expression1 : expression2

    • Ternary operator is used to assign a value to a variable based on a condition

    • Syntax: condition ? expression1 : expression2

    • Example: int x = (a > b) ? a : b;

  • Answered by AI
  • Q2. What is Method Overloading?
  • Ans. 

    Method overloading is the ability to define multiple methods with the same name but different parameters in a class.

    • Allows multiple methods with the same name but different parameters

    • Parameters can differ in number, type, or order

    • Helps improve code readability and reusability

  • Answered by AI
  • Q3. Explain Code logic of find minimum of from the array.
  • Ans. 

    Find the minimum value from an array of strings using code logic.

    • Convert the array of strings to an array of integers for comparison.

    • Initialize a variable with a very large value as the initial minimum.

    • Iterate through the array and update the minimum value if a smaller value is found.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Coding question logic is mandatory.

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (11)
Great Developers Infotech Interview Questions and Answers for Freshers
illustration image

DOT NET Developer Interview Questions & Answers

user image utkarsh jaiswal

posted on 20 Dec 2024

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

Some basic aptitude ques

Round 2 - Technical 

(1 Question)

  • Q1. Which class is used to prevent method overriding
Round 3 - Coding Test 

It was a nice experience

Round 4 - HR 

(1 Question)

  • Q1. Tell me about yourself

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (11)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic questions based on oops

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on your basics

Engineer Trainee Interview Questions asked at other Companies

Q1. If 10 people had a meeting and they shake hands only once with each of the others, then how many handshakes will be there in total ?
View answer (8)

Great Developers Infotech interview questions for popular designations

 Software Engineer

 (2)

 DOT NET Developer

 (2)

 Software Trainee

 (1)

 Engineer Trainee

 (1)

Software Trainee Interview Questions & Answers

user image versha verma

posted on 4 Jul 2022

I applied via Naukri.com and was interviewed in Jun 2022. There were 5 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 Resume tips
Round 2 - Aptitude Test 

Aptitude test is very simple

Round 3 - Coding Test 

This is also simple not so much tough

Round 4 - One-on-one 

(1 Question)

  • Q1. This is very basic round
Round 5 - Got job 

(1 Question)

  • Q1. Basic aptitude and basic any programming language, English spoken good

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have basic knowledge about any programming you will get select any company easily

Software Trainee Interview Questions asked at other Companies

Q1. 1. What is java and it's features ? 2. Why it is called platform independent language? 3. What is static memory allocation, dynamic memory allocation? 4. types of variable 5. Type casting 4. what is oops ? Is java contains a 100% opp's conc... read more
View answer (1)

Interview Questionnaire 

1 Question

  • Q1. 4 basic SQL server questions and 2 quiz

Interview Preparation Tips

Interview preparation tips for other job seekers - Believe me if you thought you might got job but you are going in trouble. Unemployed is far better than this job.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
-

I applied via Company Website and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

Write a code for HTML DOM

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

I applied via Campus Placement and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. 1.Describe a situation where you have taken a quick decision and failed, and a situation where you succeeded. 2. What is a skill you have tried to achieve but failed? 3. Describe a decision you have taken ...

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Always try to take risk in small problems . When you face the consequences, you would be able to tackle bigger problems.
2. Every skill you learn, even if you didn't excel in it is not to be considered a waste of time/failure, you learn something simply by participating.
Contribute & help others!
anonymous
You can choose to be anonymous

Great Developers Infotech Interview FAQs

How many rounds are there in Great Developers Infotech interview?
Great Developers Infotech interview process usually has 2-3 rounds. The most common rounds in the Great Developers Infotech interview process are Aptitude Test, Coding Test and One-on-one Round.
How to prepare for Great Developers Infotech interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Great Developers Infotech. The most common topics and skills that interviewers at Great Developers Infotech expect are IT Sales, HR, Sales Achievement, .NET Framework and SQL Server.
What are the top questions asked in Great Developers Infotech interview?

Some of the top questions asked at the Great Developers Infotech interview -

  1. find minimum element of an array Exception handling abstract class and abstract...read more
  2. Explain Code logic of find minimum of from the arr...read more
  3. What is Method Overloadi...read more

Recently Viewed

DESIGNATION

COMPANY BENEFITS

Amazon Sellers Services

No Benefits

REVIEWS

Amazon Sellers Services

No Reviews

INTERVIEWS

Finsire

No Interviews

REVIEWS

Amazon Sellers Services

No Reviews

REVIEWS

Amazon Sellers Services

No Reviews

INTERVIEWS

Altruist Technologies

No Interviews

REVIEWS

Amazon Sellers Services

No Reviews

REVIEWS

Amazon Sellers Services

No Reviews

REVIEWS

Amazon Sellers Services

No Reviews

Tell us how to improve this page.

Great Developers Infotech Interview Process

based on 4 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
Odoo Interview Questions
3.3
 • 27 Interviews
View all

Great Developers Infotech Reviews and Ratings

based on 9 reviews

2.3/5

Rating in categories

2.2

Skill development

1.8

Work-life balance

1.9

Salary

1.8

Job security

1.7

Company culture

1.9

Promotions

1.8

Work satisfaction

Explore 9 Reviews and Ratings
Software Developer
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Trainee
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Specialist
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

.NET Software Developer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Great Developers Infotech with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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