Filter interviews by
I applied via Company Website and was interviewed in Oct 2022. There was 1 interview round.
Top trending discussions
I applied via Job Portal and was interviewed in Dec 2024. There were 2 interview rounds.
This is related to SQL
I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
MVC filters are used to perform logic before or after an action method is executed in ASP.NET MVC applications.
Filters can be used for authorization, logging, exception handling, etc.
Types of filters include Authorization filters, Action filters, Result filters, and Exception filters.
Filters can be applied globally, at controller level, or at action level.
Example: [Authorize] attribute is a type of filter used for auth
posted on 19 Jul 2024
Singleton class allows only one instance to be created, while static class cannot be instantiated and all members are static.
Singleton class can have instance methods and properties, while static class can only have static members.
Singleton class can be lazy loaded, while static class is eagerly loaded.
Singleton class can be implemented using a static property or method to return the single instance, while static class...
I applied via Company Website and was interviewed in Jan 2024. There were 2 interview rounds.
Any one of the topic
ASP.NET is a web application framework developed by Microsoft for building dynamic web sites, web applications, and web services.
ASP.NET allows developers to build dynamic web applications using languages like C# or VB.NET
It provides a rich set of tools and libraries for building web applications
ASP.NET supports various technologies like Web Forms, MVC, and Web API
It is integrated with Visual Studio for development and...
Windows Workflow Foundation (WCF) is a framework for building workflow-enabled applications in Windows.
WCF stands for Windows Communication Foundation
It is used for building workflow-enabled applications in Windows
It provides a programming model, runtime engine, and tools for building workflow-based applications
WCF allows developers to define, execute, and manage workflows within their applications
SQL structure refers to the organization of tables, columns, keys, and relationships in a database.
SQL structure includes tables, which store data in rows and columns.
Columns define the type of data that can be stored in a table.
Keys, such as primary keys and foreign keys, enforce relationships between tables.
Indexes can be used to optimize queries by speeding up data retrieval.
SQL structure can also include views, sto...
HTML stands for HyperText Markup Language, used for creating and structuring web pages.
HTML is a markup language used to create the structure of web pages
It consists of elements enclosed in tags, such as ,
,Attributes can be added to elements to provide additional information or functionality
HTML can include text, images, links, forms, and multimedia content
Example:
I applied via Naukri.com and was interviewed before Sep 2022. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Mar 2020. There were 5 interview rounds.
JOINS are used in SQL to combine data from two or more tables based on a related column.
Inner JOIN returns only the matching rows from both tables
Equi JOIN is a type of Inner JOIN where the join condition is based on equality between two columns
Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column
Divide array in two halves and keep each half in ascending order without using new Array.
Use Array.sort() method to sort the original array
Use Array.slice() method to divide the array into two halves
Use Array.reverse() method to reverse the second half of the array
Interfaces are contracts that define a set of methods and properties that a class must implement.
Interfaces provide a way to achieve abstraction and polymorphism in object-oriented programming.
They allow for loose coupling between classes and promote code reusability.
Interfaces can be used to define common behavior across multiple classes.
Example: IDisposable interface in C# ensures that an object can be properly dispo...
Inheritance is a mechanism in object-oriented programming where a class is based on another class.
Inheritance allows a subclass to inherit properties and methods from a superclass.
The subclass can also add its own properties and methods.
Examples include a Car class inheriting from a Vehicle class, or a Dog class inheriting from an Animal class.
FIS
Vivo
UST
Hyundai Motor India Limited