A problem related to seive( not easy quite good)
Software Developer I Interview Questions
1,703 software developer i interview questions shared by candidates
Build out a REST client, no further details
Algorithm questions
Asked about some C language basics. Also asked a bit about operating systems. On-site technical question was in C.
What was my desired salary range?
Write any program that uses a templated class with virtual functions.
$array1 = array("a" => 1, "b" => 2, "c" => 3, "d" => 4); $array2 = array("e" => 4, "f" => 6, "c" => 7, "d" => 4); $result = array(); foreach ($array1 as $key => $value) { foreach ($array2 as $k => $v) { if ($value == $v) { $result[$key] = $value; } } } -- Find issues in the above code base
3 problem statements , work on any 1
Technical questions ex: What is polymorphism? What is normalization? Behavioral questions: standard tell me about yourself interview HireVue coding challenge: easy-medium Leetcode
Describe the difference between interface and abstract class
Viewing 731 - 740 interview questions