Upload Button Icon Add office photos

PhonePe

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Clear (1)

PhonePe Decision Scientist Interview Questions and Answers

Updated 3 Jan 2025

PhonePe Decision Scientist Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

Decision Scientist Interview Questions Asked at Other Companies

asked in Mu Sigma
Q1. Stats- Significance of Mean and Standard Deviation. Normal distri ... read more
asked in Mu Sigma
Q2. Guestimate: Estimate the number of sweet shops in your city
asked in C2fo
Q3. How do you stay up to date with new analytical tools and techniqu ... read more
asked in Mu Sigma
Q4. What's the CI/CD workflow that's followed in your team?
asked in C2fo
Q5. When is a z test used and when is t test used.

Decision Scientist Jobs at PhonePe

View all

Interview questions from similar companies

I appeared for an interview in Mar 2017.

Interview Questionnaire 

4 Questions

  • Q1. Tell us something about yourself.
  • Ans. 

    I am a detail-oriented business analyst with experience in data analysis and project management.

    • Experienced in data analysis and project management

    • Detail-oriented and analytical mindset

    • Strong communication and interpersonal skills

    • Proficient in various analytical tools such as Excel, SQL, and Tableau

  • Answered by AI
  • Q2. What do you about our company?
  • Ans. 

    I am not familiar with your company.

    • I have not had the opportunity to research your company yet.

    • I would appreciate it if you could provide me with more information about your company.

    • I am open to learning more about your company and its goals.

  • Answered by AI
  • Q3. Why should we hire you?
  • Ans. 

    I have the skills, experience, and passion to excel in this role and contribute to the success of the company.

    • I have a strong background in data analysis and problem-solving, which are essential skills for a business analyst.

    • I have experience working with various stakeholders, including clients, developers, and project managers, to ensure successful project delivery.

    • I am a quick learner and adaptable to new technologie...

  • Answered by AI
  • Q4. What are the marketing strategies according to you?
  • Ans. 

    Marketing strategies are plans and tactics implemented by businesses to promote their products or services and reach their target audience.

    • Identifying target audience and market segmentation

    • Creating a unique value proposition

    • Developing a marketing mix (product, price, place, promotion)

    • Utilizing digital marketing channels (social media, email marketing, SEO)

    • Implementing content marketing and storytelling

    • Building brand a...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: The questions were very tough to complete.Highly based on technical questions.
Tips: Hard work is necessary to crack it.
Duration: 3 hours
Total Questions: 45

Round: HR Interview
Experience: It went on very smoothly and i was quite comfortable with the interviewer.
Tips: One just needs to answer all the questions asked by the interviewer in a proper manner or confident manner presenting valid points.

College Name: Kiit university

Business Analyst Interview Questions & Answers

Paytm user image Rockey Maheshwari

posted on 8 Sep 2015

Interview Preparation Tips

Round: Test
Experience: It was a test of moderate level.

20 ques in 20 min.

Basic focus was speed and accuracy.

Tested calculation speed.
Tips: Try to decide which ques to answer and which ones to leave.

Its very important not to get stuck in any 1 ques and waste time. MOVE ON!
Duration: 20 minutes
Total Questions: 20

Round: Technical Interview
Experience: Hi ! i dont remember the question but I do remember that they were easy.

The interviewers are there to test you not to embarrass you. or humiliate you.
They dont expect you to answer every ques so no need to get frustrated if you get a couple of them wrong.
Tips: Go easy...
If you dont know answer to a ques , dont panic,. They are willing to qive you points for your approach.

General Tips: Relax at all times
Skill Tips: Just practice. Whenever you are on facebook solve a couple of brain teasers.


Skills: Aptitude
College Name: DTU
Motivation: Good Future prospects!

I applied via Naukri.com and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. They ask about previous work experience
  • Q2. They ask related to analitics questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Read about job description and prepare accordingly
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 2 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - Study SQL and Python in detail
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best for your interview. Do not be nervous

I applied via Campus Placement and was interviewed in May 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Why should we hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you ans calmly

I applied via Campus Placement

Interview Questionnaire 

1 Question

  • Q1. Why should we hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - Please answer calmly without any hesitation. They will try to freak you out.

I appeared for an interview in May 2021.

Round 1 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

Interview was in afternoon.
The interviewer was very polite and clearly explained me each and every detail about the questions.

  • Q1. 

    Sum of Squares of First N Natural Numbers Problem Statement

    You are tasked with finding the sum of squares of the first N natural numbers for given test cases.

    Input:

    The first line contains an integer ...
  • Ans. 

    The task is to find the sum of squares of the first 'N' natural numbers.

    • Iterate from 1 to N and calculate the square of each number

    • Add all the squares together to get the final sum

    • Return the sum as the result

  • Answered by AI
Round 2 - Video Call 

(3 Questions)

Round duration - 30 minutes
Round difficulty - Medium

Interview was in the afternoon. 
Interviewer was very friendly.

  • Q1. What is the order of execution of SQL clauses?
  • Ans. 

    The order of execution of SQL clauses is: SELECT, FROM, WHERE, GROUP BY, HAVING, ORDER BY.

    • The SELECT clause is executed first to retrieve the desired columns from the table.

    • The FROM clause is executed next to specify the table(s) from which the data is retrieved.

    • The WHERE clause is executed after the FROM clause to filter the rows based on specified conditions.

    • The GROUP BY clause is executed to group the rows based on ...

  • Answered by AI
  • Q2. How do you find the count of visitors that came today and the count of new visitors that arrived today?
  • Ans. 

    To find the count of visitors and new visitors that came today in a database management system (DBMS).

    • Use a query to filter the visitors based on the current date.

    • Count the total number of visitors using the COUNT function.

    • To find new visitors, compare the current date with the date of their first visit.

    • Use the DISTINCT keyword to count only unique new visitors.

  • Answered by AI
  • Q3. Find the department-wise highest salary of the employees.
  • Ans. 

    The query finds the highest salary for each department.

    • Use the GROUP BY clause to group the employees by department.

    • Use the MAX() function to find the highest salary for each department.

    • Combine the MAX() function with the GROUP BY clause to get the department wise highest salary.

  • Answered by AI
