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
3.7

based on 37k Reviews

Filter interviews by

Infosys ASP.NET Developer Interview Questions, Process, and Tips

Updated 12 Jun 2024

Top Infosys ASP.NET Developer Interview Questions and Answers

View all 13 questions

Infosys ASP.NET Developer Interview Experiences

6 interviews found

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

(8 Questions)

  • Q1. Explain solid principle
  • Ans. 

    SOLID principles are a set of five design principles that help developers create more maintainable and scalable software.

    • S - Single Responsibility Principle: A class should have only one reason to change.

    • O - Open/Closed Principle: Software entities should be open for extension but closed for modification.

    • L - Liskov Substitution Principle: Objects of a superclass should be replaceable with objects of its subclasses with...

  • Answered by AI
  • Q2. Why we use Sealed class
  • Ans. 

    Sealed class is used to prevent inheritance and ensure that the class cannot be extended.

    • Prevents inheritance, ensuring that the class cannot be extended

    • Helps in maintaining code integrity and security

    • Used when a class is not intended to be inherited or overridden

  • Answered by AI
  • Q3. Types of constructor
  • Ans. 

    Types of constructors include default, parameterized, copy, and static constructors.

    • Default constructor has no parameters

    • Parameterized constructor takes one or more parameters

    • Copy constructor creates a new object as a copy of an existing object

    • Static constructor is used to initialize static data members

  • Answered by AI
  • Q4. . net core features?
  • Ans. 

    ASP.NET Core is a cross-platform, high-performance framework for building modern, cloud-based, internet-connected applications.

    • Cross-platform support allows development on Windows, macOS, and Linux

    • High performance with improved speed and scalability

    • Modular design for flexibility and easy maintenance

    • Built-in dependency injection for better code organization

    • Support for Docker containers for easy deployment

  • Answered by AI
  • Q5. Explain Startup file?
  • Ans. 

    Startup file is a configuration file in ASP.NET that specifies settings and behavior for the application.

    • Startup file is typically named 'Startup.cs' in ASP.NET Core projects.

    • It contains configuration for services, middleware, and the request processing pipeline.

    • The 'ConfigureServices' method is used to add services to the dependency injection container.

    • The 'Configure' method is used to configure the HTTP request pipel...

  • Answered by AI
  • Q6. Dependency injection
  • Q7. Explain Api lifetimes
  • Ans. 

    API lifetimes refer to the duration for which an API is available and supported.

    • API lifetimes can vary depending on the service provider or platform.

    • Some APIs may have a limited lifetime and be deprecated after a certain period.

    • Developers should be aware of API lifetimes to plan for potential changes or updates.

    • Regularly check for updates or announcements regarding API lifetimes to stay informed.

  • Answered by AI
  • Q8. Diffrent between transient vs scope
  • Ans. 

    Transient objects are created each time they are requested, while scoped objects are created once per request.

    • Transient objects are created every time they are requested, leading to potentially higher memory usage.

    • Scoped objects are created once per request and are shared within the scope of that request.

    • Example: Transient objects are typically used for lightweight services, while scoped objects are used for services t

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Infosys talent acquisition team is not responding once interview completed.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is dependency injection
  • Ans. 

    Dependency injection is a design pattern in which a class receives its dependencies from external sources rather than creating them itself.

    • Allows for better code reusability and testability

    • Promotes loose coupling between classes

    • Commonly used in ASP.NET Core for managing services and components

  • Answered by AI
  • Q2. View, primary key, unique key
Round 2 - Technical 

(2 Questions)

  • Q1. What are restful api's
  • Ans. 

    RESTful APIs are a type of web service that follows the principles of REST (Representational State Transfer) architecture.

    • RESTful APIs use standard HTTP methods like GET, POST, PUT, DELETE to perform CRUD operations on resources.

    • They are stateless, meaning each request from a client to the server must contain all the information necessary to understand the request.

    • RESTful APIs typically return data in JSON or XML forma...

  • Answered by AI
  • Q2. What are stored procedures
  • Ans. 

    Stored procedures are precompiled SQL queries stored in a database for reuse.

    • Stored procedures are used to improve performance by reducing the need to send multiple queries to the database server.

    • They can be parameterized to accept input values and return results.

    • Stored procedures can contain logic and business rules, making them reusable and secure.

    • Examples include procedures for inserting, updating, and deleting data

  • Answered by AI

Skills evaluated in this interview

ASP.NET Developer Interview Questions Asked at Other Companies

asked in Capgemini
Q1. All opps concept. What is constructor?, what is delegets? What is ... read more
Q2. What is the difference between primary and unique key
Q3. For MVC what is model controller view, What is ActionResults,
Q4. what is the flow of mvc application
asked in Helm360
Q5. one number is missing from 1 to 100. Find it's value
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is view state?
  • Ans. 

    View state is a hidden field on an ASP.NET web page that stores state information.

    • View state is used to persist page and control state across postbacks.

    • It is stored as a hidden field on the page and is encrypted by default.

    • View state can be disabled to improve performance, but it may lead to loss of state information.

  • Answered by AI
  • Q2. Different view state in asp.net ?
  • Ans. 

    View state is used to persist the state of a web form across postbacks in ASP.NET.

    • View state can be enabled or disabled at the page level or control level.

    • Different types of view state include enabled, disabled, and encrypted.

    • View state can be used to store values of controls on a web form between postbacks.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Noukari.com and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What was your role in your last project
Round 2 - Coding Test 

Basic Opps and technical questions related to ASP.Net Core

Round 3 - Technical 

(1 Question)

  • Q1. Agile methodologies

