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

Clear (1)

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. How will you abend the program? by moving error code to Return co ... 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

 Developer

 (6)

 Software Developer

 (123)

 Java Developer

 (24)

 Salesforce Developer

 (18)

 RPA Developer

 (10)

 Application Developer

 (9)

 Python Developer

 (9)

 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

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

I applied via Job Portal and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Solid principles in c#
  • Ans. 

    Solid principles are a set of design principles for writing maintainable and scalable code in C#.

    • Single Responsibility Principle (SRP) - a class should have only one reason to change

    • Open/Closed Principle (OCP) - a class should be open for extension but closed for modification

    • Liskov Substitution Principle (LSP) - derived classes should be substitutable for their base classes

    • Interface Segregation Principle (ISP) - client...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good company for freshers as well as beginners

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

I applied via Campus Placement and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. 1.Describe a situation where you have taken a quick decision and failed, and a situation where you succeeded. 2. What is a skill you have tried to achieve but failed? 3. Describe a decision you have taken ...

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Always try to take risk in small problems . When you face the consequences, you would be able to tackle bigger problems.
2. Every skill you learn, even if you didn't excel in it is not to be considered a waste of time/failure, you learn something simply by participating.
Contribute & help others!
anonymous
You can choose to be anonymous

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 Mainframes.
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

Recently Viewed

JOBS

Genpact

jodhpur

No Jobs

JOBS

Infosys

Lead

63 jobs

SALARIES

Infosys

Lead

unlock blur L/yr

(167 salaries)

REVIEWS

Infosys

Lead

4.3

(8 reviews)

JOBS

Maintec Technologies

No Jobs

JOBS

Arroyo IT Solutions

No Jobs

JOBS

Global Applications

No Jobs

REVIEWS

Amazon

No Reviews

COMPANY BENEFITS

Amazon

No Benefits

COMPANY BENEFITS

Amazon

No Benefits

Tell us how to improve this page.

Cognizant Mainframe Developer Interview Process

based on 3 interviews

1 Interview rounds

  • Technical Round
View more
Cognizant Mainframe Developer Salary
based on 524 salaries
₹2.7 L/yr - ₹12.5 L/yr
6% more than the average Mainframe Developer Salary in India
View more details

Cognizant Mainframe Developer Reviews and Ratings

based on 39 reviews

4.0/5

Rating in categories

3.4

Skill development

3.7

Work-life balance

3.3

Salary

3.3

Job security

3.9

Company culture

2.9

Promotions

3.3

Work satisfaction

Explore 39 Reviews and Ratings
Mainframe Developer

Chennai,

Coimbatore

+1

6-10 Yrs

Not Disclosed

Mainframe Developers - Face To Face Interview with Cognizant

Hyderabad / Secunderabad,

Chennai

+1

6-11 Yrs

Not Disclosed

Cognizant - Walk-in Interview For Mainframe Developer - 1st Mar Drive

Hyderabad / Secunderabad,

Chennai

5-10 Yrs

Not Disclosed

Explore more jobs
Associate
71.9k 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.7k 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