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

Clear (1)

Cognizant Junior Software Engineer Interview Questions, Process, and Tips

Updated 11 Jan 2025

Top Cognizant Junior Software Engineer Interview Questions and Answers

  • Q1. If there are 10 ball 2 red, 5 blue ,3 orange and one ball is picked randomly what is probability that the ball picked is red?
  • Q2. How to check the object locks and steps to make the job run.
  • Q3. What are the types of job scheduler in as400
View all 43 questions

Cognizant Junior Software Engineer Interview Experiences

39 interviews found

Junior Software Engineer Interview Questions & Answers

user image Vidya Vadlakunta

posted on 30 Jul 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It's kind a simple can pass the exam with basic knowledge in aptitude.

Round 2 - Technical 

(3 Questions)

  • Q1. Write a program to find addition of two numbers
  • Ans. 

    A program to find the addition of two numbers

    • Declare two variables to store the numbers

    • Take input from user or use predefined values

    • Add the two numbers together

    • Print the result

  • Answered by AI
  • Q2. What is the main concepts on Java
  • Ans. 

    Main concepts in Java include object-oriented programming, inheritance, polymorphism, encapsulation, and abstraction.

    • Object-oriented programming: Java is an object-oriented language where everything is treated as an object.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Polymorphism: Ability of an object to take on many forms.

    • Encapsulation: Bundling of data and methods that operate on ...

  • Answered by AI
  • Q3. Explain package
  • Ans. 

    A package is a way to organize related classes and interfaces in Java.

    • Packages help in organizing code and avoiding naming conflicts

    • Packages can be nested within each other

    • Packages are declared using the 'package' keyword at the beginning of a Java file

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Are you willing to relocate
  • Ans. 

    Yes, I am willing to relocate for the right opportunity.

    • I am open to relocating for a promising career opportunity

    • I have relocated for previous job positions and am comfortable with the process

    • I understand the benefits of relocating for career growth and development

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

First Round is Coding Round

Round 2 - HR 

(2 Questions)

  • Q1. Will you relocate to PAN India?
  • Ans. 

    Yes, I am open to relocating to any location within India for the right opportunity.

    • I am open to relocating to any location within India for the right opportunity.

    • I am flexible and willing to explore new cities for career growth.

    • I believe in adapting to new environments and challenges.

    • I am excited about the prospect of working in different parts of India.

  • Answered by AI
  • Q2. Are you ok with Day or Night shifts?
  • Ans. 

    I am open to both Day and Night shifts depending on the job requirements.

    • I am flexible with my work schedule and can adapt to different shifts.

    • I understand the importance of round-the-clock support in software development.

    • I have previous experience working night shifts during project deadlines.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Cognizant Junior Software Engineer interview:
  • Java Basic
Interview preparation tips for other job seekers - Prepare Basic Coding examples

Junior Software Engineer Interview Questions Asked at Other Companies

asked in Cognizant
Q1. If there are 10 ball 2 red, 5 blue ,3 orange and one ball is pick ... read more
Q2. What is RDBMS and SQL query to retrieve data from database.
Q3. What's difference between stack memory and heap memory
Q4. What is infotainment system in car?
Q5. Let's consider a box containing 10 ball s numbered from 1 to 10. ... read more
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Jun 2023.

Round 1 - Aptitude Test 

Basic aptitude round

Round 2 - Technical 

(2 Questions)

  • Q1. What are data types?
  • Ans. 

    Data types are classifications of data items that determine the possible values and operations that can be performed on them.

    • Data types define the type of data that a variable can hold, such as integers, strings, or booleans.

    • Examples of data types include int (integer), float (floating point number), char (character), and bool (boolean).

    • Data types also determine the size of the variable in memory and the range of value

  • Answered by AI
  • Q2. How to reverse an array of numbers?
  • Ans. 

    To reverse an array of numbers, iterate through the array and swap elements from start to end.

    • Iterate through the array using two pointers, one starting from the beginning and the other from the end.

    • Swap elements at the two pointers and move the pointers towards the center until they meet.

    • Example: Input array [1, 2, 3, 4, 5], after reversing becomes [5, 4, 3, 2, 1].

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It's easy to crack fresher role at cognizant

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Job Portal and was interviewed before Jan 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduction and job profile of the previous environment.
  • Q2. Total experience and basics of as400 operations support questions.
