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
3.8

based on 47.9k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Cognizant Mainframe Developer Interview Questions and Answers

Updated 23 Oct 2024

Cognizant Mainframe Developer Interview Experiences

5 interviews found

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

I applied via Job Fair and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Diff between static and dynamic call
  • Ans. 

    Static call is resolved at compile time, while dynamic call is resolved at runtime.

    • Static call is determined at compile time based on the code structure.

    • Dynamic call is determined at runtime based on the actual object being referenced.

    • Static call is faster as it does not require runtime resolution.

    • Dynamic call allows for flexibility and polymorphism in programming.

    • Example: In Java, static method calls are resolved at c...

  • Answered by AI
  • Q2. Diff between index and subscript
  • Ans. 

    Index is the position of an element in an array, while subscript is the value used to access that element.

    • Index starts from 0 in most programming languages.

    • Subscript is the value enclosed in square brackets used to access an element in an array.

    • Example: In array arr = [10, 20, 30], arr[1] has index 1 and subscript value 20.

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Location discussion
Interview experience
4
Good
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Interview: Self Introduction, overflow of project, role, catlg proc instream proc difference, Gdg and syntax to create Gdg, parameters of Gdg, Restart parameter, condition parameters, Ibm utilities, to re...

Mainframe Developer Interview Questions Asked at Other Companies

asked in TCS
Q1. How will you use NULL indicator in your program? How will you use ... read more
asked in EXL Service
Q2. What is the scripting language used on IBM mainframe operating sy ... read more
asked in TCS
Q3. How will you use cursor in COBOL program? What is the difference ... read more
asked in Infosys
Q4. What is the difference between comp comp3
Q5. what syntax you give in Parm parameters to not be abend job when ... read more

I applied via Naukri.com and was interviewed in Nov 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Redefine clause of COBOL
  • Ans. 

    Redefine clause in COBOL allows a data item to be referenced by different names and formats.

    • Redefine clause is used to save memory space by sharing the same memory location for different data items.

    • It is used to define a new data item that shares the same storage area as an existing data item.

    • The new data item can have a different data type, length, or picture clause than the original data item.

    • Example: 01 EMPLOYEE-DET...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay confident even if u miss out some questions dont get nervous, show your commitment towards learnings.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Utilities and related to DB2 questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare deeply they can ask any questions

Cognizant interview questions for designations

 Mainframe Programmer

 (1)

 Developer

 (6)

 Software Developer

 (126)

 Java Developer

 (26)

 Salesforce Developer

 (19)

 Python Developer

 (11)

 Web Developer

 (10)

 Servicenow Developer

 (9)

I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was done for around 1 hour.
It covered all the general COBOL, jcl, db2, vsam, cics questions. The interview is basic and easy to clear for someone who knows their basics.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Job statement in JCL
  • Ans. 

    Job Control Language (JCL) is used to define and execute jobs on mainframe systems.

    • JCL statements are used to specify the job to be executed, including input/output files, program to be run, and other job control parameters.

    • Example: //JOBNAME JOB (ACCOUNT), 'DESCRIPTION',CLASS=A,MSGCLASS=X

    • JCL statements are written in a specific format with keywords and parameters to define the job steps and execution flow.

    • Example: //S

  • Answered by AI
  • Q2. Utility used to create a GDG.
  • Ans. 

    IDCAMS is the utility used to create a GDG.

    • IDCAMS is a utility program used in z/OS to define and manage VSAM datasets, including GDGs (Generation Data Groups).

    • To create a GDG using IDCAMS, you would typically write a JCL job that includes IDCAMS statements to define the GDG base and generations.

    • Example: //STEP1 EXEC PGM=IDCAMS //SYSIN DD * DEFINE GDG(NAME(TEST.GDG) LIMIT(10) SCRATCH)

  • Answered by AI
  • Q3. Difference b/w COMP & COMP 3 along with scenario-based questions on this topic
  • Q4. CICS related question regarding CICS transactions and its life cycle.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare and attend interviews.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Types of utilities in mainframe
  • Ans. 

    Mainframe utilities are software programs used for various tasks like data management, job scheduling, and system maintenance.

    • IEFBR14 - used for creating empty datasets

    • IEBCOPY - used for copying datasets

    • IEBGENER - used for generating datasets

    • IDCAMS - used for defining and managing VSAM datasets

    • DFSORT - used for sorting and merging datasets

  • Answered by AI
  • Q2. Differentiate between Comp vs Comp3
  • Ans. 

    Comp is a binary data type with fixed length, while Comp3 is a packed decimal data type with variable length.

    • Comp is binary and fixed length, while Comp3 is packed decimal and variable length

    • Comp stores data in binary format, while Comp3 stores data in packed decimal format

    • Comp uses 4 bytes for each field, while Comp3 uses variable length depending on the precision required

    • Example: Comp field with value 1234 will be st...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What is your salary expectation
  • Ans. 

    My salary expectation is based on my experience, skills, and the market rate for Mainframe Developers.

    • Consider my years of experience in Mainframe development

    • Research the average salary for Mainframe Developers in the current market

    • Factor in the location and size of the company

  • Answered by AI
  • Q2. What you want to leave your current organisation
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Looking for a more challenging role that allows me to further develop my skills

    • Interested in exploring new technologies and methodologies

    • Seeking a more supportive and collaborative work environment

    • Want to take on more responsibility and leadership opportunities

  • Answered by AI

Skills evaluated in this interview

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

(3 Questions)

  • Q1. All topics covered including sort
  • Q2. Db2 queries like select insert, DML,DDL
  • Q3. Cobol inspect statement, Cursors, Dynamic and Static calls
Round 2 - Technical 

(1 Question)

  • Q1. SQL queries , Table declarations, DML,DDL statements
Round 3 - HR 

(1 Question)

  • Q1. About yourself, package discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain Precompilation process
  • Q2. How do you do Load and Unload Process
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Jobs / jcls/proc
  • Q2. Jobs/jcls/proc/cobol/db2/cics/mainframe technical questions

Cognizant Interview FAQs

How many rounds are there in Cognizant Mainframe Developer interview?
Cognizant interview process usually has 1-2 rounds. The most common rounds in the Cognizant interview process are Technical, One-on-one Round and HR.
How to prepare for Cognizant Mainframe Developer 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 Cobol, JCL, Cics, Db2 and VSAM.
What are the top questions asked in Cognizant Mainframe Developer interview?

Some of the top questions asked at the Cognizant Mainframe Developer interview -

  1. Redefine clause of CO...read more
  2. Diff between static and dynamic c...read more
  3. Diff between index and subscr...read more

Tell us how to improve this page.

People are getting interviews through

based on 5 Cognizant interviews
Job Portal
Campus Placement
60%
20%
20% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Cognizant Mainframe Developer Salary
based on 503 salaries
₹2.7 L/yr - ₹10.5 L/yr
8% less than the average Mainframe Developer Salary in India
View more details

Cognizant Mainframe Developer Reviews and Ratings

based on 35 reviews

4.1/5

Rating in categories

3.5

Skill development

3.6

Work-Life balance

3.4

Salary & Benefits

3.4

Job Security

3.8

Company culture

3.1

Promotions/Appraisal

3.5

Work Satisfaction

Explore 35 Reviews and Ratings
Mainframe Developer

Hyderabad / Secunderabad,

Chennai

+1

6-10 Yrs

Not Disclosed

Cognizant Hiring For Mainframe Developers

Hyderabad / Secunderabad,

Chennai

+1

5-10 Yrs

Not Disclosed

Mainframe Developer

Hyderabad / Secunderabad,

Chennai

+1

6-11 Yrs

Not Disclosed

Explore more jobs
Associate
72.6k salaries
unlock blur

₹5.1 L/yr - ₹16 L/yr

Programmer Analyst
55.4k salaries
unlock blur

₹2.4 L/yr - ₹9.7 L/yr

Senior Associate
48.3k salaries
unlock blur

₹8.9 L/yr - ₹27 L/yr

Senior Processing Executive
28.6k salaries
unlock blur

₹1.8 L/yr - ₹9 L/yr

Technical Lead
17.6k salaries
unlock blur

₹5.9 L/yr - ₹24.2 L/yr

Explore more salaries
Compare Cognizant with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

Accenture

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview