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 Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Sopra Steria Interview Questions and Answers

Updated 5 Jul 2025
Popular Designations

63 Interview questions

An Associate Engineer was asked 1mo ago
Q. What is Microsoft Excel?
Ans. 

Microsoft Excel is a powerful spreadsheet application used for data organization, analysis, and visualization.

  • Data Organization: Excel allows users to organize data in rows and columns, making it easy to manage large datasets.

  • Formulas and Functions: Users can perform calculations using built-in functions like SUM, AVERAGE, and VLOOKUP.

  • Data Visualization: Excel provides tools like charts and graphs to visually repr...

View all Associate Engineer interview questions
A Project Manager was asked 2mo ago
Q. What is your educational background?
Ans. 

I hold a degree in Project Management, complemented by certifications in Agile and PMP methodologies.

  • Bachelor's degree in Business Administration with a focus on Project Management.

  • Certified Project Management Professional (PMP) from PMI.

  • Completed Agile Certified Practitioner (PMI-ACP) training.

  • Participated in various workshops on risk management and team leadership.

  • Gained practical experience through internships ...

View all Project Manager interview questions
A Senior React JS Developer was asked 4mo ago
Q. How do you fetch an API using the Context API?
Ans. 

Use context api to fetch api data in React

  • Create a context to store the api data

  • Use useContext hook to access the context in components

  • Use useEffect hook to fetch data from api and update the context

  • Pass the context provider to wrap the components that need the api data

View all Senior React JS Developer interview questions
A Software Developer was asked 6mo ago
Q. What is a schema in a database?
Ans. 

Schema in a database is a collection of tables, views, procedures, and other database objects.

  • Schema defines the structure of the database, including tables, columns, relationships, and constraints.

  • It helps in organizing and managing data in a database.

  • Schema can also define access permissions for different users or roles.

  • Example: In a library database, the schema may include tables for books, authors, borrowers, ...

View all Software Developer interview questions
A Java Developer was asked 7mo ago
Q. What is Spring Boot?
Ans. 

Spring Boot is a framework that simplifies the development of Java applications by providing pre-configured settings and tools.

  • Spring Boot eliminates the need for manual configuration by providing defaults for most settings.

  • It allows developers to quickly set up and run standalone Spring-based applications.

  • Spring Boot includes embedded servers like Tomcat, Jetty, or Undertow for easy deployment.

  • It promotes convent...

View all Java Developer interview questions
A SAP Abap Consultant was asked 9mo ago
Q. What are the basics of the data dictionary?
Ans. 

The Data Dictionary in SAP ABAP is a central repository for metadata, defining data structures and relationships in the database.

  • Contains definitions of database objects like tables, views, and data elements.

  • Tables are defined with fields, data types, and keys; e.g., MARA for material master data.

  • Data elements define the type and length of fields; e.g., CHAR, NUMC.

  • Domains specify the technical attributes of data e...

View all SAP Abap Consultant interview questions
An Infra Lead was asked 9mo ago
Q. Intermittent one way audio
Ans. 

Intermittent one way audio can be caused by network issues, device settings, or software glitches.

  • Check network connectivity and bandwidth to ensure stable connection

  • Verify device settings such as microphone and speaker configurations

  • Update software and drivers to address any potential glitches

  • Consider firewall or security settings that may be blocking audio transmission

View all Infra Lead interview questions
Are these interview questions helpful?
A Full Stack Developer was asked 10mo ago
Q. How would you implement caching in Spring Boot?
Ans. 

Spring Boot provides support for caching through annotations like @Cacheable, @CacheEvict, @CachePut.

  • Use @EnableCaching annotation to enable caching in Spring Boot application

  • Use @Cacheable annotation to cache the result of a method

  • Use @CacheEvict annotation to remove entries from the cache

  • Use @CachePut annotation to update the cache without interfering with the method execution

View all Full Stack Developer interview questions
An Automation Test Engineer was asked 11mo ago
Q. Explain the code logic of a hashmap.
Ans. 

