Appeared for Zamp E5 role interviews recently. To give back to the community i'm sharing the questions I got asked . i will be writing more post for different interviews i have given recently.
Phone screen:
I don't exactly remeber the question but it was something like .Given a set of content string (paragraph) and target text(also paragraph) find if the target string can be created from the paragraph.
I created a reverse document index on the words to corresponding document like elastic search and started matching from there.
2 system Coding:
It was an interview with a VP. he asked me all sort of question on docker, kubernetes, architecture patterns like hexagonal, clean , DDA, Deployment related stuff, design patterns etc.
Then gave a question to implement Apache airflow