CoverPhoto
Energy Exemplar logo
Premium Employer

Energy Exemplar

Verified
4.1
based on 32 Reviews

Energy Exemplar Interview Questions and Answers

Updated 23 Dec 2024

Q1. Concat two LinkedList without using any space and in O(n) time

Ans.

Concatenate two LinkedList without using extra space in O(n) time

  • Traverse the first LinkedList and update the last node's next pointer to the head of the second LinkedList

  • Return the head of the first LinkedList as the concatenated LinkedList

Add your answer
right arrow

Q2. Create basic react app with dummy data fetched from JSON API

Ans.

Create a basic React app with dummy data fetched from a JSON API.

  • Set up a new React project using create-react-app

  • Create a component to fetch data from a JSON API using fetch or axios

  • Display the fetched data in the component

Add your answer
right arrow

Q3. Write a MySQL query for selecting the id of second highest salary from employee table

Ans.

MySQL query to select the id of second highest salary from employee table

  • Use ORDER BY clause to sort salaries in descending order

  • Use LIMIT to select the second row

  • Use a subquery to avoid duplicates if multiple employees have the same salary

Add your answer
right arrow

Q4. Detect a loop in the linked list

Ans.

Detect a loop in a linked list by using Floyd's Cycle Detection Algorithm

  • Use two pointers, slow and fast, to traverse the linked list

  • If there is a loop, the fast pointer will eventually meet the slow pointer

  • Initialize slow and fast pointers at the head of the linked list

  • Move slow pointer by one step and fast pointer by two steps in each iteration

  • If the fast pointer reaches the end of the list or meets the slow pointer, there is a loop

Add your answer
right arrow
Discover Energy Exemplar interview dos and don'ts from real experiences

Q5. Find the unique element in an array

Ans.

Find the unique element in an array of strings

  • Iterate through the array and use a hashmap to store the frequency of each element

  • After iterating, check the hashmap for elements with frequency 1 to find the unique element

Add your answer
right arrow

Q6. Explain the tool you used for documentation

Ans.

I primarily used Confluence for documentation.

  • Confluence is a web-based platform for creating and sharing documentation.

  • It allows for easy collaboration among team members.

  • I used Confluence to create user guides, API documentation, and release notes.

  • The tool also offers version control and commenting features for feedback.

  • I organized content using pages, spaces, and labels for easy navigation.

Add your answer
right arrow

Q7. Difference between active and passive voice

Ans.

Active voice is when the subject of the sentence performs the action, while passive voice is when the subject receives the action.

  • Active voice: The cat chased the mouse.

  • Passive voice: The mouse was chased by the cat.

  • Active voice is more direct and concise, while passive voice can be more formal or indirect.

  • Active voice is generally preferred in technical writing for clarity and precision.

Add your answer
right arrow

Q8. Share experience of writing user guide

Ans.

I have extensive experience writing user guides for software products, ensuring clear and concise instructions for users.

  • Researched product features thoroughly to accurately document usage instructions

  • Used screenshots and diagrams to enhance understanding of complex processes

  • Collaborated with product developers and testers to ensure accuracy and completeness

  • Incorporated user feedback to continuously improve and update user guides

Add your answer
right arrow
Contribute & help others!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos

Interview Process at Energy Exemplar

based on 8 interviews
Interview experience
3.5
Good
View more
interview tips and stories logo
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

Capgemini Logo
3.7
 • 3.1k Interview Questions
Goldman Sachs Logo
3.5
 • 346 Interview Questions
HCL Group Logo
3.6
 • 262 Interview Questions
ITC Logo
3.9
 • 212 Interview Questions
Startek Logo
3.1
 • 178 Interview Questions
Hindalco Industries Logo
4.2
 • 155 Interview Questions
View all
Recently Viewed
JOBS
Frontier Business Systems
No Jobs
INTERVIEWS
Extreme Networks
No Interviews
JOBS
Vertex Corporate Services
No Jobs
SALARIES
Arista Networks
SALARIES
TransPerfect
JOBS
Energy Exemplar
No Jobs
LIST OF COMPANIES
Captain Pipes
Locations
SALARIES
Extreme Networks
LIST OF COMPANIES
Jaypee Cement
Locations
LIST OF COMPANIES
Prism Johnson
Locations
Top Energy Exemplar Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
75 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter