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 Program Analyst Interview Questions, Process, and Tips for Freshers

Updated 20 Sep 2024

Top Cognizant Program Analyst Interview Questions and Answers for Freshers

  • Q1. Sum of Digits Problem Statement Given an integer 'N', continue summing its digits until the result is a single-digit number. Your task is to determine the final value of ...read more
  • Q2. Binary Palindrome Check Given an integer N , determine whether its binary representation is a palindrome. Input: The first line contains an integer 'T' representing the ...read more
  • Q3. Nth Fibonacci Number Problem Statement Calculate the Nth term in the Fibonacci sequence, where the sequence is defined as follows: F(n) = F(n-1) + F(n-2) , with initial ...read more
View all 7 questions

Cognizant Program Analyst Interview Experiences for Freshers

6 interviews found

I was interviewed in Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 180 minutes
Round difficulty - Hard

First round having five section.Quantitative Aptitude, Logical Reasoning, Verbal Ability, Automata Fix (7 questions) and essay writing (1 essay 20 mins). One coding question was also asked.

  • Q1. 

    Nth Fibonacci Number Problem Statement

    Calculate the Nth term in the Fibonacci sequence, where the sequence is defined as follows: F(n) = F(n-1) + F(n-2), with initial conditions F(1) = F(2) = 1.

    Input:

    ...
  • Ans. 

    Calculate the Nth Fibonacci number efficiently using dynamic programming.

    • Use dynamic programming to store previously calculated Fibonacci numbers to avoid redundant calculations.

    • Start with base cases F(1) and F(2) as 1, then iteratively calculate F(n) using F(n-1) and F(n-2).

    • Ensure the input N is within the constraints 1 <= N <= 10000.

    • Return the Nth Fibonacci number as the output.

  • Answered by AI
Round 2 - Video Call 

Round duration - 40 minutes
Round difficulty - Hard

This is (Technical + HR) round. They asked various questions from Electronics (15-20), Python (3-4), Cloud Computing (2), Aptitude problems (5-7), and projects.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from AKGEC : Ajay Kumar Garg Engineering College. Eligibility criteriaminimum 60% aggregateCognizant interview preparation:Topics to prepare for the interview - Python, Data Structures, OOPS, DBMS, HTML, CSS, Cloud Computing, Aptitude, Basic Electronics, Digital Logic Design, Microprocessor, Optical Communication.Time required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Practice as much as you can.
Tip 2 : Do atleast 1 minor and 1 major projects. 
Tip 3 : Whatever programming language you have mentioned in your resume, try to use the same language in your projects.
Tip 4 : Coding Ninjas is the best option for preparation.

Application resume tips for other job seekers

Tip 1 : Mention all internships which you have done.
Tip 2 : Add only those skills which you are pretty confident.

Final outcome of the interviewSelected

Skills evaluated in this interview

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 Minutes
Round difficulty - Medium

It was an online round in proctored mode during day time. There was time duration allotted for each section of questions to be attempted.

  • Q1. What are indexes in SQL?
  • Ans. 

    Indexes in SQL are data structures that improve the speed of data retrieval operations on a database table.

    • Indexes are created on columns in a table to quickly retrieve rows based on the values in those columns.

    • They can be unique, allowing only unique values to be stored in the indexed column.

    • Examples of indexes include primary keys, which uniquely identify each row in a table, and foreign keys, which establish relatio

  • Answered by AI
  • Q2. 

    Sum of Digits Problem Statement

    Given an integer 'N', continue summing its digits until the result is a single-digit number. Your task is to determine the final value of 'N' after applying this operation ...

  • Ans. 

    Given an integer 'N', find the final single-digit value by summing its digits iteratively.

    • Iteratively sum the digits of the given integer until the result is a single-digit number

    • Output the final single-digit integer for each test case

    • Follow the constraints provided in the problem statement

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 120 minutes
Round difficulty - Medium

  • Q1. 

    Binary Palindrome Check

    Given an integer N, determine whether its binary representation is a palindrome.

    Input:

    The first line contains an integer 'T' representing the number of test cases. 
    The next 'T'...
  • Ans. 

    Implement a function to determine if the binary representation of a given integer is a palindrome.

    • Convert the integer to binary representation

    • Check if the binary representation is a palindrome by comparing it with its reverse

    • Return true if it is a palindrome, false otherwise

  • Answered by AI
Round 3 - HR 

