Upload Button Icon Add office photos
Engaged Employer

i

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

SAP Verified Tick

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

SAP Automation Test Engineer Interview Questions and Answers

Updated 3 Jun 2024

SAP Automation Test Engineer Interview Experiences

3 interviews found

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

I applied via campus placement at Indian Institute of Technology (IIT), Guwahati and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Coding Test 

2 dsa questions 1 hour time limit. easy-medium level

Round 2 - Technical 

(1 Question)

  • Q1. Questions on python,c,c++. OOPS and DSA questions
Round 3 - Technical 

(1 Question)

  • Q1. Implementations of projects mentioned on my resume, couple of DSA questions

I applied via Naukri.com and was interviewed in Aug 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic java questions, manual concepts,SQL basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on what you know your skills

Automation Test Engineer Interview Questions Asked at Other Companies

asked in TCS
Q1. How to handle scrollbar and mouse activities Jenkins and Github S ... read more
asked in Infosys
Q2. Introduce yourself 1.What is STLC 2. difference between Test plan ... read more
Q3. What is Automation? what is selenium?what is xpath? what is regre ... read more
asked in TCS
Q4. 1) cucumber 2) Defects worked on, tell me about the bugs you foun ... read more
asked in Capgemini
Q5. 1] Introduction 2] Sanity Vs Smoke testing 3] Waits in selenium a ... read more

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

Interview Questionnaire 

1 Question

  • Q1. Core Java oops concepts,sql basic commands, selenium FAQs,manual testing basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical round was very difficult, manager round is concentrated on our current project

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Reverse String without Java In built Function
  • Ans. 

    Reverse a string without using Java built-in functions

    • Create a character array from the input string

    • Use two pointers to swap characters at the beginning and end of the array until they meet

    • Convert the character array back to a string

  • Answered by AI
  • Q2. Difference Between Relative Xpath & Absolute Xpath
  • Ans. 

    Relative Xpath is based on the current node while Absolute Xpath starts from the root node of the XML document.

    • Relative Xpath does not start with a forward slash (/) while Absolute Xpath starts with a forward slash (/).

    • Relative Xpath is more flexible and less prone to changes in the structure of the XML document.

    • Absolute Xpath is more specific and provides the full path to the element in the XML document.

    • Relative Xpath...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed before Aug 2023. There were 5 interview rounds.

Round 1 - Aptitude Test 

Aptitude test for about 1.5 hr with around 70 questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. SDLC, STLC related question
  • Q2. Basic technical question resume listed skills
Round 3 - One-on-one 

(2 Questions)

  • Q1. More conceptual questions
  • Q2. One general problem solving question to check thought process
Round 4 - HR 

(2 Questions)

  • Q1. Interview with senior manager
  • Q2. More of a discussion on projects in the company for which they are hiring for my applied role
Round 5 - One-on-one 

(3 Questions)

  • Q1. Interview with Senior Manager about work culture, fitment based questions
  • Q2. One problem solving question was asked in which problem could be broken down into algebric equations and solved
  • Q3. A 10 question trying to understand behaviour and psychology of candidate was asked to be filled prior to interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Have patience, interview process takes time. I gave on site interview.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. About projects on which I had worked
Round 2 - Coding Test 

File read operation to find particular word

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for basic C programs
Know about your project work in details

I applied via LinkedIn and was interviewed in Jun 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Interviewer was not clear with his questions. May be because of his lack of communication skill.

Interview Preparation Tips

Interview preparation tips for other job seekers - I had worst experience in my interview. Interviewer was full of attitude, over smart but had lack of communication skill. He was asking questions out of the box which was not from testing background and he did not have clarity due to his speaking skill. I had to ask him to drop off because of his speaking skill and asking questions not related to testing profile. I had bad experience and would not try for this company again.

I applied via Company Website and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1)How to run failed test case: using failed.xml 2)how to use click in diff ways: by actions class click and by javascriptexecuter 3)array logical program *array reverse *array sec highest number ...
  • Ans. 

    Interview questions for Automation Test Engineer

    • To run failed test case, use failed.xml

    • Click can be used via Actions class or JavascriptExecutor

    • Array programs: reverse, second highest number

    • Constructor in abstract class

    • Test plan and scenario definition

    • Roles and responsibilities in current organization

    • Disable test cases using keyword or include/exclude in suite

    • Polymorphism concept

    • Unix commands used in day to day activit...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I appeared for the interview of test automation engineer at amdocs with 2 years of experience.My only advise would be do basic java. Do selenium properly and learn unix command that will give advantage. Having confidence and great communication skill will cover up your mistakes ...all the best i hope i will clear it

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Full Java Theories
  • Ans. 

    Full Java Theories cover the core concepts of Java programming language.

    • Object-oriented programming

    • Inheritance, polymorphism, encapsulation, and abstraction

    • Exception handling

    • Multithreading

    • Collections framework

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Write a code to create a class (with some attributes) and sort the objects on the basis of their attributes and print the same.
  • Ans. 

    Create a class with attributes, sort objects based on attributes, and print.

    • Create a class with attributes like name, age, and salary

    • Implement Comparable interface to define sorting logic based on attributes

    • Create objects of the class, add them to a list, and use Collections.sort() to sort them

    • Print the sorted objects

  • Answered by AI
  • Q2. Selenium coding exercise to automate a scenario: launch amazon website and Enter text "Mobile" in the search box and retrieve the name and price of all the results and store it in the custom class (with tw...
  • Ans. 

    Automate scenario to search for 'Mobile' on Amazon, retrieve name and price of results, store in custom class, and display on console.

    • Use Selenium WebDriver to launch Amazon website

    • Locate search box element and enter 'Mobile' text

    • Retrieve name and price of search results using appropriate locators

    • Store name and price in custom class with attributes 'name' and 'product'

    • Display stored data on console

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Functional and nonfunctional ,framework, defect life cycle, Fibonacci series, join query, right join, syntax.
  • Q2. Automation selenium program setup
  • Ans. 

    Automation selenium program setup involves installation of selenium, setting up the environment and writing test scripts.

    • Install selenium webdriver and required dependencies

    • Set up the environment variables for the browser and webdriver

    • Write test scripts using programming languages like Java, Python, etc.

    • Execute the test scripts and analyze the results

  • Answered by AI
  • Q3. POM classes, testNG, maven, Jenkins

Interview Preparation Tips

Interview preparation tips for other job seekers - Talk be confidently, when any answer you don't know then simply say sorry.

Skills evaluated in this interview

SAP Interview FAQs

How many rounds are there in SAP Automation Test Engineer interview?
SAP interview process usually has 2 rounds. The most common rounds in the SAP interview process are Technical and Coding Test.
How to prepare for SAP 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 SAP. The most common topics and skills that interviewers at SAP expect are Automation Engineering, Automation Testing, Devops, Docker and Kubernetes.
What are the top questions asked in SAP Automation Test Engineer interview?

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

  1. implementations of projects mentioned on my resume, couple of DSA questi...read more
  2. Core Java oops concepts,sql basic commands, selenium FAQs,manual testing bas...read more
  3. questions on python,c,c++. OOPS and DSA questi...read more

Tell us how to improve this page.

SAP Automation Test Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
SAP Automation Test Engineer Salary
based on 22 salaries
₹3.5 L/yr - ₹10.6 L/yr
At par with the average Automation Test Engineer Salary in India
View more details

SAP Automation Test Engineer Reviews and Ratings

based on 2 reviews

3.1/5

Rating in categories

3.1

Skill development

3.1

Work-life balance

3.1

Salary

3.1

Job security

3.1

Company culture

3.1

Promotions

3.1

Work satisfaction

Explore 2 Reviews and Ratings
Software Developer
1k salaries
unlock blur

₹8.5 L/yr - ₹32 L/yr

Developer
859 salaries
unlock blur

₹10 L/yr - ₹34 L/yr

Developer Associate
821 salaries
unlock blur

₹6.7 L/yr - ₹24 L/yr

Senior Developer
486 salaries
unlock blur

₹13.1 L/yr - ₹48 L/yr

Business Process Consultant
419 salaries
unlock blur

₹10 L/yr - ₹40 L/yr

Explore more salaries
Compare SAP with

Oracle

3.7
Compare

SAS

4.4
Compare

Zoho

4.3
Compare

IBM

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