Prepfully logo
  • Browse Coaches
  • Login
BetaTry Out Our New AI Mock Interviewer – Your Smartest Way to Ace Any Interview!Try Our AI Mock Interviewer
Try Now
NewRegister as a coach and get a $100 bonus on your first completed session if you're on the Prepfully Request for Coaches list.Coach $100 Bonus
Read More
LimitedSummer Deal: Heavy discounts on all Prepfully sessions.Summer Deal: Discounts
Book Now

Your AI Wingman for your next interview

The most comprehensive bank Interview Answer Review tooling available online.

Cutting-edge AI technology meets personalized feedback. Improve your interview answers with insightful guidance provided by a model trained against more than a million human-labelled interview answers.
  • Company rubrics
  • Role-level optimisations
  • Trained on 1mil+ answers
TechnicalBehavioral
4 months ago
Have you attended any craft conferences? Tell us some of your key takeaways from one you've attended recently
Backend EngineerData Engineering ManagerUX DesignerEngineering Manager

Expedia

LendingClub

Bill.com

The last conference I attended was the Open Source Security Foundation. As I was leading the Dart & Flutter security program I wanted to learn about the innovations, tooling and services that other open source projects were using.

There were interesting conferences for tooling to sign artifacts with a single command and how the open source community was working in tooling to build, sign and release artifacts in a secure way for everyone using GitHub.

I learned that there were many technical innovations that I could use to speed up the Flutter Security Program, for example implementing secure build workflows using github actions. I also met several people working on similar projects and took the opportunity to share our lessons learned and challenges. Later on the connections with the open source security foundation proved very useful during technical reviews and collaborations.

Get answer reviewed by AI
4 months ago
Coding
4 months ago
What algorithm would you use to establish if two strings could match by swapping one or no characters?
Machine Learning EngineerData Scientist

Expedia

Zomato

Okta

def can_be_equal_with_one_swap(s1, s2):

    # Step 1: Check if lengths are the same

    if len(s1) != len(s2):

        return False

    

    # Step 2: If strings are already identical

    if s1 == s2:

        return True

    

    # Step 3: Find mismatching positions

    mismatches = []

    for i in range(len(s1)):

        if s1[i] != s2[i]:

            mismatches.append(i)

    

    # Step 4: Check the mismatch condition

    if len(mismatches) == 2:

        i, j = mismatches

        # Check if swapping the mismatched characters makes the strings identical

        return s1[i] == s2[j] and s1[j] == s2[i]

    

    # If there are not exactly two mismatches, return False

    return False



Get answer reviewed by AI
4 months ago
Behavioral
4 months ago
Could you tell us about why you'd be a good fit for Expedia?
Backend Engineer

Expedia

Get answer reviewed by AI
4 months ago
Behavioral
4 months ago
What would be your ideal team to join in Expedia
Frontend Engineer

Expedia

Get answer reviewed by AI
4 months ago
ML Knowledge
5 months ago
How do you define the term 'outlier detection' in the context of data science?
Data Scientist

Expedia

Redfin Logo

Redfin

Affirm Logo

Affirm

Get answer reviewed by AI
5 months ago
Behavioral
5 months ago
Tell me of a time when you had a lot of competing priorities and how you coped with them.
Technical Program ManagerData Science ManagerML Engineering ManagerEngineering Manager

Expedia

Medium Logo

Medium

WeTransfer Logo

WeTransfer

I was working with 5 customers at once, and had to focus on those activities where I could make a difference, make the most impact, that I could not delegate, and where I could balance with other priorities - in order to do that, I measured the priority of the tasks by the cost of delay, in other words, the impact of not doing them at that time. Then, with more clarity about the priorities, I thought which ones I could delegate to other team members, and if that made sense, with the required support and guidance from my side. Working as a team and not trying to get everything done yourself is key in the long term with multiple, competing priorities. Then, organizing my time well in short, focused timeslots for the most important tasks, made a difference.

Get answer reviewed by AI
5 months ago
Coding
5 months ago
Develop a function to simulate a normal distribution and provide a visual plot of it.,
Machine Learning Engineer

Expedia

Zendesk Logo

Zendesk

Zoom Logo

Zoom

Get answer reviewed by AI
5 months ago
Coding
5 months ago
Show how you would implement a function to return the root mean squared error for two arrays.
Data ScientistMachine Learning Engineer

Expedia

Bloomberg Logo

Bloomberg

Wise Logo

Wise

Get answer reviewed by AI
5 months ago
Behavioral
5 months ago
What is your most significant achievement?
Program ManagerFrontend EngineerFull Stack Software EngineerData Scientist

Expedia

Cognizant Logo

Cognizant

Babylon Health Logo

Babylon Health

Get answer reviewed by AI
5 months ago
Program ManagementProgram Sense
5 months ago
What would be the best way to estimate the anticipated workload for a new project without knowing the project's past history?
Technical Program Manager

Expedia

Checkout Logo

Checkout

Myntra Logo

Myntra

Get answer reviewed by AI
5 months ago

Try Free AI Interview

Expedia logo

Expedia

Software Engineer

Prepare for Behavioral interview at Expedia

Behavioral
Expedia logo

Expedia

Product Manager

Prepare for Product Strategy interview at Expedia

Product Strategy
Expedia logo

Expedia

Engineering Manager

Prepare for System Design interview at Expedia

System Design
Expedia logo

Expedia

Data Scientist

Prepare for DS Analytical Execution interview at Expedia

DS Analytical Execution

Question of the week

We'll send you a weekly question to practice for:

Showing 31 to 40 of 1434 results

Previous23456Next

*All interview questions are submitted by recent Expedia candidates, labelled and categorized by Prepfully, and then published after verification by current and ex-Expedia employees.

  • Company
  • FAQs
  • Contact Us
  • Become An Expert
  • Services
  • Practice Interviews
  • Interview Guides
  • Interview Questions
  • Watch Recorded Interviews
  • Gift sessions
  • AI Interview
  • Social
  • Twitter
  • Facebook
  • LinkedIn
  • YouTube
  • Legal
  • Terms & Conditions
  • Privacy Policy
  • Illustrations by Storyset

© 2025 Prepfully. All rights reserved.

Prepfully logo

Please log in to view more questions.

Not a member yet? Sign up for free.