Tip 1 : Practice at least 50 questions from Coding ninja / code chef / code force any one of these
Tip 2 : Prepare for Searching and sorting specially for SAP Labs
Tip 3 : C/ C++ and Java concepts these are most effective
Tip 1 : Add projects that are made in C/ C++ / C# / Java
Tip 2 : Do not enter any false or misleading information
There were 3 Rounds in Total
1 - 15 MCQ of C++
2 - 15 MCQ of Java
3 - 2 Coding Questions
I remember only 1 coding question.
Consider the two strings 'P' = "abfyg" and 'Q' = "gabfy"
If we cyclically rotate String 'P' to the right once. The resulting string P becomes "gabfy" which is equal to String 'Q'.
Therefore it is possible to convert String 'P' to String 'Q'.
Step 1 :Using a circular linked list
Step 2 : Enter the word
Step 3 : enter that letter from which right clockwise rotation needed
Step 4 : when you meet that letter 2nd time in circular link list loop
Step 5 : Break the loop
Step 6: Print the output
In the Morning 11 am
Interviewer was a lady having a quite good knowledge of coding and specifically having HR skills
Calculate the sum of all numbers from 1 to n.
Tip 1: take the input upto which sum has to be found as n
Tip 2: use formula n(n+1)/2
Tip 3: print the output
How much do you know about SAP
Tip 1 : Read about the company
Tip 2 : Visit their website to know about details
Give me your swit analysis
Tip 1: try to heighlight your good ponts
Tip 2: choose your weakness carefully like i can't work without coffee for example
What makes you fit for this role?
Tip 1 :Tell them about your archievments and interest
Tip 2 : Try to visualise them your dream and vision
At the evening near about 5pm
The interviewer was a man with having 15 years of IT industry experience
You need to change in the given array/list itself. Hence, no need to return or print anything.
Tip 1: count frequency of 0 and 1 for ex 0- 3 and 1 occur 6
Tip 2: then sort among 0 and one who is greater
Tip 3: multiply 0 with its frequency and print it or use frequency sort method alternatively
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What does dict.keys() return?