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 36.9k Reviews

Filter interviews by

Infosys Dot Net Core Developer Interview Questions, Process, and Tips

Updated 3 Feb 2024

Top Infosys Dot Net Core Developer Interview Questions and Answers

View all 18 questions

Infosys Dot Net Core Developer Interview Experiences

3 interviews found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
6-8 weeks
Result
-

I applied via Approached by Company and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(17 Questions)

  • Q1. Middleware concept
  • Q2. Global exception handling
  • Q3. Authentication and authorisation mechanism
  • Q4. How to secure your web api
  • Ans. 

    Securing a web API involves implementing authentication, authorization, and encryption.

    • Implement authentication to verify the identity of the client accessing the API

    • Implement authorization to control what actions the client can perform

    • Use HTTPS to encrypt the communication between the client and the API

    • Implement rate limiting to prevent abuse and protect against denial-of-service attacks

    • Apply input validation and outp...

  • Answered by AI
  • Q5. GitHub repository work flow
  • Q6. How to improving your web api performance
  • Ans. 

    Improving web API performance involves optimizing code, caching, using asynchronous programming, and scaling infrastructure.

    • Optimize code by reducing unnecessary database queries, using efficient algorithms, and minimizing network calls.

    • Implement caching to store frequently accessed data and reduce the load on the server.

    • Use asynchronous programming to handle multiple requests concurrently and improve responsiveness.

    • Sc...

  • Answered by AI
  • Q7. Basic oops concept
  • Q8. Difference between generic and delegates
  • Ans. 

    Delegates are function pointers used to encapsulate methods, while generics are used to create reusable code for different data types.

    • Delegates are used to create callbacks and event handlers.

    • Generics allow the creation of classes, methods, and interfaces that can work with different data types.

    • Delegates can be used to define and invoke methods dynamically at runtime.

    • Generics provide type safety and eliminate the need ...

  • Answered by AI
  • Q9. Where to use generic concept in your project?
  • Ans. 

    Generics can be used in projects to create reusable code that can work with different types.

    • Generics can be used in data structures like lists, dictionaries, and queues to store and retrieve different types of data.

    • Generics can be used in algorithms and functions to work with different types of inputs and outputs.

    • Generics can be used in database operations to handle different types of data.

    • Generics can be used in user ...

  • Answered by AI
  • Q10. What is the use of delegates?
  • Ans. 

    Delegates are used to create references to methods, allowing methods to be passed as parameters or stored as variables.

    • Delegates provide a way to achieve callback functionality in C#.

    • Delegates can be used to implement event handling.

    • Delegates enable loose coupling and separation of concerns.

    • Delegates can be used to create and invoke anonymous methods.

    • Delegates can be used to implement the observer pattern.

  • Answered by AI
  • Q11. Write join query using entity framework
  • Ans. 

    Join query using Entity Framework

    • Use the LINQ query syntax to perform joins in Entity Framework

    • Use the 'join' keyword to specify the join condition

    • Use 'into' keyword to create a group join

    • Use 'on' keyword to specify the join condition

    • Use 'equals' keyword to define the equality condition

  • Answered by AI
  • Q12. What is dependency injection and life cycle methods
  • Ans. 

    Dependency injection is a design pattern that allows objects to be loosely coupled by providing their dependencies externally.

    • Dependency injection is a way to achieve inversion of control in software development.

    • It helps in creating loosely coupled and modular code.

    • In dependency injection, the dependencies of a class are provided externally rather than being created within the class itself.

    • This allows for easier testin...

  • Answered by AI
  • Q13. Basic Linq questions
  • Q14. How to returen& handle large number of records in web api
  • Ans. 

    To handle large number of records in a web API, you can use pagination, streaming, or compression techniques.

    • Implement pagination to retrieve records in smaller chunks

    • Use streaming to process and return records in real-time

    • Apply compression techniques like GZIP to reduce the size of the response

    • Consider caching strategies to improve performance

  • Answered by AI
  • Q15. Filters concepts
  • Q16. Explain the structure of the project?
  • Ans. 

    The project structure in Dot Net Core typically consists of folders for source code, configuration files, and dependencies.

    • The source code is usually organized into folders based on the application's modules or layers, such as Controllers, Models, and Views.

    • Configuration files like appsettings.json store application settings and connection strings.

    • Dependencies are managed using a package manager like NuGet, and their v...

  • Answered by AI
  • Q17. Why should use entity framework rather than writing sql query?
  • Ans. 

    Entity Framework provides a higher level of abstraction, simplifies database operations, improves productivity, and reduces code complexity.

    • Entity Framework abstracts away the underlying database, allowing developers to work with a higher level of abstraction.

    • It simplifies database operations by providing an object-oriented approach to data access.

    • Entity Framework improves productivity by reducing the amount of code ne...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Infosys Dot Net Core Developer interview:
  • .Net Core
  • Entity Framework
  • LINQ
  • Web Api
  • SQL Server
  • C#

