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 Software Developer Intern Interview Questions and Answers

Updated 6 Nov 2024

Cognizant Software Developer Intern Interview Experiences

5 interviews found

Interview experience
3
Average
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Moderate difficulty level questions were asked

Round 2 - Coding Test 

High difficulty level questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Tough process

I applied via Campus Placement and was interviewed in Nov 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 1.Self introduction 2.question about my department(ex ECE) 3.oops (polymorphism,inheritance,encapsulation) 4.programming C language because i preferred factorial of given number using recursion ...
Round 2 - HR 

(1 Question)

  • Q1. Just a formalities of checking address aadhar no mobile num thats all.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on resume becoz what u have to tell in self intro is they are going to ask question.So be aware using words in self intro :)

Software Developer Intern Interview Questions Asked at Other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an ar ... read more
asked in Amazon
Q2. Fish Eater Problem Statement In a river where water flows from le ... read more
asked in Apple
Q3. Kevin and his Fruits Problem Statement Kevin has 'N' buckets, eac ... read more
asked in CommVault
Q4. Sliding Maximum Problem Statement Given an array of integers ARR ... read more
Q5. Reverse Words in a String: Problem Statement You are given a stri ... read more

I applied via Campus Placement and was interviewed in Oct 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions

Round 2 - Technical 

(1 Question)

  • Q1. Asking about resume and basic questions about my core, basic code questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Build your resume strongly, study about your concern department and then study some basic codes

I appeared for an interview in Jan 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 40 minutes
Round difficulty - Medium

  • Q1. 

    Subarray Sums I Problem Statement

    You are provided with an array of positive integers ARR that represents the strengths of different “jutsus” (ninja techniques). You are also given the strength of the ene...

  • Ans. 

    Count the number of subarrays whose combined strength matches the given enemy strength.

    • Iterate through the array and maintain a running sum to check for subarrays with sum equal to the enemy strength.

    • Use a hashmap to store the running sum frequencies and increment the count of subarrays accordingly.

    • Return the count of subarrays that sum up to the given enemy strength.

  • Answered by AI
Round 2 - HR 

Round duration - 15 minutes
Round difficulty - Easy

It was in the night around 7:00PM-7:15PM. Platform used for this round was skype. Interviewer was very friendly in nature. This round focusses more on your personality rather than knowledge.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in DelhiEligibility criteriaNo backlogsCognizant interview preparation:Topics to prepare for the interview - Data Structures, OOPS, Algorithm, oop, ghraph , aca , cnTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Practice Coding questions
Tip 2 : Try not to lie on resume

Application resume tips for other job seekers

Tip 1 : It should not be too long or too short. 
Tip 2 : Do not put false thing

Final outcome of the interviewRejected

Skills evaluated in this interview

Cognizant interview questions for designations

 Software Developer

 (127)

 Junior Software Developer

 (11)

 Senior Software Developer

 (9)

 Software Developer fresher

 (5)

 Associate Software Developer

 (2)

 Software Developer Trainee

 (1)

 Fullstack Developer Intern

 (1)

 Python Developer Intern

 (1)

I appeared for an interview in Nov 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 180 minutes
Round difficulty - Medium

  • Q1. 

    LRU Cache Task Description

    Design and implement a data structure for a Least Recently Used (LRU) cache to support two operations:

    1. get(key) - Returns the value for the given key if it exists in the cac...
  • Ans. 

    Design and implement a Least Recently Used (LRU) cache data structure supporting get and put operations with specified constraints.

    • Implement a data structure for LRU cache with get and put operations

    • Maintain a capacity limit and remove least recently used item when exceeding capacity

    • Handle get operation by returning value for given key or -1 if key does not exist

    • Handle put operation by inserting or updating key-value p...

  • Answered by AI
Round 2 - Video Call 

Round duration - 30 minutes
Round difficulty - Hard

Round 3 - HR 

(1 Question)

Round duration - 15-20 minutes
Round difficulty - Easy

  • Q1. Can you tell me about yourself and describe some condition-based questions you were asked?

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in PuneEligibility criteriaNo criteriaCognizant interview preparation:Topics to prepare for the interview - Computer network, C++, Oops, Data structure, DBMS, SQL, cloud computingTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : First of all you have to clear first round so make sure you practice aptitude questions daily
Tip 2 : Learn each and every topic of Oops with real life examples
Tip 3 : Write limited thing in your resume and make sure everything you write in your resume you must have a great knowledge of them.

Application resume tips for other job seekers

Tip 1: mention atleast two projects
Tip 2:if you have a patent then it is plus point for you.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview questions from similar companies

I applied via Company Website and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Self introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - say individual ideas,plans, story's.say different opinions,speek confidentially, correctly answer Yes or no questions, correctly say interested and confidential job,

I appeared for an interview before Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 45 minutes
Round difficulty - Hard

