"Clarification:
Lender Focus: We'll cater to mortgage lenders, specifically smaller institutions or those specializing in a particular loan type (e.g., first-time homebuyer loans).
1. User Personas and Pain Points:
Create two user personas:
Persona 1: A loan officer at a small credit union overwhelmed with manual paperwork and slow communication with borrowers.
Persona 2: A loan manager at a company specializing in FHA loans, struggling with cumbersome pre-qualification"
Deepak V. - "Clarification:
Lender Focus: We'll cater to mortgage lenders, specifically smaller institutions or those specializing in a particular loan type (e.g., first-time homebuyer loans).
1. User Personas and Pain Points:
Create two user personas:
Persona 1: A loan officer at a small credit union overwhelmed with manual paperwork and slow communication with borrowers.
Persona 2: A loan manager at a company specializing in FHA loans, struggling with cumbersome pre-qualification"See full answer
"Some coworkers say that I’m a very hard worker but they say that I could do a little bit more better with trying to problem solve independently, like for example if I‘m unable to find an item to stock then I would try to read the shelf tag item and find it before I ask for help"
Amparo L. - "Some coworkers say that I’m a very hard worker but they say that I could do a little bit more better with trying to problem solve independently, like for example if I‘m unable to find an item to stock then I would try to read the shelf tag item and find it before I ask for help"See full answer
"Clarifying questions
is there a main reason why we want to improve it? For instance:
active users declined
monetization declined
performance issues
customer complaints
(Based on this clarifying question the following answer could be any to be honest. if the interviewer says that it's an open questions, then I would go to the product design framework)
Assumption
Based on the impact that we would like to do,
1) I would assume that we are looking to improve the messaging experi"
Sergio C. - "Clarifying questions
is there a main reason why we want to improve it? For instance:
active users declined
monetization declined
performance issues
customer complaints
(Based on this clarifying question the following answer could be any to be honest. if the interviewer says that it's an open questions, then I would go to the product design framework)
Assumption
Based on the impact that we would like to do,
1) I would assume that we are looking to improve the messaging experi"See full answer
Product Manager
🧠Want an expert answer to a question? Saving questions lets us know what content to make next.
"I want to work at Meta because of its reputation as a company that consistently pushes the boundaries of technology, particularly in areas like AI, machine learning, and immersive technologies such as AR and VR. I admire Meta's mission to bring people closer together and create meaningful connections, as well as its focus on long-term innovation, such as the development of the metaverse.
As an AI engineer, I'm excited about the opportunity to work on cutting-edge projects that have a global impa"
Alan T. - "I want to work at Meta because of its reputation as a company that consistently pushes the boundaries of technology, particularly in areas like AI, machine learning, and immersive technologies such as AR and VR. I admire Meta's mission to bring people closer together and create meaningful connections, as well as its focus on long-term innovation, such as the development of the metaverse.
As an AI engineer, I'm excited about the opportunity to work on cutting-edge projects that have a global impa"See full answer
"Value of Moving All Customers to the Mobile App
Full Monitoring of User Behavior
Gain deeper insights into customer preferences and habits.
Use data analytics to identify trends, predict needs, and offer personalized solutions.
Better Engagement
Provide a more interactive and engaging experience compared to traditional channels.
Enable gamification, personalized notifications, and targeted campaigns to keep users active.
Enhanced Direct Interaction
_Leverage"
Hidayat E. - "Value of Moving All Customers to the Mobile App
Full Monitoring of User Behavior
Gain deeper insights into customer preferences and habits.
Use data analytics to identify trends, predict needs, and offer personalized solutions.
Better Engagement
Provide a more interactive and engaging experience compared to traditional channels.
Enable gamification, personalized notifications, and targeted campaigns to keep users active.
Enhanced Direct Interaction
_Leverage"See full answer
"class Solution:
def lengthOfLIS(self, nums: List[int]) -> int:
temp = [nums[0]]
for num in nums:
if temp[-1]< num:
temp.append(num)
else:
index = bisect_left(temp,num)
temp[index] = num
return len(temp)
"
Mahima M. - "class Solution:
def lengthOfLIS(self, nums: List[int]) -> int:
temp = [nums[0]]
for num in nums:
if temp[-1]< num:
temp.append(num)
else:
index = bisect_left(temp,num)
temp[index] = num
return len(temp)
"See full answer
"When a question like this is asked what is really being asked is "how do you think about the elements that make up a product and how does each part add value?". I generally try to answer it with a feature that has to do with user interaction. Good answers to this question could include "I would add a button to edit a post, and make it more visible and accessible rather than buried in a menu". Your rationale might be "**because it encourages users to post without fear that they will make"
Sydney S. - "When a question like this is asked what is really being asked is "how do you think about the elements that make up a product and how does each part add value?". I generally try to answer it with a feature that has to do with user interaction. Good answers to this question could include "I would add a button to edit a post, and make it more visible and accessible rather than buried in a menu". Your rationale might be "**because it encourages users to post without fear that they will make"See full answer
"Clarification: Believe no constraints such as for specific market or for specific device,
No specific goal , can explore what improve means.
Goal: can I assume improve user experience and resolve pain points, and not around monetization
So goal could be to improve engagement and higher customer satisfaction with google news as a product, so basically more usage, and lower churn
So more DAU
Users:
Consumers based on how they consume:
Deep dive into news reports in a specific area of the"
Shiva S. - "Clarification: Believe no constraints such as for specific market or for specific device,
No specific goal , can explore what improve means.
Goal: can I assume improve user experience and resolve pain points, and not around monetization
So goal could be to improve engagement and higher customer satisfaction with google news as a product, so basically more usage, and lower churn
So more DAU
Users:
Consumers based on how they consume:
Deep dive into news reports in a specific area of the"See full answer
"During a trip to Japan, I encountered a significant language barrier that influenced how I communicated with others. As I didn't speak Japanese fluently, I had to rely on basic phrases and non-verbal communication to interact with locals. This experience made me realize the importance of understanding cultural diversity.
Despite the language barrier, I found that people were patient and understanding. They appreciated my efforts to communicate in their language, even if it was limited. This expe"
Vikas K. - "During a trip to Japan, I encountered a significant language barrier that influenced how I communicated with others. As I didn't speak Japanese fluently, I had to rely on basic phrases and non-verbal communication to interact with locals. This experience made me realize the importance of understanding cultural diversity.
Despite the language barrier, I found that people were patient and understanding. They appreciated my efforts to communicate in their language, even if it was limited. This expe"See full answer
"I began by defining Booking.com as a marketplace or a platform, matching between supply and demand, with a transaction in the middle (payment/booking process). This structure allows me to categorize potential cancellations into three main channels: demand, supply, and transaction.
Cancellation Scenarios:
a. Demand (Guests/Travelers):
Change of Plans: Guests might change their travel plans.
Found a Better Deal: They might find a better deal elsewhere.
Errors in Booking: Accidental booking o"
Yazeed - "I began by defining Booking.com as a marketplace or a platform, matching between supply and demand, with a transaction in the middle (payment/booking process). This structure allows me to categorize potential cancellations into three main channels: demand, supply, and transaction.
Cancellation Scenarios:
a. Demand (Guests/Travelers):
Change of Plans: Guests might change their travel plans.
Found a Better Deal: They might find a better deal elsewhere.
Errors in Booking: Accidental booking o"See full answer
"
Last year, we were in the midst of a critical project to develop a new machine learning-driven risk analytics platform. This platform was intended to provide real-time risk assessments and predictive insights to enhance our trading strategies. However, midway through the project, our project lead unexpectedly had to take an extended leave of absence due to a personal emergency. This left the team without clear leadership during a crucial phase of the project.
Stepping into the Leadership R"
Scott S. - "
Last year, we were in the midst of a critical project to develop a new machine learning-driven risk analytics platform. This platform was intended to provide real-time risk assessments and predictive insights to enhance our trading strategies. However, midway through the project, our project lead unexpectedly had to take an extended leave of absence due to a personal emergency. This left the team without clear leadership during a crucial phase of the project.
Stepping into the Leadership R"See full answer
"Prompt:
Define success of reels
How do I investigate if reels engagement is up by x, posts are down by y
Clarification:
What is reels: video experience on explore page, play page. Can have comments, likes etc.
Why was it launched: to promote engagement on the app, 'addictive sessions back to back.
Product goal: Increase in app time, drive stickiness.
Big picture: Instagram launched reels post tiktok style success, way to saving market share
Define success"
Geet B. - "Prompt:
Define success of reels
How do I investigate if reels engagement is up by x, posts are down by y
Clarification:
What is reels: video experience on explore page, play page. Can have comments, likes etc.
Why was it launched: to promote engagement on the app, 'addictive sessions back to back.
Product goal: Increase in app time, drive stickiness.
Big picture: Instagram launched reels post tiktok style success, way to saving market share
Define success"See full answer
"To answer this let's deconstruct what Amazon Prime offers
Free Delivery on Amazon
Same-day delivery for a few locations
Additional discounts
Early Access & Exclusive Deals
Prime video subscription
Prime music subscription
Considering above let's first talk about music and video subscription
Netflix, Disney, and other OTT platforms on average charge ₹120/month.
Now for Music, Spotify or YT music charges an average of ₹180/month for their premium subscription.
Coming the E-com"
Aekagra S. - "To answer this let's deconstruct what Amazon Prime offers
Free Delivery on Amazon
Same-day delivery for a few locations
Additional discounts
Early Access & Exclusive Deals
Prime video subscription
Prime music subscription
Considering above let's first talk about music and video subscription
Netflix, Disney, and other OTT platforms on average charge ₹120/month.
Now for Music, Spotify or YT music charges an average of ₹180/month for their premium subscription.
Coming the E-com"See full answer
"Might be good to have also explained how the engineer wasn't aware of th expedition process that you as a PM were able to identify when you spoke to the PM from the team that was providing the API, was it just a simple of case of not having access to information that you were able to help surface ?"
Yogi S. - "Might be good to have also explained how the engineer wasn't aware of th expedition process that you as a PM were able to identify when you spoke to the PM from the team that was providing the API, was it just a simple of case of not having access to information that you were able to help surface ?"See full answer
"
Company Goal: Make quality service at competitive price available for customers and enable contractor to maximize income sources
Clarification: Post Booking Experience is the user flow from the point a booking is confirmed to the time the service is delivered to the customer.
Metric: CSAT and Orders successfully completed
Personas: Customer, service provider, business
USER JOURNEY
Customer (User Journey)
Booking confirmed on portal
Add to calendar
Email / text con"
Saurabh G. - "
Company Goal: Make quality service at competitive price available for customers and enable contractor to maximize income sources
Clarification: Post Booking Experience is the user flow from the point a booking is confirmed to the time the service is delivered to the customer.
Metric: CSAT and Orders successfully completed
Personas: Customer, service provider, business
USER JOURNEY
Customer (User Journey)
Booking confirmed on portal
Add to calendar
Email / text con"See full answer