Upload Button Icon Add office photos

Filter interviews by

Siemens EDA Interview Questions and Answers

Updated 22 May 2025
Popular Designations

Siemens EDA Interview Experiences

8 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Forgot the specifics but it had several OS, Digital Design and Computer Architecture questions followed by one coding implementation.

Round 2 - Technical 

(1 Question)

  • Q1. Rainwater problem of DSA
  • Ans. 

    Rainwater problem involves calculating the amount of rainwater that can be trapped between buildings.

    • Calculate the maximum height of water that can be stored at each index

    • Calculate the water trapped at each index by subtracting the height of the building at that index from the minimum of the maximum heights on the left and right

    • Sum up the water trapped at each index to get the total amount of rainwater trapped

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Aug 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

30 Questions, each of 6Marks

Round 2 - Coding Test 

2 coding question, 1 finding all pairs in whose GCD = K, 2nd was debugging

Round 3 - Technical 

(2 Questions)

  • Q1. Resume Based questions on project
  • Q2. Topological Sort
Round 4 - Technical 

(2 Questions)

  • Q1. Moving 0's from middle of the array to the last while keeping the order intact
  • Ans. 

    Move 0's from middle of array to the end while maintaining order

    • Iterate through the array and move 0's to the end while keeping the order intact

    • Use two pointers to track the current position and the position to move 0's to

    • Example: Input: ['a', 'b', '0', 'c', '0', 'd'], Output: ['a', 'b', 'c', 'd', '0', '0']

  • Answered by AI
  • Q2. Rat in a maze optimized

Skills evaluated in this interview

SDE Interview Questions & Answers

user image Anonymous

posted on 2 Sep 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Object Oriented Programming basics
  • Q2. Data strictures and algorithms stacks
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Aptitude Test 

42 mcq questions on core qubject, 1.5 hr

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. About IND AS 115 & 116

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. They ask indepth questions
  • Q2. Good questions ask

Interview Preparation Tips

Interview preparation tips for other job seekers - There is gap of mid senior level engineer . Got bad feedback from employees of siemens EDA
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Question on Recursion and Trees

Round 2 - Technical 

(1 Question)

  • Q1. OOPS (Virtual Inheritance, Polymorphism)
Round 3 - HR 

(1 Question)

  • Q1. Basic questions (why do you want to join this company, why not go for a masters)

Interview Preparation Tips

Topics to prepare for Siemens EDA Member Technical Staff interview:
  • OOPS
Are these interview questions helpful?

Technical Content Writer Interview Questions & Answers

user image subramanian ganesan

posted on 2 Apr 2022

I applied via Company Website and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Assignment 

I was given a word document that contained rough process details about working of an electronic design software.

Was given 24 hours time and I had to understand that rough process and then convert that to proper user manual. A different user manual was given for reference.

Round 2 - One-on-one 

(1 Question)

  • Q1. Asked to share the submitted user manual during the previous round through Microsoft teams and many questions were about how I wrote the document.
Round 3 - One-on-one 

(1 Question)

  • Q1. This round was conducted to test my software knowledge related to technical writing. But, as I haven't used any specific software that they were expecting, I was rejected.

Interview Preparation Tips

Interview preparation tips for other job seekers - Tailor your resume specifically to the job role you were applying on Siemens website.

Carefully go through the job description before applying and make sure you possess atleast 70 to 80 percent skills they were expecting.

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Siemens EDA?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Company Website and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

First round was coding as well as aptitude done together went well I guess focusing on codes helps a lot.

Round 2 - Technical 

(1 Question)

  • Q1. 2nd round included tr and mr round went quite enegritic

Interview Preparation Tips

Interview preparation tips for other job seekers - Resume skills matters a lot don't fill resume the technologies you don't even aware of

I applied via Naukri.com

Interview Questionnaire 

2 Questions

  • Q1. Why Amazon?
  • Ans. 

    Amazon's innovation, customer focus, and diverse opportunities align with my career goals and values.

    • Customer Obsession: Amazon prioritizes customer satisfaction, evident in initiatives like Prime and personalized recommendations.

    • Innovation: The company is a leader in technology and logistics, constantly pushing boundaries with services like AWS and drone delivery.

    • Diversity of Roles: Amazon offers a wide range of caree...

  • Answered by AI
  • Q2. What do you expect from Amazon?
  • Ans. 

    I expect Amazon to foster innovation, provide growth opportunities, and maintain a customer-centric culture.

    • Opportunities for professional development, such as training programs and mentorship.

    • A collaborative work environment that encourages teamwork and idea sharing.

    • Access to cutting-edge technology and resources to drive innovation.

    • A strong focus on customer satisfaction, ensuring that every decision prioritizes the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be open to anything, and keep your expectations low as your expectations might kill you. Just relax and take everything in a healthy way

Siemens EDA Interview FAQs

How many rounds are there in Siemens EDA interview?
Siemens EDA interview process usually has 2-3 rounds. The most common rounds in the Siemens EDA interview process are Technical, One-on-one Round and Coding Test.
What are the top questions asked in Siemens EDA interview?

Some of the top questions asked at the Siemens EDA interview -

  1. Moving 0's from middle of the array to the last while keeping the order int...read more
  2. Rat in a maze optimi...read more
  3. Rainwater problem of ...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.7/5

based on 7 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 75%
6-8 weeks 25%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.8
 • 8.6k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Amazon Interview Questions
4.0
 • 5.3k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.8
 • 3.4k Interviews
View all

Siemens EDA Reviews and Ratings

based on 52 reviews

4.3/5

Rating in categories

3.7

Skill development

4.4

Work-life balance

3.9

Salary

4.4

Job security

4.3

Company culture

3.9

Promotions

3.9

Work satisfaction

Explore 52 Reviews and Ratings
Senior Member of Technical Staff
74 salaries
unlock blur

₹16.5 L/yr - ₹30 L/yr

Member Technical Staff
23 salaries
unlock blur

₹13.6 L/yr - ₹24 L/yr

Technical Staff Member Lead
19 salaries
unlock blur

₹22 L/yr - ₹33.5 L/yr

Senior Technical Staff Member
17 salaries
unlock blur

₹15.2 L/yr - ₹28.4 L/yr

Software Engineer
16 salaries
unlock blur

₹8.6 L/yr - ₹35 L/yr

Explore more salaries
Compare Siemens EDA with

TCS

3.6
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview