Hardware / Microprocessor Interview Questions



Job interviews are always stressful and they are tough enough to make fresher and even experienced one feel nervous and scary of the interview. Technical-interviews.com has been developed to help students and jobseekers to prepare for the tough job interview questions shot at them. Review the job interview questions and answers on networking basics, load runner, winrunner, .net, vb, java, oracle and many more common job interview questions online here. You have just made the first step to build the foundation for a successful interview by reviewing Technical-interviews.com.

Hardware and software design questions

  1. What is Finite Automata
  2. What is a Turing machine?
  3. How many processors are there in a pentium microprocessor? In Sparc?
  4. Difference between RISC and CISC
  5. Is RISC always fast?
  6. What is a real time system?
  7. Name some real time OSs.
  8. Is DOS a real time OS?
  9. What is a kernel,shell?
  10. What is binary search, traversal, hashing?
  11. Write a code to count the no. of 1’s in a binary representation of a number.
  12. Memory taken for char *, int * etc.
  13. char *cp;
    int *ip;
    cp++;
    ip++;

    What is the result?

RF and radio engineering interview questions

  1. What’s a PCB? Printed Circuit Board.
  2. Name some band definitions. L-Band - 1-2 GHz, S-Band - 2-4 GHz, C-Band - 4-8 GHz, X-Band - 8-12 GHz, Ku-Band - 12-18 GHz.
  3. What’s the definition of gain? The signal going into the device is smaller than the signal going out.
  4. What’s a definition of an amplifier? It’s a device that exhibits gain.
  5. Insertion loss? The signal going in is greater than the signal that’s coming out.
  6. Thermal impedance? A measure of how hot the device gets with varying electrical input.

RF and radio engineering interview questions II

  1. Describe circular polarization. The signal travels both vertically and horizontally.
  2. What’s the job of the amplifier? To increase the incoming signal.
  3. What is noise figure? The level of noise that a low-noise amplifier (LNA) is capable of discriminating.
  4. What’s a transfer curve? It is a graph of the output power versus the input power of an amplifier.
  5. What’s the 911 point? The point where the input power results in flames on the other end.
  6. What’s saturation point? The point where the amplifier loses its linearity of the transfer curve.

Computer architecture and design interview questions

  1. What is pipelining?
  2. What are the five stages in a DLX pipeline?
  3. For a pipeline with ‘n’ stages, what’s the ideal throughput? What prevents us from achieving this ideal throughput?
  4. What are the different hazards? How do you avoid them?
  5. Instead of just 5-8 pipe stages why not have, say, a pipeline with 50 pipe stages?
  6. What are Branch Prediction and Branch Target Buffers?
  7. How do you handle precise exceptions or interrupts?
  8. What is a cache?
  9. What’s the difference between Write-Through and Write-Back Caches? Explain advantages and disadvantages of each.

Embedded systems interview questions

  1. Can structures be passed to the functions by value?
  2. Why cannot arrays be passed by values to functions?
  3. Advantages and disadvantages of using macro and inline functions?
  4. What happens when recursion functions are declared inline?
  5. Scope of static variables?
  6. Difference between object oriented and object based languages?
  7. Multiple inheritance - objects contain howmany multiply inherited ancestor?
  8. What are the 4 different types of inheritance relationship?
  9. How would you find out the no of instance of a class?
  10. Is java a pure object oriented language? Why?

Pages (7): « 1 2 [3] 4 5 6 » ... Last »