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

Filter interviews by

Cognizant Engineer Trainee Interview Questions and Answers

Updated 20 Mar 2025

11 Interview questions

🔥 Asked by recruiter 2 times
An Engineer Trainee was asked
Q. What is an IP address?
Ans. 

An IP address is a unique numerical identifier assigned to every device connected to the internet.

  • IP stands for Internet Protocol

  • It consists of four sets of numbers separated by dots

  • Each set can range from 0 to 255

  • Example: 192.168.1.1 is an IP address

  • It helps in identifying and communicating with devices on the internet

Cognizant Engineer Trainee Interview Experiences

39 interviews found

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

(2 Questions)

  • Q1. What is Class in Java ?
  • Ans. 

    A class in Java is a blueprint for creating objects, encapsulating data and methods to define their behavior.

    • Classes define the structure and behavior of objects in Java.

    • Example: 'class Car { String color; void drive() { ... } }'

    • Classes can contain fields (attributes) and methods (functions).

    • Example: 'class Dog { String breed; void bark() { ... } }'

    • Java supports inheritance, allowing classes to inherit properties from ...

  • Answered by AI
  • Q2. What is OOB in Java?
  • Ans. 

    OOB in Java refers to Object-Oriented Programming principles, emphasizing encapsulation, inheritance, and polymorphism.

    • Encapsulation: Bundling data and methods that operate on the data within one unit (class). Example: class Car { private int speed; }

    • Inheritance: Mechanism where one class inherits properties and behaviors from another. Example: class Sedan extends Car { }

    • Polymorphism: Ability to present the same interf...

  • Answered by AI

Engineer Trainee Interview Questions Asked at Other Companies

Q1. If 10 people at a meeting shake hands with each other once, how m ... read more
asked in Siemens
Q2. A drawer contains 10 pairs each of red and blue socks. What is th ... read more
asked in AVASOFT
Q3. What is the logic for determining if a number is an Armstrong num ... read more
asked in Sobha
Q4. Shear force diagram and bending moment diagram for combination of ... read more
asked in Siemens
Q5. If you are given two CSV files, each containing two columns, how ... read more
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude round consisted of general aptitude questions. They were easy to moderate.

Round 2 - Technical 

(2 Questions)

  • Q1. Write a code to implement polymorphism.
  • Ans. 

    Polymorphism in programming allows objects of different classes to be treated as objects of a common superclass.

    • Polymorphism can be achieved in programming languages like Java through method overriding and method overloading.

    • Example: In Java, a superclass Animal can have a method 'makeSound()' which is overridden in subclasses like Dog and Cat.

    • Example: Method overloading in Java allows multiple methods with the same na...

  • Answered by AI
  • Q2. Date builtin function in sql
  • Ans. 

    The DATE function in SQL is used to retrieve the current date.

    • The DATE function returns the current date in the format 'YYYY-MM-DD'.

    • It does not require any parameters to be passed.

    • Example: SELECT DATE();

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was nice experience

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Job Portal

Round 1 - Aptitude Test 

Medium level question on apptitude english and quants

Interview Preparation Tips

Topics to prepare for Cognizant Engineer Trainee interview:
  • Computer Networking
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. What is normalisation and 5nf
  • Ans. 

    Normalization is a database design process to reduce redundancy and improve data integrity, with 5NF focusing on eliminating redundancy in relationships.

    • Normalization organizes data into tables to minimize duplication.

    • 5NF (Fifth Normal Form) ensures that every non-trivial join dependency is a consequence of the candidate keys.

    • Example: In a table with student courses, if a student can enroll in multiple courses, 5NF sep...

  • Answered by AI
  • Q2. Overloading and overriding

Engineer Trainee Interview Questions & Answers

user image Abarna Annalakshmi

posted on 23 Jul 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic apti questions

Round 2 - Assignment 

Here our communication skill is evaluated

Round 3 - Group Discussion 

We were asked to discuss about installation of mobile towers and their impacts

Round 4 - One-on-one 

