The first part of the interview was about the projects I worked in before. They were particularly interested in the methodologies that were used during the development of those projects.I was asked if I was familiar with the SDLC and developing in teams using version control software. They also asked if I knew about car diagnostic tools.
The second part of the Interview was about my knowledge of the c language, some of the questions asked were:
-Code a function that prints a "Fizz Buzz" game using all the integers from 1 to 100 with only the stdio library
-The size of pointer in memory.
-The size of an initialized struct.
-The difference between Structures, Unions, and Enumerated Types.