Upload Button Icon Add office photos

Filter interviews by

Shanghai Electric Group Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. What is the process for installing solar panels, and what are the methods to test their functionality?
  • Q2. How much type quality test in solar system
  • Q3. Installation teat
  • Q4. Trench dept test
  • Q5. Sand bedding test
Round 2 - Case Study 

Diploma in electrical engineering

Interview Preparation Tips

Interview preparation tips for other job seekers - Ensure work quality according to the specifications in the drawing while maintaining effective cost control.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(8 Questions)

  • Q1. Type of Engineering Drawings
  • Ans. 

    Engineering drawings can be categorized into different types based on their purpose and content.

    • Types of engineering drawings include assembly drawings, detail drawings, schematic diagrams, and blueprints.

    • Assembly drawings show how different parts fit together to create a final product.

    • Detail drawings provide specific dimensions and specifications for individual components.

    • Schematic diagrams illustrate the electrical o...

  • Answered by AI
  • Q2. What are the different types of views in engineering drawings?
  • Ans. 

    Different types of views in engineering drawings include orthographic, isometric, and perspective views.

    • Orthographic views show the object from different angles (top, front, side)

    • Isometric views show the object in 3D with all three dimensions equally foreshortened

    • Perspective views show the object as it appears to the eye with depth and foreshortening

  • Answered by AI
  • Q3. What are the different types of bearings used in mechanical applications?
  • Ans. 

    Different types of bearings used in mechanical applications include ball bearings, roller bearings, plain bearings, and fluid bearings.

    • Ball bearings: used for low friction applications, commonly found in wheels and conveyor belts

    • Roller bearings: used for heavy radial loads, commonly found in automotive applications

    • Plain bearings: simple design with no rolling elements, commonly used in sliding applications

    • Fluid bearing...

  • Answered by AI
  • Q4. What are the different types of hydraulic valves and their applications?
  • Ans. 

    Hydraulic valves control the flow and pressure of hydraulic fluid in a system, with various types for different applications.

    • Directional control valves: control the direction of fluid flow in a hydraulic system

    • Pressure control valves: regulate the pressure of the hydraulic fluid

    • Flow control valves: manage the flow rate of the hydraulic fluid

    • Check valves: allow fluid flow in one direction only

    • Relief valves: protect the ...

  • Answered by AI
  • Q5. What are the components of hydraulic valves?
  • Ans. 

    Hydraulic valves consist of components such as valve body, spool, actuator, and control mechanism.

    • Valve body: main housing that contains the internal components of the valve

    • Spool: moves within the valve body to control the flow of hydraulic fluid

    • Actuator: component that converts hydraulic pressure into mechanical motion

    • Control mechanism: regulates the operation of the valve

  • Answered by AI
  • Q6. Why are second angle and third angle projections not used in engineering drawings?
  • Ans. 

    Second and third angle projections are not used in engineering drawings due to standardization and simplicity.

    • First angle projection is the standard method used in engineering drawings worldwide.

    • Second and third angle projections are less common and can lead to confusion for those not familiar with them.

    • Using multiple projection methods can complicate the design process and increase the likelihood of errors.

    • Standardiza...

  • Answered by AI
  • Q7. 7Qc Tools used
  • Ans. 

    7QC tools are used for quality control and process improvement in compliance analysis.

    • Check sheets

    • Pareto charts

    • Cause-and-effect diagrams

    • Histograms

    • Scatter diagrams

    • Control charts

    • Flowcharts

  • Answered by AI
  • Q8. What are the types of bolts and nuts, and what is the significance of pitch in bolts?
  • Ans. 

    Types of bolts and nuts include hex bolts, carriage bolts, and wing nuts. Pitch in bolts refers to the distance between threads.

    • Types of bolts: hex bolts, carriage bolts, eye bolts, etc.

    • Types of nuts: hex nuts, wing nuts, lock nuts, etc.

    • Pitch in bolts refers to the distance between threads on the bolt.

    • Pitch is measured in threads per inch (TPI) or millimeters (mm).

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You can attend the interview with confidence at a reputable company. Actualise Consultant did an excellent job coordinating with Epiroc and arranging the interview dates.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Kone instlater (TA) mod job
  • Q2. I m intrest in job work exprance is Abal abal
  • Q3. Thes is a smart elavoter and the way safety from clound
  • Q4. I m 5 year exprance and I plajer my work
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Mostly they enquired on current role and experiences which is match with requirements position or not
  • Q2. They test how you expertise in engine testing and understanding of simualation analysis in term of VV and design understanding DVP development
  • Q3. Use of Data analytics software like diadem, Matlab, AVl Concerto, project planing and execution level
