Premium Employer

i

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

Energy Exemplar Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Energy Exemplar Interview Questions, Process, and Tips

Updated 23 Dec 2024

Top Energy Exemplar Interview Questions and Answers

View all 8 questions

Energy Exemplar Interview Experiences

Popular Designations

9 interviews found

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

(4 Questions)

  • Q1. 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

  • Answered by AI
  • Q2. Array methods and Flatten array
  • Q3. Event loop
  • Q4. HTML and Javascript basics

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

It was a mcq + coding round with computer fundamentals and aptitude + easy-medium level dsa questions.

Round 2 - Aptitude Test 

It was an offline aptitute test with 30 questions for 30 minutes.

Round 3 - Technical 

(4 Questions)

  • Q1. 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,

  • Answered by AI
  • Q2. 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

  • Answered by AI
  • Q3. Tell about your projects
  • Ans. 

    I have worked on various projects including a web application for a local business and a mobile app for tracking daily habits.

    • Developed a web application using HTML, CSS, and JavaScript for a local business to manage their inventory and sales.

    • Created a mobile app using React Native to track daily habits and provide reminders for healthy routines.

    • Collaborated with a team to implement new features and fix bugs in existin...

  • Answered by AI
  • Q4. 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

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Energy Exemplar Associate Software Engineer interview:
  • RDBMS
  • Frontend
  • DSA
  • System Design

Skills evaluated in this interview

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
Energy Exemplar Interview Questions and Answers for Freshers
illustration image
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 6 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. DSA questions & SQL queries
Round 2 - Technical 

(1 Question)

  • Q1. Again dsa round
Round 3 - Behavioral 

(1 Question)

  • Q1. HR + general questions based on internship, projects, etc
Round 4 - Technical 

(1 Question)

  • Q1. DSA questions & SQL queries
Round 5 - Technical 

(1 Question)

  • Q1. Again dsa round
Round 6 - Behavioral 

(1 Question)

  • Q1. HR + general questions based on internship, projects, etc

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 (196)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - Technical 

(3 Questions)

  • 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

  • Answered by AI
  • Q2. 2 Sql Queries -1] rank window function 2] join
  • Q3. Project focused
Round 2 - Technical 

(3 Questions)

  • Q1. Discussion about Interfaces
  • Q2. Discussion about Dependency Injection in .net
  • Q3. Multiple .net questions
Round 3 - Technical 

(5 Questions)

  • Q1. Create Data structure to store file system like tree. it should get used for file and folder both.? find count of files in folder ?
  • Q2. Redis cache system
  • Q3. System designing Discussion
  • Q4. Dependency Injection discussion
  • Q5. Project in depth discussion
Round 4 - Behavioral 

(2 Questions)

  • Q1. Project Focused questions
  • Q2. What are your contributions in projects
  • Ans. 

    I have contributed to various projects by developing new features, fixing bugs, and optimizing code.

    • Developed new features based on client requirements

    • Fixed bugs reported by QA team

    • Optimized code for better performance

    • Collaborated with team members to meet project deadlines

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Energy Exemplar Software Engineer interview:
  • SQL
  • Data Structures
  • C#.Net

Skills evaluated in this interview

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 (196)

Energy Exemplar interview questions for popular designations

 Software Engineer

 (4)

 Senior Software Engineer

 (2)

 Technical Writer

 (1)

 Associate Software Engineer

 (1)

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Based on Data Structures- Basic question like strings, stacks and Linked List
Round 2 - Technical 

(1 Question)

  • Q1. This interview included DSA, Conceptual and Database Questions- It was one level harder than 1st round
Round 3 - Technical 

(1 Question)

  • Q1. This round was with architect and it was also related to DSA and databse

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 (196)
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. DSA based Questions- Strings, Stack and Linked List
Round 2 - Technical 

(1 Question)

  • Q1. DSA and Conceptual Based Question

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 (196)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Design patterns

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. 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.

  • Answered by AI
  • Q2. 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.

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Why you choose Technical writing
  • Q2. 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

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Technical Writer Interview Questions asked at other Companies

