Many questions not related to the actual position.
C Software Engineer Interview Questions
3,488 c software engineer interview questions shared by candidates
Questions related to C/C++ and some programs that we have to write output and to find error
For the first interview: similar questions to what other people wrote here with the addition of one new question: You are given a pseudo code for a paint program - the code creates buttons for the different shapes in the GUI and there is a function which is called when a button is pressed. This function draws the shape on the screen. You are asked to design the system/class structure in such a way that you are able to dynamically create the buttons (in a loop for instance) as well as adding support for new shapes with the addition of just one line of code (not including the code for drawing the shape) Second interview: You are given a system which is comprised of a DB table and XML Files. The system is built in such a way that for every record in the table there should be a corresponding XML file. Some of the fields in the record are present in the XML file, and there are some fields in the XML file which are not present in the DB. You are first tasked to explain how you would find the following 4 issues that may appear: 1) Missing XML: There are records which do not have a corresponding XML file 2) Orphaned XML: There are XML files which do not have a corresponding record in the table 3) Bad XML data: There are XML files with discrepancies with the DB (You do not know which is the good data and which is the bad data) 4) Corrupt XML data: There is an XML file which you cannot open The second question: Design an algorithm/work flow which will allow you to take the current state of the system and find out all the files/records with problems as stated above. Take into account that there are 10 million XML files and similar number of records The third question: Modify your algorithm to support fixing each problem encountered
- What is Unit testing? - How would you remove duplicate code
En su mayoría relacionadas más a C que c++ .
Find all 3 mistakes in the given source code.
Basics of C++, STL, Multithreading
difference between static variable and const variable
you have 3 presorted very large arrays. Find the first common element amongst them. No duplicates in each of the array.
tell me about your involvement in the SDLC
Viewing 771 - 780 interview questions