All mcqs should answer with in time limit should have a lot of practice to solve in exam

  • Q1. 

    Water Jug Problem Statement

    You have two water jugs with capacities X and Y liters respectively, both initially empty. You also have an infinite water supply. The goal is to determine if it is possible to...

  • Ans. 

    The Water Jug Problem involves determining if a specific amount of water can be measured using two jugs of different capacities.

    • Start by considering the constraints and limitations of the problem.

    • Think about how the operations allowed can be used to reach the target measurement.

    • Consider different scenarios and test cases to come up with a solution.

    • Implement a function that takes the capacities of the jugs and the targe...

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

Easy and just basic questions very easy round

  • Q1. 

    Matrix Multiplication Task

    Given two sparse matrices MAT1 and MAT2 of integers with dimensions 'N' x 'M' and 'M' x 'P' respectively, the goal is to determine the resulting matrix produced by their multipl...

  • Ans. 

    Implement a function to multiply two sparse matrices and return the resulting matrix.

    • Create a function that takes two sparse matrices as input and returns the resulting matrix after multiplication.

    • Iterate through the non-zero elements of the matrices to perform the multiplication efficiently.

    • Ensure to handle the sparse nature of the matrices to optimize the multiplication process.

    • Consider the constraints provided to en...

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 6 cgpaTata Consultancy Services (TCS) interview preparation:Topics to prepare for the interview - Dql, Data structures, Java, Operating system, Data scienceTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : preapre core subjects 
Tip 2 : be confident and answer clearly
Tip 3 : be strong with projects

Application resume tips for other job seekers

Tip 1 : good projects in ml and ai
Tip 2 : practical experience

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What is flexbox
  • Ans. 

    Flexbox is a CSS layout module that allows for flexible and responsive web design.

    • Flexbox allows for easy alignment and positioning of elements within a container.

    • It uses a set of properties to define the layout, such as display: flex and flex-direction.

    • Flexbox is particularly useful for creating responsive designs that adapt to different screen sizes.

    • It can also be used in combination with other CSS layout modules, su...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Flexbox is a layout model that allows elements to align and distribute space within a container. Using flexible widths and heights, elements can be aligned to fill a space or distribute space between elements, which makes it a great tool to use for responsive design systems.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. It was for automotive domain. Mainly the questions were on automotive concept like CAN, UDS protocols, and tools of Vector company. Embedded c knowledge is must
  • Q2. Embedded c knowledge is must
  • Q3. Debugging skills are add on

Interview Preparation Tips

Interview preparation tips for other job seekers - Python or any script language for automotion will be plus point

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

Interview Questionnaire 

3 Questions

  • Q1. What is a bit
  • Q2. What us the size of a bit
  • Ans. 

    A bit is the smallest unit of digital information. It can have a value of either 0 or 1.

    • A bit is a binary digit, represented as either 0 or 1.

    • It is the basic unit of information used in computing and digital communications.

    • A group of 8 bits is called a byte.

    • The size of a bit is dependent on the architecture of the computer system.

  • Answered by AI
  • Q3. How many bits are there in C
  • Ans. 

    C is a programming language and does not have a fixed number of bits.

    • C is a high-level programming language that can be compiled to run on different architectures with varying bit sizes.

    • The number of bits in C depends on the hardware architecture it is compiled for.

    • For example, C code compiled for a 32-bit architecture will have 32-bit integers, while code compiled for a 64-bit architecture will have 64-bit integers.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and patient. Dont hesitate to give answers.

Skills evaluated in this interview

Cognizant Interview FAQs

How many rounds are there in Cognizant Software Developer Intern interview?
Cognizant interview process usually has 2 rounds. The most common rounds in the Cognizant interview process are Aptitude Test, Technical and HR.

Tell us how to improve this page.

Cognizant Software Developer Intern Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Cognizant Software Developer Intern Salary
based on 8 salaries
₹4 L/yr - ₹6 L/yr
36% less than the average Software Developer Intern Salary in India
View more details

Cognizant Software Developer Intern Reviews and Ratings

based on 3 reviews

3.9/5

Rating in categories

3.7

Skill development

4.1

Work-life balance

3.2

Salary

4.5

Job security

4.1

Company culture

3.2

Promotions

3.7

Work satisfaction

Explore 3 Reviews and Ratings
Associate
72.3k salaries
unlock blur

₹5.2 L/yr - ₹16 L/yr

Programmer Analyst
55.6k salaries
unlock blur

₹2.4 L/yr - ₹9.3 L/yr

Senior Associate
50.3k salaries
unlock blur

₹9 L/yr - ₹28.6 L/yr

Senior Processing Executive
29.1k salaries
unlock blur

₹1.8 L/yr - ₹9 L/yr

Technical Lead
17.7k salaries
unlock blur

₹6 L/yr - ₹25 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