Basic java and Sql questions.
Software Developers Interview Questions
96,299 software developers interview questions shared by candidates
There is an 8 bit counter that is incremented by hardware every tick call it counter8 And there is an interupt handler that is called every tick. I should write the code for the interrupt handler to implement a 16 bit counter.
Given are two functions. One function writes to the shared memory using the function write_to_mem() One function reads from shared memory using the function read_from_mem() We also have a 8 bit variable sem. First function can set/clear only the first bit of sem (msb), indicating it just wrote to the mem. Second function can set/clear only the last bit of sem (lsb) indicating it finished reading from mem. Both functions can read both bits. The two functions might run on different processor with different frequencies. Processor 1 runs a code that call the first function in en endless loop Processor 2 runs a code that call the second function in en endless loop. I need to write the code in each processor such that the functions are synchronized.
They ask for personal docs in first interview which is weird. I have my degree written in my CV along with all my technical experience.
[Technical Interview] They asked me to design an order matching system for a simple trading book matching orders on symbol and quantity and selecting the best price available.
[Technical Interview] Explain a past project.
What was the hardest problem you had solved ? Why was it the hardest and how did you solve it ? What would you have done differently ?
So tell me about your other role.
what is difference between contest api and redux
What would you consider to be your biggest flaw?
Viewing 2081 - 2090 interview questions