Siemens
More Experiences
Recent Experiences
Latest from community
Microsoft SDE Intern Interview Experience
microsoft4 reads
💼 LTIMindtree Interview Experience (On-Campus) | Fresher | 2026
ltimindtree5 reads
Salesforce SMTS | Interview Experience | Rejected
salesforce6 reads
JPMC | SDE2 (Associate) - Java Backend - Interview Experience + Compensation
jp morgan chase4 reads
Microsoft - SDE2 - Coding Round
microsoft7 reads
Siemens EDA(Mentor Graphics)
June 9, 2025 • 10 reads
Summary
I received a referral opportunity for Siemens EDA and completed two rounds of interviews. Unfortunately, I was unable to solve the 'Longest Valid Parentheses' problem in the second round, which resulted in a rejection.
Full Experience
Got an opportunity via referral
Total experience: 4 years
Round 1:
- Basics of C++
- Binary Search Tree (BST) question
- Finding 3 maximum elements in an array
- Bitwise operator questions
- More C++ fundamentals
- Medium Level Bitwise operator question
- Coding problem: Longest Valid Parentheses (Hard-level on LeetCode)
Wasn't able to solve the Longest Valid Parentheses problem in Round 2, which led to a rejection.
Interview Questions (2)
Q1
Find Three Maximum Elements in an Array
Data Structures & AlgorithmsEasy
Given an array, find the three maximum elements in it.
Q2
Longest Valid Parentheses
Data Structures & AlgorithmsHard
Given a string containing just the characters '(' and ')', find the length of the longest valid (well-formed) parentheses substring.