Infosys interview questions for designations

 Developer

 (21)

 Software Developer

 (253)

 Java Developer

 (142)

 Salesforce Developer

 (33)

 Web Developer

 (21)

 Angular Developer

 (13)

 Application Developer

 (10)

 Plsql Developer

 (10)

I applied via Infosys and was interviewed in Sep 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 - Technical 

(2 Questions)

  • Q1. Oops, Concepts, ADO.Net
  • Q2. Explain MVC models and Action Listeners.
  • Ans. 

    MVC models are a design pattern for web applications. Action Listeners are used to handle user input.

    • MVC stands for Model-View-Controller

    • Model represents the data and business logic

    • View is the user interface

    • Controller handles user input and updates the model and view

    • Action Listeners are used in GUI programming to handle user input events

    • For example, a button click can trigger an Action Listener to perform a specific ac

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready to face questions for the following topics, C# oops, ADO.NET and ASP.Net, your projects.

Skills evaluated in this interview

Get interview-ready with Top Infosys Interview Questions

I applied via Naukri.com and was interviewed in Jan 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 - Technical 

(1 Question)

  • Q1. Project discussion with previous company ,oops concepts questions, inheritance, interface, polymorphism, abstract calss,ado.net questions, dataset data table, data adopter,executenonquery,executescaler,etc...
Round 3 - HR 

(2 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
Round 4 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. Tell me about yourself.
  • Q3. Share details of your previous job.

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview is very good, am very happy. i would like to thank you for naukri.com

ASP.NET Developer Jobs at Infosys

View all

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Reverse a string
Rotate the array

Round 2 - Technical 

(1 Question)

  • Q1. Major Question regarding C# , .Net , SQL server

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare oops concept well and SQL server advanced
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Write linq query
  • Ans. 

    LINQ query to retrieve data from a collection

    • Use 'from' to specify the data source

    • Use 'where' to filter the data

    • Use 'select' to define the shape of the result

    • Example: var result = from item in collection where item.Property == value select item;

  • Answered by AI
  • Q2. SOILD principle
  • Ans. 

    SOLID is a set of five principles for writing clean, maintainable, and scalable object-oriented code.

    • Single Responsibility Principle (SRP) - A class should have only one reason to change.

    • Open/Closed Principle (OCP) - Classes should be open for extension but closed for modification.

    • Liskov Substitution Principle (LSP) - Objects of a superclass should be replaceable with objects of its subclasses without affecting the pro...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Dec 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 - Technical 

(2 Questions)

  • Q1. 1. Explain Oops concepts in c#
  • Ans. 

    OOPs concepts in C# include inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance allows a class to inherit properties and methods from another class.

    • Encapsulation is the practice of hiding implementation details and exposing only necessary information.

    • Polymorphism allows objects of different types to be treated as if they are the same type.

    • Abstraction is the process of hiding complex implementation det...

  • Answered by AI
  • Q2. 2. Difference between abstraction and encapsulation
  • Ans. 

    Abstraction focuses on the outside view of an object while encapsulation deals with the internal workings of an object.

    • Abstraction is the process of hiding complex implementation details and showing only necessary information to the user.

    • Encapsulation is the process of wrapping data and methods into a single unit (class) and restricting access to the data from outside the class.

    • Abstraction is achieved through interface...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to prepare basic things in c# they asked only the basics

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Basics of oops concepts,caching,session,viewstate,boxing and unboxing,basic queries
  • Q2. Delete and truncate difference,roles in your previous project,garbage collector
  • Ans. 

    Delete vs Truncate, roles in previous project, garbage collector

    • Delete removes rows one by one, while truncate removes all rows at once

    • Roles in previous project may include developer, tester, project manager, etc.

    • Garbage collector in .NET automatically manages memory by reclaiming unused objects

  • Answered by AI
  • Q3. How did you handled production things in your application,how much do you rate yourself in sql
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion

Skills evaluated in this interview

Infosys Interview FAQs

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

Some of the top questions asked at the Infosys ASP.NET Developer interview -

  1. different view state in asp.ne...read more
  2. Why we use Sealed cl...read more
  3. what is dependency inject...read more

Tell us how to improve this page.

Infosys ASP.NET Developer Interview Process

based on 4 interviews in last 1 year

1 Interview rounds

  • Technical Round
View more

People are getting interviews through

based on 5 Infosys interviews
Job Portal
Company Website
60%
20%
20% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Join Infosys Creating the next opportunity for people, businesses & communities

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
View all
Infosys ASP.NET Developer Salary
based on 22 salaries
₹2.8 L/yr - ₹6.4 L/yr
7% less than the average ASP.NET Developer Salary in India
View more details

Infosys ASP.NET Developer Reviews and Ratings

based on 3 reviews

4.2/5

Rating in categories

4.0

Skill development

4.0

Work-Life balance

4.2

Salary & Benefits

4.1

Job Security

4.2

Company culture

4.0

Promotions/Appraisal

4.0

Work Satisfaction

Explore 3 Reviews and Ratings
ASP.Net Developer - Hyderabad

Hyderabad / Secunderabad,

Pune

+1

4-9 Yrs

₹ 6-16 LPA

Explore more jobs
Technology Analyst
56k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
49.3k salaries
unlock blur

₹2.8 L/yr - ₹9.2 L/yr

System Engineer
38.8k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
30.6k salaries
unlock blur

₹5.2 L/yr - ₹19.5 L/yr

Senior Associate Consultant
27.1k salaries
unlock blur

₹6.2 L/yr - ₹16.8 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Accenture

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview