Ho presentato la mia candidatura online. La procedura ha richiesto 4 settimane. Ho sostenuto un colloquio presso Siemens Digital Industries Software
Colloquio
Applied online, contacted by a recruiter then couple of interview rounds with hiring manager and team members. average questions. mostly behavior question with one technical round with whiteboard coding and written exam
Domande di colloquio [1]
Domanda 1
written questions about C/C++, some multiple choice questions:
1. release memory allocated to a linked list
2. OOP concepts
3. how many characters must to allocated to store string "Hallo"
4. "Every square is a special case of a rectangle". how would create a relationship between "class Rectangle" and "class Square"? and Explain?
5. code question: implement SinglyLinkedList::reverse
6.Coding using UML: give all prime numbers in imputed range, calculate the Fibonacci numbers, find the factorial of a given integer using "Factorial of N = N*Factorial of (N-1)"
7. in C++, references can be used to?
8. abstract class in C++
9.when is a call to an overloaded function resolved?
Ho sostenuto un colloquio presso Siemens Digital Industries Software (Saskatoon, SK)
Colloquio
It was a 4 step interview process. It started with a general screening, then an HR interview, then 2 technical interviews.
The HR interview was just getting to know my work environment, preferences etc. The technical interviews gave a series of python problems and such to solve
Domande di colloquio [1]
Domanda 1
They asked a few algorithm questions, then some role specific ones
Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Siemens Digital Industries Software
Colloquio
Was ghosted after successfully doing both dsa questions in OA. The questions were of medium level. I tried contacting the company many times. There was no response. So i would say it was a waste of my time
Ho sostenuto un colloquio presso Siemens Digital Industries Software (Saskatoon, SK)
Colloquio
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.
Domande di colloquio [1]
Domanda 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.