Basic interview questions on c++ Too mane behavioural questions
C Interview Questions
5,485 c interview questions shared by candidates
Inheritance constructors oops concepts and previous project details
There was a written test which consisted of questions based on c specifically pointers and memory. There were 3 codes 2 were based on pointers and one on array after clearing this there was technical round. Technical round questions: Project based questions bt they ask various twisted questions soo pls be prepared with all kind of question. Microcontroller and microprosessor based wuestion they ask which microcontroller you are familier with and on the basis of that they ask. C programming questions rrlated to stack , volatile static , registers etc.
Tell me about a time that you had to deal with a difficult patient and how you handled the situation.
Tips: - test is performed on codingame website ( check it out before applying to get familiar ) - 20 questions in total of type what is the output of presented program and algorithm problem solving - get your favorite compiler / linker ready - big note here : you cant copy paste code in IDE / editor from codegame website - 17 questions where you have 3 minutes to copy code by hand into your IDE / editor from website, compile it and link it and then again manually write output of code to output text box - program lengths are 30 -60 lines in ranges - practice fast typing beforehand - 3 problems of algorithmic type , 20 minutes to solve using IDE on codingame website
She asked me about the work I have done
Technical phone interview consisted Questions on C++-related topics like inline, reference, etc, OS, STL
C program structure in Memory. Alignment, Disks and OOP concepts.
Was ist Dependency Injection und wofür wird es genutzt
First round: Hackerrank Test. Question: Given a string which contains only A and B, remove all the occurrences of AB and BB until the string doesn't contain any of these 2 substrings. Return the length of the original string after removing all the occurrences of the above substring. eg: "ABAABBA" answer: 1 2nd Round: One-on-One Interview(Online) Questions: What is a dangling pointer? In what scenario does a pointer become dangling? What was your role in your previous company? What features did you work on for the project in previous company? What were some mistakes you made and how did you correct them? 2 predict the output questions: int a=1; print("%d\n",(a++)*(++a)); char *p = 'a'; delete a; 2 coding questions: Print a singly linked list in reverse order(A:Recursion) How to detect a loop in a linked list(A: Hare and Tortoise Algo) (Avoid using extra space) What are some projects you did and explain the one you liked. After receiving the offer: HR Assesment: Cognitive Analysis and Psychological analysis test(30 mins non-proctored simple test)
Viewing 3551 - 3560 interview questions