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
3.8

based on 47.7k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Cognizant Associate Software Programmer Interview Questions and Answers

Updated 27 Jun 2022

Cognizant Associate Software Programmer Interview Experiences

4 interviews found

I applied via Naukri.com and was interviewed in Dec 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Java : OOPs Concepts, Process and Threads, Synchronization, difference between heap and stack, method hiding, marker interface, java thread life cycle, deadloacks,java 8 features, exception handling, hashm...
  • Q2. Spring : DI, IOC, REST APIs, Thymeleaf, how to connect to database using JDBC, @Enableautoconfiguration annotation,
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself, how would you handle work pressure?, any bad project experience and how did you hand it?, skills you want to work on in future?

Interview Preparation Tips

Topics to prepare for Cognizant Associate Software Programmer interview:
  • OOPS
  • dependency injection
  • java 8
  • synchronization
  • serialization
  • working of hashmap
  • threads and process
  • abstract class
  • interfaces vs abstract
Interview preparation tips for other job seekers - Make notes while studying and proper study plan and you would definitely get your DREAM JOB.

I applied via Company Website and was interviewed in Mar 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

About general questions

Round 2 - Coding Test 

About programming

Round 3 - Technical 

(1 Question)

  • Q1. Why do we need to hire you??
Round 4 - HR 

(3 Questions)

  • Q1. Why should we hire you?
  • Q2. Where do you see yourself in 5 years?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - We need to prepare more for interview

Associate Software Programmer Interview Questions Asked at Other Companies

asked in Cognizant
Q1. Tell me about yourself? Different types of workflows How to retri ... read more
asked in Cognizant
Q2. what are the types of exceptions? How to handle exceptions? Types ... read more
Q3. == vs === difference?
Q4. let vs const vs var?

I applied via Naukri.com and was interviewed in Oct 2021. There were 2 interview rounds.

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 

(1 Question)

  • Q1. Tell me about yourself? Different types of workflows How to retrieve more than 5000 values in Rest API? Difference between List workflow and Reusable workflow? How to fetch lookup valye in restapi? How to ...
  • Ans. 

    I am a software programmer with experience in Rest API, SharePoint, and SPFx.

    • Discuss experience with Rest API and retrieving more than 5000 values

    • Differentiate between List workflow and Reusable workflow

    • Explain how to fetch lookup value and user information in Rest API

    • Discuss threshold limit of list and differences between SharePoint online and on-premises

    • Explain what SPFx is and how to use it

    • Discuss how to get data fr

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. If you dont know the answer, try and give it a shot via your understanding of the question

I applied via Approached by Company and was interviewed in Nov 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. What are the types of exceptions? How to handle exceptions? Types of collections write a program by using a collection write a program by using an exception difference between function and procedure proce...
  • Ans. 

    The question is about various topics related to programming, including exceptions, collections, triggers, and functions.

    • Types of exceptions include checked and unchecked exceptions

    • Exceptions can be handled using try-catch blocks

    • Types of collections include lists, sets, and maps

    • Example of a program using a collection: storing and retrieving student names in a list

    • Example of a program using an exception: dividing two num...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - write some code every day that helps

Skills evaluated in this interview

Cognizant interview questions for designations

 Software Programmer

 (1)

 Programmer

 (27)

 Software Associate

 (2)

 Programmer Analyst

 (532)

 Trainee Programmer

 (40)

 IT Programmer

 (2)

 Mainframe Programmer

 (1)

 Associate Software Engineer

 (28)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

It is easy basic questions will be asked

Round 2 - Coding Test 

Easy,only basic knowledge of programming is reuired

Round 3 - Communication 

(1 Question)

  • Q1. Basic questions
Round 4 - HR 

(2 Questions)

  • Q1. Self Introduction
  • Q2. About project and role in the project

I applied via Company Website and was interviewed in Feb 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude and reasoning

Round 2 - Coding Test 

C language

Round 3 - Technical 

(1 Question)

  • Q1. About my subject (embedded systems)
Round 4 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please keep full confidence on what subject you prepared

I applied via Walk-in and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Why you chosen this role and company , and tell about this company
Round 2 - HR 

(1 Question)

  • Q1. How much salary you want ?

Interview Preparation Tips

Interview preparation tips for other job seekers - always say probably to questions and think ask any questions with HR
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in

Round 1 - Technical 

