Upload Button Icon Add office photos

Filter interviews by

Essel Utilities Product Manager Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Pick a type of payment method and tell me all the systems involved in that.
  • Ans. 

    Credit card payment involves multiple systems like POS terminals, payment gateways, and card networks.

    • Point of Sale (POS) terminals are used to swipe or insert the credit card for payment.

    • Payment gateways securely transmit payment information between the merchant and the bank.

    • Card networks like Visa, Mastercard, and American Express process the transaction and transfer funds between parties.

  • Answered by AI
  • Q2. Tell me about one of your projects in customer support
  • Ans. 

    Implemented a new ticketing system to streamline customer inquiries and improve response times.

    • Identified pain points in existing customer support process

    • Researched and selected a suitable ticketing system

    • Trained customer support team on using the new system

    • Monitored and analyzed data to track improvements in response times

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

(2 Questions)

  • Q1. Talk about your previous projects
  • Q2. How did you align a person not perfoming well
  • Ans. 

    I addressed poor performance by setting clear expectations, providing feedback, offering support, and creating a performance improvement plan.

    • Set clear expectations and goals for the individual

    • Provide constructive feedback on areas of improvement

    • Offer support and resources to help the person succeed

    • Create a performance improvement plan with specific steps and timelines

    • Regularly monitor progress and provide ongoing feed

  • Answered by AI

I applied via Referral and was interviewed before Apr 2021. 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 - Aptitude Test 

5 sections - Quant, DI LR, English, Stats and Big fata coding

Round 3 - Technical 

(3 Questions)

  • Q1. Based on Resume and past experience
  • Q2. Situation based question - how to risk profile credit card customers
  • Q3. Python based basic coding question
Round 4 - One-on-one 

(3 Questions)

  • Q1. Resume based question
  • Q2. Questions about Machine Learning
  • Q3. Leadership questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with past experience and try to relate that to the role u r applying for

I applied via campus placement at Indian Institute of Technology (IIT), Kanpur and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. (1) What do you know about financial products (2) What are your skills that will help you with product management (3) How will the specified skill help you with product management
  • Ans. 

    Answering questions on financial products and skills for product management

    • I have knowledge of various financial products such as stocks, bonds, mutual funds, and insurance

    • My skills in market research, data analysis, and project management will help me in product management

    • Market research skills will help me understand customer needs and preferences

    • Data analysis skills will help me make informed decisions based on mark...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Kotak Securities Product Manager interview:
  • Data Analysis
Interview preparation tips for other job seekers - Focussed on user research based product design
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Topics that where coverd in MCQ test are OS, DBMS, OOPS, AND some CS fundamentals

Round 2 - Technical 

(3 Questions)

  • Q1. What is #include
  • Ans. 

    The #include directive is used in C and C++ programming languages to include the contents of another file in the current file.

    • Used to include header files that contain function prototypes and declarations

    • Improves code organization and reusability

    • Example: #include includes the standard input/output library in the current file

  • Answered by AI
  • Q2. What are pointers
  • Ans. 

    Pointers are variables that store memory addresses of other variables in programming languages like C and C++.

    • Pointers are used to directly access and manipulate memory locations.

    • They are often used for dynamic memory allocation and deallocation.

    • Pointers can be used to pass variables by reference to functions.

    • Example: int *ptr; // declaring a pointer variable

  • Answered by AI
  • Q3. What is main difference between Java and cpp
  • Ans. 

    Java is platform-independent, object-oriented language while C++ is platform-dependent, procedural language.

    • Java is platform-independent, meaning it can run on any platform with the help of Java Virtual Machine (JVM)

    • C++ is platform-dependent, meaning the code needs to be compiled separately for each platform

    • Java is an object-oriented language with features like inheritance, encapsulation, and polymorphism

    • C++ is a proce...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it up

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions about shares
  • Q2. Questions about sql
Round 2 - One-on-one 

(1 Question)

  • Q1. Questions about my previous experience
Round 3 - HR 

(1 Question)

  • Q1. My goals and reasons for change of job
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was good but prepared on technical basis

Round 2 - Technical 

(2 Questions)

  • Q1. What is primary key
  • Ans. 

    Primary key is a unique identifier for each record in a database table.

    • Primary key ensures each record in a table is unique

    • It can be a single column or a combination of columns

    • Primary key values cannot be NULL

    • Example: In a table of students, student ID can be a primary key

  • Answered by AI
  • Q2. What is foreign key
  • Ans. 

    Foreign key is a column or a set of columns in a table that uniquely identifies a row in another table.

    • A foreign key establishes a relationship between two tables in a database.

    • It ensures referential integrity by enforcing a link between the data in the two tables.

    • Foreign key constraints prevent actions that would destroy links between tables, such as deleting a row that is referenced by another table.

    • Example: In a dat...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in your basis programming skills

I applied via Company Website and was interviewed in Sep 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Joins in SQL with example
  • Ans. 

    Joins in SQL are used to combine data from two or more tables based on a related column.

    • INNER JOIN returns only the matching rows from both tables

    • LEFT JOIN returns all rows from the left table and matching rows from the right table

    • RIGHT JOIN returns all rows from the right table and matching rows from the left table

    • FULL OUTER JOIN returns all rows from both tables

    • CROSS JOIN returns the Cartesian product of both tables

  • Answered by AI
  • Q2. What were roles and responsibilities?

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are currently working as Business Analyst or QE, please do not join here for any designation with the word "Product" in it, as it will be entirely into working on tickets(like technical support).

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How will you assess the market for upcoming Online payments product ?
  • Ans. 

    I will assess the market for upcoming Online payments product by conducting market research and analyzing customer needs and preferences.

    • Conduct market research to identify the target audience and their needs

    • Analyze the competition and their offerings

    • Identify the gaps in the market and potential opportunities

    • Gather feedback from potential customers through surveys and focus groups

    • Consider factors such as security, ease...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well versed about their product offerings. They will evaluate your approach not correctness of anser
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Data science questions

Tell us how to improve this page.

Interview Questions from Similar Companies

HSBC Group Interview Questions
4.0
 • 485 Interviews
American Express Interview Questions
4.2
 • 355 Interviews
UBS Interview Questions
4.0
 • 333 Interviews
BNY Interview Questions
4.0
 • 328 Interviews
Morgan Stanley Interview Questions
3.7
 • 300 Interviews
Citicorp Interview Questions
3.7
 • 277 Interviews
Morningstar Interview Questions
4.0
 • 240 Interviews
FactSet Interview Questions
4.0
 • 205 Interviews
View all
Assistant Manager
4 salaries
unlock blur

₹5.6 L/yr - ₹9.5 L/yr

Explore more salaries
Compare Essel Utilities with

HSBC Group

4.0
Compare

Cholamandalam Investment & Finance

4.0
Compare

SBI Cards & Payment Services

3.7
Compare

BNY

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview