Premium Employer

Energy Exemplar

4.5
based on 30 Reviews
Filter interviews by

Icon Hospital,Thakurpada, Mumbra, Thane. 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

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

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

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
Discover Icon Hospital,Thakurpada, Mumbra, Thane. 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

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

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

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
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Icon Hospital,Thakurpada, Mumbra, Thane.

based on 8 interviews in the last 1 year
Interview experience
3.5
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.9
 • 3.9k Interview Questions
4.0
 • 360 Interview Questions
4.0
 • 264 Interview Questions
4.0
 • 206 Interview Questions
3.9
 • 186 Interview Questions
3.7
 • 133 Interview Questions
View all
Top Energy Exemplar Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

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