Filter interviews by
The .NET application code is compiled into Intermediate Language (IL) which is then executed by the Common Language Runtime (CLR).
Code is compiled into Intermediate Language (IL) by the compiler
IL is then converted into machine code by the Just-In-Time (JIT) compiler
The CLR manages memory, security, and other system resources during code execution
GC stands for Garbage Collection, a process in .NET to automatically manage memory by reclaiming unused objects.
GC is a feature in .NET that automatically manages memory by reclaiming unused objects.
It helps in preventing memory leaks and improving application performance.
GC can be used in .NET applications to free up memory occupied by objects that are no longer needed.
A self join in SQL allows a table to be joined with itself to compare rows within the same table.
Self joins are useful for hierarchical data, like employee-manager relationships.
Example: To find employees and their managers, you can join the Employees table on itself.
SQL syntax: SELECT a.EmployeeID, a.Name, b.Name AS ManagerName FROM Employees a JOIN Employees b ON a.ManagerID = b.EmployeeID;
Self joins can be used...
SQL query example
Specify the table name after the FROM keyword
Use WHERE clause to filter data
Use SELECT to choose columns to display
What people are saying about Accenture
Boxing is the process of converting a value type to the object type, while unboxing is the reverse process.
Boxing is done implicitly when a value type is assigned to an object variable.
Unboxing is done explicitly by casting the object back to its original value type.
Boxing and unboxing can have performance implications and should be used judiciously.
Example: int num = 10; object obj = num; // Boxing, converting in...
CLR stands for Common Language Runtime, it is used to manage the execution of .NET programs.
CLR is a part of the .NET framework responsible for managing the execution of .NET programs.
It provides services such as memory management, exception handling, and security.
CLR converts the Intermediate Language (IL) code into machine code during runtime.
It allows for language interoperability, meaning different languages c...
Object-oriented programming (OOP) is a programming paradigm that uses objects to represent and manipulate data.
OOP focuses on creating reusable code by organizing data and behavior into objects.
It emphasizes concepts like encapsulation, inheritance, and polymorphism.
Objects have attributes (data) and methods (functions) that can interact with each other.
Example: In C#, classes are used to define objects and their ...
I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.
The .NET application code is compiled into Intermediate Language (IL) which is then executed by the Common Language Runtime (CLR).
Code is compiled into Intermediate Language (IL) by the compiler
IL is then converted into machine code by the Just-In-Time (JIT) compiler
The CLR manages memory, security, and other system resources during code execution
CLR stands for Common Language Runtime, it is used to manage the execution of .NET programs.
CLR is a part of the .NET framework responsible for managing the execution of .NET programs.
It provides services such as memory management, exception handling, and security.
CLR converts the Intermediate Language (IL) code into machine code during runtime.
It allows for language interoperability, meaning different languages can be...
I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Dec 2023. There were 2 interview rounds.
I applied via Job Portal and was interviewed in Mar 2024. There was 1 interview round.
I applied via Company Website and was interviewed in Dec 2022. There were 3 interview rounds.
I applied via Campus Placement and was interviewed in Jun 2022. There was 1 interview round.
Object-oriented programming (OOP) is a programming paradigm that uses objects to represent and manipulate data.
OOP focuses on creating reusable code by organizing data and behavior into objects.
It emphasizes concepts like encapsulation, inheritance, and polymorphism.
Objects have attributes (data) and methods (functions) that can interact with each other.
Example: In C#, classes are used to define objects and their prope...
I applied via Campus Placement and was interviewed before May 2021. There were 4 interview rounds.
VERBAL QUANT DI/LR and Picture based test
Fibonacci series can be easily implemented using loops in C++ or C.
Declare variables for first two numbers of the series
Use a loop to calculate and print the next number in the series
Repeat the loop until desired number of terms are printed
I applied via Recruitment Consultant and was interviewed before Oct 2020. There was 1 interview round.
based on 7 interview experiences
Difficulty level
Duration
based on 10 reviews
Rating in categories
Application Development Analyst
39.4k
salaries
| ₹4.8 L/yr - ₹11 L/yr |
Application Development - Senior Analyst
27.7k
salaries
| ₹8.2 L/yr - ₹16.1 L/yr |
Team Lead
27.1k
salaries
| ₹12.7 L/yr - ₹22.6 L/yr |
Senior Analyst
20.1k
salaries
| ₹9.1 L/yr - ₹15.7 L/yr |
Senior Software Engineer
18.6k
salaries
| ₹10.5 L/yr - ₹18.2 L/yr |
TCS
Cognizant
Capgemini
Infosys