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

Software Development

Cognizant
upvote
share-icon
3 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: Aptitude Section - Profit and Loss, Calendar and Clocks Concept, Percentage, English errors, Comprehension, Ratio, Proportion. Interview Section - Basics of any programming language that you are comfortable with some concept related to DBMS and Oops, Basic aptitude questions
Tip
Tip

Tip 1 : Each Day pick any topic for aptitude and do 50 questions at least.

Tip 2 : Be confident in the interview, let's suppose you are not familiar with something they asked then say that you are not sure about it but according

to you, the answer might be this...Do not be overconfident and just say wrong answers.

Tip 3 : Do at least 2 projects.

Application process
Where: Campus
Eligibility: 7 CGPA
Resume Tip
Resume tip

Tip 1 : Do mention 2 of your projects.

Tip 2 : Also mention one programming language.

Tip 3 : Mention your achievements and internship experience

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 minutes
Interview date1 Oct 2021
Coding problem2

There were 2 sections of the test.
The timings of the test are usually in the morning only.
In the first section, there were generally mcq - based questions and then there was a coding round!
After clearing the rounds you will get mail for the interview. First will be your technical one and then the HR interview.
The interviewer was good, but he actually asked me aptitude questions and then gave me two code to write. Overall it was a good experience.

1. Leap Year

Easy
15m average time
80% success
0/40
Asked in companies
Tata Consultancy Services (TCS)CognizantSAP Labs

You are given a year in the form of an integer 'N', and your task is to check whether the given year is a leap year or not.

Note:

1) A year is said to be a leap year if it has 366 days. Normal years have 365 days.

2) The integer 'N' does not contain any leading zeros.
Problem approach

I actually coded it in python. The steps were pretty simple as:
Step 1 : You first need to take the input
Step 2 : Then apply the condition to find whether it is a leap year or not.
Step 3 : Then print it accordingly.

Try solving now

2. Armstrong Number

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

You are given an integer ‘NUM’ . Your task is to find out whether this number is an Armstrong number or not.

A k-digit number ‘NUM’ is an Armstrong number if and only if the k-th power of each digit sums to ‘NUM’.

Example
153 = 1^3 + 5^3 + 3^3.

Therefore 153 is an Armstrong number.
Try solving now
02
Round
Easy
Video Call
Duration30 minutes
Interview date19 Oct 2021
Coding problem2

It was an interview round. My interview was in the morning. The interviewer was a good person, not that strict.

1. All Prime Numbers less than or equal to N

Moderate
10m average time
90% success
0/80
Asked in companies
OptumAdobeTata Consultancy Services (TCS)

You are given a positive integer 'N'. Your task is to return all the prime numbers less than or equal to the 'N'.

Note:

1) A prime number is a number that has only two factors: 1 and the number itself.

2) 1 is not a prime number.
Problem approach

Step 1 : Take two integer inputs as low and high limits of the interval,
Step 2 : Run a for loop to iterate through all the numbers.
Step 3 : Run a Nested for loop to check for prime or not.

Try solving now

2. Left View Of a Binary Tree

Easy
10m average time
90% success
0/40
Asked in companies
OlaHSBCArcesium

You have been given a binary tree of integers. You are supposed to find the left view of the binary tree. The left view of a binary tree is the set of all nodes that are visible when the binary tree is viewed from the left side.

Example:

example

The left view of the above binary tree is  {5, 7, 14, 25}.
Try solving now
03
Round
Easy
HR Round
Duration20 minutes
Interview date28 Oct 2021
Coding problem1

It was an HR round. Here, I was asked basic HR questions

1. Basic HR Questions

  • Can you please introduce yourself?
  • Why do you want to join Cognizant?
  • Why do u think you are fit for this role?
  • Are you comfortable with relocation?
Problem approach

Tip 1 : Be Confident
Tip 2 : Show what you really are
Tip 3 : Be honest

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
SDE - 1
2 rounds | 5 problems
Interviewed by Cognizant
1746 views
1 comments
0 upvotes
company logo
SDE - 2
3 rounds | 5 problems
Interviewed by Cognizant
1063 views
0 comments
0 upvotes
company logo
Program Analyst
2 rounds | 6 problems
Interviewed by Cognizant
605 views
0 comments
0 upvotes
company logo
Programmer Analyst Trainee
3 rounds | 8 problems
Interviewed by Cognizant
773 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Development
2 rounds | 5 problems
Interviewed by Accenture
5641 views
1 comments
0 upvotes