Skills evaluated in this interview

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 Sep 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Explain about Program.Cs and Startup.cs?
  • Ans. 

    Program.cs is the entry point of a .NET Core application, while Startup.cs configures services and middleware.

    • Program.cs contains the Main method which is the entry point of the application

    • Startup.cs configures services and middleware for the application

    • In Program.cs, you can configure the host and call the Startup class

    • Startup.cs typically includes ConfigureServices and Configure methods

  • Answered by AI
  • Q2. Diffrence between .Net and .Net Core?
  • Ans. 

    The main difference between .NET and .NET Core is that .NET Core is a cross-platform, open-source framework while .NET is a Windows-only framework.

    • NET Core is cross-platform and can run on Windows, macOS, and Linux, while .NET is limited to Windows.

    • .NET Core is open-source and community-driven, while .NET is developed and maintained by Microsoft.

    • .NET Core is modular and lightweight, allowing developers to include only ...

  • Answered by AI
  • Q3. Some basic Questions of .Net and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Prepared before going to Interview.

Skills evaluated in this interview

Dot Net Core Developer Interview Questions Asked at Other Companies

asked in Infosys
Q1. How to returen& handle large number of records in web api
asked in Infosys
Q2. Why should use entity framework rather than writing sql query?
asked in Infosys
Q3. What is dependency injection and life cycle methods
asked in Infosys
Q4. Where to use generic concept in your project?
asked in Infosys
Q5. How to improving your web api performance
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Aug 2022. 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 

(6 Questions)

  • Q1. Design patterns. Explain any one?
  • Ans. 

    Factory pattern. Creates objects without exposing the instantiation logic to the client.

    • Defines an interface for creating objects, but lets subclasses decide which classes to instantiate.

    • Client only knows the abstract type, not the concrete type.

    • Used when a class cannot anticipate the type of objects it must create.

    • Examples: Abstract Factory, Singleton, Builder, Prototype.

  • Answered by AI
  • Q2. Describe startup class
  • Ans. 

    Startup class is a class in ASP.NET Core that is used to configure services and middleware for the application.

    • It is responsible for configuring the application's request pipeline.

    • It is used to register services that the application will use.

    • It is where middleware components are added to the pipeline.

    • It can be used to configure the application's logging and exception handling.

    • It is typically found in the Startup.cs fil

  • Answered by AI
  • Q3. Explain how to do dependency injection
  • Ans. 

    Dependency injection is a design pattern used to inject dependencies into a class or method.

    • Create an interface for the dependency

    • Create a class that implements the interface

    • Register the class with the dependency injection container

    • Inject the dependency into the class or method

    • Use the dependency in the class or method

  • Answered by AI
  • Q4. Difference between scoped , transient and singleton
  • Ans. 

    Scoped, transient and singleton are three different lifetimes for services in .NET Core.

    • Scoped services are created once per request and are disposed at the end of the request.

    • Transient services are created each time they are requested.

    • Singleton services are created once and are reused throughout the lifetime of the application.

    • Use scoped services for components that are request-specific, transient services for lightwe...

  • Answered by AI
  • Q5. WAP to find the prime number
  • Ans. 

    WAP to find the prime number

    • Loop through numbers and check if divisible by any number less than it

    • Exclude 1 and the number itself

    • 2 is the only even prime number

  • Answered by AI
  • Q6. WAP to reverse a string letters
  • Ans. 

    A program to reverse the letters of a given string.

    • Create an empty string to store the reversed string

    • Iterate through the original string from the end to the beginning

    • Append each character to the empty string

    • Return the reversed string

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Overview of your location and technical skills?
  • Ans. 

    I am a Dot Net Core Developer with expertise in location-based services and technical skills in various programming languages.

    • Location: I am currently based in New York City, which is a major hub for technology and innovation.

    • Technical Skills: I have extensive experience in developing web applications using Dot Net Core, C#, ASP.NET, and SQL Server.

    • I am proficient in front-end technologies like HTML, CSS, and JavaScrip...

  • Answered by AI
  • Q2. Why you want to join Infosys
  • Ans. 

    I want to join Infosys because of its reputation as a leading global IT services company.

    • Infosys has a strong presence in the IT industry and is known for its expertise in delivering innovative solutions.

    • Joining Infosys would provide me with opportunities to work on challenging projects and enhance my skills.

    • Infosys has a collaborative work culture that encourages learning and growth.

    • The company offers competitive comp...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm, have patience for job seeking period. There’s always a job if you have skills.