Round duration - 30 Minutes
Round difficulty - Medium

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Program Analyst in MumbaiEligibility criteriaMin. 60% in 10th and 12th , Min. 6 cgpa in B.TechCognizant interview preparation:Topics to prepare for the interview - Java OOPS , Database Management System , Operating System , Data Structure , Networking , C++Time required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : Focus on your domain like ML/Web Development etc.
Tip 2 : Focus on internship

Application resume tips for other job seekers

Tip 1 : Mention atleast 3 projects
Tip 2 : Briefly mention all technologies,libraries and framework worked on
Tip 3 : Also mention other area of interests

Final outcome of the interviewSelected

Skills evaluated in this interview

Program Analyst Interview Questions Asked at Other Companies for undefined

asked in Amazon
Q1. Longest Common Subsequence Problem Statement Given two strings ST ... read more
asked in Amazon
Q2. Find Pair With Smallest Difference Problem Statement Given two un ... read more
asked in Amazon
Q3. Sum of Big Integers Problem Statement Given two integers represen ... read more
asked in Amazon
Q4. Closest Sum Problem Statement Given an array of integers ARR of s ... read more
asked in Amazon
Q5. Longest Common Prefix Problem Statement You are given an array ‘A ... read more

Program Analyst Interview Questions & Answers

user image Vishnu Menon

posted on 18 May 2017

I was interviewed in Oct 2016.

Interview Preparation Tips

Round: Test
Experience: This is the first round of the selection process. In this, candidate will be tested on their aptitude knowledge that consists of 3 sections viz. Quantitative Aptitude, Logical Reasoning and Verbal.
Tips: Quantitative Aptitude can be practiced by using R.S. Agarwal books. Verbal and Logical can be sourced from various net based materials such as indiabix.com
Duration: 1 hour
Total Questions: 55

Round: Technical Interview
Experience: At this stage, interviews will be based on your resume. Questions were fired from my area of interest and my projects as what I have done in my project and the innovations implemented.
Tips: Right or Wrong be bold enough to answer any questions that the interviewer asks. Always answer with a smile.

Round: HR Interview
Experience: This was a general and a casual talk. The HR educated me about the companies legal proceedings through a question format. Not much of an interview as we were exchanging our ideas and knowledge about each other.
Tips: Be bold to answer and smile always.

Skills: Communication And Confidence
College Name: Velammal College of Engineering and Technology

Program Analyst Interview Questions & Answers

user image ShubhalaXmi Baral

posted on 22 May 2017

Interview Questionnaire 

2 Questions

  • Q1. Why do you think dat cognizant should hire you
  • Ans. 

    Cognizant should hire me because of my strong analytical skills, experience in program analysis, and ability to drive results.

    • I have a proven track record of successfully analyzing programs and identifying areas for improvement.

    • My strong analytical skills allow me to effectively gather and interpret data to make informed decisions.

    • I have experience in driving results through implementing strategic initiatives and colla...

  • Answered by AI
  • Q2. What us the meaning of abstract class
  • Ans. 

    An abstract class is a class that cannot be instantiated and is used as a base class for other classes.

    • An abstract class can have abstract and non-abstract methods.

    • Abstract methods have no implementation and must be implemented by the derived classes.

    • An abstract class can have constructors and fields.

    • An example of an abstract class is the Shape class, where the methods like area() and perimeter() are abstract and must ...

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: It was on the basis of written exam
Tips: Go through logical questions

Round: HR Interview
Experience: They were mainly focusing on the learning and challenge accepting preview of candidates
Tips: Be confident and fluent

Round: Technical Interview
Experience: They involved questions from both software technical prospective along with candidate's technical specialisation
Tips: Give apt and clear answer

Skills: Communication and technficiency l
College Name: C. V. Raman college of engineering

Cognizant interview questions for designations

 Program Analyst Trainee

 (19)

 IT Program Analyst

 (3)

 Program Manager

 (3)

 Program Associate

 (1)

 Program Director

 (1)

 Program Analysis Associate

 (2)

 Programmer Analyst

 (542)

 Test Analyst

 (18)

I was interviewed in Oct 2016.

Interview Questionnaire 

