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

Filter interviews by

Sopra Steria Automation Test Engineer Interview Questions and Answers

Updated 12 Aug 2024

Sopra Steria Automation Test Engineer Interview Experiences

1 interview found

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
  • 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 questions from similar companies

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 Nov 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Explain selenium framework
  • Ans. 

    Selenium framework is a test automation tool used for web applications.

    • Selenium framework allows for automated testing of web applications.

    • It supports multiple programming languages like Java, Python, C#, etc.

    • Selenium WebDriver is a key component for interacting with web elements.

    • Test scripts can be written using Selenium IDE, WebDriver, or Grid.

    • Selenium framework can be integrated with tools like TestNG, JUnit, etc.,

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Approached by Company

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me your Self introduce
  • Q2. Tell me project structure
  • Ans. 

    Project structure refers to the organization of files, folders, and resources within a software project.

    • Main folders like src (source code), test (test cases), lib (libraries), docs (documentation)

    • Subfolders for specific modules or components

    • Configuration files like pom.xml, package.json, etc.

    • Build scripts like Jenkinsfile, Dockerfile

    • Version control files like .gitignore, .gitattributes

    • README.md file for project overvi

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Skill preparation
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Java, selenium, API MCQ's

Round 2 - Technical 

(3 Questions)

  • Q1. All manual Testing question
  • Q2. Basic to advance java question
  • Q3. API and selenium questions
Round 3 - Technical 

(2 Questions)

  • Q1. All manual testing questions
  • Q2. Java, selenium, API
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed in Mar 2023. There were 4 interview rounds.

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 

(3 Questions)

  • Q1. Program to toggle string
  • Ans. 

    Program to toggle string

    • Create an empty string variable

    • Loop through each character in the input string

    • If the character is uppercase, convert it to lowercase and add to the new string

    • If the character is lowercase, convert it to uppercase and add to the new string

    • Return the new string

  • Answered by AI
  • Q2. Program to check if string is number
  • Ans. 

    Program to check if string is number

    • Use built-in functions like isdigit() or isnumeric()

    • Handle negative numbers and decimal points separately

    • Consider edge cases like leading/trailing spaces and exponential notation

  • Answered by AI
  • Q3. Swap two strings without using third
  • Ans. 

    Swap two strings without using third

    • Use XOR operator

    • Use addition and subtraction

    • Use multiplication and division

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Create alphanumeric string of given length
  • Ans. 

    To create an alphanumeric string of a given length, we can use a combination of random letters and numbers.

    • Determine the length of the string required

    • Create a list of all possible alphanumeric characters

    • Randomly select characters from the list and append them to the string until the desired length is reached

  • Answered by AI
  • Q2. Close selected window and keep rest
Round 4 - One-on-one 

(1 Question)

  • Q1. Describe framework
  • Ans. 

    A framework is a set of guidelines, standards, and tools used to develop and maintain software applications.

    • A framework provides a structure for organizing code and building applications

    • It includes pre-written code libraries, modules, and functions that can be reused

    • Frameworks can be specific to a programming language or technology

    • Examples include Selenium for web testing, Robot Framework for automation testing, and Dj

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Why atos? Coding skills required
  • Ans. 

    Atos is a leading global IT services company with a strong focus on automation and coding skills.

    • Atos is a well-established global IT services company known for its expertise in automation and coding.

    • They have a strong reputation for delivering innovative solutions to clients using cutting-edge technologies.

    • Working at Atos will provide opportunities to enhance coding skills and work on challenging automation projects.

    • A...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Selenium interview questions
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion
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 Oct 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about project
  • Q2. Selenium questions for element and selector
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com

Round 1 - One-on-one 

(2 Questions)

  • Q1. Program to print vowels in the string
  • Ans. 

    Program to print vowels in a string

    • Iterate through each character in the string

    • Check if the character is a vowel (a, e, i, o, u)

    • Print the vowel if it is found

  • Answered by AI
  • Q2. Program to verify given word is anagram
  • Ans. 

    Program to verify if a given word is an anagram

    • Create a function that takes in two strings as input

    • Sort the characters of both strings

    • Compare the sorted strings to check if they are equal

    • Return true if they are anagrams, false otherwise

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Mar 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. 1.Explain yourself? 2. What framework are you working on? 3. What are different types of waits?
  • Ans. 

    I am an automation test engineer with experience in working on various frameworks and implementing different types of waits.

    • I have experience in working on frameworks like Selenium, Appium, TestNG, and JUnit.

    • I have implemented different types of waits like implicit wait, explicit wait, and fluent wait.

    • Implicit wait is used to wait for a certain amount of time before throwing an exception if the element is not found.

    • Exp...

  • Answered by AI
  • Q2. What are your expectations from us?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare about your current project and your role in it.

Sopra Steria Interview FAQs

How many rounds are there in Sopra Steria Automation Test Engineer interview?
Sopra Steria interview process usually has 2 rounds. The most common rounds in the Sopra Steria interview process are Technical and Behavioral.
How to prepare for Sopra Steria Automation Test Engineer 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 Automation Testing, C#, Java, Selenium and Banking Software.
What are the top questions asked in Sopra Steria Automation Test Engineer interview?

Some of the top questions asked at the Sopra Steria Automation Test Engineer interview -

  1. Propertiy file , xpath ,excel file c...read more
  2. Resume based quest...read more
  3. Ci cd jenkin quest...read more

Tell us how to improve this page.

Sopra Steria Automation Test Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Join Sopra Steria The world is how we shape it
Sopra Steria Automation Test Engineer Salary
based on 21 salaries
₹6 L/yr - ₹11 L/yr
16% more than the average Automation Test Engineer Salary in India
View more details

Sopra Steria Automation Test Engineer Reviews and Ratings

based on 5 reviews

3.0/5

Rating in categories

4.0

Skill development

2.1

Work-life balance

3.1

Salary

4.9

Job security

3.0

Company culture

2.1

Promotions

4.0

Work satisfaction

Explore 5 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.4 L/yr - ₹15.1 L/yr

Technical Lead
1.1k salaries
unlock blur

₹9 L/yr - ₹26.5 L/yr

Software Engineer
1k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Process Associate
512 salaries
unlock blur

₹1.5 L/yr - ₹5 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