Candidatei-me pessoalmente. Fui entrevistado pela Applied Materials (Rehovot) em abr. de 2026
Entrevista
First stage: 90 minutes coding interview, basic questions about experience, 3 medium range C++ tasks:
1. About non-blocking interprocess communication
2. Don't remember
3. Big dataset normalization
Second stage: 90 minutes software design interview about multithreading data processing
Perguntas de entrevista [1]
Pergunta 1
You have huge vector of unsorted char values. Find the value which is bigger than 90% of values in vector. Can you do it in O(n)?
Candidatei-me por meio de uma agência de recrutamento. Fui entrevistado pela Applied Materials (Nova Deli) em mai. de 2022
Entrevista
It was good.first round from someone from India very helpful guy while I was solving ds array questions.
Second round was at late night with foreigner and he was also good but it's like they mainly focus a lot on multhithreading so be prepare for that.i was not selected in second round.
Perguntas de entrevista [1]
Pergunta 1
Total 2 rounds.
First round array ds questions like remove duplicates from array, find peak element in rotated sorted array, binary search , second highest max no and then muthithreading questions like lock and how to remove deadlock. They focus a lot on multhithreading concepts.
Second round - struct class diff (silly question)
Deadlock theory and then write code to show deadlock , then two big codes where you have to guess the output and it's also on multhithreading. What is lock.
List and linked list diff
How Dictionary is implemented internally.
In second round I was not selected.but surely this one will help someone so be prepare for multhithreading questions and very easy ds questions.
A brief overview of the organisation followed by my introduction and work. Then we went with the online platform for coding glider. The questions asked are below:
Internal implementation of Hash Map
Upside Down pyramid sum for a 2-D array which is made input using 1-D array and of N*M matrix.