Upload Button Icon Add office photos
Engaged Employer

i

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

Wipro Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 50.8k Reviews

Filter interviews by

Wipro Mainframe Application Developer Interview Questions and Answers

Updated 13 Oct 2023

Wipro Mainframe Application Developer Interview Experiences

1 interview found

Interview experience
4
Good
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 - One-on-one 

(1 Question)

  • Q1. Job restart steps and process
  • Ans. 

    Job restart steps and process involve identifying the failure, taking corrective actions, and resuming the job from the point of failure.

    • Identify the reason for job failure

    • Take corrective actions to resolve the issue

    • Restart the job from the point of failure

    • Ensure data integrity and consistency after restart

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. About current CTC and expected CTC

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Differnce between soc7 and soc4
  • Ans. 

    S0C7 and S0C4 are both abend codes in mainframe systems, with S0C7 indicating a data exception and S0C4 indicating a protection exception.

    • S0C7 is a data exception abend caused by invalid data or arithmetic operations, while S0C4 is a protection exception abend caused by accessing storage outside authorized areas.

    • S0C7 can be caused by issues like division by zero or invalid data conversion, while S0C4 can be caused by a...

  • Answered by AI
  • Q2. How will you resolve soc7
  • Ans. 

    S0C7 is a data exception error in COBOL programs caused by invalid numeric data.

    • Identify the exact line of code where the S0C7 error occurred

    • Check for invalid data in the input file or variables

    • Ensure proper data validation and error handling mechanisms are in place

    • Use debugging tools like File-AID or Xpediter to trace the error

  • Answered by AI

Skills evaluated in this interview

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
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
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
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
No response

I was interviewed in Apr 2024.

Round 1 - Technical 

(1 Question)

  • Q1. 1. Asked about my current project and asked to explain the Cobol program written for that 2. Difference between Call by reference and Call by Content 3. Difference between Primary Key, Unique key and forei...
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What's the use of repro
  • Ans. 

    REPRO is a utility program used in mainframe systems to copy or replicate datasets.

    • Used to copy datasets from one location to another

    • Can be used to replicate datasets for backup purposes

    • Helps in transferring datasets between different systems or environments

  • Answered by AI
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Technical interview
  • Q2. Technical core questions
Round 2 - Technical 

(1 Question)

  • Q1. Technical interview
Round 3 - HR 

(1 Question)

  • Q1. Regarding salary discussion

Wipro Interview FAQs

How many rounds are there in Wipro Mainframe Application Developer interview?
Wipro interview process usually has 3 rounds. The most common rounds in the Wipro interview process are Resume Shortlist, One-on-one Round and HR.
What are the top questions asked in Wipro Mainframe Application Developer interview?

Some of the top questions asked at the Wipro Mainframe Application Developer interview -

  1. job restart steps and proc...read more
  2. about current CTC and expected ...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
View all
Project Engineer
32.6k salaries
unlock blur

₹1.8 L/yr - ₹8.3 L/yr

Senior Software Engineer
22.9k salaries
unlock blur

₹5.8 L/yr - ₹22.5 L/yr

Senior Associate
21.2k salaries
unlock blur

₹0.8 L/yr - ₹5.5 L/yr

Senior Project Engineer
20.5k salaries
unlock blur

₹5 L/yr - ₹19 L/yr

Technical Lead
18.6k salaries
unlock blur

₹8.2 L/yr - ₹36.5 L/yr

Explore more salaries
Compare Wipro with

TCS

3.7
Compare

Infosys

3.7
Compare

Tesla

4.3
Compare

Amazon

4.1
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