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

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Clear (1)

Cognizant Project Associate Interview Questions, Process, and Tips

Updated 5 Mar 2025

Top Cognizant Project Associate Interview Questions and Answers

  • Q1. What is an API? Why APIs are so popular these days? What is API Management? Why we need an API Management tool such as Apigee Edge? What is REST? What is the difference b ...read more
  • Q2. 1.Four pillars of OOPS concepts with real time example and have you used in your project or not? 2.Abstract class and interfaces with realtime example 3.Finalise and disp ...read more
  • Q3. Write a program to display most frequent element in an array using Streams and Lambda expression. Difference between ArrayList and HashSet. What is the use of default met ...read more
View all 70 questions

Cognizant Project Associate Interview Experiences

122 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions based on past experience technical expertise and resume
Round 2 - HR 

(1 Question)

  • Q1. Salary expectation
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. .net core questions

Project Associate Interview Questions Asked at Other Companies

asked in Cognizant
Q1. What is an API? Why APIs are so popular these days? What is API M ... read more
Q2. Which organic compound is called acid but do not have a COOH grou ... read more
asked in Cognizant
Q3. 1.Four pillars of OOPS concepts with real time example and have y ... read more
asked in Cognizant
Q4. Write a program to display most frequent element in an array usin ... read more
Q5. What concentration of H2SO4 and HCl is used in your laboratory?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2023. There were 4 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 Resume tips
Round 2 - Coding Test 

Ask me write a logical codes

Round 3 - Coding Test 

Ask me to write skill based logics

Round 4 - HR 

(1 Question)

  • Q1. Basic details related to previous works and locations constraints

Project Associate Interview Questions & Answers

user image Akash Tiwari

posted on 23 Sep 2023

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

I applied via Naukri.com and was interviewed in Aug 2023. There were 3 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 Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. All subjective questions cases based
Round 3 - One-on-one 

(1 Question)

  • Q1. All scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself

Cognizant interview questions for designations

 Associate Project Engineer

 (8)

 Senior Project Associate

 (20)

 Associate Project Lead

 (2)

 Project Lead

 (5)

 Associate Consultant

 (10)

 Developer Associate

 (3)

 Software Associate

 (2)

 Associate Architect

 (1)

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

I applied via Naukri.com and was interviewed in Aug 2023. 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Power query, power bi servieces
  • Q2. Sql related question

Get interview-ready with Top Cognizant Interview Questions

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Question related to OMS tool
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is IBM MQ and how it is configured in java code?
  • Ans. 

    IBM MQ is a messaging middleware that enables communication between applications using messages.

    • IBM MQ is a reliable and secure messaging solution

    • It supports various messaging patterns like point-to-point and publish/subscribe

    • IBM MQ can be configured in Java code using the MQ classes for Java API

    • Configuration involves setting up connection factories, queues, and channels

    • Example: Configuring IBM MQ in Java code involves...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Jan 2023. There were 4 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Since it was full stack developer role they will ask generally on any front framework react,angular and followed by backend and database concepts ,unit testing , aws/azure workingmodels ,project experience...
Round 3 - Coding Test 

General object and array concepts and implement of some random sequence, explanation of project structure mvc , mvt concepts , git , jira , cloud services ,agile ,deployment cicd pipeline

Round 4 - HR 

(1 Question)

  • Q1. Negotiation and location preferences, notice period, estimate joining date , previous company related quries

I applied via Naukri.com and was interviewed in Nov 2022. 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 Resume tips
Round 2 - Technical 

(6 Questions)

  • Q1. What is your current job role?
  • Q2. Basic questions on SQL (joins, sub queries, cursors)
  • Q3. How to debug using gdb and write the commands used ?
  • Ans. 

    Debugging using gdb and writing commands

    • Compile the code with -g flag to include debugging information

    • Start gdb with the executable file as argument

    • Set breakpoints using 'break' command

    • Run the program using 'run' command

    • Use 'next' or 'step' command to execute the code line by line

    • Print variable values using 'print' command

    • Use 'backtrace' command to see the call stack

    • Exit gdb using 'quit' command

  • Answered by AI
  • Q4. Basic Linux command questions like grep, cut, what is the command to find the storage capacity?
  • Ans. 

    Command to find storage capacity in Linux

    • The command is 'df -h'

    • It shows the disk space usage of all mounted file systems in human-readable format

    • The '-h' option displays sizes in a more readable format

  • Answered by AI
  • Q5. C questions on 1. makefile 2. difference between #include<> and #include "" 3. Basic linked list questions. (insert, delete operation) 4. Pro*C syntax to declare variable and write SQL query in C code.
  • Q6. What are the commands to push a file to a repository (add, commit, push)?
  • Ans. 

    Commands to push a file to a repository are add, commit, push.

    • Use 'git add ' to stage the changes

    • Use 'git commit -m ' to commit the changes

    • Use 'git push' to push the changes to the remote repository

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Cognizant Project Associate interview:
  • C programming
  • SQL
  • PLSQL
  • Linux
  • Shell Scripting
  • pro*c
  • GIT
Interview preparation tips for other job seekers - Be calm during the interview and give your best. No need to be nervous.

Skills evaluated in this interview

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

I applied via Company Website

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 Resume tips
Round 2 - HR 

(2 Questions)

  • Q1. Prepare well doing it best..
  • Q2. Tell me something about yourself.. what was your hobbies..
  • Ans. 

    I am a creative and adventurous person with a passion for photography and traveling.

    • I enjoy exploring new places and cultures through photography

    • I have traveled to over 10 countries and captured some amazing moments

    • I also enjoy hiking and outdoor activities

    • In my free time, I like to read and learn new things

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Face the interview lot of confidence..grab the best oppurtunity
Contribute & help others!
anonymous
You can choose to be anonymous

Cognizant Interview FAQs

How many rounds are there in Cognizant Project Associate interview?
Cognizant interview process usually has 2-3 rounds. The most common rounds in the Cognizant interview process are Technical, HR and Resume Shortlist.
How to prepare for Cognizant Project Associate interview?
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 Test Strategy, Project Management, Test Cases, Test Planning and Project Planning.
What are the top questions asked in Cognizant Project Associate interview?

Some of the top questions asked at the Cognizant Project Associate interview -

  1. What is an API? Why APIs are so popular these days? What is API Management? Wh...read more
  2. 1.Four pillars of OOPS concepts with real time example and have you used in you...read more
  3. Write a program to display most frequent element in an array using Streams and ...read more
How long is the Cognizant Project Associate interview process?

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

Recently Viewed

INTERVIEWS

Global Newborn Solutions

No Interviews

INTERVIEWS

Cognizant

No Interviews

INTERVIEWS

DXC Technology

No Interviews

REVIEWS

HGS

No Reviews

INTERVIEWS

Tech Mahindra

No Interviews

INTERVIEWS

Tech Mahindra

No Interviews

DESIGNATION

DESIGNATION

DESIGNATION

Tell us how to improve this page.

Cognizant Project Associate Interview Process

based on 73 interviews

4 Interview rounds

  • Technical Round
  • HR Round - 1
  • Personal Interview1 Round
  • HR Round - 2
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
View all
Cognizant Project Associate Salary
based on 16.6k salaries
Lock Unlock
₹6 L/yr - ₹19.6 L/yr
20% more than the average Project Associate Salary in India
View more details

Cognizant Project Associate Reviews and Ratings

based on 1.1k reviews

3.8/5

Rating in categories

3.7

Skill development

3.7

Work-life balance

3.5

Salary

3.4

Job security

3.6

Company culture

3.0

Promotions

3.5

Work satisfaction

Explore 1.1k Reviews and Ratings
Associate
71.9k salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Programmer Analyst
55.5k salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Senior Associate
48.7k salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Senior Processing Executive
28.9k salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Technical Lead
17.5k salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Cognizant with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

Accenture

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview