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 Programmer Analyst Interview Questions, Process, and Tips

Updated 3 Mar 2025

Top Cognizant Programmer Analyst Interview Questions and Answers

  • Q1. 1 Tell me about your self 2 What is c# 3 What is oops concept 4 What is Delegate 5 Difference between polymorphism and what are its type 6 What is out and ref keyword 7 W ...read more
  • Q2. What is stack? How do you convert a queue to stack?
  • Q3. What is the difference between structure and class?
View all 243 questions

Cognizant Programmer Analyst Interview Experiences

542 interviews found

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

I applied via Naukri.com and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

An online coding test was conducted.

Round 2 - Technical 

(1 Question)

  • Q1. Questions related to coding, sql, java, python, data structures, ai, ml, data science, clouds.
Round 3 - HR 

(1 Question)

  • Q1. Background check, basic behavioral questions, Package discussion
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

4-5 basic aptitude was asked

Round 3 - Technical 

(1 Question)

  • Q1. Technical questions based on Java , html, C were asked

Programmer Analyst Interview Questions Asked at Other Companies

asked in Cognizant
Q1. 1 Tell me about your self 2 What is c# 3 What is oops concept 4 W ... read more
asked in Cognizant
Q2. What is stack? How do you convert a queue to stack?
Q3. What is SQL? define ddl? Why should we hire you?
asked in Cognizant
Q4. What is the difference between structure and class?
asked in Cognizant
Q5. Two defined table and fetching data is done one table has 20 reco ... read more
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. MCCP, Dependent picklist, Data loading, workbench, apex, trigger,
  • Q2. My Schedule, Account Management, creations, Integration

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was easy, most of the question from resume
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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. Asked about objective oriented programming
  • Q2. Asked about database management system

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best for the interview.....prepare well .. concepts of data structures,oops,dbms

Cognizant interview questions for designations

 Programmer Analyst Trainee

 (399)

 Junior Programmer Analyst

 (1)

 Senior Programmer Analyst

 (1)

 Programmer

 (28)

 SAS Programmer Analyst

 (1)

 Programmer Analyst 1

 (5)

 Sse Programmer Analyst

 (1)

 Programmer Analyst Intern

 (1)

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

I applied via Campus Placement and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. If you're given a name pulsar it should return bike or else it should return car
Round 2 - HR 

(1 Question)

  • Q1. Mostly asked about full name, current location and all

Get interview-ready with Top Cognizant Interview Questions

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

I applied via Campus Placement and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Quantitative aptitude questions on work and time , profit and loss, percentage, measurement

Round 2 - Technical 

(2 Questions)

  • Q1. Explains project
  • Q2. DML statement
Round 3 - HR 

(1 Question)

  • Q1. General questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What are OOPS concepts?
  • Ans. 

    OOPS concepts refer to Object-Oriented Programming concepts which include inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation...

  • Answered by AI
  • Q2. Explain how recursion works with example?
  • Ans. 

    Recursion is a programming technique where a function calls itself to solve a problem.

    • Recursion involves breaking down a problem into smaller subproblems and calling the function recursively to solve them.

    • Each recursive call works on a smaller input until a base case is reached to stop the recursion.

    • Example: Factorial calculation, Fibonacci sequence, tree traversal.

  • Answered by AI
  • Q3. Explain Abstraction in java?
  • Ans. 

    Abstraction in Java is the concept of hiding the implementation details and showing only the necessary features of an object.

    • Abstraction allows programmers to focus on what an object does instead of how it does it.

    • It helps in reducing complexity and improving the efficiency of the code.

    • In Java, abstraction is achieved through abstract classes and interfaces.

    • Example: Animal is an abstract class with abstract method 'eat...

  • Answered by AI

Skills evaluated in this interview

Programmer Analyst Interview Questions & Answers

user image keerthi reddy padala

posted on 29 Nov 2024

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

I applied via Campus Placement and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Maths, Logics, Code Snippets

