Upload Button Icon Add office photos
Engaged Employer

i

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

Birlasoft Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 2.7k Reviews

Filter interviews by

Birlasoft Senior Mainframe Developer Interview Questions and Answers

Updated 2 Apr 2024

Birlasoft Senior Mainframe Developer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is difference between index and subscript and how do you define them?
  • 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 used to access elements in an array by specifying the position.

    • Example: In an array arr[5], 5 is the index, while arr[i] uses the subscript i to access elements.

  • Answered by AI
  • Q2. What is the difference between continue and next sentence giving some practical coding examples

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

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

I applied via Company Website and was interviewed in Aug 2021. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Difference between call by value and call by reference
  • Ans. 

    Call by value passes a copy of the value while call by reference passes the address of the value.

    • Call by value is used for simple data types like int, float, etc.

    • Call by reference is used for complex data types like arrays, structures, etc.

    • Call by value does not modify the original value while call by reference can modify the original value.

    • Call by value is faster than call by reference as it does not involve memory ac...

  • Answered by AI
  • Q2. Being a EEE student why you join IT sectors
  • Q3. Most difficult situation you face in your life
  • Q4. Worst decision that you took in your life
  • Q5. Explain oops concept
  • Ans. 

    OOPs is a programming paradigm based on the concept of objects that interact with each other.

    • OOPs stands for Object-Oriented Programming.

    • It focuses on creating objects that have properties and methods.

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four main pillars of OOPs.

    • Example: A car is an object that has properties like color, model, and methods like start, stop, and accelerate.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just give answers with clarity mind and your own intentions,
While you answering just listen the question that asked by interviewer
And whatever languages you said they ask only about those programming languages questions only

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. All the basics questions of cobol,jcl,db2
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

Birlasoft Interview FAQs

How many rounds are there in Birlasoft Senior Mainframe Developer interview?
Birlasoft interview process usually has 1 rounds. The most common rounds in the Birlasoft interview process are Technical.
What are the top questions asked in Birlasoft Senior Mainframe Developer interview?

Some of the top questions asked at the Birlasoft Senior Mainframe Developer interview -

  1. What is difference between index and subscript and how do you define th...read more
  2. What is the difference between continue and next sentence giving some practical...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Birlasoft interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
DXC Technology Interview Questions
3.7
 • 803 Interviews
Mphasis Interview Questions
3.4
 • 793 Interviews
Nagarro Interview Questions
4.0
 • 769 Interviews
View all
Software Developer
1.5k salaries
unlock blur

₹2.5 L/yr - ₹11 L/yr

Senior Software Engineer
1.3k salaries
unlock blur

₹5.4 L/yr - ₹24 L/yr

Software Engineer
1.1k salaries
unlock blur

₹2.5 L/yr - ₹10.5 L/yr

Technical Lead
1.1k salaries
unlock blur

₹10 L/yr - ₹33.8 L/yr

Technical Specialist
1.1k salaries
unlock blur

₹7.9 L/yr - ₹30 L/yr

Explore more salaries
Compare Birlasoft with

Accenture

3.9
Compare

Cognizant

3.8
Compare

Capgemini

3.8
Compare

Wipro

3.7
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