Fiz uma entrevista na empresa TVM Signalling and Transportation Systems.
Entrevista
I attended the virtual interview.Its technical + hr interview...it started with tell about your self... Then asked most of the basic concept from c++ for 30mins. easy only. And we want to write program for the concept we explaining. Just syntax also enough... They want to know only we know about that or not
Perguntas de entrevista [1]
Pergunta 1
All basic c++ questions like about oops,try catch, virtual function etc
Candidatei-me online. O processo levou 2 semanas. Fui entrevistado pela TVM Signalling and Transportation Systems (Dublin, Dublin) em mai. de 2021
Entrevista
The software interview process typically starts with a resume screening, followed by an online coding assessment to test problem-solving and data structure knowledge. Successful candidates move to technical interviews, which may include live coding, system design, and discussions about past projects. Final rounds often cover behavioral or HR interviews to assess communication and cultural fit, after which an offer is made if all stages are cleared.
Perguntas de entrevista [1]
Pergunta 1
My solution iterates through the array once, so the time complexity is O(n), and since I only use a single variable to store the sum, the space complexity is O(1).”
Sorting a List:
“I used Python’s built-in sort() which implements Timsort, giving an average time complexity of O(n log n) and space complexity of O(n) in the worst case.”