Premium Employer

i

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

Infosys Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Infosys DOT NET Developer Interview Questions, Process, and Tips for Experienced

Updated 7 Mar 2025

Top Infosys DOT NET Developer Interview Questions and Answers for Experienced

View all 12 questions

Infosys DOT NET Developer Interview Experiences for Experienced

10 interviews found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. No question as interview cancelled

Interview Preparation Tips

Interview preparation tips for other job seekers - The HR department exhibited unprofessional behavior by postponing a scheduled event on February 8th just four hours before the start time. Despite following up with HR, I received no response. Additionally, I received a survey link to select a time slot multiple times, and after selecting March 8th, I checked the portal only to find that the selection was not recorded.

DOT NET Developer Interview Questions & Answers

user image konka malathi

posted on 6 Nov 2024

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

Apti, reasoning and verbal communication

Round 2 - Technical 

(2 Questions)

  • Q1. What is CLR ?
  • Ans. 

    CLR stands for Common Language Runtime, it is the virtual machine component of Microsoft's .NET framework.

    • CLR is responsible for managing the execution of .NET programs.

    • It provides services such as memory management, exception handling, and security.

    • CLR compiles the intermediate language code into native code using Just-In-Time (JIT) compilation.

    • It allows different languages to be used within the .NET framework, as lon...

  • Answered by AI
  • Q2. Difference between Kestrel and IIS
  • Ans. 

    Kestrel is a cross-platform web server while IIS is a Windows-only web server.

    • Kestrel is a lightweight, open-source web server developed by Microsoft and optimized for ASP.NET Core applications.

    • IIS (Internet Information Services) is a full-featured web server developed by Microsoft for Windows servers.

    • Kestrel can be used as a standalone server or behind a reverse proxy like IIS or Nginx.

    • IIS provides additional features...

  • Answered by AI

DOT NET Developer Interview Questions Asked at Other Companies for undefined

Q1. What is Trigger,Store procedure, join in sql query and their synt ... read more
asked in FIS
Q2. What Are JOINS in SQL and difference between Inner JOIN and equi ... read more
Q3. from sql: temp table vs table variable, write query to sum +ve an ... read more
Q4. what is filter? How to add custom filter? How to configure middle ... read more
Q5. In your Project, How did you connected your application with Data ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What is the Function of Object?
  • Ans. 

    The function of an object is to store data and behavior related to a specific entity in a program.

    • Objects store data in the form of properties

    • Objects can have methods which define behavior

    • Objects can be used to model real-world entities like cars, employees, etc.

    • Objects can be instantiated from classes or created dynamically

  • Answered by AI
  • Q2. Difference between procedure and function?
  • Ans. 

    Procedure is a set of instructions that performs a specific task, while function returns a value.

    • Procedure does not return a value, while function does.

    • Functions can be called from within SQL statements, while procedures cannot.

    • Functions can be used in SELECT, WHERE, and HAVING clauses, while procedures cannot.

    • Example: CREATE PROCEDURE myProcedure AS ... vs CREATE FUNCTION myFunction() RETURNS ...

    • Example: EXECUTE myPro

  • Answered by AI
  • Q3. What is Aggregate function?
  • Ans. 

    Aggregate functions perform a calculation on a set of values and return a single value.

    • Aggregate functions include functions like SUM, AVG, COUNT, MIN, and MAX.

    • They are commonly used in SQL queries to perform calculations on groups of rows.

    • For example, you can use the SUM function to calculate the total sales amount for a group of products.

  • Answered by AI
  • Q4. What is readonly?
  • Ans. 

    readonly keyword is used in C# to declare that a field can only be assigned a value during initialization or in a constructor.

    • readonly keyword can only be used on fields, not properties.

    • The value of a readonly field can only be changed in the constructor of the class.

    • Using readonly fields can help ensure that certain values remain constant throughout the lifetime of an object.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Infosys DOT NET Developer interview:
  • C#
  • ASP.Net MVC
  • MS SQL
Interview preparation tips for other job seekers - Prepare well on basics of C#, MVC and Sql. and understand the concepts well.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Explain mvc architecture
  • Ans. 

    MVC architecture is a software design pattern that separates an application into three main components: Model, View, and Controller.

    • Model represents the data and business logic of the application

    • View is responsible for displaying the data to the user

    • Controller acts as an intermediary between Model and View, handling user input and updating the Model accordingly

    • MVC helps in achieving separation of concerns, making the c

  • Answered by AI
  • Q2. Write joins in sql
  • Ans. 

    SQL joins are used to combine rows from two or more tables based on a related column between them.

    • Use INNER JOIN to return rows when there is at least one match in both tables

    • Use LEFT JOIN to return all rows from the left table, and the matched rows from the right table

    • Use RIGHT JOIN to return all rows from the right table, and the matched rows from the left table

    • Use FULL JOIN to return rows when there is a match in on

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - basic c# oops mvc sql questions

Skills evaluated in this interview

Infosys interview questions for designations

 DOT NET Programmer

 (1)

 Dot Net Core Developer

 (3)

 Dot Net Lead

 (1)

 Senior .NET Developer

 (4)

 .NET Software Developer

 (1)

 Developer

 (22)

 .NET Consultant

 (1)

 Software Developer

 (260)

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

