what is status register in micro
Software Developer Engineer Interview Questions
96,256 software developer engineer interview questions shared by candidates
Given a string consisting of characters A,B,C in any order . Sort them such that all A`s,B`s and C`s are placed together .
a sorted array with all elements appear twice except one, find that element (the best solution should be O(logn))
- (Phone call coding interview). You have two lists, the first contain larger words, write a method that finds if the anagram from the second list's word in the first list's word.
First question was to solve a programming problem. Other questions were about business logic, about hotels etc. First question: write a function that gets a filename/file descriptor for a dictionary file and a list of chars and returns the biggest word that contains all the chars in the list. example: '/usr/share/dict/english.dict' amsterdam abacadabra asdfasdfasdfa ['a','b','c'] => abacadabra
What is the difference between the merchant model and agent model?
How will you implement auto-complete ?
Do you have experience with source-control?
code for given series 6 10 18 34 54 82
11 41 102 196 ...... write a code for the given sequence .
Viewing 731 - 740 interview questions