I show them my IOT project which works with the MQTT protocol. They ask what other protocols are available for IOT.
Software Engineer Developer Interview Questions
466,896 software engineer developer interview questions shared by candidates
What is systems engineering?
Difference between an array list and a linked list.
Write a function to remove repeated spaces from a string (ex: "one two three four" -> "one two three four")
Given a list of coins and the a total amount. Calculate the minimum number of coins can be used to reach the total amount.
Examples of teamwork etc. general questions like that
Give 2 coding solutions on returning an array by removing duplicates. One solution with O(n^2) and the other Linear.
Given an array whose elements are sorted, return the index of a the first occurrence of a specific integer. Do this in sub-linear time. I.e. do not just go through each element searching for that element.
Write a function in C/C++ that returns the number of zeros contained in the factorial of the number that is passed to it.
print out the powset of a set. use any programming language you want.
Viewing 1081 - 1090 interview questions