Upload Button Icon Add office photos

Filter interviews by

Windcare India O&M Engineer Interview Questions and Answers

Updated 10 Jun 2024

Windcare India O&M Engineer Interview Experiences

1 interview found

O&M Engineer Interview Questions & Answers

user image Anonymous

posted on 10 Jun 2024

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

(2 Questions)

  • Q1. When are doing yaw
  • Ans. 

    Yaw is typically done during commissioning or maintenance of wind turbines to ensure proper alignment with the wind direction.

    • Yaw is typically done during commissioning of a wind turbine to ensure it is properly aligned with the wind direction

    • Yaw may also be done during maintenance to check and adjust the alignment if needed

    • During yaw, the nacelle of the wind turbine is rotated to face the wind direction for optimal en

  • Answered by AI
  • Q2. How is a transformers work
  • Ans. 

    Transformers work by converting electrical energy from one voltage level to another through electromagnetic induction.

    • Transformers consist of two coils of wire, known as the primary and secondary coils, wrapped around a core made of iron or steel.

    • When an alternating current flows through the primary coil, it creates a changing magnetic field which induces a voltage in the secondary coil.

    • The ratio of the number of turns...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good advice

Interview questions from similar companies

Software Engineer Interview Questions & Answers

Preqin user image Vinay Madhamanchi1

posted on 7 Dec 2024

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

Quantitative interview

Round 2 - Coding Test 

Java coding and c language

Round 3 - HR 

(2 Questions)

  • Q1. C language question
  • Q2. Java language question
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is the difference between let and const
  • Ans. 

    let is mutable and can be reassigned, const is immutable and cannot be reassigned

    • let allows reassignment, const does not

    • const must be initialized with a value, let can be declared without a value

    • const is block-scoped, let is function-scoped

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. What are promises?
  • Ans. 

    Promises are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained together using .then() method.

    • They help avoid callback hell and make code more readable and maintainable.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Behaviour of js
  • Ans. 

    JavaScript is a dynamic programming language commonly used for web development.

    • JavaScript is a high-level, interpreted language.

    • It is known for its flexibility and ability to manipulate the DOM.

    • Commonly used for client-side scripting in web development.

    • Supports object-oriented, imperative, and functional programming styles.

  • Answered by AI
  • Q2. Call by value, call by reference
Round 2 - Coding Test 

Reverse fibonacci using recursion

Skills evaluated in this interview

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

I was interviewed in Jul 2023.

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 tips
Round 2 - Coding Test 

3 programs to write in arrays linked lists and trees

Round 3 - Technical 

(1 Question)

  • Q1. Was asked questions on core Java, spring framework, apis and micro services
Round 4 - HR 

(2 Questions)

  • Q1. What expertise will you bring to cme group of you join?
  • Q2. Why are you quitting your current company?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is regression testing
  • Ans. 

    Regression testing is the process of testing changes made to a software application to ensure that existing functionality still works.

    • It is performed after making changes to the software

    • It ensures that existing functionality is not affected by the changes

    • It helps to identify any new defects introduced by the changes

    • It can be automated to save time and effort

    • Examples include testing after bug fixes, new feature addition

  • Answered by AI
  • Q2. What is smoke testing
  • Ans. 

    Smoke testing is a preliminary testing to check if the software build is stable enough for further testing.

    • It is a quick and shallow testing of the critical functionalities of the software

    • It is performed to ensure that the build is stable enough for further testing

    • It is usually performed after each build or deployment

    • It helps in identifying major issues early in the development cycle

    • Examples include checking if the app...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst company

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Any online ideas, ds-algo, medium level

Round 2 - Coding Test 

Swift, security framework, api, memory management

Round 3 - One-on-one 

(1 Question)

  • Q1. Basic ds-algo nd technical question
Round 4 - HR 

(1 Question)

  • Q1. Managerial question

I applied via Recruitment Consulltant and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Sql join and basic sql queries
  • Q2. Basic and Some advance knowledge of Linux command
  • Q3. Previous company project details in depth

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while giving the answer and if you dont know about the answer than say No to straight forward other wise interviewer make you in trouble.

I applied via Recruitment Consultant and was interviewed in Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. API testing questions, database questions, manual testing, team lead experience

Interview Preparation Tips

Interview preparation tips for other job seekers - I got a call via an agency, first there was telephonic interview with manager where team lead experience, manual testing, activities you performed, database and API testing questions were asked

Then had face to face with almost similar questions

Make sure you are aware about the JD and well prepared with basic fundamentals
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain how javascript works
  • Ans. 

    JavaScript is a high-level, interpreted programming language that is used to make web pages interactive.

    • JavaScript is a client-side scripting language that runs in the browser.

    • It is used to add interactivity to websites, such as form validation, animations, and dynamic content.

    • JavaScript code is executed line by line and can manipulate the HTML and CSS of a webpage.

    • It can also communicate with servers to retrieve or se

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Build a to do app in react
  • Ans. 

    A to do app built in React for managing tasks and deadlines.

    • Use React components to create a user interface for adding, editing, and deleting tasks

    • Implement state management to keep track of tasks and their completion status

    • Utilize local storage or a backend server to persist tasks between sessions

  • Answered by AI

Windcare India Interview FAQs

How many rounds are there in Windcare India O&M Engineer interview?
Windcare India interview process usually has 1 rounds. The most common rounds in the Windcare India interview process are Technical.
What are the top questions asked in Windcare India O&M Engineer interview?

Some of the top questions asked at the Windcare India O&M Engineer interview -

  1. How is a transformers w...read more
  2. When are doing ...read more

Tell us how to improve this page.

Windcare India O&M Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Suzlon Group Interview Questions
4.0
 • 127 Interviews
GE Vernova Interview Questions
4.2
 • 87 Interviews
ReNew Interview Questions
4.2
 • 82 Interviews
Vestas Interview Questions
4.3
 • 81 Interviews
Inox Wind Interview Questions
3.7
 • 37 Interviews
ICICI Direct Interview Questions
3.7
 • 24 Interviews
Azure Power Interview Questions
3.9
 • 20 Interviews
View all

Windcare India O&M Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

3.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Design Engineer
9 salaries
unlock blur

₹1.1 L/yr - ₹3.1 L/yr

Engineer Trainee
8 salaries
unlock blur

₹1.6 L/yr - ₹2.3 L/yr

Junior Engineer
7 salaries
unlock blur

₹1.5 L/yr - ₹2.2 L/yr

Mechanical Engg. Design
6 salaries
unlock blur

₹2.2 L/yr - ₹3.4 L/yr

Graduate Engineer Trainee (Get)
6 salaries
unlock blur

₹2 L/yr - ₹3.2 L/yr

Explore more salaries
Compare Windcare India with

Suzlon Group

4.0
Compare

Inox Wind

3.7
Compare

Siemens Gamesa Renewable Power Private Limited

4.1
Compare

Vestas

4.3
Compare
Did you find this page helpful?
Yes No
write
Share an Interview