J'ai postulé en ligne. Le processus a pris 2 semaines. J'ai passé un entretien chez TVM Signalling and Transportation Systems (Dublin, Dublin) en mai 2021
Entretien
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.
Questions d'entretien [1]
Question 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.”
J'ai passé un entretien chez TVM Signalling and Transportation Systems
Entretien
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
Questions d'entretien [1]
Question 1
All basic c++ questions like about oops,try catch, virtual function etc