The Codility Test was about taking an integer and determine how many different arrangements of the number are possible. So if given, 132, arrangements are 132, 123, 231, 213, 312, 321. So the function should return 6.
Entry Engineer Interview Questions
5,556 entry engineer interview questions shared by candidates
If you didn't have to worry about time efficiency at all, but need a space efficiency of O(1), how do you check if an array has duplicate numbers?
are you willing to relocate?
Valid Paranthesis, Direction based question
What was the most challenging technical feature or project you have worked on until now?
Describe the 4 OOP concepts, polymorphism, inheritance, abstraction, encapsulation? C++ vs Java, Javascript vs Java?
Would you like to work in Conway?
Explain inheritance
What is the difference between method overriding vs overloading
how to retrieve data from a table using sql
Viewing 21 - 30 interview questions