Solutions Engineer Interview Questions

23,750 solutions engineer interview questions shared by candidates

Write a basic Regex engine implementing the "." (any character) and "*" (previous rule, 0 to many). The function receives a string (letters only, no need for escaping) and a string pattern. It returns a bool whether the string matches the pattern. For example, the pattern "AB.*E" should match both "ABCDE" and "ABEEE".
avatar

Solutions Engineer

Interviewed at Meta

3.6
Dec 22, 2015

Write a basic Regex engine implementing the "." (any character) and "*" (previous rule, 0 to many). The function receives a string (letters only, no need for escaping) and a string pattern. It returns a bool whether the string matches the pattern. For example, the pattern "AB.*E" should match both "ABCDE" and "ABEEE".

Viewing 31 - 40 interview questions

Glassdoor has 23,750 interview questions and reports from Solutions engineer interviews. Prepare for your interview. Get hired. Love your job.