Sr Data Engineer Interview Questions

2,606 sr 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 1161 - 1170 interview questions

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