Mobily Java Interview Questions.
Experience Level - 3 Years.
4th Round Technical Face to Face (3rd day)
Once Onsite Guy was done Then again Technical Manager started.
Location - Bangalore.
Date - May 2018.
Date - May 2018.
1st Telephonic (HR Queries)
- Current Company?
- Payroll Company?
- Last working day in current company?
- Why Mobily?
- Current CTC?
- Expected CTC?
- Any Offer letter? Yes
- From which company?
- Package?
- Joining date?
- Last Hike percentage?
- Where are you from?
- Where are you staying?
- Have you worked on Java?, Spring?, JDBC?, Hibernate?
2nd Technical Round (Telephonic, Same Day)
- Tell me briefly about yourself.
- Difference between overloading and overriding?
- Main concept of oops.
- Java 7 features.
- Java 8 features, Lambda Expressions aware?
- Why main method is static?
- Can we override main method?
- Difference between path and classpath?
- What is static import?
- How to execute jar?
- Ways to create threads other than 2 ways?
- Concurrency package?
- What is java reflection api?
- How many ways are there to create object?
- Difference between interface and abstract class.
- try block without catch and finally block are possible or not?
- In try block a return statement is there, after try catch and finally is there, so after return of try what are the things to be executed?
- Difference between wait and notify?
- Explain wait with two threads accessing same code.
- What is synchronization?
- Types of drivers in JDBC?
- Difference between statement and prepared statement, callable statement?
- Difference between forward and send redirect?
- How to find 2nd highest salary in database query?
- Two tables A and B are there, I need matching data of A and B and whole data of B, How to use join in this case?
- Xml SAX and DOM parser difference.
- What do you know about unix?
- Why Mobily?
- How many types of class loaders are there?
- How are equals methods and hashcode working in case of collections.
- What is marker interface?
- What is singleton?
- What are design patterns?
- What is immutable class?
- How to create immutable class?
- Method overriding rules in context of throwing exceptions.
- Can outer class be static?
- Can you explain your last project?
- How are you getting work?
- Which SDLC you used in your project?
- When are you interacting with clients?
- You were involved in architecture also or just in development?
- Which collection you used in your project?
- My Requirement is to store the elements in sorted order, which collection we need to use?
- How to access the elements of collection?
- What is composition?
- What is difference between heap and stack?
3rd
Round
Interviewer was Interacting from Onsite.
I was sitting in Mobily Office Bangalore in presence of Technical Manager.
Project Round (3rd day)
- Where are you from?
- How are you getting your work?
- Which SDLC you are using?
- How are you solving your problem?
- How are you interacting with your client?
- Why are we using xml?
- What is difference between individual sql query and procedure?
- How are you testing and deploying your code?
- Java versions?
- Java 7 features?
- Java 8 features? Lambda Expressions?
- What is difference between jar and war? Briefly explain.
- How to send the jars to others?
- How to migrate your java 1.7 project to java 1.8?
- Does recompilation is required in this migration?
- In tomcat where are you storing your classes jars?
- The biggest challenge you faced and how did you resolve it?
- How to know the total number of clicks for a particular jsps by different users?
- Write the singleton class?
- Difference between singleton and factory pattern?
- Design pattern.
- How garbage collection works?
- Any algorithm?Sweep and mark .
- Did you use multithreading concept in your project?
- Are you aware about Priority Queue?
- Which collection you used in your project?
19. Self join
Id name mgrid
1 abc
2 bcd
1
3 cde
2
Required
Output should be like
Id name
mgrname
1 abc
2 bcd
abc
3 cde
bcd
20. Deadlock
Context
A->B B->A
A sync B sync
Need B Need A
How to
resolve this deadlock?
21. Explain
it?
String
str1=”abc”;
String str2=”abc”;
String
str3=new String(“sbc”);
Among these
three which will reside inside string constant pool and which will reside
inside heap?
5th Round Managerial (6th day)
- Tell me briefly about yourself?
- Which SDLC you used in your project? Agile Scrum?
- Briefly explain about your current project?
- How do you deliver your project release?
5. Any questions you have to ask?
Me - On which technology I am supposed to work
here?
Technical Manager - Core Java, JDBC, Database, IBM tools.
Asked to wait
for Technical Managerial Round.
6th Round - L3 Level Technical
Round.(6th day)
For Different Team.
For Different Team.
- Briefly Explain about your self.
- Explain the Current Project?
- How do you rate yourself in core java?8/10.
- What is interface?
- What is abstraction?
- What is polymorphism?
- What is overloading?
- What is overriding?
- Can we override static method? Debate on this.
- What is inheritance?
- How many types of inheritance?
- What is multiple inheritance?
- Interface1 m1 Interface m2 method, Class A implements I1 and In2 then does it need to override both of the methods m1 and m2?
- What is thread?
- How to create threads?
- How to count no of thread executing?
- How to create 15 thread, do we need to write 15 time Thread th1=new Thread(),Thread th2=new Thread(),……15 times ?Question of Thread pooling.
- What is exception?
- Types of Exception?
- What is Compile time exception and run time exception?
- What is difference between throw and throws?
- Are you aware about Database technology?Yes
- What is DDL and DML?
- What is Join?
- What is MVC framework?
- What is DAO ?
- What is your learning methodology i.e How do you learn the things?
- Assume as a manager I asked you to complete a task in perl within one day and I set the dead line for tomorrow?What will you do?
- How Immediately can you join to us?
- Why are you leaving previous company?
- Why Mobily?
7th HR Round (6th day).
- Any Negotiation Possible in Expected CTC?
Other Company's Interview Questions.
Comments
Post a Comment
Thank You for reading our post.
Your comment or feedback encourages us to improve the quality of content.
Don't forget to follow/subscribe to get the latest post.