Premium Employer

i

This company page is being actively managed by Infosys Team. If you also belong to the team, you can get access from here

Infosys Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Infosys Mainframe Developer Interview Questions, Process, and Tips

Updated 5 Feb 2025

Top Infosys Mainframe Developer Interview Questions and Answers

View all 13 questions

Infosys Mainframe Developer Interview Experiences

9 interviews found

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

I was interviewed in Jan 2025.

Round 1 - Technical 

(4 Questions)

  • Q1. What is the difference between static and dynamic calls?
  • Q2. How to get control over job execution?
  • Q3. What is a cursor in the context of databases, and what purposes does it serve?
  • Q4. How can null variables be handled in COBOL DB2 programs?
Round 2 - Technical 

(2 Questions)

  • Q1. What is the waterfall model in software development?
  • Q2. What is the Agile framework?
Round 3 - HR 

(1 Question)

  • Q1. Discussion on CTC, work location and project.
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

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
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Static call and dynamic call
  • Q2. Abend SOC4 how to resolve
  • Ans. 

    Abend SOC4 is a system completion code indicating a protection exception error in a mainframe program.

    • Check for invalid data or address in the program

    • Review the program logic for any potential issues

    • Ensure proper handling of data and memory allocation

    • Use debugging tools like IPCS to analyze the error

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is diff between index and subscript
  • Ans. 

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

    • Index is a fixed value that represents the position of an element in an array.

    • Subscript is a variable that is used to access elements in an array.

    • Example: arr[2] - '2' is the index, while '2' is the subscript.

  • Answered by AI
  • Q2. What is explanation for SPUFI
  • Ans. 

    SPUFI stands for SQL Processing Using File Input. It is a tool used to execute SQL queries in DB2 databases.

    • SPUFI is a menu-driven tool provided by IBM for executing SQL queries in DB2 databases.

    • It allows users to interactively execute SQL queries and view the results.

    • SPUFI can be used to test SQL statements before embedding them in application programs.

    • It is commonly used by developers and database administrators for ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare and done well

Skills evaluated in this interview

Infosys interview questions for designations

 Mainframe Operator

 (1)

 Software Engineer and Mainframe Developer

 (1)

 Developer

 (22)

 Software Developer

 (261)

 Java Developer

 (145)

 Salesforce Developer

 (34)

 Web Developer

 (21)

 Angular Developer

 (13)

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

I applied via Walk-in and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Which methodology is your using ?
  • Ans. 

    I am using Agile methodology for software development.

    • Agile methodology focuses on iterative development and collaboration between cross-functional teams.

    • It emphasizes adaptability to changes in requirements and continuous improvement.

    • Examples of Agile practices include Scrum, Kanban, and Extreme Programming (XP).

  • Answered by AI

Get interview-ready with Top Infosys Interview Questions

Round 1 - Aptitude Test 

Aptitude will be easy

Round 2 - HR 

(6 Questions)

  • Q1. What are your salary expectations?
  • Q2. What are your strengths and weaknesses?
  • Q3. Why are you looking for a change?
  • Q4. Share details of your previous job.
  • Q5. Why should we hire you?
  • Q6. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for the interview.

Mainframe Developer Jobs at Infosys

View all

I applied via Naukri.com and was interviewed in Dec 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is the difference between comp comp3
  • Ans. 

    comp and comp3 are data types used in mainframe programming.

    • comp is a binary data type that uses one byte for each digit.

    • comp3 is a packed decimal data type that uses half a byte for each digit.

    • comp3 is more space-efficient but requires additional processing for arithmetic operations.

    • comp3 can store both positive and negative numbers, while comp can only store positive numbers.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be conceptually strong

Skills evaluated in this interview

Mainframe Developer Interview Questions & Answers

user image Depa. patidar14

posted on 15 Feb 2022

Round 1 - Technical 

(1 Question)

  • Q1. Cobol , JCl, Db2 basic question

Interview Preparation Tips

Interview preparation tips for other job seekers - Redefine array sort this is is the important topics

I applied via Naukri.com and was interviewed before Feb 2021. There were 2 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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. Technical, HR & Final round
  • Q2. COBOL,j CL DB 2 VS AM

Interview Preparation Tips

Interview preparation tips for other job seekers - Iam looking for job change, I have 4 Years of experience in Mainframe Developer

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Technical, related to role
  • Q2. Skill, expectation
Round 2 - HR 

(2 Questions)

  • Q1. Salary, offer letter, process
  • Q2. Office

Interview Preparation Tips

Interview preparation tips for other job seekers - avoid Tcs and try to go for developing company

Infosys Interview FAQs

How many rounds are there in Infosys Mainframe Developer interview?
Infosys interview process usually has 1-2 rounds. The most common rounds in the Infosys interview process are Technical, HR and Resume Shortlist.
How to prepare for Infosys 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 Infosys. The most common topics and skills that interviewers at Infosys expect are Mainframes, Cobol, JCL, Cics and Db2.
What are the top questions asked in Infosys Mainframe Developer interview?

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

  1. What is the difference between comp co...read more
  2. What is a cursor in the context of databases, and what purposes does it ser...read more
  3. What is the difference between static and dynamic cal...read more

Tell us how to improve this page.

Infosys Mainframe Developer Interview Process

based on 7 interviews

2 Interview rounds

  • Technical Round
  • HR Round
View more
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Mainframe Developer Salary
based on 223 salaries
₹2.8 L/yr - ₹11 L/yr
7% less than the average Mainframe Developer Salary in India
View more details

Infosys Mainframe Developer Reviews and Ratings

based on 16 reviews

3.5/5

Rating in categories

3.6

Skill development

3.4

Work-life balance

3.0

Salary

3.4

Job security

3.3

Company culture

2.8

Promotions

3.4

Work satisfaction

Explore 16 Reviews and Ratings
Mainframe Developer- Pune

Hyderabad / Secunderabad,

Chennai

+1

2-7 Yrs

Not Disclosed

Mainframe Developer - PAN INDIA

Bangalore / Bengaluru

3-8 Yrs

₹ 10-20 LPA

Mainframe Developer - Bangalore

Kolkata,

Chennai

+1

5-10 Yrs

Not Disclosed

Explore more jobs
Technology Analyst
55.9k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
50.5k salaries
unlock blur

₹2.8 L/yr - ₹8 L/yr

System Engineer
39.5k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
30.8k salaries
unlock blur

₹5.2 L/yr - ₹19.6 L/yr

Senior Associate Consultant
27.7k salaries
unlock blur

₹6.2 L/yr - ₹16.8 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Accenture

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview