i
Cognizant
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
I appeared for an interview in Feb 2025, where I was asked the following questions.
IEnumerable is for in-memory collections, while IQueryable is for querying data from external sources like databases.
IEnumerable executes queries in memory, suitable for collections like arrays or lists.
IQueryable allows for deferred execution and can translate queries to SQL for databases.
Example: IEnumerable can be used with List<T>, while IQueryable is used with Entity Framework for database queries.
IQueryable...
I appeared for an interview in Sep 2024.
Questions regarding Java 8, Spring Boot, and Microservices were asked.
What people are saying about Cognizant
I applied via Naukri.com and was interviewed in Dec 2023. There were 3 interview rounds.
Entity Framework is an ORM (Object-Relational Mapping) framework for .NET applications.
ORM framework for .NET applications
Maps database tables to classes in code
Provides a way to query and manipulate data using LINQ
Supports various database providers such as SQL Server, MySQL, etc.
CTE stands for Common Table Expression in SQL, used to create temporary result sets that can be referenced within a query.
CTEs are defined using the WITH keyword
They can be recursive or non-recursive
CTEs improve readability and maintainability of complex queries
Example: WITH cte AS (SELECT * FROM table_name) SELECT * FROM cte
SOLID principles are a set of five design principles for writing maintainable and scalable object-oriented code.
Single Responsibility Principle (SRP) - a class should have only one reason to change
Open/Closed Principle (OCP) - classes 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 without affectin...
Design patterns are reusable solutions to common problems in software design.
Design patterns provide a template for solving recurring design problems in software development.
They help in making code more maintainable, scalable, and efficient.
Examples include Singleton, Factory, Observer, and Strategy patterns.
Cognizant interview questions for designations
I applied via Job Portal and was interviewed in Jul 2023. There was 1 interview round.
useMemo is used to memoize the result of a function, while useCallback is used to memoize a function itself.
useMemo is used to optimize expensive calculations by caching the result and returning it when the dependencies don't change.
useCallback is used to optimize the performance of child components by preventing unnecessary re-renders when the dependencies don't change.
Both useMemo and useCallback accept a dependency ...
Get interview-ready with Top Cognizant Interview Questions
I applied via Recruitment Consultant and was interviewed in Nov 2021. There was 1 interview round.
Singleton is a design pattern that restricts the instantiation of a class to one object. Immutable objects cannot be changed after creation.
Singleton pattern is used to ensure only one instance of a class is created and provide a global point of access to it.
Mutable objects can be changed after creation, while immutable objects cannot.
Immutable objects are thread-safe and can be shared across multiple threads without t...
I applied via Referral and was interviewed in Apr 2021. There were 3 interview rounds.
I applied via AmbitionBox and was interviewed before Jul 2021. There were 3 interview rounds.
Generally the aptitude maintain quick calculations and time reduce.
Coding built over technical skills
I applied via Recruitment Consultant and was interviewed before May 2020. There were 3 interview rounds.
Design a solution with Java Spring boot, Spring Data, DB Integration
Create a Spring Boot project with Spring Data dependency
Configure the database connection in application.properties
Create entity classes with JPA annotations
Create repository interfaces extending JpaRepository
Use repository methods in service classes
Expose REST endpoints using @RestController
Handle exceptions using @ControllerAdvice
Secure endpoints usi...
based on 5 interviews
1 Interview rounds
based on 65 reviews
Rating in categories
Associate
72.1k
salaries
| ₹5.1 L/yr - ₹16 L/yr |
Programmer Analyst
55.5k
salaries
| ₹2.4 L/yr - ₹9.4 L/yr |
Senior Associate
49.6k
salaries
| ₹9 L/yr - ₹28 L/yr |
Senior Processing Executive
29k
salaries
| ₹1.8 L/yr - ₹9 L/yr |
Technical Lead
17.6k
salaries
| ₹5.9 L/yr - ₹25 L/yr |
TCS
Infosys
Wipro
Accenture