Devops Engineer applicants have rated the interview process at SAP with 4 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 100% positive. To compare, the company-average is 75.6% positive. This is according to Glassdoor user ratings.
Here are the most commonly searched roles for interview reports -
4 rounds of video interview. Questions were more of Linux, python and shell scripting. Some are scenario based questions. Must be strong in Networking. Last round was with department VP which also involves technical questions
First Hr round where he gave brief about job profile and next is technical round with Manager and one Devops guy in team and final round with other members in the team which is virtual.
Interview questions [1]
Question 1
Linux- how to enter and switch the file
Dockers- how to create containers, what are containers?
How did you created VMs and its networking questions?
What is diff between Rest and Soap API, What is WSDl,
Python questions - one algorith, what is diff in tuples and list,
SAP cloud platfom questions - diff in AWS and SAP cloud platform.
SQL questions - joints, few queries to count and groupby, primary key, forign key, surrogate key?
DataWareHouse questions - dimensions and facts diff in snowflake and star schema,
I applied online. The process took 1 day. I interviewed at SAP (Bengaluru) in Apr 2020
Interview
Telephonic interview of about 1 hour, mostly involving scenario based questions mainly on operating systems, docker, kubernetes, scripting and linux. It was a little difficult and needs a lot of preparation to clear since they ask you twisted questions.
Interview questions [8]
Question 1
What is the difference between windows and linux OS? How are Bash and powershell different
What happens in the backend when you type google.com in your browser? The connection established is through TCP, then why do we get an http response? What is the difference between TCP and HTTP?
What is a docker container? How will your OS differentiate between a containerized application and an on-prem application? Do you need a docker engine to create a container?
Write a shell script to read each line of a text file that has names of people and print with a Hello in front. Example 'Hello John'.
In Linux, how will you look for all files in a folder starting with 'a'
How to check the available disk space in Linux? The fdisk command shows that I have 90% space available but still I'm unable to create a file, even though I have the required permission. What could be the issue?