Filter interviews by
I applied via LinkedIn and was interviewed in Feb 2023. There were 4 interview rounds.
For the first Practical round, need to create one MVC application.
MVC page life cycle refers to the sequence of events that occur during the lifespan of a MVC page.
Initialization: Page is instantiated and initialized.
Load: Page loads data and controls are populated.
Rendering: Page is rendered and sent to the client.
PostBack: User interacts with the page and triggers events.
Unload: Page is unloaded and resources are released.
MVC is a design pattern used in .NET framework, while .NET Core is a cross-platform, open-source framework for building modern, cloud-based, internet-connected applications.
MVC is a design pattern that separates an application into three main components: Model, View, and Controller.
.NET Core is a cross-platform framework that allows developers to build applications for Windows, macOS, and Linux.
MVC is commonly used in ...
Middleware in ASP.NET Core is software components that are used to handle requests and responses in the application pipeline.
Middleware components are added to the application pipeline in the Startup class using the UseMiddleware method.
Each middleware component in the pipeline can inspect, modify, or short-circuit the request and response.
Middleware components can perform tasks such as authentication, logging, error h...
I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.
I applied via Company Website and was interviewed in Aug 2024. There were 2 interview rounds.
Motivate team by setting clear goals, providing feedback, offering rewards, fostering teamwork, and leading by example.
Set clear and achievable goals for the team to work towards
Provide regular feedback and recognition for their efforts
Offer rewards or incentives for meeting targets or milestones
Foster a sense of teamwork and collaboration among team members
Lead by example and demonstrate a positive attitude and work e
Normal basic aptitude ..strudy data interpretation and all
1 easy question:-sum of digits and 1nd also easy just rotate the array
I want to join this company because of its strong reputation in the industry and the opportunities for growth and development.
Strong reputation in the industry
Opportunities for growth and development
Alignment with company values and culture
Experienced team manager with a proven track record of leading successful teams to achieve goals and exceed expectations.
Led a team of 15 sales representatives to exceed quarterly targets by 20%
Implemented new training program resulting in 30% increase in employee productivity
Strong communication and problem-solving skills
Ability to motivate and inspire team members to reach their full potential
Conflict management between employees requires active listening, empathy, and effective communication.
Encourage open communication to address issues early on
Listen to both sides of the conflict without taking sides
Find common ground and work towards a mutually beneficial solution
Provide training on conflict resolution techniques
Follow up to ensure the resolution is effective
Concurrent collection refers to data structures that can be accessed and modified by multiple threads simultaneously.
Concurrent collections are designed to be thread-safe, allowing multiple threads to access and modify the collection without causing data corruption.
Examples of concurrent collections in Java include ConcurrentHashMap, CopyOnWriteArrayList, and ConcurrentLinkedQueue.
Concurrent collections are commonly us...
CopyOnWriteArrayList is a thread-safe variant of ArrayList where all mutative operations (add, set, remove, etc) are implemented by making a fresh copy of the underlying array.
CopyOnWriteArrayList is suitable for scenarios where traversal operations vastly outnumber mutative operations.
It is ideal for read-heavy applications where the list is traversed frequently but modifications are rare.
Example: CopyOnWriteArrayList
I applied via Recruitment Consulltant and was interviewed in Dec 2023. There were 2 interview rounds.
I applied via Company Website and was interviewed in Sep 2023. There were 5 interview rounds.
based on 1 review
Rating in categories
TCS
Accenture
Wipro
Cognizant