Round 2 - HR 

(1 Question)

  • Q1. Salary expectation and benefits usually they discuss for negotiations
Round 3 - Technical 

(1 Question)

  • Q1. Senior management round. They usually ask about previous experiences and project handled? Moderate technical question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

There were 4 sections and first one was quant, second one was logical, third was English and finally 3 coding questions in last section

Round 2 - Coding Test 

4 codes and 5 technical questions

Round 3 - One-on-one 

(3 Questions)

  • Q1. Explain multi threading
  • Ans. 

    Multi threading is the ability of a CPU to execute multiple threads concurrently.

    • Allows for parallel execution of tasks, improving performance

    • Each thread has its own stack and runs independently

    • Threads can communicate and synchronize using shared memory

    • Examples: running multiple tasks simultaneously in a web server, processing data in parallel

  • Answered by AI
  • Q2. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to be used for different data types.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI
  • Q3. Diff b/w inner and outer joins
  • Ans. 

    Inner join returns only the rows that have matching values in both tables, while outer join returns all rows from both tables.

    • Inner join: returns rows with matching values in both tables

    • Outer join: returns all rows from both tables, with NULL values where there is no match

    • Example: Inner join - SELECT * FROM table1 INNER JOIN table2 ON table1.id = table2.id

    • Example: Outer join - SELECT * FROM table1 LEFT OUTER JOIN table

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Hitachi Intern interview:
  • Java
  • Web Technologies
  • Threads
  • OOPS
Interview preparation tips for other job seekers - Easy interview and all questions will be asked from your resume. Difficulty would be mainly depend on interviewer. Apart from technical few behavioral questions were asked.
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Indian Institute of Technology (IIT), Guwahati and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic Gate Level Questions.
  • Q2. Aptitude questions.
Round 2 - One-on-one 

(2 Questions)

  • Q1. HVAC system design
  • Ans. 

    Key considerations in HVAC system design include load calculation, equipment selection, ductwork design, and energy efficiency.

    • Performing accurate load calculations to determine heating and cooling requirements

    • Selecting appropriate HVAC equipment based on the load calculations and building requirements

    • Designing efficient ductwork layout to ensure proper air distribution

    • Considering energy efficiency measures such as hig...

  • Answered by AI
  • Q2. Questions on pipe flow and bernoulii principle

Interview Preparation Tips

Topics to prepare for Caterpillar Inc Associate Engineer interview:
  • Refrigeration
  • Fluid Mechanics
  • CFD
