Basic interview questions on c++ Too mane behavioural questions
C Software Engineer Interview Questions
3,496 c software engineer interview questions shared by candidates
Typical leetcode medium and one hard question
Question around references and pointer, difference between them, use of temp variable
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
About java what is finally final and finalise keyword
What is a cross join in SQL?
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)
REST Api application to manage rental bookings
What is the difference between ArrayList and Linkedlsit?
Discussed regarding ASP.NET MVC and Windows applications experience
Viewing 2241 - 2250 interview questions