Filter interviews by
Stored procedures are precompiled SQL queries that can perform multiple operations, while functions are reusable code blocks that return a single value.
Stored procedures can execute multiple SQL statements and can perform complex operations.
Functions are reusable code blocks that return a single value and can be used in SQL queries.
Stored procedures can be called independently, while functions are typically called...
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.
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
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...
What people are saying about Accenture
SQL query example
Specify the table name after the FROM keyword
Use WHERE clause to filter data
Use SELECT to choose columns to display
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
Stored procedures are precompiled SQL queries that can perform multiple operations, while functions are reusable code blocks that return a single value.
Stored procedures can execute multiple SQL statements and can perform complex operations.
Functions are reusable code blocks that return a single value and can be used in SQL queries.
Stored procedures can be called independently, while functions are typically called with...
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...
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.
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.
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 with...
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.
SQL query example
Specify the table name after the FROM keyword
Use WHERE clause to filter data
Use SELECT to choose columns to display
I applied via Campus Placement and was interviewed in Jun 2022. There was 1 interview round.
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 int to ...
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 Company Website and was interviewed before Jun 2021. There were 2 interview rounds.
First round was coding as well as aptitude done together went well I guess focusing on codes helps a lot.
I applied via Campus Placement and was interviewed in Apr 2020. There was 1 interview round.
Yes, I am open to relocating for the right opportunity that aligns with my career goals and personal growth.
Relocation can provide exposure to new technologies and methodologies.
I am excited about the prospect of working in diverse teams and cultures.
For example, moving to a tech hub like San Francisco could enhance my career.
I understand the challenges of relocating, but I see them as opportunities for growth.
I bring a unique blend of skills, experience, and passion for software development that aligns perfectly with your team's goals.
Proven experience in developing scalable applications, such as a recent project where I improved performance by 30%.
Strong problem-solving skills demonstrated through my contributions to open-source projects, enhancing functionality and fixing bugs.
Excellent teamwork and communication abilitie...
based on 7 interview experiences
Difficulty level
Duration
based on 10 reviews
Rating in categories
Application Development Analyst
39.3k
salaries
| ₹4.8 L/yr - ₹11 L/yr |
Application Development - Senior Analyst
27.7k
salaries
| ₹7 L/yr - ₹20.5 L/yr |
Team Lead
26.5k
salaries
| ₹7.3 L/yr - ₹26.5 L/yr |
Senior Analyst
19.4k
salaries
| ₹5.6 L/yr - ₹21.3 L/yr |
Senior Software Engineer
18.5k
salaries
| ₹10.5 L/yr - ₹18 L/yr |
TCS
Cognizant
Capgemini
Infosys