Associate Business Systems Analyst Interview Questions

60,722 associate business systems analyst 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

See Interview Questions for Similar Jobs

Glassdoor has 60,722 interview questions and reports from Associate business systems analyst interviews. Prepare for your interview. Get hired. Love your job.