It was a question about graphics / topology - how to do lines between a few points drawn on the whiteboard without the lines crossing each other.
Engineer Interview Questions
935,577 engineer interview questions shared by candidates
What's the fastest way to tell if 2 signed floats are the same polarity?
What's the difference between JavaScript and Python?
Write a function which, given n, prints all well-ordered integers of n digits. A well ordered number is one where the value of the i-th digit is less than the value of the i+1 digit.
Why do you want to leave your present job?
Given two array of characters, add them together like an addition problem and return them in a char array. ['3', '5', '9'] ['1', 2', '8', '4'] = 1284 + 359 = 1643 = ['1', '6', '4', '3']
How to find the median in an array. You need to consider all the possible conditions.
Longest palindromes in a string SQL quesiton
Output a substring with at most k unique characters. "aabc" and k=2 -> "aab"
Data Modeling: Data Modeling Question for a hypothetical scenario where you have scope to work on your Data Warehousing knowledge. How will you design ETL pipelines for the model? SQL question to display data from your model. Python/SQL questions.
Viewing 2021 - 2030 interview questions