Can you make a program that would swap two integers? (That was one of the questions)
Jr Software Engineer Interview Questions
11,452 jr software engineer interview questions shared by candidates
4- what runs first after power reset?
6- Describe CAN, frame types, describe data frame
Write sort algorithm
A question always asked: Where do you see yourself in 5 years from now? (What is your aspiration)
Memory organization and use of heap - stack
Let’s say we have a table with an id and name fields. The table holds over 100 million rows and we want to sample a random row in the table without throttling the database. Write a query to randomly sample a row from this table. Input: big_table table Columns Type id INTEGER name VARCHAR
How was your experience in your last job?
Write a code in C (on paper! in 2 mins!) to receive an array of different integer values, and produce another array(list) of only the duplicated values in the original array, if a duplicate value is found more than once, the list shall only show one value, order is not important.
What is the difference between a Linked List and an array list.
Viewing 781 - 790 interview questions