Upload Button Icon Add office photos

Filter interviews by

Great Developers Infotech DOT NET Developer Interview Questions and Answers

Updated 1 Jan 2025

Great Developers Infotech DOT NET Developer Interview Experiences

2 interviews found

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 & 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
  • Ans. 

    The 'sealed' class in C# prevents method overriding in derived classes, ensuring method behavior remains unchanged.

    • The 'sealed' keyword is used in C# to prevent a class from being inherited.

    • When a method in a class is marked as 'sealed', it cannot be overridden in any derived class.

    • Example: 'sealed class MyClass { public virtual void MyMethod() { } }' prevents overriding MyMethod in derived classes.

    • Sealed classes can i...

  • Answered by AI
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

asked in Infosys
Q1. What is the difference between Windows application development an ... read more
Q2. How many ways are there to send data to a controller from a View?
Q3. What is Trigger,Store procedure, join in sql query and their synt ... read more
asked in Infosys
Q4. What are the components of the .NET Framework and their types?
asked in Infosys
Q5. What kind of database have you used in your projects?

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Great Developers Infotech?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Assignment 

Assignment Round - Complete the assignment within 3 days.

Round 3 - Technical 

(2 Questions)

  • Q1. About the projects in detail?
  • Q2. Python and Django - Basic to advanced questions. Python : 1. Sorting 2. Sum of index equals to X arr = [1, 2, 2, 1, 6] x = 3 [(1,2) (2,1)] Django : 1. Celery 2. Signal 3. Mid...
Round 4 - One-on-one 

(1 Question)

  • Q1. Manager Round. About projects. Quation related AWS Redis

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidence is key to success.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Frontend development with react

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

I appeared for an interview before Jul 2024, where I was asked the following questions.

  • Q1. Can you describe a time when you led a team?
  • Q2. How do you motivate and inspire team members
  • Ans. 

    I motivate team members by fostering collaboration, recognizing achievements, and encouraging personal growth.

    • Encourage open communication: Create an environment where team members feel comfortable sharing ideas and feedback.

    • Recognize achievements: Celebrate both small wins and major milestones to boost morale and motivation.

    • Set clear goals: Help team members understand their roles and how they contribute to the larger...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Create a master resume.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. Describe your professional background
  • Ans. 

    I have over 5 years of experience in software development, specializing in web applications and agile methodologies.

    • Developed a full-stack web application using React and Node.js for an e-commerce platform, improving user engagement by 30%.

    • Led a team of 4 developers in an agile environment, successfully delivering projects on time and within budget.

    • Implemented RESTful APIs that enhanced data retrieval speed by 25%, opt...

  • Answered by AI
  • Q2. What is your ideal job
  • Ans. 

    My ideal job is one that fosters creativity, collaboration, and continuous learning while making a positive impact through technology.

    • A collaborative environment where team members share ideas and support each other, like in Agile development teams.

    • Opportunities for continuous learning, such as attending workshops or conferences to stay updated on the latest technologies.

    • Projects that have a meaningful impact, like dev...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This is very easy interview
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via AmbitionBox and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

DSA question and DBMS SQL

Round 2 - Technical 

(1 Question)

  • Q1. Basic concepts and your project

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA and your basics
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It's normal question easy to cark

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

I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Coding Test 

It was online test with 3 coding questions and 18 mcqs

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

I applied via Campus Placement and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Coding Test 

Give you 5 problem in maths , string, sql etc

Great Developers Infotech Interview FAQs

How many rounds are there in Great Developers Infotech DOT NET Developer interview?
Great Developers Infotech interview process usually has 3-4 rounds. The most common rounds in the Great Developers Infotech interview process are Aptitude Test, Technical and Coding Test.
What are the top questions asked in Great Developers Infotech DOT NET Developer interview?

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

  1. Explain Code logic of find minimum of from the arr...read more
  2. which class is used to prevent method overrid...read more
  3. What is Method Overloadi...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.5/5

based on 2 interview experiences

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Apptunix Interview Questions
4.2
 • 49 Interviews
Odoo Interview Questions
3.3
 • 28 Interviews
Anywhere Interview Questions
4.6
 • 16 Interviews
Acviss Interview Questions
4.4
 • 8 Interviews
View all
Software Developer
14 salaries
unlock blur

₹2.4 L/yr - ₹4.3 L/yr

Software Engineer
10 salaries
unlock blur

₹2.6 L/yr - ₹7.7 L/yr

Business Development Executive
5 salaries
unlock blur

₹1.8 L/yr - ₹5 L/yr

Software Trainee
4 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Associate Information Technology Consultant
4 salaries
unlock blur

₹21.6 L/yr - ₹27.6 L/yr

Explore more salaries
Compare Great Developers Infotech with

Bhash Software Labs

4.3
Compare

Apptunix

4.2
Compare

HirePro Consulting

3.7
Compare

Prometric Testing

3.3
Compare
write
Share an Interview