Filter interviews by
To find duplicates in any table, use SQL query with GROUP BY and HAVING clause.
Use GROUP BY clause to group records with same values
Use HAVING clause to filter out groups with count greater than 1
Example: SELECT column_name, COUNT(*) FROM table_name GROUP BY column_name HAVING COUNT(*) > 1
Top trending discussions
I appeared for an interview in Oct 2016.
I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.
MVC life cycle is a series of steps that occur when a request is made to an MVC application.
Request is received by the routing engine
Routing engine determines the controller and action to handle the request
Controller is instantiated and action method is called
Action method returns a view
View is rendered and returned as a response
I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before Jun 2020. There were 5 interview rounds.
I applied via Naukri.com and was interviewed before Nov 2019. There was 1 interview round.
LINQ (Language Integrated Query) is a Microsoft technology that allows querying data from different sources using a common syntax.
LINQ provides a unified way to query data from different sources such as databases, XML documents, and collections.
It allows developers to write queries using a common syntax regardless of the data source.
LINQ queries are strongly typed and can be checked at compile time.
Examples of LINQ pro...
ADO.NET is a data access technology used to connect applications to databases.
ADO.NET provides a set of classes to interact with databases.
It supports disconnected data architecture.
It uses Data Providers to connect to different databases.
It supports LINQ to SQL for querying databases.
Examples of Data Providers are SQL Server, Oracle, MySQL, etc.
WPF stands for Windows Presentation Foundation. It is a graphical subsystem for rendering user interfaces in Windows-based applications.
WPF is a part of .NET Framework and provides a unified programming model for building desktop applications.
It uses XAML (eXtensible Application Markup Language) to define and create user interfaces.
WPF supports rich media, 2D and 3D graphics, animation, and data binding.
It allows for s...
WPF provides better UI design and development options than Windows Forms.
WPF allows for more flexible and customizable UI design.
WPF supports vector graphics and animations.
WPF has better data binding capabilities.
WPF is more modern and actively developed than Windows Forms.
WPF is better suited for creating modern desktop applications.
Procedures and triggers are database objects used to automate tasks and enforce rules.
Procedures are a set of SQL statements that can be executed repeatedly.
Triggers are special types of procedures that are automatically executed in response to certain events.
Triggers can be used to enforce business rules, audit changes, or replicate data.
Procedures and triggers can be written in various programming languages such as S
An abstract class is a class that cannot be instantiated and is used as a base class for other classes.
An abstract class can have abstract and non-abstract methods.
Abstract methods have no implementation and must be implemented by the derived class.
An abstract class can have constructors and fields.
An abstract class can be used to define a common interface for a group of related classes.
Example: Animal is an abstract c
Encapsulation is hiding implementation details while abstraction is showing only necessary details.
Encapsulation is achieved through access modifiers like private, protected, and public.
Abstraction is achieved through abstract classes and interfaces.
Encapsulation provides data security and prevents unauthorized access.
Abstraction helps in reducing complexity and improves maintainability.
Example of encapsulation: Class ...
Singleton design pattern restricts the instantiation of a class to a single instance.
Ensures only one instance of a class exists
Provides a global point of access to that instance
Used when only one object is needed to coordinate actions across the system
Example: Database connection manager
I applied via Referral and was interviewed before Apr 2021. There were 2 interview rounds.
I applied via Naukri.com and was interviewed before Dec 2023. There were 2 interview rounds.
A series of question on online platform
Schema in a database is a collection of tables, views, procedures, and other database objects.
Schema defines the structure of the database, including tables, columns, relationships, and constraints.
It helps in organizing and managing data in a database.
Schema can also define access permissions for different users or roles.
Example: In a library database, the schema may include tables for books, authors, borrowers, and t
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Senior Software Engineer
35
salaries
| ₹10 L/yr - ₹30 L/yr |
Technical Lead
18
salaries
| ₹12.4 L/yr - ₹35 L/yr |
Module Lead
17
salaries
| ₹13.3 L/yr - ₹30 L/yr |
Software Developer
14
salaries
| ₹3.3 L/yr - ₹23.7 L/yr |
Junior Software Developer
7
salaries
| ₹3.2 L/yr - ₹4 L/yr |
Synechron
Zensar Technologies
Capita
VVDN Technologies