I applied online. The process took 1 week. I interviewed at EPAM Systems (Warsaw, Masovia) in Jul 2021
Interview
I. Screening Call
After the submit the resume, we scheduled the screening call with the recruiter. We discussed the company, benefits and relocation. Then, the recruiter asked about my background and experience.
II. Technical Interview Call with IDE
The next step was the call with the senior engineer, where we used the IDE to describe questions and answers.
Interview questions [1]
Question 1
Q: Describe the management and processes on your current job.
Q: Kuber vs AWS
Q: Some SQL commands
Q: Do you have any experience with NoSQL?
Q: Threading and multiprocessing
Q: [1,2,3,4,1,2,3,5] -> [1,2,3] (to get the repeated objects)
hint: we should use the more pythonic methods (.filter())
Q: {key1:val1, key2:val2} (to swap the values with keys)
follow up Q: which types of the objects we can use in a key of the dictionary?