Siemens EDA(Mentor Graphics)

siemens logo
siemens
4 years
June 9, 202510 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
Round 2:
  • More C++ fundamentals
  • Medium Level Bitwise operator question
  • Coding problem: Longest Valid Parentheses (Hard-level on LeetCode)
Result:
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.

Discussion (0)

Share your thoughts and ask questions

Join the Discussion

Sign in with Google to share your thoughts and ask questions

No comments yet

Be the first to share your thoughts and start the discussion!