Asked me to solve and code 2 problems: 1. Given a latter of N steps, you can climb either 1 or 2 steps. How many different ways do you have to climb all the stairs? 2. Aasked the same but this time you can climb 1 or 2 or 3... till m steps each time. (m >= 2)
Firmware Engineer Interview Questions
2,134 firmware engineer interview questions shared by candidates
How to modulate the intensity of LED connected to a port of microcontroller
Tell me about yourself, also
1) write mergesort 2) mergesort 2 linked lists 3) "sort colors" on Leetcode but instead of numbers use objects that have a color field. 4) Producer consumer problem.
Convert a string to an integer value
If someone gave you a list of requirements, tell me how you would go about implementing them?
Basic coding challenge questions
Design a system that will begin accepting packets of data after seeing 7E.
Write a routine that refactors a linked list into two lists, odd/even based upon a data value.
Refactor a linked list containing random numbers into two linked lists - one even and one odd.
Viewing 281 - 290 interview questions