I applied online. The process took 4 weeks. I interviewed at SAP (Palo Alto, CA) in Dec 2015
Interview
I interviewed for SAP Silicon Valley next talent program. The first 2 rounds are mostly behavioral questions about my previous experience. And the 3rd and 4th round are technical coding test. Coding question are all from easy to medium level, nothing hard.
Interview questions [1]
Question 1
Basic binary search question and other easy to medium level coding test. Overall not hard
For an experienced developer of less 4-6 yrs, usually there will be 2 technical interview rounds, 1 Managerial level and an HR review as well
You can expect programming language based interview, domain based interview, system design questions and behavioral questions
You are welcomed with a brief talk about the company and position. Introduced to the question. The exam is on the PC and you have 3 hours. No internet is allowed.
Interview questions [1]
Question 1
You need to develop a primitive file system. You need to implement a system to add "files". Each file has a name and colour. You are allowed to use only linked list. Implement add, addTo(index) delete, delete(index) and also find(faileName).
Explain your algorithm and memory and time complexities.