Upload Button Icon Add office photos
Engaged Employer

i

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

based on 891 Reviews

Filter interviews by

Siemens Gamesa Renewable Power Private Limited Interview Questions, Process, and Tips

Updated 25 Jan 2025

Top Siemens Gamesa Renewable Power Private Limited Interview Questions and Answers

View all 45 questions

Siemens Gamesa Renewable Power Private Limited Interview Experiences

Popular Designations

53 interviews found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 13 Aug 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Fetch file from resources folder in java folder structure
  • Ans. 

    To fetch a file from the resources folder in a Java folder structure, use ClassLoader.getResourceAsStream() method.

    • Use ClassLoader.getResourceAsStream() method to load the file as an InputStream

    • Specify the path to the file relative to the resources folder

    • Handle the IOException that may be thrown

  • Answered by AI
  • Q2. Write xpaths of apple site menua
  • Ans. 

    Xpaths of Apple site menu

    • //*[@id='ac-globalnav']/div/ul/li[1]/a

    • //*[@id='ac-globalnav']/div/ul/li[2]/a

    • //*[@id='ac-globalnav']/div/ul/li[3]/a

    • //*[@id='ac-globalnav']/div/ul/li[4]/a

    • //*[@id='ac-globalnav']/div/ul/li[5]/a

  • Answered by AI

Skills evaluated in this interview

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Past experience in Python
  • Ans. 

    I have 3 years of experience working with Python in various projects.

    • Developed web applications using Django framework

    • Utilized Python for data analysis and machine learning projects

    • Automated tasks using Python scripts

  • Answered by AI
  • Q2. Decorators and list, tuples
Round 2 - Coding Test 

SQL , Year to Year , Delete duplicates

Skills evaluated in this interview

Full Stack Developer Interview Questions asked at other Companies

Q1. Query And MatrixYou are given a binary matrix with ‘M’ rows and ‘N’ columns initially consisting of all 0s. 'Q' queries follow. The queries can be of 4 types: Query 1: 1 R index Query 2: 1 C index Query 3: 2 R index Query 4: 2 C index In ea... read more
View answer (1)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Write a sql query to update database
  • Ans. 

    Updating database using SQL query

    • Use UPDATE statement to modify existing records in a table

    • Specify the table name, column names, and values to be updated

    • Use WHERE clause to filter which records to update

  • Answered by AI
  • Q2. Find 2nd highest salary using a sql query
  • Ans. 

    Use SQL query to find the 2nd highest salary in a table

    • Use the ORDER BY clause to sort the salaries in descending order

    • Use the LIMIT clause to get the second row

  • Answered by AI

Skills evaluated in this interview

Data Scientist Interview Questions asked at other Companies

Q1. Special Sum of ArrayYou have been given an array/list ‘arr’ of length ‘N’, which contains single digit elements at every index. Your task is to return the sum of all elements of the array. But the final sum should also be a single digit. To... read more
View answer (2)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
-

I applied via Job Portal and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a passionate software engineer with 5 years of experience in developing web applications using Java, Spring Boot, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring Boot, and Angular

    • Passionate about creating innovative web applications

  • Answered by AI
  • Q2. Tell me about your internship experience
  • Ans. 

    I completed a software engineering internship at a tech company, where I worked on developing new features for their mobile app.

    • Developed new features for mobile app

    • Collaborated with team members on coding tasks

    • Participated in code reviews and testing

    • Learned about agile development practices

  • 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 (169)

Siemens Gamesa Renewable Power Private Limited interview questions for popular designations

 Associate Manager

 (3)

 Project Manager

 (2)

 Senior Executive

 (2)

 Senior Executive Engineer

 (2)

 Advanced Software Engineer

 (1)

 Assistant Manager Finance

 (1)

 Assistant Project Planning Manager

 (1)

 Associate Vice President

 (1)

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. SQL query to create a database
  • Ans. 

    Use SQL query to create a database

    • Use CREATE DATABASE statement to create a new database

    • Specify the name of the database after CREATE DATABASE

    • Make sure to have necessary permissions to create a database

  • Answered by AI
  • Q2. SQL query to change name of database
  • Ans. 

    Use RENAME DATABASE statement to change name of database in SQL.

    • Use RENAME DATABASE statement followed by current database name and new database name.

    • Make sure to have necessary permissions to rename the database.

    • Example: RENAME DATABASE old_database TO new_database;

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The entire process was conducted in a haphazard manner. This was more of a diversity hiring process. The HR made me wait for almost 5 hours.

Skills evaluated in this interview

Junior Data Analyst Interview Questions asked at other Companies

Q1. What is the main difference between data mining and data analysis?
View answer (4)

Get interview-ready with Top Siemens Gamesa Renewable Power Private Limited Interview Questions

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(14 Questions)

  • Q1. What types of locators you used in ur project.
  • Ans. 

    I have used various types of locators in my project, including ID, name, class name, xpath, and CSS selectors.

    • ID locator: Used to locate elements by their unique ID attribute.

    • Name locator: Used to locate elements by their name attribute.

    • Class name locator: Used to locate elements by their class name attribute.

    • XPath locator: Used to locate elements using XPath expressions.

    • CSS selector locator: Used to locate elements us

  • Answered by AI
  • Q2. Absolute and relative xpath differences
  • Ans. 

    Absolute xpath starts from the root node, while relative xpath starts from any node.

    • Absolute xpath starts with a single forward slash (/) and is more brittle as any changes in the structure of the DOM can break the xpath.

    • Relative xpath starts with a double forward slash (//) and is more flexible as it can start from any node in the DOM.

    • Absolute xpath is faster than relative xpath as it directly navigates to the element...

  • Answered by AI
  • Q3. Write a xpath on the traversing xpath.
  • Ans. 

    Traversing XPath is used to navigate through the elements in a structured way.

    • Use '//' to select all elements in the document, regardless of their location

    • Use '/' to select direct child elements

    • Use '[@attribute='value']' to select elements based on their attribute value

    • Use 'following-sibling::' to select siblings that come after the current element

    • Use 'preceding-sibling::' to select siblings that come before the curren

  • Answered by AI
  • Q4. Keywords on feature file.
  • Ans. 

    Keywords on feature file are used to define the behavior of the scenarios in BDD testing.

    • Keywords like Given, When, Then, And, But are used to structure the scenarios

    • Keywords help in writing clear and concise test cases

    • Examples: Given I am on the login page, When I enter valid credentials, Then I should be logged in

  • Answered by AI
  • Q5. Write one step definition by seeing the feature file.
  • Ans. 

    The step definition should match the steps in the feature file for automation testing.

    • Read the step from the feature file

    • Create a corresponding step definition in the automation testing framework

    • Ensure the step definition accurately performs the desired action

  • Answered by AI
  • Q6. What are the types of hooks present in bdd.
  • Ans. 

    Types of hooks in BDD include Before, After, BeforeStep, AfterStep, BeforeFeature, AfterFeature, BeforeScenario, AfterScenario.

    • Before - runs before each scenario

    • After - runs after each scenario

    • BeforeStep - runs before each step in a scenario

    • AfterStep - runs after each step in a scenario

    • BeforeFeature - runs before each feature

    • AfterFeature - runs after each feature

    • BeforeScenario - runs before each scenario

    • AfterScenario -

  • Answered by AI
  • Q7. What is method overloading and overriding concept.
  • Ans. 

    Method overloading is when multiple methods in the same class have the same name but different parameters. Method overriding is when a subclass provides a specific implementation of a method that is already provided by its superclass.

    • Method overloading involves creating multiple methods in the same class with the same name but different parameters.

    • Method overriding occurs when a subclass provides a specific implementat...

  • Answered by AI
  • Q8. WAP to swap the two integer without using third variable.
  • Ans. 

    Swapping two integers without using a third variable in a programming language.

    • Use bitwise XOR operation to swap two integers without using a third variable.

    • Example: int a = 5, b = 10; a = a ^ b; b = a ^ b; a = a ^ b; // Now a = 10, b = 5

  • Answered by AI
  • Q9. WAP to print the occurrence of the character present in the given string.
  • Ans. 

    The program will count and print the occurrence of each character in a given string.

    • Create an array to store the count of each character (initialize with 0)

    • Iterate through the string and increment the count of each character in the array

    • Print the count of each character along with the character itself

  • Answered by AI
  • Q10. If you are not meeting the requirement in your testcase then what the documentation format you follow.
  • Ans. 

    If not meeting requirement in testcase, follow documentation format like updating test case steps, expected results, and defect details.

    • Update the test case steps to accurately reflect the actual steps taken during testing

    • Update the expected results to reflect the actual results observed during testing

    • Document the defect details including steps to reproduce, screenshots, and any additional information

    • Assign a severity ...

  • Answered by AI
  • Q11. What are the technologies you used in your testcases.
  • Ans. 

    I have used technologies like Selenium, JUnit, TestNG, Cucumber, and Jenkins in my testcases.

    • Selenium

    • JUnit

    • TestNG

    • Cucumber

    • Jenkins

  • Answered by AI
  • Q12. What is boundary value analysis.
  • Ans. 

    Boundary value analysis is a software testing technique used to identify errors at boundaries of input ranges.

    • Focuses on testing at the boundaries of input ranges

    • Helps identify errors that occur at the boundaries

    • Tests values at the lower and upper limits of valid ranges

    • Reduces the number of test cases needed for thorough testing

  • Answered by AI
  • Q13. How to create job for CI/CD in jenkins.
  • Ans. 

    To create a job for CI/CD in Jenkins, you can use the Jenkins interface to configure a new job with the necessary build and deployment steps.

    • Navigate to Jenkins dashboard and click on 'New Item' to create a new job

    • Select the type of job you want to create (Freestyle project, Pipeline, etc.)

    • Configure the job settings such as source code repository, build triggers, build steps, and post-build actions

    • Set up the job to be ...

  • Answered by AI
  • Q14. Can you tell me how to fetch data from table row dynamically .
  • Ans. 

    To fetch data from a table row dynamically, use a unique identifier to locate the row and extract the data.

    • Identify a unique identifier for the row, such as an ID or class name

    • Use a query selector or XPath to locate the row based on the identifier

    • Extract the data from the row using appropriate methods or functions

  • Answered by AI

Skills evaluated in this interview

Top Siemens Gamesa Renewable Power Private Limited Qa Automation Testing Engineer Interview Questions and Answers

Q1. If you are not meeting the requirement in your testcase then what the documentation format you follow.
View answer (1)

Qa Automation Testing Engineer Interview Questions asked at other Companies

Q1. selenium: what are selenium components, what are the different locators in selenium, what is selenium web driver, write a xpath for a given element on a web page
View answer (5)

Jobs at Siemens Gamesa Renewable Power Private Limited

View all
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. About generator alignment
  • Q2. About generator slip
  • Q3. About DFIG

Interview Preparation Tips

Interview preparation tips for other job seekers - during interview you always explain deeply any topic interviewar asking

Junior Engineer Interview Questions asked at other Companies

Q1. What is the main role of Junior engineer in Electrical maintenance and How to provide the company facilities ?
View answer (25)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Many question related to gearbox

Senior Executive Engineer Interview Questions asked at other Companies

Q1. 1. What you know about Fe-C diagram? 2. Explain your previous job profile? 3. What was your personal contribution? 4. Tensile strength of steel? And few question related to previous job profile. The interview was about 50 minutes.
View answer (1)

Wind Mill Productions Interview Questions & Answers

user image Anonymous

posted on 28 Nov 2023

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

I applied via Recruitment Consulltant and was interviewed in Oct 2023. There were 2 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 tips
Round 2 - Technical 

(5 Questions)

  • Q1. Why boobls required to resin
  • Ans. 

    Boobls are required to resin for better durability and strength in wind mill production.

    • Resin is used to reinforce the structure of wind mill blades.

    • Boobls, or air bubbles, can weaken the resin and compromise the strength of the blades.

    • Removing boobls ensures the resin can fully penetrate and bond with the fibers of the blade material.

    • This improves the overall durability and strength of the wind mill blades.

  • Answered by AI
  • Q2. Sopert in yor balance wind sector,
  • Ans. 

    Wind Mill Productions is a leading company in the wind sector.

    • Wind Mill Productions specializes in the production of wind energy.

    • They have a strong presence in the renewable energy market.

    • The company focuses on developing and operating wind farms.

    • They have a diverse portfolio of wind energy projects.

    • Wind Mill Productions is committed to sustainability and reducing carbon emissions.

  • Answered by AI
  • Q3. What is responsible tg
  • Ans. 

    Responsibility is the quality of being accountable for one's actions and decisions.

    • Responsibility involves taking ownership of tasks and fulfilling obligations.

    • It includes being reliable, trustworthy, and accountable.

    • Responsibility can be demonstrated through actions, such as meeting deadlines and following through on commitments.

    • Examples of responsibility in a production company like Wind Mill Productions could includ...

  • Answered by AI
  • Q4. Ss cap starting position,
  • Q5. PVC foam temperature required,
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell about you’re professional experience
  • Q2. More into your experience

Interview Preparation Tips

Interview preparation tips for other job seekers - It’s not difficult to crack if

Associate Manager Interview Questions asked at other Companies

Q1. How will you calculate tension on the sheet which is being given OFF, by Pay off reel ?
View answer (5)

Siemens Gamesa Renewable Power Private Limited Interview FAQs

How many rounds are there in Siemens Gamesa Renewable Power Private Limited interview?
Siemens Gamesa Renewable Power Private Limited interview process usually has 1-2 rounds. The most common rounds in the Siemens Gamesa Renewable Power Private Limited interview process are Technical, Resume Shortlist and HR.
How to prepare for Siemens Gamesa Renewable Power Private Limited interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Siemens Gamesa Renewable Power Private Limited. The most common topics and skills that interviewers at Siemens Gamesa Renewable Power Private Limited expect are Siemens, Recruitment, Training, Renewable Energy and Turbine.
What are the top questions asked in Siemens Gamesa Renewable Power Private Limited interview?

Some of the top questions asked at the Siemens Gamesa Renewable Power Private Limited interview -

  1. Implement a Data Structure for selection of a user in a database based on his u...read more
  2. Write an SQL query to select all the users with the same birthd...read more
  3. If you are not meeting the requirement in your testcase then what the documenta...read more
How long is the Siemens Gamesa Renewable Power Private Limited interview process?

The duration of Siemens Gamesa Renewable Power Private Limited interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Siemens Gamesa Renewable Power Private Limited Interview Process

based on 41 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

Suzlon Group Interview Questions
4.1
 • 124 Interviews
GE Vernova Interview Questions
4.2
 • 87 Interviews
ReNew Interview Questions
4.2
 • 82 Interviews
Vestas Interview Questions
4.3
 • 81 Interviews
Greenko Group Interview Questions
3.9
 • 44 Interviews
Inox Wind Interview Questions
3.7
 • 37 Interviews
Azure Power Interview Questions
3.9
 • 20 Interviews
View all

Siemens Gamesa Renewable Power Private Limited Reviews and Ratings

based on 891 reviews

4.1/5

Rating in categories

3.7

Skill development

4.2

Work-life balance

3.8

Salary

3.7

Job security

3.8

Company culture

3.4

Promotions

3.8

Work satisfaction

Explore 891 Reviews and Ratings
Software Tester

Bangalore / Bengaluru

3-8 Yrs

Not Disclosed

SW Tester

Bangalore / Bengaluru

3-6 Yrs

Not Disclosed

Customs Professional

Mamandur

8-10 Yrs

Not Disclosed

Explore more jobs
Assistant Manager
221 salaries
unlock blur

₹6.6 L/yr - ₹18.5 L/yr

Senior Engineer
206 salaries
unlock blur

₹5 L/yr - ₹14 L/yr

Engineer
185 salaries
unlock blur

₹2.8 L/yr - ₹12 L/yr

Associate Manager
179 salaries
unlock blur

₹9 L/yr - ₹23.1 L/yr

Senior Executive
154 salaries
unlock blur

₹5 L/yr - ₹19.1 L/yr

Explore more salaries
Compare Siemens Gamesa Renewable Power Private Limited with

Suzlon Group

4.0
Compare

Vestas

4.3
Compare

Inox Wind

3.7
Compare

GE Vernova

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