Premium Employer

i

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

Sopra Steria Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 1.8k Reviews

Filter interviews by

Sopra Steria Mainframe Developer Interview Questions and Answers

Updated 6 Jan 2025

Sopra Steria Mainframe Developer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Good and moderate.
This good experience to attend interview and if we have good knowledge will trackit

Round 2 - HR 

(2 Questions)

  • Q1. Personal questions for location and salary discussion and shift
  • Q2. Reallocate is possible if it's required

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
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Sort condition, null indicator, curser,db2 errors,
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

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

Interview Questionnaire 

2 Questions

  • Q1. Wt r the jcl abends u r faced?
  • Ans. 

    I have faced JCL abends related to syntax errors, data set errors, and system errors.

    • Syntax errors such as missing or incorrect parameters in JCL statements

    • Data set errors such as incorrect allocation or access permissions

    • System errors such as resource unavailability or system crashes

    • Examples include S0C7, S322, and U4038 abends

  • Answered by AI
  • Q2. Procedures in Mainframe
  • Ans. 

    Procedures in Mainframe are sets of instructions that automate tasks and ensure consistency.

    • Procedures are written in JCL (Job Control Language) and can be executed manually or scheduled to run automatically.

    • They can be used for tasks such as backups, file transfers, and system maintenance.

    • Procedures can include condition codes to handle errors and exceptions.

    • They can also be nested within other procedures for more com...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Say the answer brightly and confidence.

Skills evaluated in this interview

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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Sort condition, null indicator, curser,db2 errors,

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

I was interviewed in Sep 2019.

Interview Questionnaire 

2 Questions

  • Q1. Any vacancies for mainframes fresher??
  • Q2. I got a mail for Dxc technology but I fill my details and send to mail which is given in the description but no response for the recruiter
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

Sopra Steria Interview FAQs

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

Some of the top questions asked at the Sopra Steria Mainframe Developer interview -

  1. Personal questions for location and salary discussion and sh...read more
  2. Reallocate is possible if it's requi...read more

Tell us how to improve this page.

Sopra Steria Mainframe Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Join Sopra Steria The world is how we shape it
Sopra Steria Mainframe Developer Salary
based on 16 salaries
₹4.5 L/yr - ₹13.5 L/yr
21% more than the average Mainframe Developer Salary in India
View more details

Sopra Steria Mainframe Developer Reviews and Ratings

based on 3 reviews

3.1/5

Rating in categories

3.0

Skill development

4.9

Work-life balance

3.1

Salary

4.9

Job security

4.9

Company culture

3.0

Promotions

3.1

Work satisfaction

Explore 3 Reviews and Ratings
Module Lead
1.8k salaries
unlock blur

₹6.4 L/yr - ₹21.5 L/yr

Senior Software Engineer
1.7k salaries
unlock blur

₹5.1 L/yr - ₹15 L/yr

Technical Lead
1.1k salaries
unlock blur

₹9 L/yr - ₹26.5 L/yr

Software Engineer
1k salaries
unlock blur

₹3.5 L/yr - ₹10.7 L/yr

Process Associate
502 salaries
unlock blur

₹1.8 L/yr - ₹4.8 L/yr

Explore more salaries
Compare Sopra Steria with

Capgemini

3.7
Compare

Accenture

3.8
Compare

TCS

3.7
Compare

Wipro

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