Upload Button Icon Add office photos

Filter interviews by

Mphasis Mainframe Developer Interview Questions, Process, and Tips

Updated 27 Apr 2024

Top Mphasis Mainframe Developer Interview Questions and Answers

Mphasis Mainframe Developer Interview Experiences

4 interviews found

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 Mar 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. JCL, SORT, COBOL-DB2, COBOL-CICS, DB2 QUERIES, SCENARIO BASED QUESTIONS
Round 2 - Technical 

(1 Question)

  • Q1. Basic COBOL-DB2 Questions, Queries, CICS, JCL, SORT
Round 3 - One-on-one 

(1 Question)

  • Q1. Final round with Hiring Manager

Interview Preparation Tips

Topics to prepare for Mphasis Mainframe Developer interview:
  • JCL
  • Cobol
  • Cics
  • VSAM
  • IBM DB2
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Difference between package and. Plan?
  • Ans. 

    A package is a collection of related modules or programs, while a plan is an execution strategy for those modules.

    • Package is a logical grouping of related modules or programs.

    • Plan is an execution strategy for the modules in a package.

    • Packages are created first, then plans are created to specify how the modules in the package will be executed.

    • Example: A package may contain modules for customer management, while a plan s...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have good knowledge on basics and scenario based questions.

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. what syntax you give in Parm parameters to not be abend job when ... read more
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Jcl COBOL DB2 theory and situation based questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Explain DB2 program execution process Sort keys Isolation levels Cics
  • Ans. 

    DB2 program execution involves sort keys, isolation levels, and integration with CICS.

    • DB2 program execution involves processing SQL statements to interact with the database.

    • Sort keys are used to organize data in a specific order for efficient retrieval.

    • Isolation levels determine the level of data visibility and concurrency control in transactions.

    • CICS (Customer Information Control System) is an online transaction proce...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. What are Db2 utilities, meaning of various SQL Codes, cursor application.
  • Ans. 

    Db2 utilities are tools used for database management, SQL Codes indicate status of SQL operations, and cursors are used for navigating through query results.

    • Db2 utilities are programs used for managing Db2 databases, such as LOAD, REORG, and RUNSTATS.

    • SQL Codes are numeric values that indicate the success or failure of SQL operations, with negative values indicating errors.

    • Cursors are used in database applications to na...

  • Answered by AI
  • Q2. Ways of passing data to the Cobol program.
  • Ans. 

    Data can be passed to a Cobol program through parameters, files, and environment variables.

    • Parameters: Data can be passed to a Cobol program through parameters in the PROCEDURE DIVISION.

    • Files: Data can be read from or written to files using INPUT-OUTPUT sections in the Cobol program.

    • Environment variables: Data can be passed through environment variables like JCL symbols or system variables.

  • Answered by AI
  • Q3. JCL restart, COND parameter, Sort utilities
  • Q4. VSAM Alternate Index
  • Q5. CICS programs and tables, Link & XCTL diff.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for all type of questions. Most of them will be basic mainframe questions. Prepare CICS questions

Skills evaluated in this interview

Mphasis interview questions for designations

 Developer

 (2)

 Software Developer

 (20)

 Java Developer

 (8)

 Backend Developer

 (1)

 Application Developer

 (1)

 Web Developer

 (1)

 Python Developer

 (1)

 ETL Developer

 (1)

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
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Static call details,string handle
  • Q2. COBOL db2 bind deatail , null indicates
Round 2 - One-on-one 

(2 Questions)

  • Q1. Complex situations in project
  • Ans. 

    Handling complex situations in projects requires problem-solving skills, communication, and collaboration.

    • Identify the root cause of the complexity

    • Break down the problem into smaller tasks

    • Collaborate with team members to brainstorm solutions

    • Communicate effectively with stakeholders to manage expectations

    • Prioritize tasks based on urgency and impact

  • Answered by AI
  • Q2. How many people u lead

Interview Preparation Tips

Interview preparation tips for other job seekers - Good
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Assignment 

What is subsrcipt and index , When will use subscript n index

Round 2 - Coding Test 

Coding for condition parameters

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Basic Ingenium related questions
  • Q2. Life insurance concepts
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is SQL CA?
  • Ans. 

    SQL CA stands for SQL Communications Area, which is a data structure used in mainframe programming to communicate between programs and the DB2 database.

    • SQL CA contains information about the SQL statement being executed, such as SQLCODE, SQLSTATE, and error messages.

    • It is used to pass information between the application program and the DB2 database.

    • SQL CA is typically defined in the working storage section of a COBOL pr

  • Answered by AI
  • Q2. Is any condition mandatory to call a program in COBOL?
  • Ans. 

    No, there is no mandatory condition to call a program in COBOL.

    • In COBOL, a program can be called without any mandatory conditions.

    • The CALL statement is used to call a program in COBOL.

    • The called program can be executed based on the logic written within it.

    • Example: CALL 'PROGRAM-NAME' USING parameters.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well mainly focus on COBOL, db2 and PLSQL.

Skills evaluated in this interview

Mainframe Developer Interview Questions & Answers

UST user image Sailakshmi Bellamkonda

posted on 21 Sep 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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. Basic questions
  • Q2. Comp and conp3 difference
  • Ans. 

    comp and comp3 are different data types in Mainframe, with comp3 being a packed decimal format.

    • comp is a binary data type, while comp3 is a packed decimal data type

    • comp uses one byte for each digit, while comp3 uses half a byte for each digit

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

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Senario based questions
Round 4 - HR 

(1 Question)

  • Q1. Person and package details

Skills evaluated in this interview

Mphasis Interview FAQs

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

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

  1. What are Db2 utilities, meaning of various SQL Codes, cursor applicati...read more
  2. Ways of passing data to the Cobol progr...read more
  3. Explain DB2 program execution process Sort keys Isolation levels C...read more

Tell us how to improve this page.

Mphasis Mainframe Developer Interview Process

based on 4 interviews

Interview experience

3.8
  
Good
View more
Mphasis Mainframe Developer Salary
based on 45 salaries
₹3.2 L/yr - ₹9.5 L/yr
31% less than the average Mainframe Developer Salary in India
View more details

Mphasis Mainframe Developer Reviews and Ratings

based on 3 reviews

4.1/5

Rating in categories

3.7

Skill development

4.5

Work-life balance

3.7

Salary

3.3

Job security

4.1

Company culture

3.2

Promotions

3.7

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
6.3k salaries
unlock blur

₹2 L/yr - ₹9.5 L/yr

Senior Software Engineer
5.6k salaries
unlock blur

₹6 L/yr - ₹23 L/yr

Associate Software Engineer
4.6k salaries
unlock blur

₹2 L/yr - ₹7 L/yr

Module Lead
2.4k salaries
unlock blur

₹8.1 L/yr - ₹33 L/yr

Transaction Processing Officer
2.3k salaries
unlock blur

₹1.4 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Mphasis with

Cognizant

3.8
Compare

Wipro

3.7
Compare

Accenture

3.9
Compare

TCS

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