Embedded Software Developer Test

Posted by

Please attempt the quiz and fill form given for jobs through Embedkari in India.

52

Invest in Career with Experienced mentors at Embedkari in both hardware and software


Embedded Software Developer Test

1 / 26

What is your EmailID?

2 / 26

In C++ what kind of type checking is allowed?

3 / 26

Which of the following is incorrect about C++?

4 / 26

Which is a member which is declared in another enclosing class?

5 / 26

How many times is hello printed?int main()
{
int i=0;
lbl:
cout<<"hello"; i++; if(i<5) { goto lbl; }return 0;}

6 / 26

Why is C++ only partial object oriented?

7 / 26

How to read only single character in C++?

8 / 26

Which of the following features must be supported to become a pure OOP language?

9 / 26

Which of the following is the correct way to write an identifier?

10 / 26

A friend class in C++ can access which of the following members?

11 / 26

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

12 / 26

cpuinfo is

13 / 26

bdinfo is

14 / 26

U-boot is a

15 / 26

A process can be suspended by

16 / 26

Goals of operating system

17 / 26

If unused memory between segments is too small to acquire/serve a new process, it is called

18 / 26

SDHC stands for

19 / 26

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

20 / 26

A subset of the USB  .................can be used to emulate a serial port providing a virtual COM port UART interface

21 / 26

Select the odd one among following :

22 / 26

What is the output of this program?

#include
#define n 15;
int main()
{
printf("%d",n);
return 0;
}

23 / 26

What is true about conditional compilation?

24 / 26

What is the output of this program?

#include
int main()
{
printf("%d",15);
return 0;
}

25 / 26

What is preprocessor director to add header file to existing C program?

26 / 26

Which preprocessor directive can be used for already defined function?

Your score is

Leave a Reply

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