Filter interviews by
Web API is a set of rules and protocols that allow different software applications to communicate with each other over the internet.
Web API allows different software systems to interact with each other through a set of rules and protocols.
It enables communication between different applications over the internet.
Web API is commonly used in web development to allow websites to interact with external services or data...
I prioritize tasks based on urgency and importance, and use time management techniques to ensure efficient completion.
Create a to-do list and prioritize tasks based on urgency and importance
Break down larger tasks into smaller, manageable chunks
Use time management techniques such as the Pomodoro technique to stay focused and efficient
Regularly reassess priorities and adjust the to-do list as needed
Communicate with...
Startup class is used to configure services and middleware for an application.
Startup class is a part of ASP.NET Core framework.
It is used to configure the application's request pipeline.
It includes methods for configuring services, middleware, and the application's request handling pipeline.
The ConfigureServices method is used to add services to the dependency injection container.
The Configure method is used to a...
Middleware in ASP.NET Core is a software component that sits between the web server and the application and handles requests and responses.
Middleware is a pipeline of components that can be added to the application's request processing pipeline.
Each middleware component can handle a specific aspect of the request/response cycle, such as authentication, logging, or caching.
Middleware can be added to the pipeline us...
Filters in ASP.NET Core are used to execute code before or after an action method is executed.
Filters can be used to perform authentication, logging, caching, and exception handling.
There are four types of filters: Authorization filters, Action filters, Result filters, and Exception filters.
Filters can be applied globally, to a controller, or to a specific action method.
Filters can be added using attributes or by ...
Action filters are used in ASP.NET MVC to execute code before or after an action method is called.
Action filters are attributes that can be applied to a controller action method.
They can be used to perform tasks such as authentication, logging, and caching.
There are four types of action filters: Authorization filters, Action filters, Result filters, and Exception filters.
Examples of action filters include the [Aut...
Session storage in core is a way to store data temporarily on the client side.
Session storage is a type of web storage that allows data to be stored on the client side for the duration of a session.
Data stored in session storage is only accessible within the same window or tab that created it.
Session storage is useful for storing temporary data such as user preferences or form data.
Session storage can be accessed ...
Dependency injection service lifetime determines how long a service instance will be available for use.
Service lifetime can be scoped to a single request, a session, or the entire application
Transient lifetime creates a new instance every time it is requested
Singleton lifetime creates a single instance for the entire application
Scoped lifetime creates a single instance for each request or session
Lifetime can affec...
keep() and peak() are not standard functions in programming. They may refer to specific functions in a particular language or library.
keep() and peak() may have different meanings depending on the context in which they are used.
Without more information about the specific language or library being used, it is difficult to provide a more detailed answer.
It is important to clarify the context of the question before a...
SQL server has various functions for data manipulation and retrieval.
Aggregate functions like SUM, AVG, COUNT, MAX, MIN
String functions like CONCAT, SUBSTRING, REPLACE
Date and time functions like GETDATE, DATEADD, DATEDIFF
Conversion functions like CAST, CONVERT
Logical functions like CASE, IIF
I applied via Job Fair and was interviewed in Sep 2024. There were 2 interview rounds.
Object-oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.
OOP focuses on creating objects that interact with each other to solve problems
Encapsulation: bundling data and methods that operate on the data into a single unit
Inheritance: allows new classes to be created based on existing classes
Polymorphism: the ability for objects to be treated as instances of t...
I applied via Approached by Company and was interviewed in Feb 2023. There were 3 interview rounds.
Dependency injection service lifetime determines how long a service instance will be available for use.
Service lifetime can be scoped to a single request, a session, or the entire application
Transient lifetime creates a new instance every time it is requested
Singleton lifetime creates a single instance for the entire application
Scoped lifetime creates a single instance for each request or session
Lifetime can affect per...
Middleware in ASP.NET Core is a software component that sits between the web server and the application and handles requests and responses.
Middleware is a pipeline of components that can be added to the application's request processing pipeline.
Each middleware component can handle a specific aspect of the request/response cycle, such as authentication, logging, or caching.
Middleware can be added to the pipeline using t...
SQL server has various functions for data manipulation and retrieval.
Aggregate functions like SUM, AVG, COUNT, MAX, MIN
String functions like CONCAT, SUBSTRING, REPLACE
Date and time functions like GETDATE, DATEADD, DATEDIFF
Conversion functions like CAST, CONVERT
Logical functions like CASE, IIF
Startup class is used to configure services and middleware for an application.
Startup class is a part of ASP.NET Core framework.
It is used to configure the application's request pipeline.
It includes methods for configuring services, middleware, and the application's request handling pipeline.
The ConfigureServices method is used to add services to the dependency injection container.
The Configure method is used to add mi...
Filters in ASP.NET Core are used to execute code before or after an action method is executed.
Filters can be used to perform authentication, logging, caching, and exception handling.
There are four types of filters: Authorization filters, Action filters, Result filters, and Exception filters.
Filters can be applied globally, to a controller, or to a specific action method.
Filters can be added using attributes or by imple...
Action filters are used in ASP.NET MVC to execute code before or after an action method is called.
Action filters are attributes that can be applied to a controller action method.
They can be used to perform tasks such as authentication, logging, and caching.
There are four types of action filters: Authorization filters, Action filters, Result filters, and Exception filters.
Examples of action filters include the [Authoriz...
keep() and peak() are not standard functions in programming. They may refer to specific functions in a particular language or library.
keep() and peak() may have different meanings depending on the context in which they are used.
Without more information about the specific language or library being used, it is difficult to provide a more detailed answer.
It is important to clarify the context of the question before attemp...
Session storage in core is a way to store data temporarily on the client side.
Session storage is a type of web storage that allows data to be stored on the client side for the duration of a session.
Data stored in session storage is only accessible within the same window or tab that created it.
Session storage is useful for storing temporary data such as user preferences or form data.
Session storage can be accessed using...
I prioritize tasks based on urgency and importance, and use time management techniques to ensure efficient completion.
Create a to-do list and prioritize tasks based on urgency and importance
Break down larger tasks into smaller, manageable chunks
Use time management techniques such as the Pomodoro technique to stay focused and efficient
Regularly reassess priorities and adjust the to-do list as needed
Communicate with team...
Top trending discussions
I applied via Naukri.com
Amazon's innovation, customer focus, and diverse opportunities align with my career goals and values.
Customer Obsession: Amazon prioritizes customer satisfaction, evident in initiatives like Prime and personalized recommendations.
Innovation: The company is a leader in technology and logistics, constantly pushing boundaries with services like AWS and drone delivery.
Diversity of Roles: Amazon offers a wide range of caree...
I expect Amazon to foster innovation, provide growth opportunities, and maintain a customer-centric culture.
Opportunities for professional development, such as training programs and mentorship.
A collaborative work environment that encourages teamwork and idea sharing.
Access to cutting-edge technology and resources to drive innovation.
A strong focus on customer satisfaction, ensuring that every decision prioritizes the ...
I applied via Naukri.com and was interviewed before Feb 2020. There were 3 interview rounds.
Workflow, trigger, reports, roles, profiles, permission set, and sharing rules are all important features in Salesforce.
Workflow is a series of automated steps that can be used to streamline business processes.
Triggers are used to execute code before or after a record is inserted, updated, or deleted.
Reports are used to display data in a visual format, such as a table or chart.
Roles are used to define the hierarchy of ...
I applied via Job Fair and was interviewed before Feb 2021. There were 2 interview rounds.
I applied via Company Website and was interviewed before Oct 2020. There were 3 interview rounds.
I applied via LinkedIn and was interviewed before Jul 2021. There were 2 interview rounds.
Easy logical questions
basic quant
Easy level coding questions
Counting frequency of alphabets
I applied via Company Website and was interviewed before Oct 2019. There were 4 interview rounds.
Multiple dispatch is not a feature of Redux. It can be achieved using middleware or custom logic.
Middleware like redux-thunk or redux-saga can be used to dispatch multiple actions based on a single action.
Custom logic can be implemented in the reducer to handle multiple actions based on a single action type.
For example, a single 'ADD_ITEM' action can trigger multiple actions like 'UPDATE_TOTAL', 'UPDATE_HISTORY', etc.
M...
based on 2 interview experiences
Difficulty level
Duration
Software Engineer
4
salaries
| ₹3.3 L/yr - ₹7 L/yr |
Principal Test Engineer
4
salaries
| ₹16 L/yr - ₹17.5 L/yr |
Junior Software Engineer
3
salaries
| ₹2.4 L/yr - ₹4 L/yr |
Senior IOS Developer
3
salaries
| ₹16 L/yr - ₹16 L/yr |
Softwaretest Engineer
3
salaries
| ₹5.1 L/yr - ₹8 L/yr |
Accenture
Capgemini
HCLTech
Teleperformance