Round 3 - Video Call 

(3 Questions)

Round duration - 90 Minutes
Round difficulty - Medium

Interview held in the evening.
There were two interviewer.
One was asking the technical questions related to sql and python and other related to business case study and Machine learning.

  • Q1. How can you find the monthly salary of each employee?
  • Ans. 

    To find the salary of each employee per month, you need access to a database management system (DBMS) that stores employee data.

    • Access the DBMS and locate the table that stores employee information.

    • Identify the column that contains the salary information.

    • Retrieve the salary data for each employee and calculate the monthly salary.

    • Store the monthly salary information in a suitable data structure, such as an array of stri

  • Answered by AI
  • Q2. What are underfitting and overfitting in machine learning models?
  • Ans. 

    Underfitting and overfitting are common problems in machine learning models.

    • Underfitting occurs when a model is too simple and fails to capture the underlying patterns in the data.

    • Overfitting happens when a model is too complex and learns the noise or random fluctuations in the training data.

    • Underfitting leads to high bias and low variance, while overfitting leads to low bias and high variance.

    • To address underfitting, ...

  • Answered by AI
  • Q3. Can you explain the concept of Random Forest?
  • Ans. 

    Random Forest is an ensemble learning method that combines multiple decision trees to make predictions.

    • Random Forest is a supervised learning algorithm used for both classification and regression tasks.

    • It creates a multitude of decision trees and combines their predictions to make a final prediction.

    • Each decision tree is trained on a random subset of the training data and features.

    • Random Forest reduces overfitting and ...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Business Analyst in NoidaEligibility criteriaNo criteriaPaytm (One97 Communications Limited) interview preparation:Topics to prepare for the interview - SQL , Python, Machine Learning, Statistics, Guestimates, Probability, PuzzlesTime required to prepare for the interview - 12 MonthsInterview preparation tips for other job seekers

Tip 1 : Do prepare well for SQL ..for theory concepts learn from W3SCHOOLS and practice it from Hackerrank.
Tip 2 : Try to do one end to end Machine learning project.
Tip 3 : Apart from technical, business understanding is also important so read some business case study and solve guestimates.

Application resume tips for other job seekers

Tip 1 : Mention your GitHub profile 
Tip 2 : Project related to machine learning can definitely help you in shortlisted.

Final outcome of the interviewSelected

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

PhonePe Interview FAQs

How many rounds are there in PhonePe Decision Scientist interview?
PhonePe interview process usually has 1 rounds. The most common rounds in the PhonePe interview process are Technical.
How to prepare for PhonePe Decision Scientist 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 PhonePe. The most common topics and skills that interviewers at PhonePe expect are Financial Services, Medical Insurance, Risk Analytics, SQL and Business Analytics.
What are the top questions asked in PhonePe Decision Scientist interview?

Some of the top questions asked at the PhonePe Decision Scientist interview -

  1. A guesstimate of no of flights on Bengaluru airp...read more
  2. questions on projects, ...read more

Recently Viewed

SALARIES

Hindustan Petroleum

SALARIES

Hindustan Petroleum

INTERVIEWS

upGrad

No Interviews

SALARIES

Hindustan Petroleum

SALARIES

Hindustan Petroleum

SALARIES

Hindustan Petroleum

SALARIES

Hindustan Petroleum

SALARIES

Impact

INTERVIEWS

upGrad

No Interviews

SALARIES

Hindustan Petroleum

Tell us how to improve this page.

PhonePe Decision Scientist Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 752 Interviews
PayPal Interview Questions
3.9
 • 207 Interviews
HighRadius Interview Questions
2.9
 • 183 Interviews
Fiserv Interview Questions
3.0
 • 172 Interviews
Razorpay Interview Questions
3.6
 • 148 Interviews
Visa Interview Questions
3.5
 • 138 Interviews
Angel One Interview Questions
3.9
 • 135 Interviews
KFintech Interview Questions
3.5
 • 135 Interviews
MasterCard Interview Questions
3.9
 • 134 Interviews
View all
PhonePe Decision Scientist Salary
based on 8 salaries
₹14.3 L/yr - ₹33 L/yr
132% more than the average Decision Scientist Salary in India
View more details

PhonePe Decision Scientist Reviews and Ratings

based on 3 reviews

3.9/5

Rating in categories

3.1

Skill development

4.4

Work-life balance

2.5

Salary

4.4

Job security

3.9

Company culture

2.1

Promotions

3.1

Work satisfaction

Explore 3 Reviews and Ratings
Decision Scientist

Bangalore / Bengaluru

2-5 Yrs

Not Disclosed

Explore more jobs
Key Accounts Executive
694 salaries
unlock blur

₹3.7 L/yr - ₹7.5 L/yr

Territory Sales Manager
520 salaries
unlock blur

₹4.7 L/yr - ₹10.5 L/yr

Business Development Executive
493 salaries
unlock blur

₹1 L/yr - ₹5.1 L/yr

Business Development Associate
370 salaries
unlock blur

₹2.4 L/yr - ₹6 L/yr

Software Engineer
265 salaries
unlock blur

₹13 L/yr - ₹55 L/yr

Explore more salaries
Compare PhonePe with

Paytm

3.3
Compare

Google Pay

4.2
Compare

Amazon Pay

4.1
Compare

Mobikwik

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