Skip to main content

Interview Questions

Review this list of 4,477 interview questions and answers verified by hiring managers and candidates.
  • Google logoAsked at Google 
    1 answer

    "tried my best"

    Megha S. - "tried my best"See full answer

    BizOps & Strategy
    Product Strategy
  • Meta logoAsked at Meta 
    2 answers

    "Metrics for mETA AI Meta AI - native AI assistant embedded within Whatsapp, Insta, FB, web etc. Provide seamless experience to users. Where assistant can help answer any queries, frame better replies when texting, discovering new items. Users: Creators/ Influencers Viewers/ Buyers Brands/Businesses/ Sellers Advertisers Developers Value Prop Create images/artifacts using multimodal AI capabilities QnA against the posts, summarization of content How to market/position the brand Faster"

    Anjali M. - "Metrics for mETA AI Meta AI - native AI assistant embedded within Whatsapp, Insta, FB, web etc. Provide seamless experience to users. Where assistant can help answer any queries, frame better replies when texting, discovering new items. Users: Creators/ Influencers Viewers/ Buyers Brands/Businesses/ Sellers Advertisers Developers Value Prop Create images/artifacts using multimodal AI capabilities QnA against the posts, summarization of content How to market/position the brand Faster"See full answer

    Product Manager
    Analytical
  • "I started going through the different main area of focus stakeholder alignment with Product and engineering; resource alignment getting it into the backlog and then prioritization spoke about Sprint planning and timelines and timely communication back to stakeholders to be on track for this end to end demo / pilot options (but HM already wasn't too happy about the response and asked me the Question again)"

    Anonymous Hummingbird - "I started going through the different main area of focus stakeholder alignment with Product and engineering; resource alignment getting it into the backlog and then prioritization spoke about Sprint planning and timelines and timely communication back to stakeholders to be on track for this end to end demo / pilot options (but HM already wasn't too happy about the response and asked me the Question again)"See full answer

    Product Marketing Manager
    Execution
  • Google logoAsked at Google 
    Add answer
    Technical Program Manager
    Program Sense
    +2 more
  • Meta logoAsked at Meta 
    Add answer
    Technical Program Manager
    Program Sense
  • 🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.

  • Meta logoAsked at Meta 
    Add answer
    Technical Program Manager
    System Design
  • Meta logoAsked at Meta 
    Add answer
    Engineering Manager
    System Design
  • Microsoft logoAsked at Microsoft 
    Add answer
    Product Manager
    Product Strategy
  • Airbus logoAsked at Airbus 
    1 answer

    "Implementing the anomaly Machine learning using some algorithm like Isolation Forest algorithm DBscan algorithm and local data point find algorithm."

    Suhas P. - "Implementing the anomaly Machine learning using some algorithm like Isolation Forest algorithm DBscan algorithm and local data point find algorithm."See full answer

    Data Analyst
    Data Analysis
  • Amazon logoAsked at Amazon 
    3 answers

    "I can simply use the dis or bfs for finding out the cycle in a graph, comparing the node with its parent node at every iteration. "

    Vipul U. - "I can simply use the dis or bfs for finding out the cycle in a graph, comparing the node with its parent node at every iteration. "See full answer

    Software Engineer
    Data Structures & Algorithms
    +1 more
  • Meta logoAsked at Meta 
    1 answer

    "Given a Binary Tree, the task is to find its vertical traversal starting from the leftmost level to the rightmost level. If multiple nodes pass through a vertical line, they should be printed as they appear in the level order traversal of the tree. The idea is to traverse the tree using dfs and maintain a hashmap to store nodes at each horizontal distance (HD) from the root. Starting with an HD of 0 at the root, the HD is decremented for left children and incremented for right children. As we"

    Anonymous Mongoose - "Given a Binary Tree, the task is to find its vertical traversal starting from the leftmost level to the rightmost level. If multiple nodes pass through a vertical line, they should be printed as they appear in the level order traversal of the tree. The idea is to traverse the tree using dfs and maintain a hashmap to store nodes at each horizontal distance (HD) from the root. Starting with an HD of 0 at the root, the HD is decremented for left children and incremented for right children. As we"See full answer

    Software Engineer
    Data Structures & Algorithms
  • Capital One logoAsked at Capital One 
    1 answer

    "Functional Rquirements: User should be able to read account balance user should be able to withdraw money from account user should be able to add money to account user should be able to create a new account user should be able to cancel an opened account All of the above for Checkings and Savings account User should be able to pay credit card bill (similar to adding balance to checking and savings account) Non functional Requirements: ACID transactions. consistency > availabi"

    Alok S. - "Functional Rquirements: User should be able to read account balance user should be able to withdraw money from account user should be able to add money to account user should be able to create a new account user should be able to cancel an opened account All of the above for Checkings and Savings account User should be able to pay credit card bill (similar to adding balance to checking and savings account) Non functional Requirements: ACID transactions. consistency > availabi"See full answer

    Software Engineer
    System Design
  • Apple logoAsked at Apple 
    15 answers
    +11

    "Whatever your situation is, the correct answer is: "I'm very happy with my current job (expand on your experience, ability to deliver, team, achievements etc). But when I saw this opportunity, I had find out more." You essentially want to sounds interested, but clarify that your current situation is great."

    Bjorn L. - "Whatever your situation is, the correct answer is: "I'm very happy with my current job (expand on your experience, ability to deliver, team, achievements etc). But when I saw this opportunity, I had find out more." You essentially want to sounds interested, but clarify that your current situation is great."See full answer

    Software Engineer
    Behavioral
    +1 more
  • Atlassian logoAsked at Atlassian 
    1 answer

    "The interviewer hinted that a two-tower recommender system might be a suitable approach, using user history to embed users and pages separately and train on view or interaction data. Instead, I proposed a different approach that I felt was more aligned with how knowledge is structured in Confluence: I designed a system using a graph database to model the relationships between Confluence pages. Each page is a node, and edges represent content-based references. For example, when one article"

    Clayton P. - "The interviewer hinted that a two-tower recommender system might be a suitable approach, using user history to embed users and pages separately and train on view or interaction data. Instead, I proposed a different approach that I felt was more aligned with how knowledge is structured in Confluence: I designed a system using a graph database to model the relationships between Confluence pages. Each page is a node, and edges represent content-based references. For example, when one article"See full answer

    Machine Learning Engineer
    Machine Learning
    +2 more
  • Netflix logoAsked at Netflix 
    1 answer

    "Overall, a successful Netflix viewing session requires that the user was able to find a piece of content that they loved watching. Now, to break this down, how we might define this: -Time browsing (from app open to content played) -Satisfaction --> inferred satisfaction: did user complete watching the piece of content? --> explicit: did the user rank that they loved the content (2 thumbs up)? The way I would evaluate a new Top Picks ML feature would be to implement an A/B test as follows: Te"

    Henry H. - "Overall, a successful Netflix viewing session requires that the user was able to find a piece of content that they loved watching. Now, to break this down, how we might define this: -Time browsing (from app open to content played) -Satisfaction --> inferred satisfaction: did user complete watching the piece of content? --> explicit: did the user rank that they loved the content (2 thumbs up)? The way I would evaluate a new Top Picks ML feature would be to implement an A/B test as follows: Te"See full answer

    Product Manager
    Analytical
    +1 more
  • Microsoft logoAsked at Microsoft 
    Add answer
    Product Manager
    Product Design
    +2 more
  • Amazon logoAsked at Amazon 
    Add answer
    Product Manager
    Product Design
    +2 more
  • Meta logoAsked at Meta 
    4 answers
    +1

    "Clarifying questions When we say signals do you mean just features that are fed into the ML model that decide how the content should be ranked? Is newsfeed the front page of fb app. Can you expand what you mean by relevance? User journey User enters blue app.. Newsfeed is the first thing they see. User either continues on newsfeed ie scrolls through it or moves to a separate part of fb As they are scrolling they may see contents from friends, creators and ads, or other pages that they have been"

    Ketshi B. - "Clarifying questions When we say signals do you mean just features that are fed into the ML model that decide how the content should be ranked? Is newsfeed the front page of fb app. Can you expand what you mean by relevance? User journey User enters blue app.. Newsfeed is the first thing they see. User either continues on newsfeed ie scrolls through it or moves to a separate part of fb As they are scrolling they may see contents from friends, creators and ads, or other pages that they have been"See full answer

    Product Manager
    Product Design
    +2 more
  • ADP logoAsked at ADP 
    56 answers
    +44

    "To improve, we first need to understand the problems or opportunities for improvement that are currently present. Assumption: Potential improvement in the recommendation algorithm to make recommendations more pointed Current recommendations are not very specific. Users end up getting frustrated and move away from YouTube Potential improvement in the recommendation algorithm to make sure the user is not just bombarded with one set of videos, but gets varied recommendations to c"

    Aekagra S. - "To improve, we first need to understand the problems or opportunities for improvement that are currently present. Assumption: Potential improvement in the recommendation algorithm to make recommendations more pointed Current recommendations are not very specific. Users end up getting frustrated and move away from YouTube Potential improvement in the recommendation algorithm to make sure the user is not just bombarded with one set of videos, but gets varied recommendations to c"See full answer

    Product Manager
    Product Design
    +2 more
  • Unilever logoAsked at Unilever 
    Add answer
    Finance and Strategy
    Behavioral
Showing 461-480 of 4477