Open In App

SAP Labs Interview Experience | Campus Placement Drive 2020 – Virtual

Round 1 (Online Test):  Round 1 was an online test, on Sep 5th, 2020 in which we were given 10 MCQs and two coding questions. MCQ’s were mostly on Data Structures, OOPS in CPP and some predict the output questions, One question on (REST API), The total time including all sections was 60 minutes. 

Coding Questions: 



  1. Given a 2D binary matrix filled with 0’s and 1’s, find the largest square containing only 1’s and return its size (return N if it is NxN). Similar to https://leetcode.com/problems/maximal-square
  2. Given an array of integers nums and an integer threshold, we will choose a positive integer divisor and divide all the array by it and sum the result of the division. Find the smallest divisor such that the result mentioned above is less than or equal to the threshold. https://leetcode.com/problems/find-the-smallest-divisor-given-a-threshold

Pre-placement talk and round 1 results announced on Sep 10th, PPT took place from 8:30 am – 9:30 am, Results were announced at 9:30 AM, Interviews began from 10:00 am. 
 

Round 2 (Technical Interview): This round was on HackerRank codepair, some asked questions: 



Input: 
[[1, 2, 3], [3, 3, 3], [4, 5, 5], [1, 1, 3]] 

Expected Output: 
“Scalene Triangle” 
“Equilateral Triangle” 
“Isosceles Triangle” 
“Triangle not possible”

 Round 3 (Technical Interview): Time duration was 50 min. Some asked questions: 

 Round 4 (Managerial Round): Time duration was 45 min, casual discussion and here are some of the questions 
 

  1. How was the day? How about my previous rounds? How many brothers and sisters do you have? Tell me something about your family.
  2. He gave me a scenario and asked to write a SQL query. Question:  Given the Employee table with attributes. 
    • Question: Write a SQL query to find the number of employees who are alive after Jan 1st, 2020.

Employees

ID INT
Name CHAR [20]
Date of Birth DATE
Date of Death DATE
  1. Aptitude question 
    • You brought a pen worth 100rs in the year 2000, every year the price of the pen is increased to 10% and decreased to 10 % in the latter year. (i.e 2001 10% increase, 2002 10% decrease….). Do you get the profit or loss in 2010?
  2. Why should I hire you?
  3. Why SAP?
  4. What kind of person you are?
  5. How do your friends behave with you?

 Round 5 (HR round): Time duration was duration 45min

Final Result: Selected (Intern + FTE).

Article Tags :