(4 Questions)

  • Q1. Self introduction
  • Q2. What's your strength,weakness
  • Q3. Given a topic and asked to speak for a minute
  • Q4. Previous work experience
  • Ans. 

    I have experience in software development and project management, focusing on innovative engineering solutions.

    • Interned at XYZ Corp, where I developed a mobile app that improved user engagement by 30%.

    • Worked on a team project to design a prototype for an automated irrigation system, which won a university competition.

    • Participated in a summer internship at ABC Technologies, assisting in the development of a cloud-based ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - overall they just want to check your communication skills

Engineer Trainee Interview Questions & Answers

user image Harshith Mummadi

posted on 30 Dec 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Communication assessment 

(3 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a passionate engineering graduate with a strong foundation in mechanical systems and a keen interest in innovative design solutions.

    • Educational Background: Graduated with a Bachelor's degree in Mechanical Engineering from XYZ University, where I excelled in design projects.

    • Internship Experience: Completed a summer internship at ABC Corp, where I assisted in the development of a new product line, enhancing my pract...

  • Answered by AI
  • Q2. What is a Virtual Private Network (VPN) and how does it work?
  • Q3. What is the most recent information you have acquired regarding cybersecurity?
Round 2 - Interview 

(1 Question)

  • Q1. General aptitude

Engineer Trainee Interview Questions & Answers

user image Kausik Chakraborty

posted on 20 Mar 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. Tell me something
  • Q2. What is cloud
  • Ans. 

    Cloud refers to internet-based computing that provides shared resources, data, and services on demand.

    • Cloud computing enables on-demand access to a shared pool of configurable resources.

    • Examples include services like Amazon Web Services (AWS), Microsoft Azure, and Google Cloud Platform.

    • It offers various models such as Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Software as a Service (SaaS).

    • Clo...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Questions on coreJAVA
Round 2 - HR 

(2 Questions)

  • Q1. What are your hobbies
  • Q2. Strengths and weakness
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Group Discussion 

Quick tempo on a given topic

Round 3 - Aptitude Test 

It was easy online aptitude test

Round 4 - Technical 

(3 Questions)

  • Q1. Asked technical questions
  • Q2. Al about Networking
  • Q3. Basics of Networking
Round 5 - HR 

(1 Question)

  • Q1. Just asked about location prefernces

Engineer Trainee Interview Questions & Answers

user image B Mallikarjuna

posted on 24 Apr 2024

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

(2 Questions)

  • Q1. About cloud and the terminologies
  • Q2. Cloudtypesand relates

Cognizant Interview FAQs

How many rounds are there in Cognizant Engineer Trainee interview?
Cognizant interview process usually has 2-3 rounds. The most common rounds in the Cognizant interview process are Aptitude Test, Technical and HR.
What are the top questions asked in Cognizant Engineer Trainee interview?

Some of the top questions asked at the Cognizant Engineer Trainee interview -

  1. what type of operating system in apple ph...read more
  2. What are the control panel and the task associated with ...read more
  3. What is the use of l...read more
How long is the Cognizant Engineer Trainee interview process?

The duration of Cognizant Engineer Trainee interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.2/5

based on 29 interview experiences

Difficulty level

Easy 18%
Moderate 82%

Duration

Less than 2 weeks 67%
2-4 weeks 17%
4-6 weeks 11%
6-8 weeks 6%
View more
Cognizant Engineer Trainee Salary
based on 635 salaries
₹2.9 L/yr - ₹4.5 L/yr
30% more than the average Engineer Trainee Salary in India
View more details

Cognizant Engineer Trainee Reviews and Ratings

based on 80 reviews

3.6/5

Rating in categories

3.4

Skill development

3.3

Work-life balance

3.7

Salary

3.1

Job security

3.4

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 80 Reviews and Ratings
Associate
73.1k salaries
unlock blur

₹5.3 L/yr - ₹12.5 L/yr

Programmer Analyst
56.2k salaries
unlock blur

₹3.5 L/yr - ₹7.3 L/yr

Senior Associate
53k salaries
unlock blur

₹10.6 L/yr - ₹23.4 L/yr

Senior Processing Executive
29.8k salaries
unlock blur

₹2.2 L/yr - ₹6.5 L/yr

Technical Lead
19k salaries
unlock blur

₹6 L/yr - ₹21.3 L/yr

Explore more salaries
Compare Cognizant with

TCS

3.6
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

Accenture

3.7
Compare
write
Share an Interview