I interviewed at TVM Signalling and Transportation Systems
Interview
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
Interview questions [1]
Question 1
All basic c++ questions like about oops,try catch, virtual function etc
I applied online. The process took 2 weeks. I interviewed at TVM Signalling and Transportation Systems (Dublin, Dublin) in May 2021
Interview
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.
Interview questions [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.”