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

Cognizant Associate Interview Questions, Process, and Tips for Experienced

Updated 8 Apr 2025

Top Cognizant Associate Interview Questions and Answers for Experienced

  • Q1. How to decide whether to use "call" or "apply" in javascript?
  • Q2. you have a train booking system.what will be the primary feature you will test?
  • Q3. Why can we update internal values of objects defined with const in javascript?
View all 82 questions

Cognizant Associate Interview Experiences for Experienced

118 interviews found

Associate Interview Questions & Answers

user image Anonymous

posted on 9 Jan 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Asked reasoning question and more

Round 2 - One-on-one 

(2 Questions)

  • Q1. Introduction of yourself and more
  • Q2. Explain opps concept in java
  • Ans. 

    The OOPs concept in Java stands for Object-Oriented Programming, which focuses on creating objects that interact with each other.

    • OOPs concept involves the use of classes and objects to model real-world entities.

    • It includes principles like inheritance, encapsulation, polymorphism, and abstraction.

    • Example: Creating a class 'Car' with properties like 'make', 'model', and methods like 'drive' and 'stop'.

  • Answered by AI

Associate Interview Questions & Answers

user image Anonymous

posted on 18 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. All the questions related to my previous domain
Round 2 - Technical 

(1 Question)

  • Q1. All the questions related to my previous domain
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and shifting timings, location etc.

Associate Interview Questions Asked at Other Companies for Experienced

asked in UNO Minda
Q1. What is mean of TTR & why required for powder coating process ... read more
Q2. What is KCL,KVL? Consider a 5V DC supply connected to a 2 ohm res ... read more
asked in Cognizant
Q3. How to decide whether to use "call" or "apply" in javascript?
asked in BNP Paribas
Q4. What are derivatives, capital market, money market?. What is the ... read more
Q5. Can you explain dcf to me? Can dcf be applied to equity?

Associate Interview Questions & Answers

user image Anonymous

posted on 8 Apr 2025

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

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. What do you know about Testing ?
  • Ans. 

    Testing is a process to evaluate the functionality, performance, and reliability of software or systems to ensure quality and meet requirements.

    • Types of Testing: Includes unit testing, integration testing, system testing, and acceptance testing.

    • Example: Unit testing checks individual components for correctness, like testing a function in isolation.

    • Manual vs Automated Testing: Manual testing involves human testers, whil...

  • Answered by AI
  • Q2. Detailed intro about yourself.
  • Ans. 

    Dynamic professional with a background in finance and a passion for data analysis, seeking to leverage skills in an Associate role.

    • Education: Bachelor's degree in Finance from XYZ University, where I graduated with honors.

    • Experience: Interned at ABC Corp, where I assisted in financial modeling and data analysis, improving reporting efficiency by 20%.

    • Skills: Proficient in Excel, SQL, and Python for data analysis, with a...

  • Answered by AI
  • Q3. If you are selected, to work with 10 member team., how will you collaborate with team ? How will you identify the sources within the team members ?
  • Q4. Showing any of the things, like pen or device or any, and explain how will you test this

Associate Interview Questions & Answers

user image Anonymous

posted on 1 Apr 2025

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

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. Difference between roles and profiles.
  • Ans. 

    Roles define user responsibilities; profiles determine access permissions and settings.

    • Roles are job functions (e.g., Manager, Sales Rep) that define what a user can do.

    • Profiles are collections of permissions (e.g., Read, Write) that control access to data.

    • A user can have multiple roles but typically one profile.

    • Example: A Sales Rep role may allow creating leads, while their profile restricts access to sensitive data.

    • R...

  • Answered by AI
  • Q2. What can permission sets do that profiles cannot or vice versa.
  • Ans. 

    Profiles set baseline permissions; permission sets provide additional, flexible access without changing profiles.

    • Profiles define default access for users, while permission sets grant additional permissions.

    • A user can have only one profile but multiple permission sets, allowing for more granular control.

    • Permission sets can be used to grant access to specific features or objects without altering the profile.

    • For example, ...

  • Answered by AI
  • Q3. Roles and Profiles and permission sets.

Cognizant interview questions for designations

 Senior Associate

 (264)

 Associate Engineer

 (54)

 Process Associate

 (36)

 Junior Associate

 (3)

 BPO Associate

 (3)

 Associate Manager

 (2)

 Business Associate

 (2)

 Technical Associate

 (2)

Associate Interview Questions & Answers

user image soumyadip chakraborty

posted on 3 Sep 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. Basic principles of react
  • Ans. 

    React is a JavaScript library for building user interfaces.

    • React uses a virtual DOM for better performance.

    • Components are the building blocks of React applications.

    • React allows for uni-directional data flow.

    • React supports server-side rendering for SEO optimization.

  • Answered by AI

Skills evaluated in this interview

Get interview-ready with Top Cognizant Interview Questions

Associate Interview Questions & Answers

user image Kishore Kumar

posted on 18 Mar 2025

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

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Can you tell me about yourself?
  • Q2. Why are you pursuing a position in this company with an Electronics and Communications Engineering (ECE) background?

Associate Interview Questions & Answers

user image Anonymous

posted on 5 Aug 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between clustered and non clustered index
  • Ans. 

    Clustered index physically reorders the data on disk, while non-clustered index creates a separate structure.

    • Clustered index determines the physical order of data rows in a table, while non-clustered index does not.

    • Clustered index is faster for retrieval of large ranges of data, while non-clustered index is faster for retrieval of individual rows.

    • A table can have only one clustered index, but multiple non-clustered ind...

  • Answered by AI
  • Q2. Duplicate records removal using sql
  • Ans. 

    Use SQL queries to remove duplicate records from a database table.

    • Use the DISTINCT keyword in SELECT statement to retrieve unique records.

    • Use the GROUP BY clause to group records based on specific columns.

    • Use the ROW_NUMBER() function to assign a unique row number to each record and then filter out duplicates.

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. How to handle leave request
  • Ans. 

    Handle leave requests by following company policy, communicating with team members, and ensuring coverage.

    • Refer to company policy for leave request procedures

    • Communicate with team members to ensure coverage during absence

    • Document leave requests and approvals for record keeping

  • Answered by AI
  • Q2. How to deliver projects on time
  • Ans. 

    To deliver projects on time, it is important to set clear timelines, prioritize tasks, communicate effectively, and regularly monitor progress.

    • Set clear project timelines and deadlines

    • Prioritize tasks based on importance and urgency

    • Communicate effectively with team members and stakeholders

    • Regularly monitor progress and make adjustments as needed

  • Answered by AI

Skills evaluated in this interview

Associate Interview Questions & Answers

user image mohit sahu

posted on 4 Apr 2025

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

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. Internal implementation of hashmap
  • Ans. 

    A hashmap uses key-value pairs for efficient data retrieval, leveraging hashing for quick access.

    • Hash Function: Converts keys into hash codes, e.g., key 'apple' might hash to 5.

    • Buckets: Store entries in an array, e.g., index 5 might hold ('apple', value).

    • Collision Handling: Uses chaining (linked lists) or open addressing to resolve collisions.

    • Load Factor: Determines when to resize the hashmap, typically around 0.75.

    • Res...

  • Answered by AI
  • Q2. Oops concept basics

Associate Interview Questions & Answers

user image Veera M

posted on 9 Sep 2024

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

(1 Question)

  • Q1. Observables and its advantages
  • Ans. 

    Observables are data streams that can be subscribed to, allowing for asynchronous programming and handling of multiple values over time.

    • Observables are part of the RxJS library in JavaScript, commonly used in Angular applications.

    • They can emit multiple values over time, including errors and completion signals.

    • Advantages include easier handling of asynchronous operations, better error handling, and support for operators

  • Answered by AI

Skills evaluated in this interview

Associate Interview Questions & Answers

user image Anonymous

posted on 27 Aug 2024

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

I applied via Approached by Company and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - HR 

(3 Questions)

  • Q1. Tell about your self
  • Ans. 

    I am a dedicated and hardworking individual with a passion for learning and growth.

    • I have a strong work ethic and always strive to exceed expectations.

    • I am a quick learner and adapt well to new environments.

    • I have experience in project management and team collaboration.

    • I am proficient in various software programs such as Microsoft Office and Adobe Creative Suite.

  • Answered by AI
  • Q2. What is your qualification
  • Ans. 

    I have a Bachelor's degree in Business Administration and 5 years of experience in marketing.

    • Bachelor's degree in Business Administration

    • 5 years of experience in marketing

  • Answered by AI
  • Q3. What are your skills
  • Ans. 

    I have strong communication skills, attention to detail, and problem-solving abilities.

    • Strong communication skills - able to effectively convey information and ideas

    • Attention to detail - meticulous in reviewing work for accuracy

    • Problem-solving abilities - skilled at analyzing situations and finding solutions

    • Example: Led a team project where I communicated tasks clearly, paid attention to details in the project plan, an

  • Answered by AI

Cognizant Interview FAQs

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

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

  1. How to decide whether to use "call" or "apply" in javascri...read more
  2. you have a train booking system.what will be the primary feature you will te...read more
  3. Why can we update internal values of objects defined with const in javascri...read more
How long is the Cognizant Associate interview process?

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

Tell us how to improve this page.

Cognizant Associate Interview Process for Experienced

based on 57 interviews

5 Interview rounds

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

Associate Interview Questions from Similar Companies

Wipro Associate Interview Questions
3.7
 • 149 Interviews
TCS Associate Interview Questions
3.7
 • 60 Interviews
IBM Associate Interview Questions
4.0
 • 8 Interviews
View all
Cognizant Associate Salary
based on 72.3k salaries
₹5.1 L/yr - ₹16 L/yr
18% more than the average Associate Salary in India
View more details

Cognizant Associate Reviews and Ratings

based on 5.5k reviews

3.9/5

Rating in categories

3.7

Skill development

3.7

Work-life balance

3.4

Salary

3.6

Job security

3.7

Company culture

3.2

Promotions

3.5

Work satisfaction

Explore 5.5k Reviews and Ratings
Associate
72.3k salaries
unlock blur

₹5.2 L/yr - ₹16 L/yr

Programmer Analyst
55.6k salaries
unlock blur

₹2.4 L/yr - ₹9.3 L/yr

Senior Associate
50.3k salaries
unlock blur

₹9 L/yr - ₹28.6 L/yr

Senior Processing Executive
29.1k salaries
unlock blur

₹1.8 L/yr - ₹9 L/yr

Technical Lead
17.7k salaries
unlock blur

₹6 L/yr - ₹25 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