InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Which Arduino Board contains an onboard joystick?(a) Arduino Esplora(b) Arduino Nano(c) Arduino Due(d) Arduino UNOThis question was posed to me in an interview.Question is from Uses for Different Arduino Boards topic in section Board Specifications and Types of Arduino |
|
Answer» Correct option is (a) Arduino Esplora |
|
| 2. |
What is the use of the RESET button on the Arduino UNO?(a) To restart the code present in the Arduino(b) To restore a previous version of a code(c) To erase the code present in the Arduino(d) To erase the SRAM in Arduino MicrocontrollerI had been asked this question in unit test.The query is from Board Pinout Structure in division Board Specifications and Types of Arduino |
|
Answer» RIGHT choice is (a) To RESTART the code present in the Arduino To explain: The external RESET button on then Arduino is used for restarting the Arduino’s bootloader, effectively stopping the execution of the code that was already present on the Arduino and then rerunning it after a few seconds of delay by which point the bootloader is ready. This should be always performed with all external CONNECTIONS to the GPIO PINS of the Arduino TAKEN out. |
|
| 3. |
What is the Maximum Operating Voltage of the Arduino Due?(a) 20V(b) 19V(c) 5V(d) 3.3VThe question was asked in quiz.This key question is from Board Hardware Specifications topic in portion Board Specifications and Types of Arduino |
|
Answer» Right option is (d) 3.3V |
|
| 4. |
What is the use for the 2 serial pins on the Arduino Diecimila?(a) To send and receive GPIO digital signals(b) To receive analog signals(c) To send PWM signals(d) To send and receive Serial TTL signalsI had been asked this question in an interview for internship.This key question is from Board Pinout Structure in portion Board Specifications and Types of Arduino |
|
Answer» Correct option is (d) To send and RECEIVE Serial TTL signals |
|
| 5. |
Which Arduino Product is not just a board but also comes preinstalled with wheels and a motor board.(a) The LilyPad(b) The Robot(c) The Flora(d) The MegaThe question was posed to me in my homework.My query is from Uses for Different Arduino Boards in section Board Specifications and Types of Arduino |
|
Answer» The correct choice is (B) The Robot |
|
| 6. |
What are the functions of the SDA and SCL pins of the Arduino UNO?(a) They facilitate I2C communications(b) They facilitate SPI Communications(c) They facilitate USB Communications(d) They facilitate Ethernet CommunicationsI got this question during an interview.This intriguing question originated from Board Pinout Structure topic in section Board Specifications and Types of Arduino |
|
Answer» The correct choice is (a) They facilitate I2C communications |
|
| 7. |
What is the full form of the I2C Protocol?(a) Inter-Integrated Circuit(b) Intra-Integrated Circuit(c) Integrated-Inter Circuit(d) Infinite-Integrated CircuitThe question was posed to me in quiz.This intriguing question comes from Board Pinout Structure in division Board Specifications and Types of Arduino |
|
Answer» The correct answer is (a) Inter-Integrated Circuit |
|
| 8. |
What does the analogRead() function do physically when invoked in a code?(a) It accepts a digital Input(b) Reads the raw voltage value(c) Activates the ADC Circuit to read voltage values(d) Activates the DAC Circuit to read voltage valuesThis question was posed to me in a job interview.Origin of the question is Board Pinout Structure in section Board Specifications and Types of Arduino |
|
Answer» Correct option is (c) Activates the ADC Circuit to read voltage values |
|
| 9. |
What is the function of the IOREF pin on the Arduino UNO?(a) To provide a constant 12V DC supply(b) To provide the voltage corresponding to the standard GPIO working voltage of the board(c) To take input voltage and set it as a reference for all GPIO operations(d) To provide groundThe question was asked in semester exam.The origin of the question is Board Pinout Structure in section Board Specifications and Types of Arduino |
|
Answer» Right choice is (b) To provide the voltage corresponding to the standard GPIO working voltage of the board |
|
| 10. |
Which Arduino Board has an XBee Socket inbuilt?(a) Arduino Nano(b) Arduino Micro(c) Arduino Uno(d) Arduino FioThe question was posed to me during an interview.My query is from Uses for Different Arduino Boards in portion Board Specifications and Types of Arduino |
|
Answer» The correct CHOICE is (d) Arduino Fio |
|
| 11. |
What is the full form of SRAM?(a) Synchronized Random Access Memory(b) Static Random Access Memory(c) Simplified Random Access Memory(d) Segregated Static Random Access MemoryI got this question in examination.The above asked question is from Board Hardware Specifications topic in section Board Specifications and Types of Arduino |
|
Answer» Right answer is (b) STATIC RANDOM Access Memory |
|
| 12. |
What is the full form of EEPROM?(a) Electrically Erasable Programmable Read Only Memory(b) Electrically Encoded Programmable Read Only Memory(c) Electronic Embedded Programmable Read Only Memory(d) Encrypted Electronic Programmable Read Only MemoryI got this question in a job interview.The doubt is from Board Hardware Specifications in section Board Specifications and Types of Arduino |
|
Answer» RIGHT answer is (a) Electrically Erasable Programmable Read Only Memory The best explanation: EEPROM is a type of non-volatile memory which can be programmed and erased by voltage pulses as input. It’s used to handle small amounts of data. Originally EEPROMS supported only small amounts of data handling limited to 1 Byte. But however, NOWADAYS EEPROMs can support page operations of many bytes. |
|
| 13. |
Analog Pins in the Arduino boards work on the principle of PWM. What is the full form of PWM?(a) Pin Wide Modulation(b) Pulse Waveform Modulation(c) Pulse Width Modulation(d) Pulse Wave ModulationI had been asked this question in examination.I need to ask this question from Board Hardware Specifications in division Board Specifications and Types of Arduino |
|
Answer» Correct choice is (c) Pulse Width Modulation |
|
| 14. |
Which Arduino Board comes with a Linux Distribution?(a) Arduino Nano(b) Arduino Leonardo(c) Arduino Due(d) Arduino YunI have been asked this question during an interview.The above asked question is from Uses for Different Arduino Boards topic in chapter Board Specifications and Types of Arduino |
|
Answer» Right choice is (d) Arduino YUN |
|
| 15. |
Why is the Arduino Mega more a viable solution when dealing with complex projects, than the Arduino UNO?(a) Higher SRAM on the Arduino Mega(b) More number of GPIO pins on the Arduino Mega(c) More flash memory on the Arduino Mega(d) Higher power rating on the Arduino MegaThe question was posed to me during an interview for a job.This intriguing question comes from Uses for Different Arduino Boards in portion Board Specifications and Types of Arduino |
|
Answer» Correct answer is (d) Higher power rating on the ARDUINO Mega |
|
| 16. |
The Arduino Diecimila has 14 Digital I/O Pins of which __ pins can provide PWM output.(a) 1(b) 4(c) 6(d) 8The question was asked in an international level competition.My doubt is from Board Hardware Specifications topic in division Board Specifications and Types of Arduino |
|
Answer» The correct answer is (c) 6 |
|
| 17. |
Which of the following boards from the Arduino Family is not powered by a variant of the ATmega processors?(a) Arduino UNO(b) Arduino Nano(c) Arduino Mega(d) Arduino DueI have been asked this question during an online exam.The origin of the question is Board Hardware Specifications in section Board Specifications and Types of Arduino |
|
Answer» Correct CHOICE is (d) ARDUINO Due |
|
| 18. |
How much Program Memory does the Arduino UNO have?(a) 24K bytes(b) 256K bytes(c) 32K bytes(d) 2K bytesThe question was posed to me in examination.My doubt is from Board Hardware Specifications in division Board Specifications and Types of Arduino |
|
Answer» Right option is (C) 32K BYTES |
|
| 19. |
For projects where a small microcontroller is required, which boards should we use?(a) Arduino Yun, Leonardo(b) Arduino Esplora, Robot(c) Arduino Due, Mega, Uno(d) Arduino LilyPad, NanoI got this question in a national level competition.Asked question is from Uses for Different Arduino Boards in chapter Board Specifications and Types of Arduino |
|
Answer» The correct option is (d) ARDUINO LilyPad, Nano |
|
| 20. |
Which Arduino board is famous for integration with fabric-based projects?(a) The LilyPad(b) The UNO(c) The Mega(d) The NanoThis question was posed to me in an internship interview.I'm obligated to ask this question of Uses for Different Arduino Boards topic in portion Board Specifications and Types of Arduino |
|
Answer» The correct answer is (a) The LilyPad |
|
| 21. |
What is the operating frequency of the Arduino UNO Board?(a) 20 MHz(b) 16 Mhz(c) 6 MHz(d) 10 MHzThe question was posed to me in my homework.I would like to ask this question from Board Hardware Specifications in division Board Specifications and Types of Arduino |
|
Answer» Correct answer is (b) 16 MHZ |
|
| 22. |
What is the function of the AREF pin in the Arduino UNO?(a) It is used as a reference voltage for all analog voltage calculations in the board(b) It is used as a reference voltage for all digital voltage calculations in the board(c) It is used as a reference voltage for the power source on the board(d) It is used as a reference voltage for the ground pins on the boardThis question was posed to me in an interview for internship.My doubt stems from Board Pinout Structure in division Board Specifications and Types of Arduino |
|
Answer» Right answer is (a) It is used as a reference VOLTAGE for all analog voltage CALCULATIONS in the BOARD |
|
| 23. |
The pins SS, SCK, MOSI and MISO on the Arduino belong to the ___ bus.(a) I2C(b) SPI(c) GPIO(d) EthernetThis question was addressed to me in an interview.This intriguing question originated from Board Pinout Structure topic in portion Board Specifications and Types of Arduino |
|
Answer» The CORRECT answer is (b) SPI |
|
| 24. |
Which Arduino Board would one choose if one had to perform network operations in Linux out of the box?(a) Arduino Diecimila(b) Arduino Yun(c) Arduino Uno(d) Arduino EsploraI got this question in an interview.My enquiry is from Uses for Different Arduino Boards in portion Board Specifications and Types of Arduino |
|
Answer» The correct option is (b) Arduino Yun |
|
| 25. |
With the Arduino Mini, in the absence of an inbuilt USB connector on the board. How is one supposed to connect it to the computer?(a) Ethernet Adapter(b) SPI(c) I2C(d) RS232 to TTL Serial AdapterThe question was posed to me during an internship interview.This key question is from Uses for Different Arduino Boards topic in section Board Specifications and Types of Arduino |
|
Answer» Correct answer is (d) RS232 to TTL Serial Adapter |
|
| 26. |
What is the use of the Vin pin present on some Arduino Boards?(a) To provide a 5V output(b) Is used for plugging in 3V supply(c) To power the Arduino Board(d) To ground the Arduino BoardThe question was asked in final exam.I'd like to ask this question from Board Pinout Structure in division Board Specifications and Types of Arduino |
|
Answer» The correct choice is (c) To power the Arduino Board |
|
| 27. |
Which processor supports the Arduino Zero?(a) Atmega328P(b) Atmega32u4(c) ARM Cortex M0+(d) ARM Cortex M3I had been asked this question during an online exam.This key question is from Uses for Different Arduino Boards topic in division Board Specifications and Types of Arduino |
|
Answer» Correct choice is (c) ARM Cortex M0+ |
|
| 28. |
The Arduino UNO uses the FTDI USB to Serial Driver Chip.(a) True(b) FalseThis question was addressed to me during an internship interview.Query is from Board Hardware Specifications in chapter Board Specifications and Types of Arduino |
|
Answer» Right answer is (b) False |
|