I sent them my code test, but I refused to give them my grade sheet, I think this request belittles my experience as a developer
C Interview Questions
5,479 c interview questions shared by candidates
difference between queue and list
General questions like interests, plans etc.
Different stuff about .NET platform regarding to performance. Some algorithms and data structures, nothing difficult.
Tell me about a challenge you faced and how you overcame it
One thing i do not like about my studies right now
All question were ok, few technical questions
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 4131 - 4140 interview questions