Candidatei-me online. O processo levou mais de 1 semana. Fui entrevistado pela SAP (Bengaluru) em jan. de 2022
Entrevista
The interviewer was not interested to take the interview. She asked me to wait for 5-6 minutes. Then I started with my background and technologies. She was interrupting me again and again like I have been lying on the face. Then she asked have you worked on kafka and as I said No, she totally lost her cool. No She gave me to write code to fetch login details from KafkaUtils class in case of multithreaded environment. I tried writing some code in a pseudo code form and she was constantly pin pointing the mistakes and that too in non constructive way. Then she asked me to write a code for ds problem. It was a medium problem. I made a little mistake in the code and she said ok we are done. Later on right after the call I saw that its a variable that I took incorrectly but she didn't understood or didn't bother to advice on that. She asked multiple questions on Microservices and monolithic applications as well. I answered well but she only wanted to hear the answer she knows.
Perguntas de entrevista [1]
Pergunta 1
1) Find friends number pairs in 0-10000. Friends numbers are such that if a and b are friends number then d(a) = b and d(b) = a, where d(n) is the sum of all divisors excluding the number n itself.
2) Share object between 2 threads such that when 1 thread has got it from kafkautils, next thread has to get it from the first thread and not called kafkautils again.
3) microservices vs monolithic applications