It was my first time in automotive position. however, I would like to say I won't accept if they sent me an offer. They asked me how to deal with direct client. I think they need a technical support not a software developer. my suggestion don't go through this.
C Engineer Interview Questions
3,794 c engineer interview questions shared by candidates
What are virtual functions and when do we use them?
C++ inheritance; virtual functions; recognize undefined behavior in code snippet; r and l values
They asked fundementals about the object oriented programming and especially inheritance.
Arbitrary precision integer addition, system design around market data consumption.
difference between queue and list
Different stuff about .NET platform regarding to performance. Some algorithms and data structures, nothing difficult.
Array, dynamic programming based questions
1) https://www.hackerearth.com/practice/algorithms/searching/binary-search/practice-problems/algorithm/global-maximum/?utm_source=header&utm_medium=search&utm_campaign=he-search 2) Connected sum problem on Graphs: Given a number of nodes and a list of connected pairs, determine the weights of each isolated set of nodes assuming each node weights 1 unit. Then for each weight calculated, sum the ceiling of its square root and return the final sum. Eg: Graph_nodes = 10 Graph_from=[1,1,2,3,7] Graph_to=[2,3,4,5,8] like: 1>2, 1>3, 2>4, 2>5, 7>8, .. 6,9,10 are isolated
Explain differences between dynamic polymorphism and static polymorphism
Viewing 2831 - 2840 interview questions