Hashmaps store key-value pairs for efficient data retrieval using hashing techniques.

  • Hashmaps use a hash function to compute an index for storing values.

  • Example: In Java, use 'HashMap<String, Integer>' to map names to ages.

  • Collision handling can be done via chaining or open addressing.

  • Time complexity for insertions, deletions, and lookups is O(1) on average.

View all Automation Test Engineer interview questions
A SAP Abap Consultant was asked 11mo ago
Q. What is the difference between writing rollback and omitting commit work?
Ans. 

Rollback cancels the changes made in a transaction, while omitting commit work does not save the changes.

  • Rollback cancels all the changes made in a transaction and reverts the data to its original state.

  • Omitting commit work does not save the changes made in a transaction, but the changes are still visible until the session is closed.

  • Rollback is used when there is an error or issue in the transaction that needs to ...

View all SAP Abap Consultant interview questions

Sopra Steria Interview Experiences

141 interviews found

Infra Lead Interview Questions & Answers

user image Anonymous

posted on 21 Jul 2024

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

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

Round 1 - One-on-one 

(6 Questions)

  • Q1. Search questions on internet related to your domain and mostly questions will be same
  • Q2. Cucm upgrade steps
  • Q3. One way audio issue
  • Ans. 

    One way audio issue troubleshooting

    • Check if the microphone or speaker is properly connected

    • Ensure the audio settings are configured correctly

    • Verify if there are any network issues causing the one way audio problem

  • Answered by AI
  • Q4. Eco issue on call
  • Q5. Intermittent one way audio
  • Ans. 

    Intermittent one way audio can be caused by network issues, device settings, or software glitches.

    • Check network connectivity and bandwidth to ensure stable connection

    • Verify device settings such as microphone and speaker configurations

    • Update software and drivers to address any potential glitches

    • Consider firewall or security settings that may be blocking audio transmission

  • Answered by AI
  • Q6. Transcoder and mtp

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic interview questions day to day operations

Skills evaluated in this interview

NOC Engineer Interview Questions & Answers

user image Sandeep K. Baghel

posted on 5 Jul 2025

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

I appeared for an interview in Jun 2025, where I was asked the following questions.

  • Q1. Intro and What is Cloud?
  • Ans. 

    Cloud computing delivers on-demand computing resources over the internet, enabling scalable and flexible IT solutions.

    • Cloud computing allows users to access and store data on remote servers instead of local devices.

    • Examples of cloud services include Amazon Web Services (AWS), Microsoft Azure, and Google Cloud Platform.

    • Cloud models include Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Software as...

  • Answered by AI
  • Q2. ServiceNow and it's attributes.
  • Ans. 

    ServiceNow is a cloud-based platform for IT service management, automating workflows and improving service delivery.

    • IT Service Management (ITSM): Streamlines IT services, incident management, and problem resolution.

    • Workflow Automation: Automates repetitive tasks, enhancing efficiency (e.g., ticket routing).

    • Self-Service Portal: Allows users to submit requests and track incidents independently.

    • Integration Capabilities: C...

  • Answered by AI
  • Q3. AWS and basics of Azure.
  • Q4. What is EC2, how do you login to an instance.
  • Ans. 

    EC2 is Amazon's cloud computing service that allows users to run virtual servers on demand.

    • EC2 stands for Elastic Compute Cloud, part of AWS (Amazon Web Services).

    • You can launch instances using the AWS Management Console, CLI, or SDKs.

    • To log in to an EC2 instance, you typically use SSH for Linux instances.

    • Example command for SSH: `ssh -i /path/to/key.pem ec2-user@instance-public-dns`.

    • For Windows instances, you can use ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just share what you know, they will ask very basics. All the best.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. Can we write commit work in enhancement ?
  • Ans. 

    No, commit work cannot be written in enhancement.

    • Commit work statement cannot be written in enhancement as it can lead to inconsistencies in the database.

    • Enhancements are meant to enhance the standard functionality without modifying it directly.

    • Using commit work in enhancement can cause issues during system upgrades or patches.

    • Instead of using commit work in enhancement, it is recommended to use implicit enhancements o...

  • Answered by AI
  • Q2. What is search help ? What are its different types?
  • Ans. 

    Search help is a tool used in SAP ABAP to help users find values for input fields. There are different types like elementary search help and collective search help.

    • Search help is a tool in SAP ABAP used to assist users in finding values for input fields.

    • Elementary search help is used for a single field, while collective search help is used for multiple fields.

    • Search helps can be defined using tables, views, or function...

  • Answered by AI
  • Q3. What is the difference between BADI and user exit ?
  • Ans. 

    BADI is an enhancement technique in SAP ABAP that allows for multiple implementations, while user exits are single-point enhancements.

    • BADI allows for multiple implementations to be active at the same time, while user exits only allow for one at a time.

    • BADI is object-oriented and can be used in multiple applications, while user exits are specific to a particular program or transaction.

    • BADI is implemented using classes a...

  • Answered by AI
  • Q4. What is rollback work?
  • Ans. 

    Rollback work is a process in SAP ABAP where changes made in a transaction are undone and the system is restored to its previous state.

    • Rollback work is used to revert changes made in a transaction if an error occurs or if the user decides to cancel the changes.

    • It ensures data consistency and integrity by undoing incomplete or incorrect transactions.

    • Rollback work can be triggered manually by the user or automatically by...

  • Answered by AI
  • Q5. What is the difference between writing rollback and omitting commit work ?
  • Ans. 

    Rollback cancels the changes made in a transaction, while omitting commit work does not save the changes.

    • Rollback cancels all the changes made in a transaction and reverts the data to its original state.

    • Omitting commit work does not save the changes made in a transaction, but the changes are still visible until the session is closed.

    • Rollback is used when there is an error or issue in the transaction that needs to be un...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Sopra Steria SAP Abap Consultant interview:
  • Enhancements
  • Badis

