Upload Button Icon Add office photos

Power Exchange India

Compare button icon Compare button icon Compare

Filter interviews by

Power Exchange India Interview Questions, Process, and Tips

Updated 4 Apr 2025

Top Power Exchange India Interview Questions and Answers

Power Exchange India Interview Experiences

Popular Designations

2 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Related to the collective market
  • Q2. What is the process of DAM?
  • Ans. 

    DAM stands for Digital Asset Management, which is the process of organizing, storing, and retrieving digital assets such as images, videos, documents, and more.

    • Organizing digital assets in a centralized repository

    • Adding metadata to assets for easy search and retrieval

    • Controlling access to assets based on user permissions

    • Ensuring version control and asset security

    • Integrating with other systems for seamless workflows

  • Answered by AI
  • Q3. Open access regulation with respect to exchange?
  • Ans. 

    Open access regulation refers to policies that promote fair and equal access to exchanges.

    • Open access regulation aims to prevent monopolies and promote competition in the exchange market.

    • It ensures that all market participants have equal opportunities to access and trade on the exchange.

    • Examples of open access regulation include requirements for exchanges to provide fair access to all market participants and to disclos...

  • Answered by AI
  • Q4. How exchange work?
  • Ans. 

    Exchanges work by facilitating the buying and selling of goods, services, or financial instruments between parties.

    • Exchanges provide a platform for buyers and sellers to come together and make transactions.

    • They typically have rules and regulations in place to ensure fair and orderly trading.

    • Examples include stock exchanges like NYSE and NASDAQ, cryptocurrency exchanges like Binance and Coinbase, and commodity exchanges

  • Answered by AI
  • Q5. What is trade life cycle?
  • Ans. 

    Trade life cycle refers to the stages involved in a trade from initiation to settlement.

    • Trade initiation - when a trade is proposed and agreed upon by parties involved

    • Trade execution - when the trade is actually carried out

    • Trade confirmation - when the details of the trade are confirmed by both parties

    • Trade settlement - when the actual exchange of assets and payment takes place

    • Trade reconciliation - ensuring that all d...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - ALL the best

Skills evaluated in this interview

Assistant Manager Interview Questions asked at other Companies

Q1. You are Handling cash operations then how you manage operations with sales ?
View answer (89)

Executive Interview Questions & Answers

user image Rudresh Samant

posted on 4 Apr 2025

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

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. Tell me about yourself? What do you know about Power Trading? Explain clearing & settlement process?
  • Ans. 

    Experienced executive with a strong background in power trading, focusing on market dynamics, risk management, and the clearing process.

    • Power trading involves buying and selling electricity in wholesale markets, balancing supply and demand.

    • Key players include utilities, independent power producers, and traders who speculate on price movements.

    • The clearing process ensures that trades are settled, involving a central cou...

  • Answered by AI
  • Q2. HR Round Manager Round HOD Round COO Round

Interview Preparation Tips

Interview preparation tips for other job seekers - Great Place to work!

Executive Interview Questions asked at other Companies

Q1. How will you start RS method Development for known drug product?
View answer (16)

Jobs at Power Exchange India

View all

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 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 - Aptitude Test 

Basic java questions

Round 3 - Technical 

(2 Questions)

  • Q1. Explain Linked list implementation and stack
  • Ans. 

    Linked list is a data structure where each element points to the next element. Stack is a data structure that follows Last In First Out (LIFO) principle.

    • Linked list implementation involves creating nodes with data and a pointer to the next node.

    • Stack implementation involves pushing elements onto the stack and popping them off in reverse order.

    • Example: Linked list - 1 -> 2 -> 3 -> NULL, Stack - push(1), push(2), push(3)

  • Answered by AI
  • Q2. Oops concepts in java
  • Ans. 

    Oops concepts in Java refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability of a method to do different things based on the object it is acting upon.

    • Abstraction: Hiding the imp...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn java and dsa

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 3 dsa problem asked
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Covers basics aps around 15 question

Round 2 - Coding Test 

DSA based questions from leetcode easy and medium

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. What is JPA
  • Ans. 

    JPA (Java Persistence API) is a specification for managing relational data in Java applications using object-relational mapping.

    • JPA provides a way to map Java objects to database tables.

    • It simplifies database interactions through an object-oriented approach.

    • Common implementations include Hibernate, EclipseLink, and OpenJPA.

    • Example: Using JPA annotations like @Entity to define a persistent class.

    • JPA supports querying wi...

  • Answered by AI
  • Q2. Write a program to find duplicate elements in the list
  • Ans. 

    This program identifies and returns duplicate elements from a given list.

    • Use a set to track seen elements and a list for duplicates.

    • Iterate through the list and check if an element is in the set.

    • If it is, add it to the duplicates list; otherwise, add it to the set.

    • Example: For the list [1, 2, 3, 2, 4, 3], the output should be [2, 3].

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a data analyst with a strong background in statistics and data visualization.

    • Graduated with a degree in Statistics

    • Proficient in programming languages like Python and R

    • Experience in analyzing large datasets and creating data visualizations

    • Strong problem-solving skills

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude and coding problems were asked

Round 2 - Coding Test 

System design and advanced algorithms were asked

Round 1 - Technical 

(1 Question)

  • Q1. Taxation related questions & GST related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication & Technical skills is needed

Interview Questionnaire 

1 Question

  • Q1. Are uu an experience holder ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Everything is fine nd gud.

Power Exchange India Interview FAQs

How many rounds are there in Power Exchange India interview?
Power Exchange India interview process usually has 1 rounds. The most common rounds in the Power Exchange India interview process are Technical.
How to prepare for Power Exchange India 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 Power Exchange India. The most common topics and skills that interviewers at Power Exchange India expect are Reconciliation, Analytical, Scheduling, Macros and Troubleshooting.
What are the top questions asked in Power Exchange India interview?

Some of the top questions asked at the Power Exchange India interview -

  1. Tell me about yourself? What do you know about Power Trading? Explain clearing ...read more
  2. Open access regulation with respect to exchan...read more
  3. What is the process of D...read more

Tell us how to improve this page.

Power Exchange India Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Icl Fincorp Interview Questions
3.2
 • 18 Interviews
Neural IT Interview Questions
2.8
 • 14 Interviews
VassarLabs Interview Questions
3.0
 • 13 Interviews
Sonata Finance Interview Questions
3.9
 • 13 Interviews
View all

Power Exchange India Reviews and Ratings

based on 20 reviews

3.1/5

Rating in categories

3.1

Skill development

3.5

Work-life balance

3.0

Salary

3.7

Job security

3.0

Company culture

2.3

Promotions

3.0

Work satisfaction

Explore 20 Reviews and Ratings
Deputy Manager

Mumbai

3-8 Yrs

Not Disclosed

Business Development Professional

Hyderabad / Secunderabad

1-6 Yrs

Not Disclosed

Explore more jobs
Assistant Manager
32 salaries
unlock blur

₹4 L/yr - ₹8.2 L/yr

Deputy Manager
10 salaries
unlock blur

₹4.2 L/yr - ₹10 L/yr

Software Developer
6 salaries
unlock blur

₹4.5 L/yr - ₹10 L/yr

Management Trainee
6 salaries
unlock blur

₹4 L/yr - ₹5 L/yr

Manager
5 salaries
unlock blur

₹10.5 L/yr - ₹15.5 L/yr

Explore more salaries
Compare Power Exchange India with

Karvy Financial Services

3.8
Compare

Reliance Money

3.7
Compare

Sonata Finance

3.9
Compare

Incrementors Web Solutions

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