(5 Questions)

  • Q1. Explain Oops concepts
  • Ans. 

    OOPs concepts are fundamental principles of object-oriented programming like Inheritance, Polymorphism, Encapsulation, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Polymorphism: Ability of an object to take on many forms.

    • Encapsulation: Bundling of data with the methods that operate on that data.

    • Abstraction: Hiding the complex implementation details and showing only t

  • Answered by AI
  • Q2. SQL queries like, Join, indexing
  • Q3. HTML CSS javascript
  • Q4. Dot net core, MVC, ADO dot net
  • Q5. Action filter, Exception Filters

Get interview-ready with Top Infosys Interview Questions

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

(2 Questions)

  • Q1. Delete duplicate records
  • Ans. 

    Use SQL query with GROUP BY and HAVING clause to delete duplicate records.

    • Use GROUP BY clause to group records with same values.

    • Use HAVING clause to filter out groups with count greater than 1.

    • Delete duplicate records based on the grouped criteria.

  • Answered by AI
  • Q2. 2nd highest salary
  • Ans. 

    To find the 2nd highest salary in a table, we can use a subquery or window function in SQL.

    • Use a subquery to select the maximum salary that is less than the highest salary

    • Use a window function like ROW_NUMBER() to rank the salaries and then select the 2nd highest

    • Consider handling cases where there may be ties for the highest salary

  • Answered by AI

Skills evaluated in this interview

DOT NET Developer Jobs at Infosys

View all
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is MVC frmawork
  • Ans. 

    MVC (Model-View-Controller) is a software architectural pattern for implementing user interfaces.

    • MVC separates an application into three main components: Model (data), View (UI), and Controller (logic)

    • Model represents the data and business logic of the application

    • View is responsible for displaying the data to the user

    • Controller handles user input and updates the model and view accordingly

    • MVC promotes code reusability, ...

  • Answered by AI
  • Q2. What is SharePoint
  • Ans. 

    SharePoint is a web-based collaborative platform that integrates with Microsoft Office.

    • SharePoint allows for document management, collaboration, and workflow automation.

    • It provides features like document libraries, lists, and web parts.

    • Users can create intranet sites, extranet sites, and websites using SharePoint.

    • SharePoint integrates with Microsoft Office applications like Word, Excel, and PowerPoint.

    • It offers version...

  • Answered by AI

Skills evaluated in this interview

DOT NET Developer Interview Questions & Answers

user image Debabrata Gouda

posted on 22 Jun 2024

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

(1 Question)

  • Q1. OOPS, SQL, MVC, C#
Round 2 - Technical 

(1 Question)

  • Q1. Oops Concept, MVC Related
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Questions on DSA and OOPS concepts
  • Q2. Questions on Design Patterns

I applied via Approached by Company and was interviewed before Sep 2021. 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 - Technical 

(2 Questions)

  • Q1. Scenario-based Technical Questions
  • Q2. Project related questions
Round 3 - HR 

(1 Question)

  • Q1. Questions related to project experience.

Interview Preparation Tips

Topics to prepare for Infosys DOT NET Developer interview:
  • c #
  • ASP.Net
  • SQL Server
  • Javascript
Interview preparation tips for other job seekers - Prepare the basics and be strong on the project.

Infosys Interview FAQs

How many rounds are there in Infosys DOT NET Developer interview for experienced candidates?
Infosys interview process for experienced candidates usually has 1-2 rounds. The most common rounds in the Infosys interview process for experienced candidates are Technical, HR and Assignment.
How to prepare for Infosys DOT NET Developer interview for experienced candidates?
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 Infosys. The most common topics and skills that interviewers at Infosys expect are .Net, ASP.Net, SDLC, ADO.Net and C#.
What are the top questions asked in Infosys DOT NET Developer interview for experienced candidates?

Some of the top questions asked at the Infosys DOT NET Developer interview for experienced candidates -

  1. What is the Function of Obje...read more
  2. Difference between procedure and functi...read more
  3. What is Aggregate functi...read more
How long is the Infosys DOT NET Developer interview process?

The duration of Infosys DOT NET Developer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Infosys DOT NET Developer Interview Process for Experienced

based on 9 interviews

2 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
View more
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys DOT NET Developer Salary
based on 169 salaries
₹2 L/yr - ₹10.1 L/yr
11% more than the average DOT NET Developer Salary in India
View more details

Infosys DOT NET Developer Reviews and Ratings

based on 17 reviews

3.6/5

Rating in categories

3.6

Skill development

3.6

Work-life balance

3.4

Salary

4.3

Job security

3.8

Company culture

3.2

Promotions

3.6

Work satisfaction

Explore 17 Reviews and Ratings
Dot Net Developer-Hyderabad

Bangalore / Bengaluru

2-7 Yrs

Not Disclosed

Dot Net Developer - {PAN INDIA}

Hyderabad / Secunderabad,

Pune

+1

3-8 Yrs

₹ 10-20 LPA

Dot Net Developer - {PAN INDIA}

Hyderabad / Secunderabad,

Ahmedabad

+1

2-6 Yrs

₹ 3-8.5 LPA

Explore more jobs
Technology Analyst
55.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Systems Engineer
50.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Engineer
39.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
30.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate Consultant
27.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Accenture

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