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 28 Feb 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

540 interviews found

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

Few Quesrtions from Puzzles and pattern and English

Round 2 - One-on-one 

(2 Questions)

  • Q1. Describe about college project
  • Ans. 

    Developed a web-based inventory management system for a local grocery store

    • Used HTML, CSS, JavaScript for front-end development

    • Utilized PHP and MySQL for back-end functionality

    • Implemented user authentication and authorization features

    • Integrated barcode scanning functionality for easy inventory tracking

  • Answered by AI
  • Q2. Questions from Area of Interest

Programmer Analyst Interview Questions & Answers

user image Aditya Warkad

posted on 18 Nov 2024

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

(2 Questions)

  • Q1. SQL queries on data handling
  • Q2. Python queries on data analysis

Interview Preparation Tips

Interview preparation tips for other job seekers - Do your sql queries properly and keep some data related concepts clear

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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is springboot,Microservices
  • Ans. 

    Spring Boot is a framework for building Java-based applications with minimal configuration. Microservices is an architectural style where applications are composed of small, independent services.

    • Spring Boot is used to simplify the development of Java applications by providing pre-configured settings and dependencies.

    • Microservices architecture breaks down applications into smaller, loosely coupled services that can be d...

  • Answered by AI
  • Q2. What is oops,collection
  • Ans. 

    OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, while collections are data structures used to store and manipulate groups of objects.

    • OOPs focuses on creating objects that contain data and methods to manipulate that data

    • Collections are used to store groups of objects, such as lists, sets, and maps

    • Examples of collections in Java include ArrayList, HashSet, and HashMap

  • Answered by AI

Skills evaluated in this interview

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

I have a fresher interview, it was basic aptitude and little bit of practice will give the results

Round 2 - One-on-one 

(2 Questions)

  • Q1. Write a program for fibnocii
  • Ans. 

    Program to generate Fibonacci series

    • Use a loop to generate Fibonacci numbers

    • Start with 0 and 1 as the first two numbers

    • Each subsequent number is the sum of the two preceding ones

  • Answered by AI
  • Q2. Explain class object interface inheritance
  • Ans. 

    Class object interface inheritance is a concept in object-oriented programming where a class inherits the properties and methods of another class.

    • Allows a class to inherit properties and methods from another class

    • Helps in reusing code and promoting code reusability

    • Creates a parent-child relationship between classes

    • Example: Class B inherits from Class A, so Class B can access all public and protected members of Class A

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. About self family details
  • Q2. Why would you like to relocate
  • Ans. 

    I am looking to relocate for new career opportunities and a change of scenery.

    • Seeking new challenges and growth in my career

    • Exploring different work environments and cultures

    • Opportunity to expand professional network

    • Desire for a change of scenery and lifestyle

  • Answered by AI

Skills evaluated in this interview

Cognizant interview questions for designations

 Programmer Analyst Trainee

 (397)

 Senior Programmer Analyst

 (1)

 Junior Programmer Analyst

 (1)

 Programmer

 (28)

 Programmer Analyst 1

 (5)

 Programmer Analyst Intern

 (1)

 Sse Programmer Analyst

 (1)

 Trainee Programmer

 (40)

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

Coding and mcq on java , spring, sql

Round 2 - Technical 

(5 Questions)

  • Q1. Questions were asked from java and springboot
  • Q2. What are the 4 pillars of oops
  • Ans. 

    The 4 pillars of OOP are Inheritance, Encapsulation, Abstraction, and Polymorphism.

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

    • Encapsulation restricts access to certain components within a class, protecting the data.

    • Abstraction hides the complex implementation details and only shows the necessary features.

    • Polymorphism allows objects to be treated as instances of their parent class,

  • Answered by AI
  • Q3. Difference between spring versus spring boot
  • Ans. 

    Spring is a framework for building Java applications, while Spring Boot is an extension that simplifies the setup and development process.

    • Spring is a comprehensive framework that provides various modules for building Java applications.

    • Spring Boot is an extension of the Spring framework that simplifies the setup and development process by providing defaults and auto-configuration.

    • Spring Boot includes embedded servers, w...

  • Answered by AI
  • Q4. What is indexing
  • Ans. 

    Indexing is a technique used to optimize the performance of databases by creating a data structure that allows for quick retrieval of data.

    • Indexing involves creating a data structure that maps the values of a particular column in a database table to their corresponding rows.

    • It speeds up data retrieval operations by allowing the database to quickly locate the rows that match a certain value without having to scan the en...

  • Answered by AI
  • Q5. Write to code to check string is anagram or not
  • Ans. 

    Code to check if two strings are anagrams

    • Create a function that takes in two strings as input

    • Convert both strings to lowercase and remove any spaces

    • Sort both strings and compare if they are equal to determine if they are anagrams

    • Example: 'listen' and 'silent' are anagrams

  • Answered by AI

Skills evaluated in this interview

Get interview-ready with Top Cognizant Interview Questions

Programmer Analyst Interview Questions & Answers

user image pranali badgandi

posted on 20 Nov 2024

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

(2 Questions)

  • Q1. Python, SQL and OOPS
  • Q2. Sorting techniques used
  • Ans. 

    Various sorting techniques like bubble sort, quick sort, merge sort, etc. are used in programming.

    • Bubble sort - compares adjacent elements and swaps them if they are in the wrong order

    • Quick sort - divides the array into two sub-arrays and recursively sorts them

    • Merge sort - divides the array into two halves, sorts them, and then merges them

    • Selection sort - finds the minimum element from the unsorted portion and swaps it...

  • 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 campus placement at Dehradun Institute of Technology, Dehradun and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic Aptitude Questions

Round 2 - Technical 

(2 Questions)

  • Q1. OOPS Concept and coding questions
  • Q2. SQL coding questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

First round is aptitude

Round 2 - Coding Test 

Second was coding then after technical interview

Round 3 - Technical 

(2 Questions)

  • Q1. One aptitude Question
  • Q2. One simple coding question like find the frequency of arrays

Programmer Analyst Interview Questions & Answers

user image Prasad Patil

posted on 11 Oct 2024

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

(1 Question)

  • Q1. Write a reverse string program
  • Ans. 

    A program that reverses a given string

    • Create a function that takes a string as input

    • Iterate through the string in reverse order and append each character to a new string

    • Return the reversed string

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Write a xpath syntax using xpath by text
  • Ans. 

    XPath syntax using xpath by text

    • Use the 'text()' function in XPath to select elements based on their text content

    • Syntax: //tagname[text()='desired text']

    • Example: //h1[text()='Hello World']

  • Answered by AI

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was of medium LOD

Round 2 - One-on-one 

(3 Questions)

  • Q1. Basic 11-12th level coding questions were asked
  • Q2. Palindrome of a number
  • Q3. Fibonacci series

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for the interview or you can be left

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 440 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.6 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.3k salaries
unlock blur

₹5.1 L/yr - ₹16 L/yr

Programmer Analyst
55.6k salaries
unlock blur

₹2.4 L/yr - ₹9.6 L/yr

Senior Associate
48.6k salaries
unlock blur

₹9 L/yr - ₹27.4 L/yr

Senior Processing Executive
28.9k salaries
unlock blur

₹1.8 L/yr - ₹9 L/yr

Technical Lead
17.6k salaries
unlock blur

₹5.9 L/yr - ₹24.9 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