Upload Button Icon Add office photos

Filter interviews by

Brightcode Software Services DOT NET Developer Interview Questions and Answers for Freshers

Updated 31 Jul 2024

Brightcode Software Services DOT NET Developer Interview Experiences for Freshers

1 interview found

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

I appeared for an interview before Jul 2023.

Round 1 - Technical 

(5 Questions)

  • Q1. What is .net framework
  • Ans. 

    The .NET Framework is a software framework developed by Microsoft that provides a large library of pre-coded solutions to common programming problems.

    • Developed by Microsoft

    • Provides a large library of pre-coded solutions

    • Supports multiple programming languages like C#, VB.NET, F#

    • Used for building various types of applications including web, desktop, mobile, and cloud-based applications

  • Answered by AI
  • Q2. Write an SQL query for finding second maximum
  • Ans. 

    SQL query to find the second maximum value in a table

    • Use the MAX function to find the maximum value in the table

    • Use the WHERE clause to exclude the maximum value

    • Use the MAX function again to find the second maximum value

  • Answered by AI
  • Q3. What is indexer in c#
  • Ans. 

    Indexer in C# allows objects to be indexed like arrays, enabling them to be accessed using square brackets.

    • Indexer is a special type of property in C# that allows objects to be indexed like arrays.

    • It enables objects to be accessed using square brackets [] instead of traditional property syntax.

    • Indexers are defined using the 'this' keyword followed by square brackets and a parameter list.

    • Example: public string this[int ...

  • Answered by AI
  • Q4. What is difference between.net core and .net framework
  • Ans. 

    The main difference is that .NET Core is cross-platform and open-source, while .NET Framework is Windows-only and closed-source.

    • NET Core is cross-platform, while .NET Framework is Windows-only

    • .NET Core is open-source, while .NET Framework is closed-source

    • .NET Core is modular, allowing developers to include only the necessary libraries, while .NET Framework is monolithic

    • NET Core is optimized for cloud-based applications...

  • Answered by AI
  • Q5. Write a CRUD operation for input filed name , email and password
  • Ans. 

    Create CRUD operations for name, email, and password input fields.

    • Create a form with input fields for name, email, and password.

    • Implement functions for Create, Read, Update, and Delete operations for each field.

    • Use a database to store and retrieve the data.

    • Example: Create operation - INSERT INTO users (name, email, password) VALUES ('John Doe', 'johndoe@example.com', 'password123');

  • Answered by AI

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Brightcode Software Services?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Company Website and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

6 Questions

  • Q1. What about yourself
  • Q2. Java developer
  • Q3. About java
  • Q4. Working experience
  • Q5. About hobby
  • Q6. Communication way

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

DOT NET Developer Interview Questions Asked at Other Companies for Fresher

asked in Infosys
Q1. What are the components of the .NET Framework and their types?
asked in Nagarro
Q2. Is it possible to have two primary keys in an SQL table?
asked in Globant
Q3. Write a query to find the 4th highest salary.
Q4. What are the uses of the SELECT, DELETE, and UPDATE queries in SQ ... read more
Q5. What are ViewBag, ViewData, and TempData in ASP.NET, and what are ... read more
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Coding Test 

Basics of Frontend development and project discussion

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

I applied via LinkedIn and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Coding Test 

Frontend assement on react js functionality problems

DOT NET Developer Interview Questions & Answers

BYLD Group user image Saurabh kumar singh

posted on 27 May 2025

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

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Questions related to Coding parts
  • Q2. Question related to Sql parts

I applied via Company Website and was interviewed in May 2022. There were 2 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 

Find tha Right career for you

Interview Preparation Tips

Interview preparation tips for other job seekers - Define you communication "stack".....
Determine transparency.....
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

Blood relations,ratios and English

Round 3 - Group Discussion 

Based on present world

Round 4 - One-on-one 

(1 Question)

  • Q1. Course basic questions
Round 5 - HR 

(1 Question)

  • Q1. Communication skills
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Sep 2023. There were 4 interview rounds.

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 - Aptitude Test 

Duration of 30 minutes and 25 MCQs

Round 3 - Group Discussion 

You have to be as fast as light with your point of view on the given topic. 1 minute of thinking time is given after the topic is revealed.

Round 4 - Technical 

(1 Question)

  • Q1. Can you implement linked lists?
  • Ans. 

    Yes, I can implement linked lists in various programming languages.

    • I can implement linked lists in languages like C, C++, Java, Python, etc.

    • I understand the concept of nodes pointing to the next node in the list.

    • I can create functions for inserting, deleting, and traversing the linked list.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't panic just be confident

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Easy round anyone with basic maths can clear the round.

Round 2 - Group Discussion 

The topic given to us is online education system,and the round was easy to clear.

Round 3 - One-on-one 

(1 Question)

  • Q1. Call by value vs call by reference

I applied via LinkedIn and was interviewed in Nov 2021. There were 7 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. C language vs c++ their benefits and loses
  • Ans. 

    C and C++ have different benefits and drawbacks.

    • C is a procedural language while C++ is an object-oriented language.

    • C++ has features like classes, inheritance, and polymorphism that C lacks.

    • C is faster and more efficient than C++.

    • C++ has a steeper learning curve than C.

    • C++ is better suited for large-scale projects while C is better for small-scale projects.

    • C++ is more complex and has more potential for errors than C.

  • Answered by AI
  • Q2. I don't know the answer so sorry

Interview Preparation Tips

Interview preparation tips for other job seekers - Be polite and friendly don't kill your self

Skills evaluated in this interview

Brightcode Software Services Interview FAQs

How many rounds are there in Brightcode Software Services DOT NET Developer interview for freshers?
Brightcode Software Services interview process for freshers usually has 1 rounds. The most common rounds in the Brightcode Software Services interview process for freshers are Technical.
How to prepare for Brightcode Software Services DOT NET Developer interview for freshers?
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 Brightcode Software Services. The most common topics and skills that interviewers at Brightcode Software Services expect are Ajax, Entity Framework, Javascript, LINQ and MS SQL Server DBA.
What are the top questions asked in Brightcode Software Services DOT NET Developer interview for freshers?

Some of the top questions asked at the Brightcode Software Services DOT NET Developer interview for freshers -

  1. What is difference between.net core and .net framew...read more
  2. Write a CRUD operation for input filed name , email and passw...read more
  3. Write an SQL query for finding second maxi...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Bluestock ™ Interview Questions
4.5
 • 241 Interviews
Any Brand Interview Questions
4.1
 • 81 Interviews
Pie Infocomm Interview Questions
4.6
 • 41 Interviews
MNC AUTOMATION Interview Questions
4.3
 • 36 Interviews
Birla White Interview Questions
4.2
 • 27 Interviews
BYLD Group Interview Questions
3.8
 • 26 Interviews
Beyondriffs Interview Questions
4.7
 • 25 Interviews
FreshToHome Interview Questions
3.4
 • 23 Interviews
View all
Front end Developer
7 salaries
unlock blur

₹1.9 L/yr - ₹3 L/yr

PHP Developer
5 salaries
unlock blur

₹2 L/yr - ₹3.2 L/yr

HR Executive
4 salaries
unlock blur

₹1.8 L/yr - ₹3 L/yr

Marketing Executive
4 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Android Developer
4 salaries
unlock blur

₹3 L/yr - ₹4.2 L/yr

Explore more salaries
Compare Brightcode Software Services with

Bluestock ™

4.5
Compare

ACTE

4.8
Compare

Birla White

4.2
Compare

Zeetech Management And Marketing

4.0
Compare
write
Share an Interview