Engineer Iv Interview Questions

1,282 engineer iv interview questions shared by candidates

Coding test was a HackerRank Question sent during the interview. I shared my screen and talked through what I was doing. I was able to get it working minus some outlying cases. I will paraphrase the question. It was called goodSegment. Write a function that takes three inputs. An Upper bound, a Lower bound and then an array of "badNumbers" . The function should iterate through a range starting at the Lower bound iterating through the Upper bound. Count the number of consecutive numbers until you hit until you land on a number that matches one of the numbers in the badNumbers Array. The function should return the count of the largest value of consecutive good numbers through the range. For example if the Lower is 2, Upper is 10 and the bad numbers are [2, 4]. the largest set of consecutive good numbers would be 5-10. So the function should return 5.
avatar

Junior Front End Developer IV

Interviewed at Best Buy

3.5
Dec 31, 2020

Coding test was a HackerRank Question sent during the interview. I shared my screen and talked through what I was doing. I was able to get it working minus some outlying cases. I will paraphrase the question. It was called goodSegment. Write a function that takes three inputs. An Upper bound, a Lower bound and then an array of "badNumbers" . The function should iterate through a range starting at the Lower bound iterating through the Upper bound. Count the number of consecutive numbers until you hit until you land on a number that matches one of the numbers in the badNumbers Array. The function should return the count of the largest value of consecutive good numbers through the range. For example if the Lower is 2, Upper is 10 and the bad numbers are [2, 4]. the largest set of consecutive good numbers would be 5-10. So the function should return 5.

Discussion around current project and challenges around it. How would you scale the current infrastructure? System design related questions. Write a program to find x number of max elements from m number of sorted arrays. General discussion around your project. Write spark code to find the unique routes from a given flight routes table where there could be individual entry for MumBai --> Kolkata/Kolkata--> Mumbai Write a spark scala code to get the employee who earns highest among employess whose salary is more than avg salary and age is less than the avg age. What is master in Spark? What does appName do in Spark? How the local scheduler work in Apache Airflow? How it differs from Kubernetes? Questions around airflow architecture. Given two programs for word count tell the difference between reduceBykey and groupbyKey?
avatar

ICT IV | Senior Big Data Engineer

Interviewed at Apple

4.1
Aug 15, 2020

Discussion around current project and challenges around it. How would you scale the current infrastructure? System design related questions. Write a program to find x number of max elements from m number of sorted arrays. General discussion around your project. Write spark code to find the unique routes from a given flight routes table where there could be individual entry for MumBai --> Kolkata/Kolkata--> Mumbai Write a spark scala code to get the employee who earns highest among employess whose salary is more than avg salary and age is less than the avg age. What is master in Spark? What does appName do in Spark? How the local scheduler work in Apache Airflow? How it differs from Kubernetes? Questions around airflow architecture. Given two programs for word count tell the difference between reduceBykey and groupbyKey?

Viewing 541 - 550 interview questions

See Interview Questions for Similar Jobs

Glassdoor has 1,282 interview questions and reports from Engineer iv interviews. Prepare for your interview. Get hired. Love your job.