(2 Questions)

  • Q1. What are the types and number of constraints in your specific context?
  • Ans. 

    There are various types of constraints in DOT NET development, including primary key, foreign key, unique, check, and default constraints.

    • Primary key constraints ensure each record in a table is unique.

    • Foreign key constraints enforce referential integrity between tables.

    • Unique constraints ensure that all values in a column are distinct.

    • Check constraints validate the data before it is inserted or updated.

    • Default constra...

  • Answered by AI
  • Q2. What is the difference between an independent class and an abstract class?
  • Ans. 

    Independent class can be instantiated while abstract class cannot be instantiated directly.

    • Independent class can be directly instantiated using the 'new' keyword.

    • Abstract class cannot be instantiated directly, it can only be used as a base class for other classes.

    • Independent class does not require any derived class to implement its members.

    • Abstract class can have abstract methods that must be implemented by derived cla

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Technical coding with the technical team
Round 3 - HR 

(1 Question)

  • Q1. What are your reasons for changing your job?
  • Ans. 

    Seeking new challenges, growth opportunities, and a better work-life balance.

    • Looking for new challenges and opportunities to learn and grow.

    • Seeking a better work-life balance.

    • Interested in working with new technologies or in a different industry.

    • Wanting to advance my career and take on more responsibilities.

    • Company restructuring or changes in management.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It's important to prepare thoroughly in order to succeed in the interview.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding test will be pretty hard. 2 questions will be giv

Round 2 - Coding Test 

Coding test will be pretty hard. Have to choose any one of 2 questions given and solve it in 45 mins.
Atleast 70-80% test case needs to be cleared to pass

Round 3 - Technical 

(4 Questions)

  • Q1. Drill down on the tech stack mentioned in CV
  • Q2. Basic concepts of Java
  • Q3. Advanced java like stream, sealed classes, webflux etc
  • Q4. Concepts on cloud, docker, kubernetes etc
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic oops implementation.

Round 2 - Technical 

(2 Questions)

  • Q1. Explain Millewares and DI ?
  • Ans. 

    Middleware is software that acts as a bridge between an operating system or database and applications, while DI (Dependency Injection) is a design pattern used to increase flexibility and maintainability of code.

    • Middleware is software that provides common services and capabilities to applications, such as authentication, logging, and routing.

    • DI is a design pattern where the dependencies of a class are injected from the...

  • Answered by AI
  • Q2. How Authentication works in Web api ?
  • Ans. 

    Authentication in Web API involves verifying the identity of a user or system before granting access to resources.

    • Authentication headers like Authorization header are used to send credentials

    • Web API can use various authentication methods like JWT, OAuth, Basic Authentication

    • Authentication middleware is used to validate credentials and generate tokens

    • Access control lists (ACLs) can be used to define permissions for diff

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why Capgemini ?
  • Ans. 

    Capgemini is a global leader in consulting, technology services and digital transformation, offering a wide range of opportunities for growth and development.

    • Capgemini is a well-established global company with a strong reputation in the IT industry

    • They offer a wide range of projects and opportunities for career growth

    • Capgemini values innovation and provides a collaborative work environment

    • The company has a strong focus...

  • Answered by AI
  • Q2. How early I can join ?

Skills evaluated in this interview

Cognizant Interview FAQs

How many rounds are there in Cognizant Associate Software Programmer interview?
Cognizant interview process usually has 2-3 rounds. The most common rounds in the Cognizant interview process are Technical, Resume Shortlist and HR.
What are the top questions asked in Cognizant Associate Software Programmer interview?

Some of the top questions asked at the Cognizant Associate Software Programmer interview -

  1. Tell me about yourself? Different types of workflows How to retrieve more than ...read more
  2. what are the types of exceptions? How to handle exceptions? Types of collection...read more
  3. Spring : DI, IOC, REST APIs, Thymeleaf, how to connect to database using JDBC, ...read more

Tell us how to improve this page.

People are getting interviews through

based on 4 Cognizant interviews
Job Portal
Company Website
50%
25%
25% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
View all
Cognizant Associate Software Programmer Salary
based on 551 salaries
₹5 L/yr - ₹20 L/yr
9% more than the average Associate Software Programmer Salary in India
View more details

Cognizant Associate Software Programmer Reviews and Ratings

based on 41 reviews

3.9/5

Rating in categories

4.1

Skill development

3.6

Work-Life balance

3.7

Salary & Benefits

3.4

Job Security

3.8

Company culture

3.5

Promotions/Appraisal

3.5

Work Satisfaction

Explore 41 Reviews and Ratings
Associate
72.4k salaries
unlock blur

₹5.1 L/yr - ₹16 L/yr

Programmer Analyst
55.4k salaries
unlock blur

₹2.4 L/yr - ₹9.7 L/yr

Senior Associate
48.3k salaries
unlock blur

₹9 L/yr - ₹27 L/yr

Senior Processing Executive
28.6k salaries
unlock blur

₹1.8 L/yr - ₹9 L/yr

Technical Lead
17.6k salaries
unlock blur

₹5.9 L/yr - ₹24 L/yr

Explore more salaries
Compare Cognizant with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

Accenture

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview