Acudí a una entrevista en 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.
Me postulé a través de una facultad o universidad. El proceso tomó más de 9 meses. Acudí a una entrevista en AWE (Dallas, NC) en ago 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.
Preguntas de entrevista [1]
Pregunta 1
What are the approaches (data structures) available for this problem. I can see the usage of hashtable/set as one approach.