designing a simple data pipeline. They are mostly into modernization projects (moving from old technologies to cloud based ones)
Sr Data Engineer Interview Questions
2,606 sr data engineer interview questions shared by candidates
General questions related to Microservices, Big data, leadership etc.
1. SQL performance tuning 2. Past experiences
Business fitment, system design, technical interview
What is a high order function ? Have I had used Schema registry ?
Write an ETL config driven framework using their tech stack
Array manipulation based questions
1 - SQL 1 - Python
2 stages interview process: 1st screening and then a 2 hour technical conversation call about my past experiences and uses of the technical stack needed for the role.
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 1141 - 1150 interview questions