Skills evaluated in this interview

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

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. Depends upon the designation and job profile.
  • Q2. Totally depends upon the designation and job profile.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for interview as per the job profile and designation.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. About SQL and DBMS
  • Q2. About DSA, Improvizing program
Round 2 - Aptitude Test 

Tracing the Flowchart

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 experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. Tell me about your self
  • Q2. How you spend your last weekend
  • Ans. 

    I spent my last weekend exploring nature, reading a captivating book, and enjoying quality time with family and friends.

    • Went hiking at a local trail, enjoying the fresh air and beautiful scenery.

    • Read 'The Night Circus' by Erin Morgenstern, which was both enchanting and thought-provoking.

    • Cooked a family dinner, trying out a new recipe for homemade pasta.

    • Spent Sunday afternoon playing board games with friends, fostering ...

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Hashmap code logic
  • Ans. 

    Hashmaps store key-value pairs for efficient data retrieval using hashing techniques.

    • Hashmaps use a hash function to compute an index for storing values.

    • Example: In Java, use 'HashMap<String, Integer>' to map names to ages.

    • Collision handling can be done via chaining or open addressing.

    • Time complexity for insertions, deletions, and lookups is O(1) on average.

  • Answered by AI
  • Q2. Propertiy file , xpath ,excel file code
Round 2 - Behavioral 

(2 Questions)

  • Q1. Resume based question
  • Q2. Ci cd jenkin question

Interview Preparation Tips

Interview preparation tips for other job seekers - Best of luck
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant

Round 1 - Technical 

(1 Question)

  • Q1. Ask for basic dot net questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Question based on fundmentals of CS

Round 2 - Technical 

(2 Questions)

  • Q1. Dsa related problem ,SQL and your project.
  • Q2. Majorly focouses on Dsa and SQL
Round 3 - HR 

(1 Question)

  • Q1. Ask question about your shifts and timings and will you able to relocate or not

Graduate Trainee Interview Questions & Answers

user image 66_ 115_meenakshi

posted on 9 Jul 2024

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

I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was an critical thinking round in aptitude so much concentration but said it's really easy anyone can crack it just Little bit attention is needed.

Round 2 - Technical 

