Customer Solutions Manager Interview Questions

23,751 customer solutions manager 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,751 interview questions and reports from Customer solutions manager interviews. Prepare for your interview. Get hired. Love your job.