Embedded System Test

Posted by

/

230

Embedkari Embedded developer kit is prepared as per requirement of Semiconductor companies .Read all  Testimonials at http://www.embedkari.com


Embedded System Test

Make sure you provide correct emailID so that we can contact good performers.

1 / 34

What is your EmailID?

2 / 34

In any SoC, SRAM can be used

3 / 34

What will be the output in above case ?

Question Image

4 / 34

What will be the output in above case ?

Question Image

5 / 34

What will be the output of above question ?

Question Image

6 / 34

How many errors following question has as per MISRA C ?

7 / 34

Byte ordering is applicable to

8 / 34

Network byte order is

9 / 34

One Liitle Endian host can communicate with Big Endian host because of :

10 / 34

Which one of the following is not a protocol ?

11 / 34

If MCU based board is not booting , the issue can be due to

12 / 34

ECN may be due to

13 / 34

Embedded Linux based system may contain :

14 / 34

Page in and Page out of OS are related to :

15 / 34

Which of the following functions can provide more precise delay ?

16 / 34

Which of the following is not  related to Memory Management ?

17 / 34

bdinfo is

18 / 34

A process can be suspended by

19 / 34

Can we use a 4 byte long register storage specifier for storing string "AB" ?

20 / 34

How a register  variable (register int x)  life time can be increased to program scope ?

21 / 34

Recursive functions are executed as

22 / 34

What will be output of following ?

#include <stdio.h>

void main()
{
int i =0;
if (i==0)
{
i= ( (7, (i=6)), i=5);
printf("%d \r\n",i);
}

else  printf("Nothing \r\n");

}

23 / 34

Commands in C that can be used to control how we loop?

24 / 34

Which of the following is/ are an example of iteration in C?

25 / 34

In which domain you worked for at least 1 year ?

26 / 34

Where you did Embedded training ?

27 / 34

What will be printed in last printf message  ?

Question Image

28 / 34

One can put breakpoint in :

29 / 34

One can halt cpu execution based on a particular data status using :

30 / 34

Number of breakpoints in any MCU depends on :

31 / 34

Any feedback or interesting Interview Question you came during your interview ?

32 / 34

In case of a code hang, which action you will prefer ?

33 / 34

Watchdog provision to reset any MCU can be :

34 / 34

What will be the output of above program ?

Question Image

Your score is

Leave a Reply

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