(2 Questions)

  • Q1. What is joints ? Dml and ddl commands ?
  • Ans. 

    Joints are connections between bones in the body. DML commands are used to manipulate data in a database, while DDL commands are used to define the structure of a database.

    • Joints are where two or more bones meet and allow for movement.

    • DML (Data Manipulation Language) commands like INSERT, UPDATE, and DELETE are used to manage data in a database.

    • DDL (Data Definition Language) commands like CREATE, ALTER, and DROP are us...

  • Answered by AI
  • Q2. All from cv like frontend and backend code for object creation in .net developer?
Round 3 - HR 

(2 Questions)

  • Q1. Is the bond you like it ?
  • Ans. 

    Bonds are essential financial instruments that provide stability and income, appealing to conservative investors.

    • Bonds are fixed-income securities that pay interest over time.

    • They are less volatile than stocks, making them a safer investment.

    • For example, government bonds are backed by the government, reducing risk.

    • Corporate bonds can offer higher yields but come with increased risk.

    • Bonds can diversify an investment por...

  • Answered by AI
  • Q2. Other verification process ?
  • Ans. 

    Other verification processes may include background checks, reference checks, skills assessments, and psychometric tests.

    • Background checks: Verify employment history, criminal record, and education credentials.

    • Reference checks: Contacting previous employers or colleagues for feedback on the candidate.

    • Skills assessments: Testing the candidate's abilities in specific areas relevant to the job.

    • Psychometric tests: Assessin...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It is really good company to starting for and I personally learned sooo many things and in learning process too.

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Sopra Steria?
Ask anonymously on communities.

Sopra Steria Interview FAQs

How many rounds are there in Sopra Steria interview?
Sopra Steria interview process usually has 2-3 rounds. The most common rounds in the Sopra Steria interview process are Technical, HR and Aptitude Test.
How to prepare for Sopra Steria 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 Java, SQL, Javascript, Python and SAP ABAP.
What are the top questions asked in Sopra Steria interview?

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

  1. What type of ticketing tool was used in your previous organizati...read more
  2. What are DHCP and DNS what are their us...read more
  3. Do you know about Office 365 and Active directo...read more
What are the most common questions asked in Sopra Steria HR round?

The most common HR questions asked in Sopra Steria interview are -

  1. What are your strengths and weakness...read more
  2. What are your salary expectatio...read more
  3. Tell me about yourse...read more
How long is the Sopra Steria interview process?

The duration of Sopra Steria interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 128 interview experiences

Difficulty level

Easy 17%
Moderate 74%
Hard 9%

Duration

Less than 2 weeks 66%
2-4 weeks 24%
4-6 weeks 6%
More than 8 weeks 4%
View more
Join Sopra Steria The world is how we shape it

Interview Questions from Similar Companies

Accenture Interview Questions
3.7
 • 8.7k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Genpact Interview Questions
3.7
 • 3.4k Interviews
IBM Interview Questions
3.9
 • 2.5k Interviews
DXC Technology Interview Questions
3.6
 • 842 Interviews
NTT Data Interview Questions
3.8
 • 662 Interviews
EPAM Systems Interview Questions
3.7
 • 570 Interviews
View all

Sopra Steria Reviews and Ratings

based on 2k reviews

3.8/5

Rating in categories

3.5

Skill development

4.0

Work-life balance

3.4

Salary

3.9

Job security

3.8

Company culture

3.0

Promotions

3.5

Work satisfaction

Explore 2k Reviews and Ratings
ServiceNow Developer Technical Lead

Noida

6-8 Yrs

Not Disclosed

Python/React Developer

Noida

3-5 Yrs

Not Disclosed

Node/React Module Lead

Noida

3-5 Yrs

₹ 9.6-22.5 LPA

Explore more jobs
Module Lead
1.8k salaries
unlock blur

₹11.3 L/yr - ₹19 L/yr

Senior Software Engineer
1.7k salaries
unlock blur

₹7.4 L/yr - ₹14 L/yr

Technical Lead
1.1k salaries
unlock blur

₹15.4 L/yr - ₹27 L/yr

Software Engineer
1.1k salaries
unlock blur

₹4.9 L/yr - ₹10 L/yr

Process Associate
462 salaries
unlock blur

₹1.8 L/yr - ₹5 L/yr

Explore more salaries
Compare Sopra Steria with

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare
write
Share an Interview