Bluetooth Interview Questions

Bluetooth interview question

  1. Why is Bluetooth called a cable replacement technology? -
    Bluetooth technology allows the creation of Personal Area Networks without cables or wires that are usual in home networks.
  2. Give a generic description of Bluetooth? -
    Bluetooth is a low-cost, short-range (RF) links between mobile PCs, mobile phones and other portable devices. Bluetooth can transmit through solid, non-metal objects.
  3. Why can Bluetooth equipment integrate easily in TCP/IP network? - Because Bluetooth uses wireless LAN standards IEEE for data transmission.
  4. Is it possible to connect multiple Bluetooth hubs? -
    No, only one hub can be used at a time with a computer. USB or Serial devices can be added.

Bluetooth interview question I

  1. What is Piconet? -
    A collection of devices connected through Bluetooth technology in an ad hoc fashion.
  2. What are the three main types of connection used by Bluetooth? -
    Single slave, Master slave, Scatternet .
  3. What is FEC in Bluetooth? -
    Forward Error Correction is a method by which Bluetooth increases its noise immunity. FEC is a method that enables a receiver to not only detect, but also correct errors in a transmission.
  4. Which method is primarily used for Voice transfer? -
    Synchronous Connection Oriented (SCO) is a method primarily used for Voice transfer.

Bluetooth interview question II

  1. Which Bluetooth version uses adaptive frequency hopping? Why? -
    In Version 1.2 Adaptive frequency hopping method is used, which improves resistance to radio interference, and provides higher transmission speed.
  2. How many SCO links are there in a piconet? -
    In a piconet, there can be up to three SCO links of 64,000 bits per second each.
  3. what is the total number of masters and slaves in a piconet? -
    1 Master and 7 Slaves.
  4. Which method is used for Data transfer? -
    Asynchronous Connectionless (ACL) is Data transfer method in Bluetooth

8086 interview questions

  1. What are the flags in 8086? - In 8086 Carry flag, Parity flag, Auxiliary carry flag, Zero flag, Overflow flag, Trace flag, Interrupt flag, Direction flag, and Sign flag.
  2. What are the various interrupts in 8086? - Maskable interrupts, Non-Maskable interrupts.
  3. What is meant by Maskable interrupts? - An interrupt that can be turned off by the programmer is known as Maskable interrupt.
  4. What is Non-Maskable interrupts? - An interrupt which can be never be turned off (ie.disabled) is known as Non-Maskable interrupt.
  5. Which interrupts are generally used for critical events? - Non-Maskable interrupts are used in critical events. Such as Power failure, Emergency, Shut off etc.,