System Interview Questions

60,537 system 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 371 - 380 interview questions

Glassdoor has 60,537 interview questions and reports from System interviews. Prepare for your interview. Get hired. Love your job.