Given a triangle, determine if its a scalene, equilateral, isosceles or neither... required knowledge of triangle properties, I learnt these properties about two decades ago so ofcourse I was fuzzy on the details, completely unexpected
Engineer Interview Questions
1,137,018 engineer interview questions shared by candidates
Find the nth element in a linked list in constant time and space.
What is a class?
SN curve and basics of som
Given a text file containing the text for Hamlet (/usr/share/file.txt), return the top 5 most frequent words with count.
Describe a situation where a problem arose and you overcame it.
Design a data structure where insertion, deletion, data access and get random element are all done in O(1), i.e., constant time. (Without using STL or Hash tables)
Difference between Thread and Process. Code for Reversing elements of array and sorting of an array elements. About project in detail OOP concepts like inheritance,polymorphism,abstraction,encapsulation Name the methods of "Object" class in Java. DBMS queries and normalization.
What is the most challenging thing you faced in a group project?
//input: [1,2,[3,4,[5,6],7,[8,[9]]],10] //output: [1,2,3,4,5,6,7,8,9,10]
Viewing 2101 - 2110 interview questions