wildcard Interview Questions
2 interview questions in our bank cover wildcard, most of them Coding & Leetcode-style Questions. They average 3.0/5 difficulty — medium — and each one was reported by a candidate after a real interview. Companies known to ask about wildcard: Stripe, eBay.
Practice these on the problems board →Companies that ask about wildcard
Question mix
- Coding & Leetcode-style Questions2
Difficulty
- 3/5 — medium2
Questions tagged wildcard
Matching Contacts by Email Domain and Preferences
3/5This customer routing challenge, featured in Stripe interviews, requires matching incoming email addresses to appropriate support contacts based on domain patterns and customized priority lists. The implementation must evaluate domain preferences, handle fallback rules for unconfigured agents, and sort resulting matches deterministically. This task tests string parsing capabilities and clean, rule-based data filtering logic. Discover the comprehensive problem details and optimal implementation by subscribing.
Coding & Leetcode-style QuestionsStripePattern Matching with Question Mark and Dot Wildcards
3/5This eBay coding challenge asks you to implement a string matching algorithm. You are given a collection of words and a pattern that includes special characters: one for any single character and another for one or more arbitrary characters. The task is to identify all words from the provided list that completely conform to the given pattern. This problem assesses your ability to handle complex string comparisons and wildcard logic efficiently. The full problem description and a model solution are available with a subscription.
Coding & Leetcode-style QuestionseBay
Studied alongside
wildcard interview FAQ
- How many wildcard interview questions are there?
- 2 reported questions, mostly Coding & Leetcode-style Questions.
- Which companies ask wildcard questions?
- Stripe (1), eBay (1).
- How hard are wildcard questions?
- They average 3.0 out of 5: 2 at 3/5.