i
Infosys
Filter interviews by
Apti, reasoning and verbal communication
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...
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...
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
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
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
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.
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.
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
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
Infosys interview questions for designations
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
Get interview-ready with Top Infosys Interview Questions
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.
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
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, ...
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...
I applied via Approached by Company and was interviewed before Sep 2021. There were 3 interview rounds.
What people are saying about Infosys
The duration of Infosys DOT NET Developer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 9 interviews
2 Interview rounds
based on 17 reviews
Rating in categories
Technology Analyst
55.4k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Systems Engineer
50.6k
salaries
| ₹0 L/yr - ₹0 L/yr |
System Engineer
39.5k
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Lead
30.7k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Associate Consultant
27.9k
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Wipro
Cognizant
Accenture