Cognizant interview experience Real time questions & tips from candidates to crack your interview

Programmer Analyst

Cognizant
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 Months
Topics: Data Structures, OOPS, Algorithms, DBMS, Sorting and Merging
Tip
Tip

Tip 1 : Practice writing common questions like sorting and Fibonacci series
Tip 2 : Prepare basics well with good knowledge of data structures
Tip 3 : Be ready to answer in multiple coding languages

Application process
Where: Campus
Eligibility: Above 7 CGPA, no standing backlog
Resume Tip
Resume tip

Tip 1: Have projects included with brief information
Tip 2: Only add skills which you can answer questions about in interview

Interview rounds

01
Round
Medium
Online Coding Interview
Duration180 minutes
Interview date23 Aug 2021
Coding problem1

MCQ's about coding, Coding questions with preferred language, DBMS questions with SQL.

1. Count Palindrome Words In A String

Easy
15m average time
85% success
0/40
Asked in companies
CognizantMakeMyTripNagarro Software

You are given a string S of words. Your task is to find the number of palindrome words in the given string S. A word is called palindrome, if it reads the same backwards as forwards.

Note:
Words are separated by one or more whitespace characters.
For Example:
For the given string “Madam oyo cat”, “Madam”, and “oyo” are the palindrome words 
Problem approach

I first split the sentence on spaces, creating a list of words.
I made a reverse function to reverse strings
For each word i checked if it was the same as its reversed form.

Try solving now
02
Round
Medium
Video Call
Duration50 minutes
Interview date5 Sep 2021
Coding problem1

1. Selection Sort

Easy
15m average time
85% success
0/40
Asked in companies
CognizantPwC IndiaDell India

I was asked to sort a tuple in python.

Problem approach

I made sure to explain that tuples themselves are immutable and therefore i would need to first convert it to a list.
I then applied select sort, as i was the most comfortable with it and time complexity was not an issue.

Try solving now
03
Round
Easy
HR Round
Duration20 minutes
Interview date19 Sep 2021
Coding problem1

1. Basic HR Questions

Questions about your projects, and new trends in tech world.

Problem approach

Tip 1: Be clear about your role in project.
Tip 2: Explain things with gestures and make sure you are getting across well

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

To make an AI less repetitive in a long paragraph, you should increase:

Choose another skill to practice
Similar interview experiences
company logo
Programmer Analyst
3 rounds | 4 problems
Interviewed by Cognizant
843 views
0 comments
0 upvotes
company logo
Programmer Analyst
3 rounds | 4 problems
Interviewed by Cognizant
964 views
0 comments
0 upvotes
company logo
Programmer Analyst
2 rounds | 4 problems
Interviewed by Cognizant
869 views
1 comments
0 upvotes
company logo
Programmer Analyst
3 rounds | 8 problems
Interviewed by Cognizant
952 views
0 comments
0 upvotes