How should I prepare for Morgan Stanley interview in java?

Asked by Last Modified  

Follow 1
Answer

Please enter your answer

If you're preparing for a Java developer interview in Morgan Stanley, then here are a few tips you can consider before you attend the interview: (1) Learn all the core topics of Java-like OOp's concepts, fundamental programs, JDK, JVM, JRE etc. (2) Have a good knowledge of Java libraries and collections. (3)...
read more
If you're preparing for a Java developer interview in Morgan Stanley, then here are a few tips you can consider before you attend the interview: (1) Learn all the core topics of Java-like OOp's concepts, fundamental programs, JDK, JVM, JRE etc. (2) Have a good knowledge of Java libraries and collections. (3) Basics of multithreading and concurrency (4) Knowledge about writing services in Java. (SOAP and Rest, its difference and applications) (5) Have a good understanding of how the code works, the debugging procedure, data structures and algorithms. (6) Brush through the concepts of databases and MySql and NoSQL topics. (7) Practice all kinds of programs from the internet and books. The beginner, intermediate and also the advance programs (8) Practice aptitude questions like quantitative and logical aptitude. Practice makes you perfect. In the written or the apti round, usually, candidates will not be able to complete the test in time. So, its always best to practice 1000 times just to make sure you complete the rounds in time. (9)Improve your communication. This can't be done one day or one week before the interview. You need to make it a habit to speak fluently and grammatically correct English in order to get it right on the big day. Whether it's an interview in Morgan or any big company, the interviewers are going to hire candidates that are confident and are able to stay optimistic in any kind of situation. It is essential to be confident during that as well All the best :) read less
Comments

Related Questions

Can u explain init() method is used in servlet for initialization then constructor also there for initializing variables.then what makes the difference between init() and default constructor in servlets?
Using init() only advisable than default constructor because we cannot initialize servlet using constructor because servlets are not directly instantiated by javacode, instead container create instance...
Anwar
What should I do after learning Java core?
After mastering Java core, consider expanding your skills by exploring more advanced Java topics such as: Object-Oriented Programming (OOP): Deepen your understanding of OOP principles and design patterns. Java...
Kumarnaik
0 0
5
1.What is Model Driven Interceptors is used for? 2.what is the purpose of using Action support??
Using ActionSupport class, we can implement Custom validation which validates at the server-side. We can write server side validation logic in validate() method.
Monisha
Can I build iPhone apps using Python?
Yes, you can use PyMob app where apps can be written purely in Python, and the compiler tool flow converts them in native source codes for various platforms. But there are some cons on using PyMob, the...
Sunil
0 0
5

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Java Interview Questions & Answers
Java Interview Questions have been designed especially to get you acquainted with the nature of questions you may encounter during your interview for the subject of Java Programming Language. As per my...

Java Achieve (JAR)
Java Archieve is a binary form to bundle a Java library which equivalent to zip file. It contains .class files, .properties, .jpeg, OR any supporting files to execute this library. For Example- junit.jar,...

1.3. Find the second largest element in an array.
public class Main { public static void main(String args) { int arr = {1, 3, 4, 6, 5}; int max = Integer.MIN_VALUE, secondMax = Integer.MIN_VALUE; for (int i = 0; i < arr.length; i++) { if (arr >...

1.1. Reverse an array in Java.
public class Main { public static void main(String args) { int arr = {1, 2, 3, 4, 5}; for (int i = 0; i < arr.length / 2; i++) { int temp = arr; arr = arr; arr = temp; } System.out.println(Arrays.toString(arr)); }}

Java: A Quick Overview
Not purely Object Oriented: It doesn't support multiple inheritence, it supports primitive data types and static members. Doesn’t support multiple inheritance: Reason is diamond problem i.e.,...

Recommended Articles

Java is the most commonly used popular programming language for the creation of web applications and platform today. Integrated Cloud Applications and Platform Services Oracle says, “Java developers worldwide has over 9 million and runs approximately 3 billion mobile phones”.  Right from its first implication as java 1.0...

Read full article >

In the domain of Information Technology, there is always a lot to learn and implement. However, some technologies have a relatively higher demand than the rest of the others. So here are some popular IT courses for the present and upcoming future: Cloud Computing Cloud Computing is a computing technique which is used...

Read full article >

Java is the most famous programming language till date. 20 years is a big time for any programming language to survive and gain strength. Java has been proved to be one of the most reliable programming languages for networked computers. source:techcentral.com Java was developed to pertain over the Internet. Over...

Read full article >

Before we start on the importance of learning JavaScript, let’s start with a short introduction on the topic. JavaScript is the most popular programming language in the world, precisely it is the language - for Computers, the Web, Servers, Smart Phone, Laptops, Mobiles, Tablets and more. And if you are a beginner or planning...

Read full article >

Looking for Java Training Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you