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

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

I applied via campus placement at Manipal Institute of Technology (MIT) 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 SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
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 (180)
Siemens EDA Interview Questions and Answers for Freshers
illustration image

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. Longest Increasing Subsequence Problem Statement Given an array of integers with 'N' elements, determine the length of the longest subsequence where each element is greater than the previous element. This subsequence must be in strictly inc... read more
Add answer
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Malviya National Institute of Technology (NIT), Jaipur 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

 Digital Design Engineer

 (1)

 Member Technical Staff

 (1)

 SDE

 (1)

 Senior Accountant

 (1)

 Software Developer

 (1)

 Software Engineer

 (1)

 Technical Content Writer

 (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 at Netaji Subhas Institute of Technology (NSIT) 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. Buy and Sell Stock Problem Statement Imagine you are Harshad Mehta's friend, and you have been given the stock prices of a particular company for the next 'N' days. You can perform up to two buy-and-sell transactions to maximize your profit... read more
Add answer

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 Preparation Tips

Round: Resume Shortlist
Experience: I was fulfilling their criteria of 60% through out the academics.

Round: Test
Experience: Aptitude was easy. It contained basics of Quants & Logic . Verbal or English part was bit difficult and length. There was a sectional time and sectional cut off.

Round: Interview
Experience: There was only one interview. Both Technical and HR questions were asked in the same interview. Prepare puzzles from the book Puzzles to puzzle you by Shakuntala Devi. This book helped me a lot. Technical questions were very basic but nearly from every subject.

General Tips: BE CONFIDENT. Speak Confident in Interview even if you are not good with ur english.
Skills: English language, Communication Skills, Reasoning Abilities
College Name: Jawaharlal Nehru Engineering College Aurangabad

Assistant Trainee Interview Questions & Answers

TCS user image YATISH KUMAR KESHWANI

posted on 9 Feb 2015

Interview Questionnaire 

22 Questions

  • Q1. What are the subjects you have command in?
  • Q2. Tell me about your final year project?
  • Q3. Tell me about the industrial training you had?
  • Q4. How does an induction motor works?
  • Q5. Why motor is rated in KW whereas Transformer and generator in KVA?
  • Ans. 

    Motors are rated in KW because they consume power, while transformers and generators are rated in KVA because they produce power.

    • Motors convert electrical energy into mechanical energy, so they consume power and are rated in KW.

    • Transformers and generators produce electrical energy, so they are rated in KVA based on their apparent power.

    • KVA takes into account both the real power (KW) and the reactive power (KVAR) produc...

  • Answered by AI
  • Q6. What is the type of motor used in ceiling fans?
  • Ans. 

    The type of motor used in ceiling fans is an induction motor.

    • Ceiling fans typically use single-phase induction motors.

    • These motors are designed to provide a constant speed and are efficient in converting electrical energy into mechanical energy.

    • The motor consists of a stator and a rotor, with the stator being the stationary part and the rotor being the rotating part.

    • The stator contains windings that create a rotating m...

  • Answered by AI
  • Q7. Hoe does a thermal power plant works?
  • Ans. 

    A thermal power plant generates electricity by converting heat energy into mechanical energy.

    • Thermal power plants use fossil fuels or nuclear energy to heat water and produce steam.

    • The steam drives a turbine, which is connected to a generator that produces electricity.

    • The heat source can be coal, natural gas, oil, or nuclear reactions.

    • The steam is condensed back into water and recycled in a closed-loop system.

    • Thermal p...

  • Answered by AI
  • Q8. Write a program to make a GP
  • Ans. 

    A program to generate a geometric progression (GP).

    • Take the first term, common ratio and number of terms as input.

    • Use a loop to calculate each term of the GP.

    • Print the generated GP as output.

  • Answered by AI
  • Q9. Write a program to print factorial using recursion
  • Ans. 

    A program to print factorial using recursion

    • Define a function to calculate factorial recursively

    • Base case: if the number is 0 or 1, return 1

    • Recursive case: multiply the number with factorial of (number - 1)

    • Print the factorial of a given number

  • Answered by AI
  • Q10. Write the logic to reverse a string without using string fnctions
  • Ans. 

    Logic to reverse a string without using string functions

    • Iterate through the string from the last character to the first

    • Create a new string and append each character to it in reverse order

  • Answered by AI
  • Q11. Tell me about yourself?
  • Q12. What are your hobbies?
  • Q13. Apart from your technical pat and studies what have you done in college?
  • Q14. What do you prefer, ethics or values?
  • Q15. Suppose you are working in office and somebody came and slapped you, what will you do?
  • Q16. Tell me about yourself for 5 minutes
  • Q17. What are your views about Mr. Narendra Modi as PM of India
  • Q18. Any extra curricular activities you have participated in school or college
  • Q19. What are your strengths?
  • Q20. What are your weaknesses?
  • Q21. Being an Electrical engineer why do you want to join an IT company
  • Q22. What do you know about TCS?

Interview Preparation Tips

Round: Test
Experience: In email writing one question was given describing the situation and maximum word limit. It has the keywords given to be used. 1 question, 10 minutes.This section is generally used to check your verbal ability. Make sure to use all the keywords given and complete it within time, with no spelling mistakes of course. Missing a keyword or a spelling mistake could be your goodbye to qualified list.The second section had 30 questions of quantitative aptitude. Duration 70 mins. There are questions from various sections, such as Time and speed, Time and distance, Data interpretation,etc.There are 2-3 star marked questions which have more weight-age. There my also be a dummy question who doesn't have any matching answer. Make sure uh don't attempt these questions.26-27 questions is the cut-off for qualified list.But you have to do the email writing part correctly.
Tips: Practice email writing online from various websites such as technicalbaba.com, indiageeks.comPractice quantitative aptitude as it is a must in any interview you will face. you can use R.S.Agarwal or CAT material.
Duration: 90 minutes
Total Questions: 30 + 1

Round: Interview
Experience: Greeting the interviewer is a must. Be confident and enthusiastic. Have your resume properly ready. Technical questions from your subject will be asked. Not a must that you should know any programming language like C, C++, JAVA.
Tips: Prepare 3-4 subjects of your core branch. Never try to flatter the interviewer. Be confident and answer the questions appropriately. Dont say directly " I DON'T KNOW". Atleast try even if you dont know the answer.

Round: Interview
Experience: There are certain questions which doesnt have direct answers. You have to be diplomatic about them. You should be able to see all the possible situation when a question like that is asked.

Round: Interview
Experience: The HR head may manipulate you, try to stress you, etc. Be calm and confident.Think before you speak. Prepare your answers before hand for general questions. Write your introduction on a paper and prepare it well so that you speak it confidently...
Tips: Be yourself. Be confident. Never argue with the interviewer.All the best

General Tips: Be presentable in the interview. Wear a watch. Show respect to the interviewer. Prepare 3-4 technical subjects well. Read last 15 days newspaper. Be confident when you speak. Improve your English if you are weak in it.
Skill Tips: ""
Skills: Verbal ability, Attitude, Technical knowledge, General knowledge
College Name: IMS ENGINEERING COLLEGE, GHAZIABAD
Motivation: TCS is a semi government company with a decent package and high job security.

Skills evaluated in this interview

Interview Questionnaire 

7 Questions

  • Q1. Say something about yourself?
  • Q2. Asked on college project
  • Q3. Which programming language do you know?
  • Ans. 

    I know multiple programming languages including Java, Python, and C++.

    • Proficient in Java with experience in developing web applications using Spring framework

    • Familiar with Python for data analysis and machine learning

    • Experience in C++ for developing high-performance applications

    • Also familiar with HTML, CSS, and JavaScript for front-end development

  • Answered by AI
  • Q4. What is class, encapsulation and other feature of OOP?
  • Ans. 

    Class is a blueprint for creating objects, encapsulation is the process of hiding data and methods within a class.

    • Class is a template or blueprint that defines the properties and behaviors of an object.

    • Encapsulation is the process of bundling data and methods together within a class, hiding the internal details from the outside world.

    • Other features of OOP include inheritance, polymorphism, and abstraction.

    • Inheritance a...

  • Answered by AI
  • Q5. Write a program to find the sum of the squares of each term of Fibonacci series
  • Ans. 

    Program to find the sum of squares of each term of Fibonacci series

    • Generate Fibonacci series using loop or recursion

    • Calculate square of each term

    • Add all squares to get the sum

  • Answered by AI
  • Q6. What can I do for you?
  • Q7. Why would you like to join Cognizant?
  • Ans. 

    I would like to join Cognizant because of its reputation as a leading global technology and consulting company.

    • Cognizant has a strong presence in the industry and is known for its innovative solutions.

    • I am impressed by Cognizant's commitment to digital transformation and its ability to deliver value to clients.

    • The company offers excellent career growth opportunities and a supportive work environment.

    • Cognizant's diverse...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Questions were simple but demanded faster solving ability especially the Quantitative ability section.
Tips: Solve every bit of R.S.Aggarwal for Aptitude problems. www.indiabix.com is a good site to solve questions from all the sections.
Duration: 90 minutes

Round: Interview
Experience: Started with self description to explaining what projects I was involved in. Talked about my role in the project. Then answered questions from C++ programming language and then wrote the program that the interviewer gave me to do.
Tips: Be Confident. Have the problem solving & "Yes I can Do" attitude. Go with a open mind. Listen to the interviewer carefully. Do not stammer. Keep yourself calm and cool. Be honest.

Round: Interview
Experience: Faced normal questions
Tips: Be confident & keep smiling. Keep track of your body language. Be fluent in speaking English.

General Tips: Be confident and a "can do" attitude will help you grab the job.
Skill Tips: """"
Skills: Communication Skill, Proficiency in English, Basic Computer Progamming Knowledge, Learning ability, Aptitude
College Name: IIT Madras

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

Boeing

85 interviews

INTERVIEWS

Apexon

135 interviews

INTERVIEWS

Xogene

8 interviews

INTERVIEWS

OpenBet

3 interviews

INTERVIEWS

ABB

233 interviews

INTERVIEWS

Atlassian

No Interviews

INTERVIEWS

Tractebel

No Interviews

INTERVIEWS

1Lattice

No Interviews

INTERVIEWS

Elewayte

No Interviews

INTERVIEWS

Genpak

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
 • 160 Interviews
Synopsys Interview Questions
3.8
 • 89 Interviews
PTC Interview Questions
4.2
 • 62 Interviews
Autodesk Interview Questions
4.3
 • 39 Interviews
Bentley Systems Interview Questions
4.3
 • 20 Interviews
Mentor Graphics Interview Questions
4.0
 • 19 Interviews
View all

Siemens EDA Reviews and Ratings

based on 41 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.1

Promotions

4.1

Work satisfaction

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

₹15 L/yr - ₹28 L/yr

Member Technical Staff
19 salaries
unlock blur

₹13.6 L/yr - ₹21 L/yr

Technical Staff Member Lead
12 salaries
unlock blur

₹22 L/yr - ₹32.4 L/yr

Software Engineer
9 salaries
unlock blur

₹14 L/yr - ₹25 L/yr

Software Developer
7 salaries
unlock blur

₹12 L/yr - ₹23 L/yr

Explore more salaries
Compare Siemens EDA with

Cadence Design Systems

4.1
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