Inheritance constructors oops concepts and previous project details
C Software Developer Interview Questions
3,502 c software developer interview questions shared by candidates
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.
General object oriented programming questions, such as as “what’s encapsulation, function overloading”. Some questions pertaining to C, such as “what’s the difference between structs and unions”, “where does execution start in a C program”. Then finally some basic Linux command line questions, “how to create files”, “how to check system resources”, “difference between grep and egrep”. If you use Linux and know C/C++ you will cruise through the first 2 rounds.
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)
What is a cross join in SQL?
REST Api application to manage rental bookings
About java what is finally final and finalise keyword
Viewing 2281 - 2290 interview questions