Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Cognizant Team. If you also belong to the team, you can get access from here

Cognizant Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Cognizant Software Engineer Interview Questions and Answers for Experienced

Updated 28 Jun 2025

37 Interview questions

A Software Engineer was asked
Q. What are static and dynamic variables?
Ans. 

Static variables retain their value between function calls, while dynamic variables are allocated at runtime and can change during execution.

  • Static variables are declared using the 'static' keyword in languages like C and C++.

  • Example of static variable: 'static int count = 0;' retains its value across function calls.

  • Dynamic variables are created using memory allocation functions like 'malloc' in C or 'new' in C++.

  • ...

🔥 Asked by recruiter 2 times
A Software Engineer was asked
Q. What is Entity Framework?
Ans. 

Entity Framework is an ORM framework for .NET applications.

  • It allows developers to work with databases using .NET objects.

  • It supports various database providers such as SQL Server, MySQL, Oracle, etc.

  • It provides features like LINQ to Entities, automatic change tracking, and database migrations.

  • It reduces the amount of boilerplate code needed for database operations.

  • Example: DbContext class is used to interact with...

Software Engineer Interview Questions Asked at Other Companies for Experienced

Q1. String Compression Problem Statement Implement a program that per ... read more
asked in HCLTech
Q2. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
asked in HCLTech
Q3. Reverse Array Elements Given an array containing 'N' elements, th ... read more
Q4. Total time: 110 mins 1. Find missing and duplicate numbers from g ... read more
asked in Cisco
Q5. Intersection of Linked List Problem You are provided with two sin ... read more
A Software Engineer was asked
Q. What is the difference between a stored procedure and a function?
Ans. 

Sorted procedure sorts data in place while sorted function returns a new sorted list.

  • Sorted procedure modifies the original list while sorted function returns a new sorted list.

  • Sorted procedure is faster for large lists as it doesn't create a new list.

  • Sorted function is useful when original list needs to be preserved.

  • Example of sorted procedure: list.sort()

  • Example of sorted function: sorted(list)

A Software Engineer was asked
Q. Explain IOC and dependency injection ?what is @Autowired
Ans. 

IOC is a design pattern where objects define their dependencies. Dependency Injection is a way to implement IOC. @Autowired is a DI annotation in Spring.

  • IOC - Inversion of Control is a design pattern where objects define their dependencies instead of creating them.

  • Dependency Injection is a way to implement IOC where dependencies are injected into an object at runtime.

  • Spring Framework provides @Autowired annotation...

What people are saying about Cognizant

View All
an operations associate
22h
Holding profile is a rejection?
I had an interview at Cognizant two weeks ago and cleared the final round, including document verification. After the interview, the interviewer personally reached out to me to discuss the roles and responsibilities in detail and also requested me to expedite the process of sharing my documents for verification. However, during the salary discussion, their offer didn’t align with my expectations, they offered a 30% hike and were not open to any negotiation. Later, the HR mentioned that they would hold my profile. Does this mean it’s a rejection? I haven’t received an email or any proper closure from them yet.
Got a question about Cognizant?
Ask anonymously on communities.
A Software Engineer was asked
Q. Annotations used in spring ? explain spring MVC?
Ans. 

Annotations used in Spring and explanation of Spring MVC.

  • Annotations used in Spring: @Autowired, @Component, @Controller, @Service, @Repository, @RequestMapping, @PathVariable, @RequestParam, @ResponseBody, @ExceptionHandler

  • Spring MVC is a framework for building web applications using the Model-View-Controller architecture.

  • It provides components like DispatcherServlet, HandlerMapping, ViewResolver, and others to h...

A Software Engineer was asked 1mo ago
Q. Java 8 Features?
Ans. 

Java 8 introduced significant features like lambdas, streams, and new date/time APIs, enhancing productivity and code readability.

  • Lambda Expressions: Enable concise representation of functional interfaces. Example: (a, b) -> a + b.

  • Streams API: Facilitates functional-style operations on collections. Example: list.stream().filter(x -> x > 10).collect(Collectors.toList()).

  • Default Methods: Allow interfaces to...

A Software Engineer was asked
Q. Client side vs server side scripting
Ans. 

Client side scripting runs on the user's browser, while server side scripting runs on the server.

  • Client side scripting is executed on the user's browser, allowing for dynamic interactions without reloading the page (e.g. JavaScript).

  • Server side scripting is executed on the server, generating dynamic content before sending it to the user's browser (e.g. PHP, Python).

Are these interview questions helpful?

Cognizant Interview Experiences

36 interviews found

Software Engineer Interview Questions & Answers

user image Shubham Jadhav

posted on 11 Jun 2025

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. What is concept of Opps
  • Q2. What is inheritancw
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Oops concept question
  • Q2. Sprimg boot question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I appeared for an interview before Sep 2021.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. We need to work ok dbackups?
  • Ans. 

    Effective backups are crucial for data integrity and recovery in software engineering.

    • Regularly schedule backups to prevent data loss, e.g., daily incremental backups.

    • Use versioning to keep multiple copies of files, allowing recovery from different points in time.

    • Implement offsite backups to protect against physical disasters, such as using cloud storage.

    • Test backup restoration processes periodically to ensure data can...

  • Answered by AI
  • Q2. What is use of lookup activity
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions related to the technology you have worked
  • Q2. Questions related to the assignment you have worked on previous companies also what challenges you faces .
Round 2 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Work profile also what was yours roles and responsibilities.

Software Engineer Interview Questions & Answers

user image Sowjanya Surapaneni

posted on 26 Jan 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Server build process
  • Q2. Performance issues
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Technical questions
  • Q2. Management questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Data structures questions and aptitude

Software Engineer Interview Questions & Answers

user image Harshal Sonawane

posted on 10 Jun 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Basic coding question

Round 2 - Technical 

(2 Questions)

  • Q1. What is BR in ServiceNow
  • Ans. 

    BR in ServiceNow stands for Business Rule.

    • BR is a type of automation that executes when a record is inserted, updated, deleted, displayed, or queried.

    • BRs are used to enforce business logic, data integrity, and automate processes.

    • Examples of BRs include sending email notifications when a record is updated, enforcing data validation rules, and triggering workflows.

  • Answered by AI
  • Q2. Client side vs server side scripting
  • Ans. 

    Client side scripting runs on the user's browser, while server side scripting runs on the server.

    • Client side scripting is executed on the user's browser, allowing for dynamic interactions without reloading the page (e.g. JavaScript).

    • Server side scripting is executed on the server, generating dynamic content before sending it to the user's browser (e.g. PHP, Python).

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

user image Harshit Taneja

posted on 29 Mar 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. Behavioural question
  • Q2. Basic reasoning logic
  • Q3. 2 coding and database questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

An aptitude test is easy with normal questions

Round 2 - Coding Test 

Normal hacker rank questions for solving

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep looking and working hard

Cognizant Interview FAQs

How many rounds are there in Cognizant Software Engineer interview for experienced candidates?
Cognizant interview process for experienced candidates usually has 1-2 rounds. The most common rounds in the Cognizant interview process for experienced candidates are Technical, Resume Shortlist and HR.
How to prepare for Cognizant Software Engineer interview for experienced candidates?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Cognizant. The most common topics and skills that interviewers at Cognizant expect are Spring Boot, Java, Software Engineering, Microservices and Javascript.
What are the top questions asked in Cognizant Software Engineer interview for experienced candidates?

Some of the top questions asked at the Cognizant Software Engineer interview for experienced candidates -

  1. What is the Default Methods and why it is requir...read more
  2. Explain IOC and dependency injection ?what is @Autowir...read more
  3. Describe the newly added features in Java...read more
What are the most common questions asked in Cognizant Software Engineer HR round for experienced candidates?

The most common HR questions asked in Cognizant Software Engineer interview are for experienced candidates -

  1. Why are you looking for a chan...read more
  2. Tell me about yourse...read more
  3. What are your strengths and weakness...read more
How long is the Cognizant Software Engineer interview process?

The duration of Cognizant Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.4/5

based on 26 interview experiences

Difficulty level

Easy 21%
Moderate 74%
Hard 5%

Duration

Less than 2 weeks 56%
2-4 weeks 44%
View more
Cognizant Software Engineer Salary
based on 18k salaries
₹2.3 L/yr - ₹14.7 L/yr
12% less than the average Software Engineer Salary in India
View more details

Cognizant Software Engineer Reviews and Ratings

based on 1.2k reviews

3.7/5

Rating in categories

3.6

Skill development

3.6

Work-life balance

3.3

Salary

3.4

Job security

3.5

Company culture

3.0

Promotions

3.4

Work satisfaction

Explore 1.2k Reviews and Ratings
Software Engineer

Coimbatore

5-8 Yrs

Not Disclosed

Software Engineer

Coimbatore

5-8 Yrs

Not Disclosed

Explore more jobs
Associate
72.9k salaries
unlock blur

₹5.3 L/yr - ₹12.5 L/yr

Programmer Analyst
56.1k salaries
unlock blur

₹3.5 L/yr - ₹7.3 L/yr

Senior Associate
55.2k salaries
unlock blur

₹10.2 L/yr - ₹23.5 L/yr

Senior Processing Executive
29.9k salaries
unlock blur

₹2.3 L/yr - ₹6.5 L/yr

Technical Lead
18.5k salaries
unlock blur

₹6 L/yr - ₹21.2 L/yr

Explore more salaries
Compare Cognizant with

TCS

3.6
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

Accenture

3.7
Compare
write
Share an Interview