1. How many bits in a byte? 2. What's the integral of velocity?
Programmer Analyst Intern Interview Questions
719,167 programmer analyst intern interview questions shared by candidates
String s = "Hey"; s = s.concat(" Guys") sop(s)
Which is more efficient for searching, linked list or array?
I show them my IOT project which works with the MQTT protocol. They ask what other protocols are available for IOT.
What is systems engineering?
What would you do if you had four projects, one due today, one due in a week, one due in a month and one due in a year?
Design a data structure where insertion, deletion, data access and get random element are all done in O(1), i.e., constant time. (Without using STL or Hash tables)
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.
Viewing 1471 - 1480 interview questions