Embedded Software Developer TestBy Sanjay Adhikari / February 9, 2022 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? Check 2 / 26 In C++ what kind of type checking is allowed? Static Dynamic Both A and B None 3 / 26 Which of the following is incorrect about C++? Members of a class are public by default a structure can have member functions a class cannot have private members none of the above 4 / 26 Which is a member which is declared in another enclosing class? friend class both 1 and 3 Nested class none 5 / 26 How many times is hello printed?int main(){ int i=0; lbl: cout<<"hello"; i++; if(i<5) { goto lbl; }return 0;} 4 times Compiler error 5 times 6 times 6 / 26 Why is C++ only partial object oriented? availability of friend class concept of global variable the main function is outside the class all of the above 7 / 26 How to read only single character in C++? Read ch() Getline vh() get(ch) scanf 8 / 26 Which of the following features must be supported to become a pure OOP language? Encapsulation Inheritance Polymorphism none 9 / 26 Which of the following is the correct way to write an identifier? $en_name EN_123 enname@ none 10 / 26 A friend class in C++ can access which of the following members? Private Public Both A and B None 11 / 26 If you are looking for Job, How many years of experience you have ? Fresher Less than 5 yrs Above 5 years Not looking for Job 12 / 26 cpuinfo is linux command Device tree Node U-boot command None 13 / 26 bdinfo is linux command Device tree Node U-boot command None 14 / 26 U-boot is a Micro OS Baremetal Program RTOS None 15 / 26 A process can be suspended by SIGKILL SIGSTP SIGSUSP None 16 / 26 Goals of operating system Make work easier Efficiency Both of these None of these 17 / 26 If unused memory between segments is too small to acquire/serve a new process, it is called None External Fragmentation Internal Fragmentation Intermediate Fragmentation 18 / 26 SDHC stands for Serial Digital High Capacity Secure Digital High Capacity Secure Data High Capacity 19 / 26 L1 , L2 and L3 caches are build on top of each other. True False 20 / 26 A subset of the USB .................can be used to emulate a serial port providing a virtual COM port UART interface CMC CDC UCC None 21 / 26 Select the odd one among following : ELF Device Tree Motorola S record Intel Hex 22 / 26 What is the output of this program?#include #define n 15;int main(){ printf("%d",n); return 0;} 15 16 garbage value compilation error 23 / 26 What is true about conditional compilation? It is used to declare and define optoinally execute part of code simplify complexity of code none 24 / 26 What is the output of this program?#include int main(){ printf("%d",15); return 0;} 15 garbage value Compilation error 25 / 26 What is preprocessor director to add header file to existing C program? #add #in $add #include 26 / 26 Which preprocessor directive can be used for already defined function? macro conditionally compiled header file none Your score is Go backYour message has been sent Name(required) Warning Email(required) Warning How many marks you got ? Warning If you are looking for job, How many years of experience you have? Warning Do you want to contribute by any interesting Question ? Warning Warning. SendSubmitting form Δ Related