Fiz uma entrevista na empresa AWE (Reading, Inglaterra).
Entrevista
A run through my CV. Discussions on the projects in hand. Some basic technical questions. Some standard HR type questions about what would you do in a scenario. Chance to ask my own questions and quiz about the projects.
Candidatei-me por meio de uma faculdade ou universidade. O processo levou mais de 9 meses. Fui entrevistado pela AWE (Dallas, NC) em ago. de 2022
Entrevista
You are given two strings s and t.
String t is generated by random shuffling string s and then add one more letter at a random position.
Return the letter that was added to t.
Perguntas de entrevista [1]
Pergunta 1
What are the approaches (data structures) available for this problem. I can see the usage of hashtable/set as one approach.