5 Questions

  • Q1. What are the basics concepts of Oops and explain them ?
  • Ans. 

    Object-oriented programming concepts include encapsulation, inheritance, and polymorphism.

    • Encapsulation: Bundling data and methods together in a class to hide implementation details.

    • Inheritance: Creating new classes from existing ones, inheriting their properties and behaviors.

    • Polymorphism: Objects of different classes can be treated as objects of a common superclass.

    • Example: Encapsulation - A class 'Car' with private ...

  • Answered by AI
  • Q2. Discuss your project in few words
  • Ans. 

    Developed a project management tool for tracking and analyzing project progress.

    • Created a web-based application using HTML, CSS, and JavaScript.

    • Implemented features such as task assignment, progress tracking, and reporting.

    • Integrated with third-party APIs for data synchronization and collaboration.

    • Utilized agile methodologies for iterative development and continuous improvement.

  • Answered by AI
  • Q3. What do u know about network security ?
  • Ans. 

    Network security refers to the practice of protecting computer networks from unauthorized access or attacks.

    • Network security involves implementing various measures to prevent unauthorized access to a network, such as firewalls, intrusion detection systems, and virtual private networks (VPNs).

    • It also includes ensuring the confidentiality, integrity, and availability of data transmitted over the network.

    • Examples of netwo...

  • Answered by AI
  • Q4. Tel me about yourself.
  • Ans. 

    I am a dedicated and detail-oriented Program Analyst with a strong background in data analysis and project management.

    • Experienced in analyzing program data to identify trends and make recommendations for improvement

    • Skilled in creating and maintaining project plans to ensure timely completion of tasks

    • Proficient in using data visualization tools such as Tableau to present findings to stakeholders

    • Strong communication skil...

  • Answered by AI
  • Q5. Are u flexible with any location?
  • Ans. 

    Yes, I am flexible with any location and willing to relocate if necessary.

    • I am open to relocating for the right opportunity

    • I have experience working in different locations

    • I am willing to travel for work if needed

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Just an easy online test. An average person could easily clear it.
Tips: Prepare from basic math and reasoning.
Duration: 1 hour 30 minutes
Total Questions: 90

Round: Technical Interview
Experience: They expect an answer for every question even if the answer is wrong and the project part is the most important question in this round.
Tips: Know your project. Try to answer every question. Get to know everything u put in your resume.

Round: HR Interview
Experience: They jus check our personality and the boldness in our speech.
Tips: Prepare for some basic HR questions. Be truthful.

College Name: St.Joseph's college of engineering

Skills evaluated in this interview

Get interview-ready with Top Cognizant Interview Questions

Program Analyst Interview Questions & Answers

user image Kingsly Roche

posted on 15 May 2017

I was interviewed in Aug 2016.

Interview Preparation Tips

Round: Technical Interview
Experience: Questions about C,C++ and Project

Round: HR Interview
Experience: General questions about us.

Skills: Programming, Proficiency In English
College Name: St.Josephs College of engineering

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How you manage your team
  • Q2. My projects

Interview Preparation Tips

Interview preparation tips for other job seekers - It was simple interview

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

Interview Questionnaire 

2 Questions

  • Q1. If u r not from CSE they will ask one basic program and other questions from your resume .
  • Q2. Write program to reverse a string
  • Ans. 

    Program to reverse a string

    • Declare a string variable

    • Loop through the string from end to start

    • Append each character to a new string variable

    • Return the new string variable

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in what you put inside your resume

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Why should I hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - While facing the interview keep calm and listen to the question carefully.

I applied via Campus Placement and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Oops, dbms, data structures
  • Q2. Basically things will be asked from your resume. If you have listed python then expect questions from there. Apart from this common Oops, dbms and data structure questions can be expected.

Interview Preparation Tips

Interview preparation tips for other job seekers - Thoroughly prepare questions from your resume.

Cognizant Interview FAQs

How many rounds are there in Cognizant Program Analyst interview for freshers?
Cognizant interview process for freshers usually has 2-3 rounds. The most common rounds in the Cognizant interview process for freshers are One-on-one Round, Aptitude Test and Technical.
What are the top questions asked in Cognizant Program Analyst interview for freshers?

Some of the top questions asked at the Cognizant Program Analyst interview for freshers -

  1. What are the basics concepts of Oops and explain the...read more
  2. What do u know about network securit...read more
  3. What us the meaning of abstract cla...read more

Tell us how to improve this page.

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.7k 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 Program Analyst Salary
based on 1.4k salaries
₹3 L/yr - ₹8 L/yr
12% less than the average Program Analyst Salary in India
View more details

Cognizant Program Analyst Reviews and Ratings

based on 209 reviews

3.7/5

Rating in categories

3.7

Skill development

3.6

Work-life balance

3.2

Salary

3.5

Job security

3.8

Company culture

3.1

Promotions

3.3

Work satisfaction

Explore 209 Reviews and Ratings
Associate
71.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Programmer Analyst
55.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate
48.7k 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.5k 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