All the best.. You will be having a best future🙂

Skills evaluated in this interview

Dot Net Core Developer Jobs at Infosys

View all

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Interviewer was rude
  • Q2. Oops c# basics sql azure
Round 2 - Behavioral 

(2 Questions)

  • Q1. What is work of team lead? how do you handle workload of yours and the junior assigned to you? how do u handle conflicts?
  • Ans. 

    Team lead is responsible for managing the workload of the team, including assigning tasks, providing guidance, and resolving conflicts.

    • Assign tasks to team members based on their skills and workload capacity

    • Provide guidance and support to junior team members to help them complete their tasks successfully

    • Monitor progress of tasks and ensure deadlines are met

    • Resolve conflicts within the team by listening to all parties i...

  • Answered by AI
  • Q2. Other deep technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join this company they do not treat the candidates with respect at all. For every wrong answer or the answer that was given was not satisfied, the manager smirked and mocked the candidate.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Normal aptitude group discussion assignment case study

Round 2 - Coding Test 

Coding test assignment one on one round

Round 3 - Technical 

(2 Questions)

  • Q1. Technical vs no tech
  • Ans. 

    Technical skills are essential for a Network Engineer, but soft skills are also important for effective communication and teamwork.

    • Technical skills are necessary for configuring and troubleshooting network devices.

    • Soft skills like communication, teamwork, and problem-solving are crucial for working effectively with colleagues and clients.

    • Balancing technical expertise with interpersonal skills is key to success in the r...

  • Answered by AI
  • Q2. Dhcp vs dns gdp vs rdp frp vs 30nd
  • Ans. 

    DHCP is a protocol used to assign IP addresses dynamically to devices on a network, while DNS is a system that translates domain names to IP addresses.

    • DHCP assigns IP addresses to devices on a network dynamically

    • DNS translates domain names to IP addresses

    • RDP (Remote Desktop Protocol) allows users to remotely connect to a computer

    • FRP (Fiberglass Reinforced Plastic) is a material used in construction

    • 30nd does not seem to

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - no

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Solid principle
  • Q2. Dependency injection

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What is stuck switching?
  • Ans. 

    Stuck switching refers to a situation where a network switch is unable to forward traffic due to a malfunction or configuration issue.

    • Stuck switching can occur when a switch's forwarding table becomes corrupted or when there is a hardware failure.

    • It can also happen if there is a loop in the network causing broadcast storms.

    • Troubleshooting stuck switching involves checking the switch's configuration, monitoring network ...

  • Answered by AI
  • Q2. What is bgp path selection process
  • Ans. 

    BGP path selection process determines the best path for routing based on various attributes.

    • BGP selects the path with the highest weight attribute first

    • If weights are the same, BGP looks at the local preference attribute

    • Next, BGP considers the AS path length

    • BGP then checks the origin code attribute

    • After that, BGP looks at the MED (Multi-Exit Discriminator) attribute

    • If all else is equal, BGP chooses the path with the lo...

  • Answered by AI
  • Q3. What is stub area
  • Ans. 

    A stub area is an OSPF area that does not contain external routes.

    • Stub areas reduce the amount of routing information exchanged within an OSPF network.

    • Stub areas use a default route to reach external networks.

    • Stub areas are commonly used to reduce the size of the OSPF database and improve network performance.

  • Answered by AI
  • Q4. What is stp? how to work.
  • Ans. 

    STP stands for Spanning Tree Protocol, used in network environments to prevent loops and ensure redundant paths are utilized efficiently.

    • STP is a network protocol used to prevent loops in Ethernet networks.

    • It works by selecting a single path for data traffic while blocking redundant paths.

    • STP elects a root bridge and calculates the shortest path to each network segment.

    • If a link fails, STP recalculates the network topo...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Sep 2023. 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 

