Ho sostenuto un colloquio presso TVM Signalling and Transportation Systems
Colloquio
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
Domande di colloquio [1]
Domanda 1
All basic c++ questions like about oops,try catch, virtual function etc
Ho presentato la mia candidatura online. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso TVM Signalling and Transportation Systems (Dublino, Dublino) nel mese di mag 2021
Colloquio
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.
Domande di colloquio [1]
Domanda 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.”