Upload Button Icon Add office photos

Filter interviews by

Siemens EDA Interview Questions and Answers

Updated 13 Dec 2024

Siemens EDA Interview Experiences

Popular Designations

7 interviews found

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

SDE Interview Questions asked at other Companies

Q1. Return Subsets Sum to K Problem Statement Given an integer array 'ARR' of size 'N' and an integer 'K', return all the subsets of 'ARR' which sum to 'K'. Explanation: A subset of an array 'ARR' is a tuple that can be obtained from 'ARR' by r... read more
View answer (1)
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

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Siemens EDA Interview Questions and Answers for Freshers
illustration image
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

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)
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

Digital Design Engineer Interview Questions asked at other Companies

Q1. Simple puzzle: There is a river and four people (A,B,C,D) are on one side. They all have to move toother side in 17 min. There is a boat with a max capacity of 2. Time taken by each people to travelalone is A=1min, B=2min, C=5min, D=10 min.... read more
View answer (1)

Siemens EDA interview questions for popular designations

 Member Technical Staff

 (1)

 Software Engineer

 (1)

 Software Developer

 (1)

 Technical Content Writer

 (1)

 SDE

 (1)

 Senior Accountant

 (1)

 Digital Design Engineer

 (1)

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

Senior Accountant Interview Questions asked at other Companies

Q1. Tell me about your self tax,
View answer (22)
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

Member Technical Staff Interview Questions asked at other Companies

Q1. Next Smallest Palindrome Problem Statement Find the next smallest palindrome strictly greater than a given number 'N' represented as a string 'S'. Explanation: You are given a number in string format, and your task is to determine the small... read more
View answer (1)

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.

Technical Content Writer Interview Questions asked at other Companies

Q1. How many keywords can be placed in an article? Suppose I gave you all the keywords. How much will you put an article?
View answer (2)

Interview questions from similar companies

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

3 rounds online, dsa, hr

Round 2 - One-on-one 

(2 Questions)

  • Q1. Dsa on dp topic
  • Q2. Dsa on dp topics
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Coding Test 

It was online coding test consist of 2 question
One from DP and other graph

Round 2 - Coding Test 

One question of DP within in 45 min time constraints

Round 3 - Technical 

(1 Question)

  • Q1. Floor value of square root of a number
  • Ans. 

    Floor value of square root of a number is the largest integer less than or equal to the square root.

    • The floor value of square root of a number can be found using mathematical functions like floor() or integer division.

    • For example, the floor value of square root of 16 is 4, as sqrt(16) = 4.

    • For non-perfect square numbers, the floor value of square root can be calculated using approximation methods.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through DSA and core subjects
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Apr 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Coding Test 

Level was medium to hard

Round 3 - Technical 

(5 Questions)

  • Q1. Technical interview
  • Q2. Questions on DSA Cs fundamentals
  • Q3. Coding questions
  • Q4. Ques on String array
  • Q5. To print tree in anticlock wise direction
  • Ans. 

    To print a tree in anticlockwise direction, start from the bottom left and traverse each level from right to left.

    • Start from the bottom left of the tree

    • Traverse each level from right to left

    • Print the nodes as you traverse

  • Answered by AI

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

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

Recently Viewed

INTERVIEWS

Atlassian

No Interviews

INTERVIEWS

Atlassian

No Interviews

INTERVIEWS

Atlassian

No Interviews

SALARIES

Mentor Graphics

JOBS

L&T Technology Services

No Jobs

JOBS

AAR Consulting and Services

No Jobs

JOBS

Financial Software & Systems

No Jobs

INTERVIEWS

Mentor Graphics

No Interviews

INTERVIEWS

Atlassian

No Interviews

Tell us how to improve this page.

Siemens EDA Interview Process

based on 6 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

Dassault Systemes Interview Questions
4.0
 • 161 Interviews
Synopsys Interview Questions
3.9
 • 88 Interviews
PTC Interview Questions
4.2
 • 62 Interviews
Autodesk Interview Questions
4.2
 • 38 Interviews
Bentley Systems Interview Questions
4.3
 • 20 Interviews
Mentor Graphics Interview Questions
4.0
 • 18 Interviews
View all

Siemens EDA Reviews and Ratings

based on 42 reviews

4.4/5

Rating in categories

3.9

Skill development

4.5

Work-life balance

4.0

Salary

4.5

Job security

4.5

Company culture

4.0

Promotions

4.0

Work satisfaction

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

₹0 L/yr - ₹0 L/yr

Member Technical Staff
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Staff Member Lead
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Siemens EDA with

Cadence Design Systems

4.0
Compare

Synopsys

3.9
Compare

Mentor Graphics

4.0
Compare

Ansys Software Private Limited

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent