Upload Button Icon Add office photos
Engaged Employer

i

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

Gautam Solar Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Gautam Solar Site Engineer Interview Questions and Answers for Experienced

Updated 24 Jul 2021

Gautam Solar Site Engineer Interview Experiences for Experienced

1 interview found

Site Engineer Interview Questions & Answers

user image Anonymous

posted on 22 Jun 2021

I applied via Recruitment Consultant and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. 19 technical question asked and 10/8 question is write

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical

Interview questions from similar companies

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 

(2 Questions)

  • Q1. Basic all based on experience & there requirements
  • Q2. Experience & basic technical work like- transformer testing & PM checklist etc

Interview Preparation Tips

Interview preparation tips for other job seekers - brush up your basics, if having experience make sure you can justify that.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Detailed Drawing
  • Q2. What is the unit weight of steel
  • Ans. 

    The unit weight of steel is typically around 7850 kg/m^3.

    • The unit weight of steel is commonly used in construction and engineering to calculate the weight of steel structures.

    • The unit weight of steel is typically around 7850 kg/m^3, but can vary depending on the type of steel.

    • For example, the unit weight of stainless steel is around 7480 kg/m^3, while the unit weight of carbon steel is around 7850 kg/m^3.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Discuss about CTC
  • Ans. 

    CTC stands for Cost to Company, which includes all expenses related to an employee's salary and benefits.

    • CTC includes salary, bonuses, benefits, and any other perks provided by the company.

    • It is the total amount of money a company spends on an employee in a year.

    • CTC is different from take-home salary as it includes all expenses incurred by the company for the employee.

    • Employer's contribution to PF, insurance, and other...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Constructive environment

I was interviewed before Nov 2016.

Interview Questionnaire 

3 Questions

  • Q1. About yourself
  • Q2. Will you work at any location
  • Ans. 

    Yes, I am willing to work at any location for the Senior Engineer position.

    • I am open to relocating for the right opportunity

    • I have experience working in different locations

    • I am flexible and adaptable to new environments

  • Answered by AI
  • Q3. Why you think you can work in any adverse situation
  • Ans. 

    I have a proven track record of staying calm and focused in challenging situations, allowing me to problem-solve effectively.

    • I have experience working in high-pressure environments and have successfully delivered projects on time despite obstacles.

    • I am adaptable and can quickly assess a situation to determine the best course of action.

    • I have strong problem-solving skills and can think creatively to find solutions in ad

  • Answered by AI

Interview Preparation Tips

Round: Test
Duration: 1 hour
Total Questions: 100

Round: Group Discussion
Duration: 20 minutes

Interview Questionnaire 

1 Question

  • Q1. VRV system, mep related, fire fighting,
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Technical 

(12 Questions)

  • Q1. What are the lifecycle methods?
  • Ans. 

    Lifecycle methods are methods that are automatically called at certain points in the lifecycle of a component in React.

    • Lifecycle methods include componentDidMount, componentDidUpdate, componentWillUnmount, etc.

    • These methods allow developers to perform actions at specific points in a component's lifecycle, such as fetching data after the component has been rendered.

    • They are used to manage side effects, perform cleanup, ...

  • Answered by AI
  • Q2. What are the advantages and features of react?
  • Ans. 

    React is a popular JavaScript library for building user interfaces.

    • Component-based architecture for reusability and easy maintenance

    • Virtual DOM for efficient updates and performance optimization

    • JSX syntax for writing HTML within JavaScript

    • One-way data binding for predictable data flow

    • Support for server-side rendering for improved SEO

    • Large community and ecosystem with many third-party libraries and tools

  • Answered by AI
  • Q3. Difference between class and functional components?
  • Ans. 

    Class components are ES6 classes that extend from React.Component and have state and lifecycle methods, while functional components are simple functions that take props as input and return JSX.

    • Class components are defined using ES6 classes and have a render method.

    • Functional components are defined as simple functions that take props as input and return JSX.

    • Class components can have state and lifecycle methods like comp...

  • Answered by AI
  • Q4. What are the Higher order components?
  • Ans. 

    Higher order components are functions that take a component and return a new component with additional functionality.

    • Higher order components enhance the functionality of existing components

    • They can be used for code reusability and separation of concerns

    • Examples include withRouter from React Router and connect from React Redux

  • Answered by AI
  • Q5. What are the React hooks?
  • Ans. 

    React hooks are functions that let you use state and other React features without writing a class.

    • React hooks were introduced in React 16.8.

    • They allow you to use state and other React features in functional components.

    • Some commonly used hooks are useState, useEffect, useContext, and useReducer.

    • Hooks are more flexible and easier to use compared to class components.

  • Answered by AI
  • Q6. What is the difference between contextAPI and Redux?
  • Ans. 

    ContextAPI is a built-in feature in React for managing global state, while Redux is a separate library for state management in React applications.

    • ContextAPI is built into React, while Redux is a separate library.

    • ContextAPI is primarily used for managing global state in a React application.

    • Redux provides a centralized store for state management and follows a unidirectional data flow.

    • ContextAPI is simpler to use for smal...

  • Answered by AI
  • Q7. What are the semantic elements in html?
  • Ans. 

    Semantic elements in HTML are tags that clearly define the content they wrap, providing meaning to both browsers and developers.

    • Semantic elements help improve SEO by providing search engines with better understanding of the content.

    • Examples of semantic elements include <header>, <footer>, <article>, <section>, <nav>, <aside>, <main>, <figure>, <figcaption>, <deta...

  • Answered by AI
  • Q8. What are the pseudo elements?
  • Ans. 

    Pseudo elements are used in CSS to style specific parts of an element.

    • Pseudo elements are denoted by double colons (::) in CSS.

    • They allow styling of specific parts of an element, like the first letter or line.

    • Common pseudo elements include ::before, ::after, ::first-line, and ::first-letter.

  • Answered by AI
  • Q9. What is box model?
  • Ans. 

    The box model is a fundamental concept in CSS that defines the layout of elements on a webpage.

    • The box model consists of content, padding, border, and margin.

    • Content: the actual content of the element, such as text or images.

    • Padding: space between the content and the border.

    • Border: a line that goes around the padding and content.

    • Margin: space outside the border, separating the element from other elements.

  • Answered by AI
  • Q10. What is hoisting?
  • Ans. 

    Hoisting is a JavaScript mechanism where variable and function declarations are moved to the top of their containing scope during the compilation phase.

    • Variable and function declarations are hoisted to the top of their scope.

    • Only declarations are hoisted, not initializations.

    • Function declarations take precedence over variable declarations.

    • Example: console.log(myVar); var myVar = 10; // Output: undefined

    • Example: cons...

  • Answered by AI
  • Q11. What is difference between normal function and arrow function?
  • Ans. 

    Normal functions are defined using the function keyword, while arrow functions are defined using the => syntax.

    • Normal functions are hoisted, while arrow functions are not hoisted.

    • Arrow functions do not have their own 'this' keyword, they inherit it from the parent scope.

    • Arrow functions do not have their own 'arguments' object.

    • Arrow functions are more concise and have implicit return.

    • Arrow functions cannot be used as co

  • Answered by AI
  • Q12. What is splice and slice?
  • Ans. 

    Splice and slice are methods used in programming to manipulate arrays.

    • Splice is used to add or remove elements from an array at a specific index.

    • Slice is used to extract a portion of an array and returns a new array.

    • Example of splice: array.splice(2, 0, 'new element') - adds 'new element' at index 2.

    • Example of slice: array.slice(1, 4) - extracts elements from index 1 to 3.

  • Answered by AI
Round 2 - Coding Test 

Coding questions on Java script like array methods and objects handling. coding questions on React is like life cycle methods using functional components and state management.

Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. How do you handle the work?

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Mar 2022. There were 4 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 - HR 

(1 Question)

  • Q1. General introduction and If you have the ability to work under pressure
Round 3 - Technical 

(3 Questions)

  • Q1. What do you understand with the PV technology
  • Ans. 

    PV technology refers to the use of photovoltaic cells to convert sunlight into electricity.

    • PV technology is a renewable energy source that is becoming increasingly popular.

    • It involves the use of solar panels to capture sunlight and convert it into electricity.

    • The technology is used in a variety of applications, from powering homes and businesses to providing electricity for remote areas.

    • PV systems can be installed on r...

  • Answered by AI
  • Q2. Why do you want to join us
  • Ans. 

    I want to join because of the company's reputation, growth opportunities, and alignment with my skills and interests.

    • Reputation: The company has a strong reputation in the industry, known for its high-quality products and services.

    • Growth opportunities: I believe joining this company will provide me with ample opportunities to learn and grow in my career.

    • Alignment with skills and interests: The company's focus on [speci...

  • Answered by AI
  • Q3. How will you manage the rejection
  • Ans. 

    I will manage rejection by staying positive, learning from the experience, and seeking feedback for improvement.

    • Maintain a positive mindset and not take rejection personally

    • Reflect on the reasons for rejection and identify areas for improvement

    • Seek feedback from the interviewer or others to understand areas of weakness

    • Use rejection as motivation to work harder and improve skills

    • Continue applying for other opportunities

  • Answered by AI
Round 4 - Aptitude Test 

Yes there was an assessment test with General reasoning question

Interview Preparation Tips

Interview preparation tips for other job seekers - Be nice, And tell the HR about your previous job role experience
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Feb 2023. There were 3 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 

(1 Question)

  • Q1. About utility and material handling equipment
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Topics to prepare for Waaree Energies Senior Engineer interview:
  • Air Compressor
  • Chiller Plant
  • RO
Interview preparation tips for other job seekers - Through naukri.com
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Working Experience in electrical project
  • Ans. 

    I have 10 years of experience in electrical project management, including designing and implementing electrical systems for commercial buildings.

    • Managed a team of engineers and technicians to successfully complete a large-scale electrical project for a shopping mall.

    • Designed and installed electrical systems for office buildings, ensuring compliance with safety regulations and energy efficiency standards.

    • Collaborated wi...

  • Answered by AI
  • Q2. Working process of project
  • Ans. 

    The working process of a project involves planning, execution, monitoring, and completion.

    • Planning phase includes defining project goals, scope, and deliverables.

    • Execution phase involves assigning tasks, managing resources, and implementing the project plan.

    • Monitoring phase includes tracking progress, identifying issues, and making necessary adjustments.

    • Completion phase involves finalizing deliverables, conducting proj

  • Answered by AI
  • Q3. From survey execution up to billing and closer
  • Ans. 

    The question is asking about the process from survey execution to billing and closure.

    • Survey execution involves designing and distributing surveys to collect data.

    • Data collected from surveys is then analyzed and processed.

    • Based on the analysis, billing is done for the services provided.

    • Finally, the project is closed, and any remaining tasks or documentation are completed.

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2022. There were 3 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 

(1 Question)

  • Q1. Normal project technical quostions
Round 3 - HR 

(1 Question)

  • Q1. Typical HR question

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company salary on time good benefits

Gautam Solar Interview FAQs

How to prepare for Gautam Solar Site Engineer interview for experienced candidates?
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 Gautam Solar. The most common topics and skills that interviewers at Gautam Solar expect are Operations, Power Plant, Project Execution, Project Management and Renewable Energy.

Tell us how to improve this page.

Interview Questions from Similar Companies

Adani Power Interview Questions
3.9
 • 218 Interviews
Jakson Group Interview Questions
4.2
 • 78 Interviews
Waaree Energies Interview Questions
3.9
 • 57 Interviews
Vikram Solar Interview Questions
3.9
 • 32 Interviews
Senvion Interview Questions
4.0
 • 18 Interviews
LM Wind Power Interview Questions
4.0
 • 13 Interviews
SHV Energy Interview Questions
3.8
 • 12 Interviews
View all
Gautam Solar Site Engineer Salary
based on 7 salaries
₹1.8 L/yr - ₹3 L/yr
35% less than the average Site Engineer Salary in India
View more details

Gautam Solar Site Engineer Reviews and Ratings

based on 2 reviews

1.4/5

Rating in categories

1.4

Skill development

1.3

Work-life balance

1.3

Salary

1.3

Job security

1.3

Company culture

1.4

Promotions

1.4

Work satisfaction

Explore 2 Reviews and Ratings
Project Engineer
27 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Graduate Engineer Trainee (Get)
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Entry Operator
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Executive Accountant
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Coordinator
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Gautam Solar with

Waaree Energies

3.9
Compare

Adani Power

3.9
Compare

Vikram Solar

3.9
Compare

Jakson Group

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