Round 2 - Technical 

(2 Questions)

  • Q1. What are OOPS concepts and how will be used in problem solving?
  • Ans. 

    OOPS concepts refer to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation involves bundling data and methods that operate on the data into a single unit.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Abstraction focuses on hid...

  • Answered by AI
  • Q2. Explain about projects done during B.Tech course

Interview Preparation Tips

Interview preparation tips for other job seekers - Just tell the things which you know instead of getting nervous for unknown things
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was a aptitude test of basic level

Round 2 - Technical 

(2 Questions)

  • Q1. Pointers in c++
  • Ans. 

    Pointers in C++ are variables that store memory addresses of other variables.

    • Pointers are declared using the * symbol.

    • Pointers can be used to access and manipulate memory directly.

    • Pointers can be used to create dynamic memory allocation.

    • Example: int *ptr; // declaring a pointer to an integer variable

  • Answered by AI
  • Q2. Reverse an array
  • Ans. 

    Reverse an array of strings

    • Create a new array to store the reversed strings

    • Iterate through the original array in reverse order and add each element to the new array

    • Return the new array with reversed strings

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Cognizant Programmer Analyst interview:
  • OOPS
  • Coding
  • Problem Solving
Interview preparation tips for other job seekers - Basic coding questions and oops concept can help you clear the interview easily.

Skills evaluated in this interview

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

I was interviewed before Nov 2022.

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. Spring mvc framework, spring boot
  • Q2. Internal implementation of hashmap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to quickly retrieve values based on keys.

    • HashMap internally uses an array of linked lists to store key-value pairs.

    • When a key-value pair is added, the key is hashed to determine the index in the array where the pair will be stored.

    • If multiple keys hash to the same index, a collision occurs and the pairs are stored in a linked list at that index.

    • To...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. LRU cache design
  • Ans. 

    LRU cache design involves storing recently used items in a cache with limited capacity.

    • Use a doubly linked list to keep track of the order of items based on their usage

    • Implement a hashmap for fast lookup of items in the cache

    • When a new item is accessed, move it to the front of the linked list and update the hashmap accordingly

    • If the cache is full, remove the least recently used item from the end of the linked list

  • Answered by AI

Skills evaluated in this interview

Cognizant Interview FAQs

How many rounds are there in Cognizant Programmer Analyst interview?
Cognizant interview process usually has 2-3 rounds. The most common rounds in the Cognizant interview process are Technical, Aptitude Test and HR.
How to prepare for Cognizant Programmer Analyst 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 Functional Testing, Test Cases, Smoke Testing, Test Data and System Integration Testing.
What are the top questions asked in Cognizant Programmer Analyst interview?

Some of the top questions asked at the Cognizant Programmer Analyst interview -

  1. 1 Tell me about your self 2 What is c# 3 What is oops concept 4 What is Delegat...read more
  2. Two defined table and fetching data is done one table has 20 records of 20 stud...read more
  3. Q1. Write a program to check whether the given String is pallindrome or not usi...read more
How long is the Cognizant Programmer Analyst interview process?

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

Tell us how to improve this page.

Cognizant Programmer Analyst Interview Process

based on 444 interviews

5 Interview rounds

  • Aptitude Test Round
  • Technical Round
  • HR Round - 1
  • HR Round - 2
  • Personal Interview1 Round
View more
Cognizant Programmer Analyst Salary
based on 55.6k salaries
₹2.4 L/yr - ₹9.5 L/yr
7% less than the average Programmer Analyst Salary in India
View more details

Cognizant Programmer Analyst Reviews and Ratings

based on 5.5k reviews

3.6/5

Rating in categories

3.5

Skill development

3.6

Work-life balance

3.1

Salary

3.4

Job security

3.5

Company culture

2.9

Promotions

3.2

Work satisfaction

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

₹0 L/yr - ₹0 L/yr

Programmer Analyst
55.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate
48.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Processing Executive
28.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
17.6k salaries
unlock blur

₹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