What is the superclass of cat and dog?
Engineer Software Interview Questions
512,479 engineer software interview questions shared by candidates
Asked me few technical questions on Java.
You are hosting a party with 1000 bottles of wine and 10 servants, however, one of the bottles has been poisoned. How do you determine, using the servants, which bottle of wine is poisoned?
The number of paths in a m x n grid to a given cell? (After looking it up I noticed the interviewer actually asked the question incorrectly). So, always ask for more details if things are unclear.
Given a string, print unique elements from the string(Order doesn't matter) Eg: Input: "abbbfjhuuyyd" output: ('a', 'b', 'f', 'j', 'h', 'u', 'y', 'd')
Technical stuff
Is multii level inheritance possible in java ? explain with example.
How can you keep a process's data safe from an external process overwriting it.
How to find K most frequently occurring elements.
Tell me about the internal structure of a software program that you were part of creating.
Viewing 2031 - 2040 interview questions