medication pills on yellow background

Embedded Interview Questions – Jan 2022

Posted by
79

Share unique Interview questions to win Embedkari courses


Embedded Interview Questions - Jan 2022

1 / 14

What is your EmailID?

2 / 14

If you are looking for Job,  How many years of experience you have ?

3 / 14

putchar(c) function/macro always outputs character c to the:

4 / 14

The value of EOF is

5 / 14

Which among the following is odd one out?

6 / 14

If the size of char is 32 bits what would sizeof(char) return?

7 / 14

What is the output of the following code?#include
using namespace std;
int main()
{
float f1 = 0.6;
double f2 = 0.6;
if (f1 == 0.6f)
cout << "equal"; else cout << "not equal"; return 0; }

8 / 14

Which of these expressions will isolate the rightmost set bit?

9 / 14

Bluetooth BR/EDR establishes a relatively short-range, continuous wireless connection.

10 / 14

z-wave

11 / 14

GAP and GATT terminology used in

12 / 14

L1 , L2 and L3 caches are build on top of each other.

13 / 14

STM32 Nucleo-64 board comes with

14 / 14

In the following , The pthread_join() function waits for the thread specified by thread to terminate. If that thread has already terminated, then pthread_join() returns immediately.

int pthread_join(pthread_t thread, void **retval);

Your score is

How to get answers ?

You can submit any interview question which you couldn’t answer or you feel unique. We will send answer to this quiz and randomly select the contributors for FREE Embedkari course. Course value will depend on the contribution.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.