Questions in the personal interview were about my project, whether I am good at teamwork and independent work, whether I speak Russian
C Software Engineer Interview Questions
3,488 c software engineer interview questions shared by candidates
They use Codility test to say you they don't like your resume.
In written you get basic question like array string switch and program outputs total 15 question
Still haven't solved the assignment.
Q: C++ memory management against Python. Q: Why python is slow against C++? Q: C++ pointers Q: How to solve a linear system of equations? Q: Unit testing and its uses cases
Write about your self in at least in 1 page.
What does a logical XOR gate look like in terms of AND, OR, and/or NOT?
Circular link line and clint server program.
What is structure alighting in C++ and why this is important?
1.write code that remove spaces from string and split it by ',' to array in O(n) 2.why the destructor should be Virtual (ans : to clean all the memory we created by sub class) 3.design 2 options of undo function for drawing page (ans : 1. faster but use more space - save each time the whole screen 2. less space but slower - save each time the last metadata of ecah object) 4.some probelm about not having copy cunstructor (use the default one - cause problem sometime - not allocate memory as we tought and might crash). 5.Factory pattern design. change from many "if" to factory design. (ans : Factory design and each time just add to dictionary and dont need to cahnge code)
Viewing 761 - 770 interview questions