Systems Engineer Interview Questions

32,693 systems engineer interview questions shared by candidates

s = ['aa*', 'ac*dd', '*abc'] ( a list of string, string contains 0 or 1 '*' which means can be any.) query = 'acbbdd' ( given a query, check if this query is one pattern in the list s) eg. query = 'acbbdd' -> True (match with 'ac*dd'') eg. query = 'abcd' -> False (no match)
avatar

Systems Engineer

Interviewed at Google

4.4
Jul 17, 2019

s = ['aa*', 'ac*dd', '*abc'] ( a list of string, string contains 0 or 1 '*' which means can be any.) query = 'acbbdd' ( given a query, check if this query is one pattern in the list s) eg. query = 'acbbdd' -> True (match with 'ac*dd'') eg. query = 'abcd' -> False (no match)

Viewing 171 - 180 interview questions

Glassdoor has 32,693 interview questions and reports from Systems engineer interviews. Prepare for your interview. Get hired. Love your job.