Filter interviews by
Basic questions speed, alphabet
I applied via Walk-in and was interviewed before Sep 2023. There were 2 interview rounds.
General Aptitude test
I applied via Naukri.com and was interviewed in Nov 2020. There were 4 interview rounds.
A trigger is a database object that is automatically executed in response to certain events. A stored procedure is a named group of SQL statements that can be executed. A join is used to combine rows from two or more tables based on a related column between them.
Triggers are used to enforce business rules, perform data validation, or automate tasks.
Stored procedures are used to encapsulate a set of SQL statements for r...
MVC stands for Model-View-Controller. It is a software architectural pattern used in web development.
MVC separates the application into three interconnected components: Model, View, and Controller.
Model represents the data and business logic of the application.
View is responsible for rendering the user interface.
Controller handles user input, updates the model, and interacts with the view.
MVC follows a specific life cy...
Entity Framework is an ORM tool that simplifies database programming in .NET applications.
Entity Framework is used to map database tables to .NET classes.
It provides a set of APIs to perform CRUD operations on the database.
It supports LINQ queries to retrieve data from the database.
It supports different database providers like SQL Server, MySQL, Oracle, etc.
It has three different approaches: Database First, Model First...
Top trending discussions
I was interviewed before Jul 2016.
I applied via Campus Placement and was interviewed before Nov 2020. There were 5 interview rounds.
posted on 7 Jun 2024
posted on 15 Aug 2024
SQL commands are used to interact with databases to perform various operations like insert, update, delete, etc.
Types of SQL commands include SELECT, INSERT, UPDATE, DELETE, CREATE, ALTER, DROP, etc.
SELECT is used to retrieve data from a database
INSERT is used to add new records to a table
UPDATE is used to modify existing records in a table
DELETE is used to remove records from a table
CREATE is used to create a new tabl...
A constructor is a special method in a class that is automatically called when an instance of the class is created.
Constructors have the same name as the class they belong to.
They can be used to initialize the object's state or perform any necessary setup.
Constructors do not have a return type.
Example: public class Person { public Person() { // constructor code here } }
I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.
posted on 21 Jun 2024
Program to reverse a string using array of characters
Create a character array from the input string
Use two pointers to swap characters from start and end of the array
Continue swapping until the pointers meet in the middle
based on 2 interviews
Interview experience
based on 7 reviews
Rating in categories
Software Developer
12
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Support Engineer
8
salaries
| ₹0 L/yr - ₹0 L/yr |
DOT NET Developer
6
salaries
| ₹0 L/yr - ₹0 L/yr |
.NET Software Developer
5
salaries
| ₹0 L/yr - ₹0 L/yr |
Sales Executive
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Infosys
TCS
Wipro
HCLTech