Premium Employer

i

This company page is being actively managed by Siemens Team. If you also belong to the team, you can get access from here

Siemens Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Siemens Management, Technical Interview Questions and Answers

Updated 4 Nov 2015

Siemens Management, Technical Interview Experiences

1 interview found

Interview Preparation Tips

Round: Technical Interview
Experience: Interview was ok... dont tell them that your favourite subject was EMF even if it was... because they can't ask questions on it (Siemens is into power, not antennas).. so say something like machines / switchgear / transformers related... they make switchgear / motors / transformers so be good in it...

General Tips: Siemens is a good company.. a couple of my friends have been to germany and iran etc for work... but I didn't join Siemens because they paid abysmally as compared to Rinfra (rinfra paid twice). The work is good, but the pay is a big negative.
Skills:
College Name: Veermata Jijabai Technological Institute, Mumbai [ VJTI ]

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview

Interview questions from similar companies

Interview Questionnaire 

5 Questions

  • Q1. What is the most basic machine for an Electrical Engineer?
  • Ans. 

    The most basic machine for an Electrical Engineer is the DC generator.

    • DC generator is a machine that converts mechanical energy into electrical energy.

    • It consists of a rotor, stator, and commutator.

    • DC generators are used in various applications such as power plants, electric vehicles, and portable generators.

  • Answered by AI
  • Q2. Explain working of induction motor?
  • Ans. 

    An induction motor works on the principle of electromagnetic induction to convert electrical energy into mechanical energy.

    • An alternating current is supplied to the stator windings, creating a rotating magnetic field.

    • The rotating magnetic field induces a current in the rotor windings, which in turn creates a magnetic field.

    • The interaction between the stator and rotor magnetic fields causes the rotor to rotate.

    • The speed...

  • Answered by AI
  • Q3. Explain DC series and DC shunt motor?
  • Ans. 

    DC series and DC shunt motors are types of direct current motors used in various applications.

    • DC series motors have high starting torque and are used in applications like electric traction systems.

    • DC shunt motors have a constant speed and are used in applications like conveyor belts and machine tools.

    • DC series motors have a series field winding connected in series with the armature winding.

    • DC shunt motors have a shunt ...

  • Answered by AI
  • Q4. Synchronous speed of a 4 pole synchronous machine?
  • Ans. 

    The synchronous speed of a 4 pole synchronous machine is 1800 RPM.

    • Synchronous speed is the speed at which the magnetic field rotates in a synchronous machine

    • It is given by the formula: Synchronous speed = (120 * Frequency) / Number of poles

    • For a 4 pole machine, with a frequency of 60 Hz, the synchronous speed is 1800 RPM

  • Answered by AI
  • Q5. Why transmission at high voltage is preferred than at low voltage?
  • Ans. 

    Transmission at high voltage is preferred due to lower power losses and reduced infrastructure costs.

    • High voltage transmission reduces power losses during transmission.

    • Lower current at high voltage reduces resistive losses in transmission lines.

    • High voltage transmission allows for longer transmission distances without significant power losses.

    • Reduced power losses result in higher efficiency and lower energy costs.

    • High ...

  • Answered by AI

Interview Preparation Tips

General Tips: "Just be yourselves, be honest and be confident and hope for the best.
Aal Izz Well.....

Ya, do not study, read or discuss like a geek before the interview and do not think how others have given their interview. It can spoil your mood or can upset you. Do not treat your interview as your college viva or some Grand Slam tournament. You can win but you will never lose because you will surely learn something. REMEMBER THAT EVERY INTERVIEW YOU APPEAR, YOU WILL REDISCOVER YOURSELVES. SO ALWAYS BE HAPPY AND BE READY FOR IT....."
Skills:
College Name: Veermata Jijabai Technological Institute, Mumbai [ VJTI ]

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts and Data Structure Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops And Data Structure, Collection.

I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Was interviewed as fresher?
  • Q2. Written test conducted? with verbal ability test ? GD
  • Q3. How would u deal with a problematic situation when you are working in a team?
  • Q4. What are your plans about higher studies?

Interview Preparation Tips

Interview preparation tips for other job seekers - it was basic with apptiude test and attitiude test.

Interview Questionnaire 

2 Questions

  • Q1. They asked me on java and I have joined as a fresher they not much questions as I got selected as fresher on oops concepts and collections
  • Q2. Please be confident while facing interview and they will check your communication skills

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Q2. They asked code for some python program

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Wap of bubble sort
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Start from the first element and compare it with the next element

    • If the next element is smaller, swap them

    • Repeat this process for all elements in the array

    • Continue this process until no more swaps are needed

  • Answered by AI
  • Q2. Wap of prime number
  • Ans. 

    A program to print all prime numbers

    • Take input from user for range of numbers

    • Loop through the range and check if each number is prime

    • Print the prime numbers

  • Answered by AI
  • Q3. What is hashmap?
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows constant time access to values based on their keys.

    • Hashmap uses a hash function to map keys to indices in an array.

    • Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.

    • Examples of hashmap implementations include Java's HashMap class and Python's dict type.

  • Answered by AI
  • Q4. What is inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class and can also add new properties and methods.

    • For...

  • Answered by AI
  • Q5. Call by value and call by reference

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself

Skills evaluated in this interview

I applied via Company Website and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is recursion ? what is inheritance? what is heap? write a code to find the largest element in an array?
  • Ans. 

    Recursion is a process in which a function calls itself. Inheritance is a mechanism in OOP where a class inherits properties of another class. Heap is a region of memory used for dynamic memory allocation.

    • Recursion can be used to solve problems that can be broken down into smaller sub-problems.

    • Inheritance allows for code reuse and helps in creating a hierarchy of classes.

    • Heap is used for dynamic memory allocation in la...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not loose your confidence till the end of the interview and be clear with your voice .

Skills evaluated in this interview

I applied via Company Website and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Nodejs basics,AWS S3,script file run command,how to catch db timeout
  • Q2. Connect db options,
  • Ans. 

    Connecting to a database has multiple options depending on the type of database and programming language used.

    • For SQL databases, options include using JDBC for Java, ODBC for C++, and ADO.NET for C#.

    • For NoSQL databases, options include using MongoDB's driver for Python or Node.js.

    • ORMs like Hibernate and Entity Framework can also be used to abstract away the database connection details.

    • Connection strings are used to spe...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Db connection attributes need to prepare well

I applied via Walk-in and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Introduction your self in interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview should be very easy and comfortable to the students. And be confident at the infront of interviewer
Contribute & help others!
anonymous
You can choose to be anonymous

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

Tell us how to improve this page.

Anonymously discuss salaries, work culture, and many more

Get Ambitionbox App

Join Siemens #TransformTheEverydayWithUS

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Bosch Interview Questions
4.2
 • 329 Interviews
Johnson Controls Interview Questions
3.5
 • 261 Interviews
View all
Senior Software Engineer
1.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
1.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
1.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
604 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive
481 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Siemens with

Schneider Electric

4.1
Compare

Siemens Energy

4.1
Compare

ABB

4.1
Compare

BHEL

4.1
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