Multiple Choice Questions
Q1.
MQTT Stands for:
Mass Query Telemetry Transport
Message Queuing Telemetry Transport
Message Query Text Transport
Mass Queuing Text Transport
View Answer
Message Queuing Telemetry Transport
Q2.
Which is the Microcontroller used in Arduino UNO?
ATmega328p
ATmega2560
ATmega32114
AT91SAM3x8E
View Answer
Q3.
What does GPIO stands for?
General Purpose Inner Outer Propeller
General Purpose Input Output Pins
General Purpose Interested Old People
General Purpose Input Output Processor
View Answer
General Purpose Input Output Pins
Q4.
Which of the following is not a TCP/IP Layer?
Application Layer
Transport Layer
Network Layer
Physical Layer
View Answer
Q5.
Which of the following communication medium supports highest data rate?
Ethernet
Bluetooth
Optical Fibre
Wi-Fi
View Answer
Q6.
IIoT stands for:
Indepth Internet of Things
Innovative Internet of Things
Information Internet of Things
Industrial Internet of Things
View Answer
Industrial Internet of Things
Q7.
What are the challenges in IoT?
Energy Consumption
Security
Network Congestion
All of the above
View Answer
Q8.
Which of the following tags are useful in identifying devices, smartphones etc.?
IETF 6LowPAN
IETF CoAP
RFID/NFC
IEEE 802.15.4.LowPAN
View Answer
Q9.
Which protocol interacts asynchronously over UDP?
HTTP
CoAP
MQTT
TCP/IP
View Answer
Q10.
WSN stands for:
Wired Sensor Network
Wireless Sensor Network
Wired Service Network
Wireless Service Network
View Answer
Q11.
Which parameter is taken through pulseIn() in ultrasonic sensor?
Voltage
Frequency
Time duration
Distance
View Answer
Q12.
Which of the following is NOT a Hard Skill?
Typing Speed
Machine Operation
Time Management
Coding
View Answer
Q13.
Which of the following is an example of an LDR sensor application?
Lights
Clock
Voltage Divider
All of above
View Answer
Q14.
What are/is essential concept(s) for M2M Communication success?
Continuous connectivity
Message Delivery for sleeping devices
Message communication path selection
All of above
View Answer
Q15.
Which one is not the feature of M2M?
Low Mobility
Time Controlled
Circuit Switched
Low Power Consumption
View Answer
Q16.
The smallest difference that a sensor can detect is:
Scale
Accuracy
Resolution
Precision
View Answer
Q17.
Which one cannot be suitable communication technology for IoT?
Zigbee
NFC
Bluetooth
Wired network
View Answer
Q18.
In i2c connection, which pin on the Arduino Uno is utilized for SCL (serial clock)?
D2
D4
A2
A4
View Answer
Q19.
What will be the output of the following code?
int main()
{
int i = 25;
int k =i %4;
printf("%d\n", k);
}
1
2
3
4
View Answer
Q20.
Which of the Arduino pins is connected to the Data5 (D5) pin on the 16x2 character LCD? Liquid Crystal lcd(12, 11, 5, 4, 3, 2);
Pin No 2
Pin No 3
Pin No 4
Pin No 5
View Answer
Q21.
The process of building IoT hardware and devices enhanced with smart sensors and embedded system using many of the shelf components like sensors, circuits and microcontrollers is called?
Prototyping
Casting
Protocasting
Protocol typing
View Answer
Q21.
Which command is the 9th pin on Arduino set as output?
Prototyping
Casting
Protocasting
Protocol typing
View Answer