Q1. Tell me about the OS your phone uses? What are the other phone operating systems available in the market
View answer (2)

Interview Questions & Answers

user image Subhajit Sadhu

posted on 4 Sep 2022

I applied via LinkedIn and was interviewed in Mar 2022. There were 5 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 Resume tips
Round 2 - HR 

(1 Question)

  • Q1. Normal HR questions like tell me about your self,Job responsibilities,Willing to relocate and willing to work from office etc.
Round 3 - Technical 

(1 Question)

  • Q1. One on one interview with Manger.Asked me about my previous job role,asked work related questions,basically it was more of a discussion rather than interview
Round 4 - Technical 

(1 Question)

  • Q1. One on one interview/discussion with nodal manager.Same discussion about my past work experience
Round 5 - Behavioral 

(1 Question)

  • Q1. Asked me about myself,why I want to join this organisation,formal discussion about the company etc.

Interview Preparation Tips

Topics to prepare for Energy Exemplar interview:
  • Python
  • Advanced Excel
  • Power Bi
  • energy
Interview preparation tips for other job seekers - Just be yourself.Don't try to be oversmart,be confident and honest.

Interview questions from similar companies

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 Jan 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basics Oops concepts and SQL queries along with currently working projects stacks
Round 2 - Technical 

(1 Question)

  • Q1. More in-depth technical questions use of reflections etc
Round 3 - HR 

(1 Question)

  • Q1. Usual HR interviews company values etc

Interview Preparation Tips

Interview preparation tips for other job seekers - The key is not answers all questions correctly key is the approach you take to solve the problem focus on that.
Contribute & help others!
anonymous
You can choose to be anonymous

Energy Exemplar Interview FAQs

How many rounds are there in Energy Exemplar interview?
Energy Exemplar interview process usually has 3-4 rounds. The most common rounds in the Energy Exemplar interview process are Technical, Behavioral and HR.
How to prepare for Energy Exemplar 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 Energy Exemplar. The most common topics and skills that interviewers at Energy Exemplar expect are C#, SQL, .Net, Javascript and Python.
What are the top questions asked in Energy Exemplar interview?

Some of the top questions asked at the Energy Exemplar interview -

  1. Write a MySQL query for selecting the id of second highest salary from employee...read more
  2. Concat two LinkedList without using any space and in O(n) t...read more
  3. Detect a loop in the linked l...read more

Recently Viewed

DESIGNATION

INTERVIEWS

Man Industries

No Interviews

INTERVIEWS

Apollo Pipes

No Interviews

INTERVIEWS

F5 Networks

No Interviews

DESIGNATION

LIST OF COMPANIES

Advisor360°

Overview

DESIGNATION

DESIGNATION

INTERVIEWS

Paytm Money

No Interviews

INTERVIEWS

Pluralsight

No Interviews

Tell us how to improve this page.

Energy Exemplar Interview Process

based on 8 interviews

Interview experience

3.5
  
Good
View more
Join Energy Exemplar Empowering Transformative Energy Decisions 

Interview Questions from Similar Companies

Thermax Limited Interview Questions
4.1
 • 251 Interviews
Tata Power Interview Questions
3.9
 • 161 Interviews
Suzlon Group Interview Questions
4.1
 • 129 Interviews
ReNew Interview Questions
4.2
 • 87 Interviews
Vestas Interview Questions
4.3
 • 83 Interviews
Greenko Group Interview Questions
3.8
 • 47 Interviews
Fingent Interview Questions
4.4
 • 22 Interviews
Azure Power Interview Questions
3.9
 • 20 Interviews
View all

Energy Exemplar Reviews and Ratings

based on 32 reviews

4.1/5

Rating in categories

4.1

Skill development

4.5

Work-life balance

3.8

Salary

4.1

Job security

4.2

Company culture

3.8

Promotions

4.0

Work satisfaction

Explore 32 Reviews and Ratings
Software Engineer
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Energy Market Analyst
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Data Analyst
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Energy Exemplar with

ReNew

4.2
Compare

Tata Power

3.9
Compare

Adani Green Energy

4.1
Compare

Suzlon Group

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