Embedded System Interview Preparation 1st Aug- (Embedded C, Data structure, RTOS, Resume …)

Course Contents  

Embedded Interview Preparation – 1st August 2021   (Recorded & Live Mix)

Note : Complete recorded video option is also available with 90 days access validity  

Embedded Interview Preparation

Learn C 

1st August-Sunday

10:00am – 11:30AM

Embedded Systems Interview Preparation

(Campus/Off-Campus placement)

Break 11:30AM – 12PM

12:00PM – 1:30PM

  • Embedded Scope – Long term Career Plan
  • Memory concepts –
    • Memory Layout
    • Register, Stack, Heap, Data Segment
    • linker script, map file

Break 1:30PM to 2:00PM

2:00PM to 3:00PM

  • Debugging techniques
  • Debugging with and without  Hardware -Live  Demo

3PM – 4PM

Generic Interview Tips , Resume Preparation

Break 4:00PM to 4:30PM

4:30PM – 5:30PM

Last Moment Tips for Interview

8:00PM to 9:30PM

Data Structure

Free Access:

  • Embedded Job Test – Multiple tests for practice  (Validity- 90 days)

How this training is going to help in my career ?

  • Increase possibility of getting Job
  • Planning for long term career in IoT, Robotics, Automotive, Industrial, Avionics , Embedded etc.

Feedback

Please check this link for feedback about the event.

How to register ? 

Fees :  Rs 1000    Purchase Process  

Add-ON Tutorial 

one can purchase the Linux Interview Preparation course along with this by paying Rs500 extra.

https://embedkari.com/2020/04/04/linux-interview-course-faq/

← Back

Thank you for your response. ✨

 

 

Try a Simple Quiz 

Please note that this is a mixed Quiz and not related to video shown above .

75

Test April 2021

1 / 17

What is your EmailID?

2 / 17

Which among the following is odd one out?

3 / 17

 Which among the following is odd one out?

4 / 17

What is the output of this C code? int main()
{
char chr;
chr = 128;
printf("%dn", chr);
return 0;
}

5 / 17

Comment on the output of this C code?

int main()
{
float f1 = 0.1;
if (f1 == 0.1)
printf("equaln");
else
printf("not equaln");
}

6 / 17

We can change the contents of following array

char myArr[] = "Fun Time" ;

7 / 17

What will be output of the following ?

#include <stdio.h>

void main()
{
int m,n;
m= 2,3,5;
n = (3,5,7);
printf("%d \r\n", m-n);

}

8 / 17

What should be output of the following ?

#include <stdio.h>
int main(void)
{
char a = 255;
char b = 127;
b = ~b;
a = a ^ b;
printf("\n%d, %d \r\n", a, b);
return 0;
}

9 / 17

Recursive functions are executed as

10 / 17

What break() does in C program ?

11 / 17

Which of the following are not palindrome ?

12 / 17

Which of the following is valid

13 / 17

How many number of Binary trees are possible with 4 nodes ?

14 / 17

Which of the following best represents a heap ?

15 / 17

Queue is a

16 / 17

What is standard C data type for byte ?

17 / 17

Which of the following is a User-defined data type?

Your score is

On Demand Training

In case you are looking live training in Hindi, Please write to embedkarihr@gmail.com

Leave a Reply

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

Scroll to Top

Discover more from

Subscribe now to keep reading and get access to the full archive.

Continue reading