Interview preparation tips for other job seekers - They give preference to localite and female candidates.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What is difference between regression and retesting. what all thing are included in regression testing.
  • Ans. 

    Regression testing is testing the entire application after a change, while retesting is testing a specific bug fix.

    • Regression testing is done to ensure that new code changes do not adversely affect existing functionality.

    • Retesting is done to verify that a specific bug or issue has been fixed.

    • Regression testing includes testing all the previously tested features to ensure they still work correctly.

    • Retesting focuses on t...

  • Answered by AI
  • Q2. Write test case on weight vending machine
  • Ans. 

    Test case for weight vending machine to ensure accurate measurement and dispensing of items.

    • Verify that the machine displays the correct weight of the item being measured.

    • Test if the machine dispenses the correct amount of item based on the weight entered.

    • Check if the machine recalibrates properly after dispensing multiple items.

    • Ensure that the machine alerts the user if the weight measurement is inaccurate.

  • Answered by AI
  • Q3. Tell me how will you automate following feature. you have a parent node and multiple child node attached to each parent node. you can read node name and also modify it.
  • Ans. 

    Automate feature to read and modify parent and child nodes

    • Use a scripting language like Python to automate the process

    • Identify parent nodes and their corresponding child nodes

    • Implement functions to read and modify node names

    • Utilize libraries like Selenium for web automation if nodes are on a webpage

  • Answered by AI
  • Q4. Tell me about you project. what all technology you have used.
  • Ans. 

    Developed a web application for online shopping using Java, Spring Boot, Angular, and MySQL.

    • Used Java for backend development

    • Implemented RESTful APIs using Spring Boot

    • Developed frontend using Angular framework

    • Utilized MySQL for database management

  • Answered by AI
  • Q5. Define Bug Life cycle.
  • Ans. 

    Bug life cycle is the process of identifying, reporting, fixing, retesting, and closing a software bug.

    • Bug identification by QA engineer

    • Bug reporting with detailed steps to reproduce

    • Bug fixing by development team

    • Bug retesting to ensure it is resolved

    • Bug closure after verification

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

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

Round 1 - Group Discussion 

Topic : How AI influences engineering life

Round 2 - Technical 

(3 Questions)

  • Q1. About steel structural construction
  • Q2. About risk and mitigation
  • Q3. Sub sea pipeline design
Round 3 - HR 

(3 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a recent graduate with a degree in Mechanical Engineering and a passion for problem-solving and innovation.

    • Recent graduate with a degree in Mechanical Engineering

    • Passionate about problem-solving and innovation

    • Experience with CAD software such as SolidWorks

    • Completed internships at engineering firms

  • Answered by AI
  • Q2. What do you expect from company
  • Q3. Where do you see yourself in 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer for what they've asked don't prolong it
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 Sep 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Question related to project,in detail prodecure we hav eto explain .
  • Q2. Basic question related to jd.
  • Q3. Be thorough with the project.
  • Q4. Questions might expect on resume.
  • Q5. Very friendly ,accepts excues some times to if there is any health issues.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. It was an algorithm question which I had to code in 30 minutes
  • Q2. Java/Spring related questions were asked
Round 2 - Case Study 

They asked me about my current project and asked me to design a system similar to that

Tell us how to improve this page.

Interview Questions from Similar Companies

Cummins Interview Questions
4.3
 • 228 Interviews
John Deere Interview Questions
4.1
 • 221 Interviews
Caterpillar Inc Interview Questions
4.3
 • 170 Interviews
KONE Interview Questions
4.2
 • 97 Interviews
Hitachi Interview Questions
4.1
 • 78 Interviews
Atlas Copco Interview Questions
4.2
 • 77 Interviews
TechnipFMC Interview Questions
4.0
 • 67 Interviews
Hilti Interview Questions
3.5
 • 59 Interviews
TUV SUD Interview Questions
3.9
 • 58 Interviews
View all

Shanghai Electric Group Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

4.0

Salary & Benefits

3.2

Job Security

5.0

Company culture

4.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 2 Reviews and Ratings
Electrical Engineer
4 salaries
unlock blur

₹2.5 L/yr - ₹15 L/yr

Assistant Materials
4 salaries
unlock blur

₹5.1 L/yr - ₹5.1 L/yr

Site Manager
3 salaries
unlock blur

₹18 L/yr - ₹34 L/yr

Senior Operations Manager
3 salaries
unlock blur

₹10 L/yr - ₹13 L/yr

Explore more salaries
Compare Shanghai Electric Group with

Cummins

4.3
Compare

John Deere

4.1
Compare

Caterpillar Inc

4.3
Compare

Tractors and Farm Equipment

4.1
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview