Skip to main content

Interview Questions

Review this list of 4,415 interview questions and answers verified by hiring managers and candidates.
  • Sierra AI logoAsked at Sierra AI 
    Add answer
    Product Manager
    Execution
  • Machine Learning Engineer
    Machine Learning
  • Oracle logoAsked at Oracle 
    1 answer

    "Since a bitonic array first increases then decreases, we can: Find the peak using binary search (O(log n)) Reverse the decreasing half Merge the two sorted halvesThis gives an overall time complexity of O(n)."

    Krishnaveni G. - "Since a bitonic array first increases then decreases, we can: Find the peak using binary search (O(log n)) Reverse the decreasing half Merge the two sorted halvesThis gives an overall time complexity of O(n)."See full answer

    Engineering Manager
    Data Structures & Algorithms
    +1 more
  • 2 answers

    " debug your code below departments = pd.DataFrame({ 'id': [1, 2, 3, 4, 5], 'name': ['Reporting', 'Engineering', 'Marketing', 'Biz Dev', 'Silly Walks'] }) employees = pd.DataFrame({ 'id': [1, 2, 3, 4, 5, 6], 'first_name': ['John', 'Ava', 'Cailin', 'Mike', 'Ian', 'John'], 'last_name': ['Smith', 'Muffinson', 'Ninson', 'Peterson', 'Peterson', 'Mills'], 'salary': [20000, 10000, 30000, 20000, 80000, 50000], 'department_id': [1, 5, 2, 2, 2, 3] }) projects = p"

    Sean L. - " debug your code below departments = pd.DataFrame({ 'id': [1, 2, 3, 4, 5], 'name': ['Reporting', 'Engineering', 'Marketing', 'Biz Dev', 'Silly Walks'] }) employees = pd.DataFrame({ 'id': [1, 2, 3, 4, 5, 6], 'first_name': ['John', 'Ava', 'Cailin', 'Mike', 'Ian', 'John'], 'last_name': ['Smith', 'Muffinson', 'Ninson', 'Peterson', 'Peterson', 'Mills'], 'salary': [20000, 10000, 30000, 20000, 80000, 50000], 'department_id': [1, 5, 2, 2, 2, 3] }) projects = p"See full answer

    Data Analyst
    Coding
    +1 more
  • 3 answers

    "The solution produces the same result as the 'prescribed solution' yet it does not get accepted In the test results section transcript['year'] = transcript['year'].astype(str) df = pd.pivottable(data = transcript, index = 'studentid', columns = 'year', values = 'yearlygpa', aggfunc = 'mean').resetindex() df = df[(df['2021'] < df['2022']) & (df['2022'] < df['2023'])] df['average_gpa'] = df[['2021', '2022', '2023']].mean(axis=1).round(2) return df "

    Prachi G. - "The solution produces the same result as the 'prescribed solution' yet it does not get accepted In the test results section transcript['year'] = transcript['year'].astype(str) df = pd.pivottable(data = transcript, index = 'studentid', columns = 'year', values = 'yearlygpa', aggfunc = 'mean').resetindex() df = df[(df['2021'] < df['2022']) & (df['2022'] < df['2023'])] df['average_gpa'] = df[['2021', '2022', '2023']].mean(axis=1).round(2) return df "See full answer

    Coding
    Data Analysis
  • 🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.

  • Add answer
    Business Analyst
    Data Analysis
    +2 more
  • Meta logoAsked at Meta 
    Add answer
    Product Manager
  • Product Manager
    Behavioral
  • Disney logoAsked at Disney 
    Add answer
    Product Manager
    Analytical
    +1 more
  • "I would think about the following Inventory make up Localization for Quebec Device type distribution Price comparison algorithm is tuned correctly Dealer’s ability to merchandise their products The answer is thinking through all these potential issues with the car buyer funnel to identify why potential buyers in Canada are converting at a lower rate. "

    Brad G. - "I would think about the following Inventory make up Localization for Quebec Device type distribution Price comparison algorithm is tuned correctly Dealer’s ability to merchandise their products The answer is thinking through all these potential issues with the car buyer funnel to identify why potential buyers in Canada are converting at a lower rate. "See full answer

    Product Manager
    Analytical
    +1 more
  • "This is a Technical question. It tests your ability to understand high level technical concepts. Even though your job won't have any coding involved, you'll still need to understand these concepts. Being able to cover all these topics with clarity communicates confidence in your interviewer. Unfortunately, there's no formula for technical questions, but some general tips are: Use analogies when you can Break your solution into clear, bite-size steps Don't be afraid to use examples to b"

    Exponent - "This is a Technical question. It tests your ability to understand high level technical concepts. Even though your job won't have any coding involved, you'll still need to understand these concepts. Being able to cover all these topics with clarity communicates confidence in your interviewer. Unfortunately, there's no formula for technical questions, but some general tips are: Use analogies when you can Break your solution into clear, bite-size steps Don't be afraid to use examples to b"See full answer

  • DocuSign logoAsked at DocuSign 
    Add answer
    Software Engineer
    Data Structures & Algorithms
    +1 more
  • Google logoAsked at Google 
    Add answer
    Product Designer
    Technical
  • Amazon logoAsked at Amazon 
    Add answer
    Software Engineer
    Behavioral
    +1 more
  • Anthropic logoAsked at Anthropic 
    Add answer
    Product Marketing Manager
    Behavioral
  • Nvidia logoAsked at Nvidia 
    Add answer
    Software Engineer
    Concept
    +1 more
  • "When I joined my second Firm after my MBA, I was given a complex pilot project to manage end-to-end, despite having just about a year of experience. One client expressed concern about my limited experience and raised it to senior stakeholders. While I understood her concern, I decided to treat it as motivation rather than discouragement. I put extra effort into understanding the complex SAP designs, managed priorities carefully, and built strong relationships with stakeholders to gain their conf"

    Prachi N. - "When I joined my second Firm after my MBA, I was given a complex pilot project to manage end-to-end, despite having just about a year of experience. One client expressed concern about my limited experience and raised it to senior stakeholders. While I understood her concern, I decided to treat it as motivation rather than discouragement. I put extra effort into understanding the complex SAP designs, managed priorities carefully, and built strong relationships with stakeholders to gain their conf"See full answer

    Behavioral
    Cross-Functional
    +2 more
  • Paytm logoAsked at Paytm 
    1 answer

    "CQs: Swiggy? → instamart or food delivery → consider both Why do we want to increase AOV right now? Is it not at the desired level or exploration? → let’s say exploration Swiggy is a public company → goal is profit Biggest bite in profit is delivery cost hence delivery cost/unit revenue should be minimised Delivery cost = (fixed base cost + distance * x) * probability of spoil cases Can be done by Lowering delivery cost → seems challenging "

    Sumit P. - "CQs: Swiggy? → instamart or food delivery → consider both Why do we want to increase AOV right now? Is it not at the desired level or exploration? → let’s say exploration Swiggy is a public company → goal is profit Biggest bite in profit is delivery cost hence delivery cost/unit revenue should be minimised Delivery cost = (fixed base cost + distance * x) * probability of spoil cases Can be done by Lowering delivery cost → seems challenging "See full answer

    Product Manager
    Product Strategy
Showing 3841-3860 of 4415