Engineer Iv Interview Questions

360 engineer iv interview questions shared by candidates

Coding 1. 3 problems on Codility to solve in 90 minutes. 2. Given an array of strings having the format <index:text>, code a program that reorders the strings building up a meaningful statement. Java 1. Classical Java Interview 2. Spring AOP, Dependency Injection 3. Testing with Mockito Architecture and Design Patterns Algorithm Analysis Concurrency Distributed Systems
avatar

Software Engineer IV

Interviewed at Verisign

3.1
Sep 22, 2015

Coding 1. 3 problems on Codility to solve in 90 minutes. 2. Given an array of strings having the format <index:text>, code a program that reorders the strings building up a meaningful statement. Java 1. Classical Java Interview 2. Spring AOP, Dependency Injection 3. Testing with Mockito Architecture and Design Patterns Algorithm Analysis Concurrency Distributed Systems

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.6
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.

SQL query to display ID from weathers table where the temperatures are higher from previous days. Table : Weathers ------------------------------------------- ID | Date | Temperatures | --- --------- ---------------- 1 01-01-2015 10 2. 02-01-2015 20 3. 03-01-2015 25 4. 04-01-2015 30
avatar

Support Engineer IV

Interviewed at Amazon

3.5
Apr 19, 2022

SQL query to display ID from weathers table where the temperatures are higher from previous days. Table : Weathers ------------------------------------------- ID | Date | Temperatures | --- --------- ---------------- 1 01-01-2015 10 2. 02-01-2015 20 3. 03-01-2015 25 4. 04-01-2015 30

Viewing 121 - 130 interview questions

See Interview Questions for Similar Jobs

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