i
Cognizant
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via Naukri.com and was interviewed in Dec 2021. There were 2 interview rounds.
Answers to technical interview questions on Java programming language.
To display most frequent element in an array using Streams and Lambda expression, use Collectors.groupingBy() and Collectors.counting() methods.
ArrayList is an ordered collection of elements while HashSet is an unordered collection of unique elements.
Default methods in interface are used to provide a default implementation of a method that can be ove...
Explaining @Transactional, @Value, @Id, bean lifecycle and scopes
Transactional is used to manage transactions in Spring
Value is used to inject values from properties files or environment variables
Id is used to mark a field as the primary key of an entity
Bean lifecycle includes instantiation, initialization, use and destruction
Scopes of bean include singleton, prototype, request, session, and global session
Sleep and wait are methods used in Thread class in Java for pausing the execution of a thread.
Sleep method pauses the execution of the current thread for a specified amount of time.
Wait method pauses the execution of the current thread until another thread notifies it to resume.
Sleep method does not release the lock on the object while wait method releases the lock on the object.
Sleep method is used for delay whereas w...
I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in Jul 2024. There were 3 interview rounds.
What people are saying about Cognizant
Cognizant interview questions for designations
I applied via Approached by Company and was interviewed in Jul 2024. There were 2 interview rounds.
Get interview-ready with Top Cognizant Interview Questions
I applied via Company Website and was interviewed in May 2024. There was 1 interview round.
Web API requests in ASP.NET Core are processed through middleware in the request pipeline.
Web API requests are processed through middleware components in the ASP.NET Core pipeline.
Each middleware component can inspect, modify, or pass on the request to the next component.
Middleware components can perform tasks such as authentication, logging, routing, and error handling.
The request pipeline is configured in the Startup
Exception filters in Asp.net MVC are used to handle exceptions globally in the application.
Exception filters are attributes that can be applied to controller actions or globally to handle exceptions.
They are executed when an unhandled exception occurs during the execution of an action method.
Exception filters can be used to log exceptions, redirect to error pages, or perform any custom action.
Example: [HandleError] att...
Authentication in web API is the process of verifying the identity of a user or system before granting access to resources.
Authentication involves validating the credentials provided by the user, such as username and password.
Common authentication methods include token-based authentication, OAuth, and JWT.
Authentication helps in ensuring that only authorized users can access protected resources.
Examples of authenticati...
Some of the top questions asked at the Cognizant Project Associate interview -
The duration of Cognizant Project Associate interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 72 interviews
4 Interview rounds
based on 1.1k reviews
Rating in categories
Associate
72.3k
salaries
| ₹5.1 L/yr - ₹16 L/yr |
Programmer Analyst
55.6k
salaries
| ₹2.4 L/yr - ₹9.6 L/yr |
Senior Associate
48.6k
salaries
| ₹9 L/yr - ₹27.4 L/yr |
Senior Processing Executive
28.9k
salaries
| ₹1.8 L/yr - ₹9 L/yr |
Technical Lead
17.6k
salaries
| ₹5.9 L/yr - ₹24.9 L/yr |
TCS
Infosys
Wipro
Accenture