The interviewer had asked me a time when it was best not to use OOP after spending several minutes praising OOP.
Engineer Interview Questions
843,795 engineer interview questions shared by candidates
Design a system that can efficiently scale and store the count of all unique words from a *very large* document-based corpus of text.
Sort an array of integers with only 1s and 0s. Then sort an array of integers with numbers between 0 and 99.
Create a simple console drawing application (preferably in Scala)
Dynamic programming questions
(ordr_date, cust_id, product_id, prc_per_unit, unit) ('2020-10-01', '1', 'AA', 10.5, 2), ('2020-11-01', '1', 'BB', 1.5, 3), ('2020-01-01', '1', 'CC', 3.5, 8), ('2020-01-01', '2', 'CC', 4.5, 3), ('2020-01-01', '2', 'BB', 1.5, 3); 1. List the top 20 customers who have the highest spending 2. Find the highest spent product for each customer
Implement a reverse hash table
Implement integer division
Given the upper left and lower right coordinates of two rectangles, determine if they overlap
Print the number of occurrences of a number in a sorted array of numbers. Input: 1 2 3 4 4 4 4 4 5 6 7 | 4 Ouput: 5
Viewing 1351 - 1360 interview questions