(3 Questions)

  • Q1. What is DHCP and its protocol
  • Ans. 

    DHCP stands for Dynamic Host Configuration Protocol, used to automatically assign IP addresses to devices on a network.

    • DHCP eliminates the need for manual IP address configuration

    • It assigns IP addresses, subnet masks, default gateways, and DNS servers to devices

    • DHCP operates on the client-server model

    • Example: When a device connects to a network, it sends a DHCP request to obtain an IP address

  • Answered by AI
  • Q2. What is DNS and its protocol
  • Ans. 

    DNS is a system that translates domain names to IP addresses, allowing users to access websites using human-readable names.

    • DNS stands for Domain Name System

    • It is a protocol used to translate domain names to IP addresses

    • DNS servers store a database of domain names and their corresponding IP addresses

    • DNS helps users access websites using easy-to-remember domain names instead of complex IP addresses

    • Examples of DNS servers...

  • Answered by AI
  • Q3. What is job role in present company
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Topics to prepare for LTIMindtree Network Engineer interview:
  • Networking

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. About the SQL server basic question
  • Q2. .net fundamentals
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
-
Result
Selected Selected
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 - HR 

(1 Question)

  • Q1. General discussion
Round 3 - Technical 

(2 Questions)

  • Q1. Questions related to networking
  • Q2. Routers switch configuration and commands
  • Ans. 

    Routers switch configuration and commands involve setting up and managing network devices for efficient data routing.

    • Routers use commands like 'show ip route' to display routing table information

    • Configuration involves setting up IP addresses, subnet masks, and default gateways

    • Commands like 'show interfaces' can display interface status and configuration details

  • Answered by AI

Skills evaluated in this interview

Infosys Interview FAQs

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

Some of the top questions asked at the Infosys Dot Net Core Developer interview -

  1. How to returen& handle large number of records in web ...read more
  2. Why should use entity framework rather than writing sql que...read more
  3. What is dependency injection and life cycle meth...read more

Tell us how to improve this page.

People are getting interviews through

based on 3 Infosys interviews
Job Portal
67%
33% 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.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.4k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
View all
Infosys Dot Net Core Developer Salary
based on 4 salaries
₹4 L/yr - ₹8.8 L/yr
12% more than the average Dot Net Core Developer Salary in India
View more details
.Net Core Developer - Bangalore

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

.Net Core Developer

Bangalore / Bengaluru

5-9 Yrs

Not Disclosed

.Net Core Developer

Pune

3-8 Yrs

Not Disclosed

Explore more jobs
Technology Analyst
56.2k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
49.4k salaries
unlock blur

₹2.8 L/yr - ₹9.2 L/yr

System Engineer
38.9k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
30.6k salaries
unlock blur

₹5.2 L/yr - ₹19.4 L/yr

Senior Associate Consultant
27.1k salaries
unlock blur

₹4.3 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