Senior Data Engineer Interview Questions

2,563 senior data engineer interview questions shared by candidates

Find in dictionary. # //Input 1 : text = "have a nice day 1", dictionary = ["have", "a", "nice", "day", "another", "1", "day1"] # // --> Output: true # # //Input 2: text = "catdog", dictionary = ["cat", "dog"] # // --> Output: true # # //Input 3: text = "catsandog", dictionary = ["cats", "dog", "sand", "and", "cat"] # // --> Output: false # # //Input 4: text = "caterpillar", dictionary = ["cat", "caterpillar"] # // --> Output: true
avatar

Senior Data Engineer

Interviewed at Oracle

3.5
Mar 22, 2021

Find in dictionary. # //Input 1 : text = "have a nice day 1", dictionary = ["have", "a", "nice", "day", "another", "1", "day1"] # // --> Output: true # # //Input 2: text = "catdog", dictionary = ["cat", "dog"] # // --> Output: true # # //Input 3: text = "catsandog", dictionary = ["cats", "dog", "sand", "and", "cat"] # // --> Output: false # # //Input 4: text = "caterpillar", dictionary = ["cat", "caterpillar"] # // --> Output: true

Viewing 1121 - 1130 interview questions

See Interview Questions for Similar Jobs

Glassdoor has 2,563 interview questions and reports from Senior data engineer interviews. Prepare for your interview. Get hired. Love your job.