Filter interviews by
Filters in .Net are used to manipulate data before it is displayed or processed further.
Filters can be used for data validation, formatting, or transformation.
Filters are commonly used in ASP.NET MVC for tasks like authentication, authorization, logging, etc.
Filters can be applied globally to all controllers or specific to individual actions.
Examples of filters in .Net include AuthorizationFilter, ActionFilter, ResultF
CROS Policy is a policy that allows employees to work from a different location than their usual workplace.
CROS stands for Company Remote Office Setup.
The purpose of CROS Policy is to provide flexibility to employees in terms of work location.
It helps in improving work-life balance and increasing employee satisfaction.
Examples of CROS Policy include allowing employees to work from home or from a co-working space.
Top trending discussions
I applied via Approached by Company and was interviewed in Oct 2024. There were 3 interview rounds.
posted on 28 Mar 2024
I applied via Campus Placement and was interviewed before Mar 2023. There were 3 interview rounds.
Aptitude test was there
Group discussion was second round
I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 3 interview rounds.
I was interviewed in Nov 2024.
Questions about java concurrency framework, java 8 and 11 features, Code chef coding problem
Using a crypto price API to fetch and display real-time cryptocurrency prices in a machine coding project.
Utilize a crypto price API to fetch real-time cryptocurrency prices
Implement error handling for API requests
Display the fetched prices in a user-friendly format
I applied via Naukri.com and was interviewed in Oct 2024. There were 4 interview rounds.
Technology related question
Build a architecture diagram HLD & LLD for rate limiter
HLD for batch scheduling miroservice level
Algo check to correct the directory pattern
posted on 8 Jan 2025
Solid principles are a set of design principles that help make software more maintainable, flexible, and scalable.
Single Responsibility Principle (SRP) - A class should have only one reason to change.
Open/Closed Principle (OCP) - Software entities should be open for extension but closed for modification.
Liskov Substitution Principle (LSP) - Objects of a superclass should be replaceable with objects of its subclasses wi...
Code snippet for Entity Framework DB connection
Install Entity Framework NuGet package
Create a DbContext class
Define DbSet properties for each entity
Configure connection string in app.config/web.config
Use DbContext to interact with the database
To get the 3rd highest salary, we can use a SQL query with the 'LIMIT' and 'OFFSET' keywords.
Use a SQL query with 'ORDER BY salary DESC' to sort salaries in descending order.
Use 'LIMIT 1 OFFSET 2' to skip the first two highest salaries and get the 3rd highest salary.
Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 1 OFFSET 2;
Interfaces in C# provide a way to define a contract for classes to implement, promoting code reusability and flexibility.
Interfaces allow for multiple inheritance in C# by allowing a class to implement multiple interfaces.
Interfaces help in achieving loose coupling between classes, making the code more maintainable and testable.
Interfaces are used to define common behavior that multiple classes can share, promoting cod...
Interview experience
based on 8 reviews
Rating in categories
Software Engineer
145
salaries
| ₹1.3 L/yr - ₹8.7 L/yr |
Senior Software Engineer
126
salaries
| ₹6.4 L/yr - ₹22 L/yr |
Technical Specialist
115
salaries
| ₹7.5 L/yr - ₹28 L/yr |
Senior Technical Specialist
98
salaries
| ₹12 L/yr - ₹32 L/yr |
Software Engineer Trainee
47
salaries
| ₹3.5 L/yr - ₹6 L/yr |
TCS
Infosys
Wipro
HCLTech