Round 2 - Technical 

(4 Questions)

  • Q1. How to check source object in AS400 .
  • Ans. 

    To check source object in AS400, use the DSPOBJD command.

    • Use the DSPOBJD command followed by the library name and object name to display object details.

    • The source object type should be specified as *PGM or *FILE.

    • The output will include information like source file, member, and source type.

  • Answered by AI
  • Q2. How we run a job in as400
  • Q3. What is jobq in as400
  • Ans. 

    JobQ is a job queue in AS400 that manages the execution of batch jobs.

    • JobQ is used to prioritize and schedule batch jobs on AS400.

    • It allows multiple jobs to be submitted and executed in a specific order.

    • Jobs in the queue can be held, released, or deleted as needed.

    • JobQ provides a way to manage and control the execution of batch jobs efficiently.

    • Example: WRKJOBQ command is used to display the jobs in a specific job queu

  • Answered by AI
  • Q4. What are the types of job scheduler in as400
  • Ans. 

    There are two types of job schedulers in AS400: the native job scheduler and the advanced job scheduler.

    • The native job scheduler is the default scheduler provided by AS400.

    • It allows scheduling jobs based on time, date, and other criteria.

    • The advanced job scheduler is a third-party tool that offers more advanced scheduling capabilities.

    • It provides features like dependency management, event-based scheduling, and workload...

  • Answered by AI
Round 3 - Technical 

(7 Questions)

  • Q1. How to download the files from as400 system .
  • Ans. 

    To download files from AS400 system, use FTP or a file transfer utility like IBM i Access Client Solutions.

    • Use FTP (File Transfer Protocol) to transfer files from AS400 system to another system.

    • Install and configure an FTP client on your local machine.

    • Connect to the AS400 system using the FTP client.

    • Navigate to the directory where the files are located on the AS400 system.

    • Use the 'get' command to download the files to ...

  • Answered by AI
  • Q2. How to insert your data in as400
  • Ans. 

    To insert data in AS400, use SQL INSERT statement with appropriate table name and column values.

    • Connect to AS400 database using JDBC or ODBC driver

    • Construct an SQL INSERT statement with the table name and column names

    • Provide the values to be inserted for each column in the VALUES clause

    • Execute the INSERT statement using a prepared statement or statement object

  • Answered by AI
  • Q3. What are MQ's in AS400
  • Ans. 

    MQ's in AS400 are message queues used for inter-process communication.

    • MQ's in AS400 allow different programs or processes to communicate with each other by sending and receiving messages.

    • They provide a reliable and asynchronous way of exchanging data between applications.

    • MQ's can be used for various purposes such as sending notifications, transferring data between systems, or triggering actions based on events.

    • They are...

  • Answered by AI
  • Q4. How to check the data area value in as400
  • Ans. 

    To check the data area value in AS400, you can use the DSPDTAARA command.

    • Use the DSPDTAARA command followed by the library and data area name to display the value.

    • You can also use the RTVDTAARA command to retrieve the value into a program variable.

    • If the data area is in a different library, specify the library name before the data area name.

    • Ensure that you have the necessary authority to access the data area.

  • Answered by AI
  • Q5. How to check the object locks and steps to make the job run.
  • Ans. 

    To check object locks, use system tools like Process Explorer or Task Manager. To make the job run, ensure necessary dependencies are met.

    • Use system tools like Process Explorer or Task Manager to check object locks

    • Ensure necessary dependencies are met for the job to run smoothly

  • Answered by AI
  • Q6. How to make job run from one jobq to another.
  • Ans. 

    To make a job run from one jobq to another, you can use the CHGJOBQ command in IBM i (AS/400) system.

    • Use the CHGJOBQ command to change the job queue of a job

    • Specify the new job queue name in the JOBQ parameter of the CHGJOBQ command

    • The job will be moved to the specified job queue when it is next eligible to run

  • Answered by AI
  • Q7. How to submit a job in as400

Interview Preparation Tips

Topics to prepare for Cognizant Junior Software Engineer interview:
  • AS400 Admin
  • AS00 rpg
  • RPGLE
  • SQL
  • IBM iseries
Interview preparation tips for other job seekers - It was a very good experience of me in interview and the work environment is really nice.

Skills evaluated in this interview

Cognizant interview questions for designations

 Junior Software Developer

 (10)

 Software Engineer

 (205)

 Junior Engineer

 (7)

 Senior Software Engineer

 (43)

 Associate Software Engineer

 (27)

 Software Engineer Trainee

 (15)

 Software Testing Engineer

 (7)

 Software Development Engineer

 (3)

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

I applied via Naukri.com and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic questions on Java J2EE and Web development
Round 2 - Behavioral 

(1 Question)

  • Q1. Basic questions on projects worked, resume and Agile methodology
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Get interview-ready with Top Cognizant Interview Questions

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Feb 2022. There were 4 interview rounds.

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 Resume tips
Round 2 - Coding Test 

Hackerrank test is the first round

Round 3 - Technical 

(2 Questions)

  • Q1. Technical interview comprises of your tech skill domain
  • Q2. Past exp and projects
Round 4 - HR 

(1 Question)

  • Q1. Basic hr questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid getting phished in the company, it's a scam. They hire you in one tech domain and deploy you in a project where you will waste your life, for early career transition never join cognizant.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

There are some mathematics and tricks question of english.

Round 2 - Assignment 

Round 2 is English grammar only

Round 3 - HR 

(2 Questions)

  • Q1. Why you choose cognizant?
  • Q2. What is you strength and weakness?

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep learning every time every where?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was fine not tough

Round 2 - Coding Test 

It was tough all are advanced java and SQL Questions

Round 3 - Technical 

(1 Question)

  • Q1. Related to OOPS SQL all
Round 4 - HR 

(1 Question)

  • Q1. Related what you think about company
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic questions on all topics in resume
Round 2 - HR 

(1 Question)

  • Q1. General discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jan 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Normal aptitude questions

Round 2 - Coding Test 

Intermediate coding questions with oops concept

Round 3 - Technical 

(1 Question)

  • Q1. Aptitude, logical reasoning, coding questions
Round 4 - HR 

(1 Question)

  • Q1. Normal question like proofs
Contribute & help others!
anonymous
You can choose to be anonymous

Cognizant Interview FAQs

How many rounds are there in Cognizant Junior Software Engineer interview?
Cognizant interview process usually has 2-3 rounds. The most common rounds in the Cognizant interview process are Technical, Aptitude Test and Coding Test.
How to prepare for Cognizant Junior Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Cognizant. The most common topics and skills that interviewers at Cognizant expect are Engineering Management, Java, Javascript and Software Engineering.
What are the top questions asked in Cognizant Junior Software Engineer interview?

Some of the top questions asked at the Cognizant Junior Software Engineer interview -

  1. If there are 10 ball 2 red, 5 blue ,3 orange and one ball is picked randomly wh...read more
  2. How to check the object locks and steps to make the job r...read more
  3. What are the types of job scheduler in as...read more
How long is the Cognizant Junior Software Engineer interview process?

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

Recently Viewed

LIST OF COMPANIES

Bird Worldwide Flight Services

Locations

JOBS

Bird Worldwide Flight Services

No Jobs

REVIEWS

Bird Worldwide Flight Services

No Reviews

REVIEWS

Bird Worldwide Flight Services

No Reviews

REVIEWS

Bird Worldwide Flight Services

No Reviews

REVIEWS

Bird Worldwide Flight Services

No Reviews

INTERVIEWS

Salesforce

No Interviews

REVIEWS

Bird Worldwide Flight Services

No Reviews

INTERVIEWS

Artemis Health Institute

No Interviews

Tell us how to improve this page.

Cognizant Junior Software Engineer Interview Process

based on 46 interviews

4 Interview rounds

  • Aptitude Test Round
  • Technical Round - 1
  • Technical Round - 2
  • HR Round
View more
Cognizant Junior Software Engineer Salary
based on 5.3k salaries
₹2.7 L/yr - ₹8.4 L/yr
9% more than the average Junior Software Engineer Salary in India
View more details

Cognizant Junior Software Engineer Reviews and Ratings

based on 406 reviews

3.4/5

Rating in categories

3.4

Skill development

3.4

Work-life balance

3.0

Salary

3.1

Job security

3.4

Company culture

2.7

Promotions

3.1

Work satisfaction

Explore 406 Reviews and Ratings
Associate
72.1k 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.9k 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