One thing the CEO (Sasan) asked me about was my experiences with other software teams.
Software Junior Interview Questions
12,121 software junior interview questions shared by candidates
Most of the questions was about C; difference between Macros and Functions, write a sorting program. The rest of the interview was about interrupts and embedded systems architecture.
C function to swap to integers, directly and swapping two pointers that points to integers. C function dealing with bit by bit, but i don't really remember the application. sych and asych. interrupts and ISR, asked to write ISR and draw what will happen on the memory A lot of Questions on memory and what will happen if any of those functions were executed CAN, LIN, UART, SPI and I2C.. how they work macros and functions #if rentrant functions
PWM (Pulse width modulation)
one question to count the number of occurrences according, two lists, first list - occurrences, second list - number to count. need to thing on edge cases. if there is the same number in the first/second list .
All the basic OOP questions, some SQL and XML questions
Difference between C++ and C Write a program to multiply two numbers without the multiplication operator
Implement a stack data structure with O(1) push, pop and access to the largest element.
Implement Math.pow(a, b) in java.
1 algo question: explain how we can find number of occurances of each integer in an array. no need to code. time, space complexities of the code
Viewing 1591 - 1600 interview questions