Interview Questions for Java Developer at Moglix, Noida
Overview:
I had a scheduled interview in Moglix, Noida on july, 2017. First of all they gave me a form to fill all my personal & professional details.There were three technical rounds. They were mostly focusing in Core Java.
The interview was good but they did not offer.
Interview Questions:
Round 1:
- Describe your self
- How much you rate your self in core java out of 10
- Give a real scenario to use interface and abstract class.
- How many types of Design Patterns, implement singleton design pattern
- How indexing works in Elastic Search
- How to defined structure in Elastic Search
- There is an array which has 1 to 10 unique numbers and one number is missing. Find the missing number in O(1) complexity.
- What is the difference between HashMap, HashTable & ConcurrentHashMap classes.
Round 2:
- When you will extends Thread class
- How many way to create Object of any class
- When will you use MongoDB inplace of MySql
- Implement singleton design pattern using enum
- Reverse singly LinkedList
- Why wait() and notify() methods into Object class rather then Thread class
- Describe your project structure
Round 3:
- Reverse a 2D array(column into row and row into column) without using another array.
Comments
Post a Comment