I interviewed at Siemens Digital Industries Software (Saskatoon, SK)
Interview
There were 2 technical rounds and 1 HR interview. The first round was a simple walk-through bug fixes style on Replit and a discussion on Python programming. The second was a LeetCode-style interview with 3 LC medium-hard questions, which needed to be completed to move to behavioral round.
Interview questions [1]
Question 1
Subset sum.
Island Problem.
Find the bug in a Python code block and fix it. Find an efficient approach to replace a code block.
I interviewed at Siemens Digital Industries Software (Pune)
Interview
The interview began with a discussion about my past projects, where I was asked to explain the problem statements, the approach I had taken, and the tech stacks I had used to implement them. From there, the interviewer shifted focus to fundamental concepts of Object-Oriented Programming. I was asked to explain polymorphism in detail, covering both compile-time (method overloading) and runtime (method overriding) polymorphism, along with suitable examples. They also tested my understanding of inheritance and how it is applied in real-world scenarios.
After the theoretical part, I was given coding questions to solve on paper. The first task was to reverse a linked list, and the second was to add two numbers represented as linked lists. These questions were designed to test my problem-solving skills, knowledge of data structures, and ability to translate logic into clean code.
Interview questions [1]
Question 1
They asked me the implementation process of my extra curricular projects on resume.
I interviewed at Siemens Digital Industries Software (London, England)
Interview
A technical interview for a software game. First, i was asked basic interview questions and my proficiency with programming was checked. Then i did an online game that was quite quick, where i pointed out bugs.