Java Microservice interview experience with Morgan Stanley | 6 years

  Рет қаралды 69,334

AG Tech

AG Tech

Күн бұрын

Java Microservice interview experience Morgan Stanley | 6 years
This video contains Java Microservice interview experience Morgan Stanley | 6 years
For mock interviews join the telegram channel:-
t.me/mockinter...
Java complete Reference book
amzn.to/36A2jT3
Kindly subscribe channel for all updates and Learn how to pass your Java Developer interview
Core Java 2+ Interview Questions:- • java developer intervi...
Hexaware Java Interview:- • Hexaware Java Intervie...
Cognizant Java Interview:- • Cognizant java intervi...
Tech Mahindra Java Interview:- • Tech Mahindra 5+ years...
Accenture Java Interview:- • Accenture Core Java In...
Mphasis Interview :- • Mphasis interview ques...
Amdocs Metrops software test:- • Video
Birlasoft Interview:- • Realtime interview que...
HCL Interview Questions:- • HCL Java developer int...
Yash teachnology Interview:- • Solution architect int...
IBM Java developer hacker rank test:- • Video
Wipro Java developer Interview :- • Wipro Java Developer I...
Capgemini Java developer Interview :- • Capgemini Java Develop...
Apache Wicket Interview Questions:- • Apache Wicket Intervie...
City Bank Codility Test:- • Video

Пікірлер: 61
@hirenbhavsar4485
@hirenbhavsar4485 2 жыл бұрын
why these long answers for small questions? 😃 would praise the interviewer for his listening skill n patience .
@digvijay1228
@digvijay1228 Жыл бұрын
That's a trick to consume as much time as possible, so to avoid further difficult questions which may impact the whole interview.
@itsnarahari
@itsnarahari 6 ай бұрын
😂​@@digvijay1228
@dhirajchandra8120
@dhirajchandra8120 2 жыл бұрын
Interviewer is very great, He is proving the weakness of candidates in very polite way. Set of question is brilliant, it's not like general market question like what is difference between overloading and overriding.
@gopalakrishnachitta8262
@gopalakrishnachitta8262 3 жыл бұрын
my observation there is no sync of question and answers
@sreekanthjanapati409
@sreekanthjanapati409 2 жыл бұрын
I also feel same
@SriHariChukka1210
@SriHariChukka1210 2 жыл бұрын
😂
@20M_Target_1.0
@20M_Target_1.0 2 жыл бұрын
Print 1,A,2,B You have to use wait and notify within 2 threads
@powerisinsoul7061
@powerisinsoul7061 Жыл бұрын
How to Prepare for Multithreading, and Microservices as I have not apportunity to work on it. And I want to go it that segment
@Nirbhaykumar-jo1xv
@Nirbhaykumar-jo1xv Жыл бұрын
Correct
@SuperMohit28
@SuperMohit28 4 ай бұрын
# This is not that efficient we can improve this but it works for context switching package com.mohit.multithreading; public class NumberAphabet { public static void main(String[] args) { ThreadWorkAlphabetNumber numberThread= new ThreadWorkAlphabetNumber("num"); ThreadWorkAlphabetNumber alhaThread = new ThreadWorkAlphabetNumber("alp"); Thread t1= new Thread(numberThread); Thread t2= new Thread(alhaThread); t1.start(); t2.start(); } } class ThreadWorkAlphabetNumber implements Runnable{ static Object lock=new Object(); static int counter=1; static int numVal=1; static int asciiVal=65; String resultType; public ThreadWorkAlphabetNumber(String resultType) { this.resultType=resultType; } @Override public void run() { while(counter
@Akshay-fz7ms
@Akshay-fz7ms 2 жыл бұрын
Spring has webflux for reactive programming ..interviewee is giving wrong reason for moving to vertx
@AkashVermaNITian
@AkashVermaNITian Жыл бұрын
sql Query for finding duplicates select empId, count(empId) group by empId where count(empId) > 1
@Pawan76457
@Pawan76457 Жыл бұрын
Where or having???
@rexsam3134
@rexsam3134 11 ай бұрын
@@Pawan76457 both work. Use explain plan to check which is more time consuming
@SuperMohit28
@SuperMohit28 4 ай бұрын
@@Pawan76457 having , something like this ::::: SELECT id,count(*) FROM students group by id having count(*) > 1;
@PramodKumar-kg3sd
@PramodKumar-kg3sd 3 жыл бұрын
That SQL question , u have to use count(emp) and group by emp in the query , with count having greater thn 1
@newFanOfUrz
@newFanOfUrz 2 жыл бұрын
a transcript of this entire thing would've been great
@sirfaapkagolu5915
@sirfaapkagolu5915 Жыл бұрын
Will provide you
@SiiitiiFreelancing-jl3ty
@SiiitiiFreelancing-jl3ty 6 ай бұрын
He asked you on JWT token validity and what did you answer?
@AxissehSammy
@AxissehSammy 11 ай бұрын
New features of 1.8 concurrenthashmap. Both don't know token expiration logic
@irfniks
@irfniks 3 жыл бұрын
Depending on request accept header we can return response in XML/json.
@rexsam3134
@rexsam3134 2 жыл бұрын
Produces and consumes with json too can be used
@murthyinutube
@murthyinutube Жыл бұрын
Answering any question like blah blah... without content won't help. No need to answer in hurry burry. Just explain your understanding of the concept.
@Pawan76457
@Pawan76457 Жыл бұрын
Where container came in concurrent hashmap??
@ArjunKumar-zu2kl
@ArjunKumar-zu2kl Жыл бұрын
That should be segment.
@saitejapln3191
@saitejapln3191 Жыл бұрын
I think it should be hash buckets.
@danzkol
@danzkol 5 ай бұрын
Bore kar diya dono ne
@dhananjaymundhada224
@dhananjaymundhada224 3 жыл бұрын
Great interview. Can you upload videos without the background buzzing noise please?
@sirfaapkagolu5915
@sirfaapkagolu5915 Жыл бұрын
Sure
@DeepakKumar-du3xt
@DeepakKumar-du3xt 2 жыл бұрын
What do you use to record the interviews?
@chaitanyabalanagu626
@chaitanyabalanagu626 Жыл бұрын
obs studio
@TheExamCentral
@TheExamCentral 11 ай бұрын
22:32
@rupamchowdhary4504
@rupamchowdhary4504 2 жыл бұрын
9pp
@sirfaapkagolu5915
@sirfaapkagolu5915 Жыл бұрын
PHK
@TheExamCentral
@TheExamCentral 11 ай бұрын
6:56
@madhusudansd3268
@madhusudansd3268 2 жыл бұрын
With all my experience and exposure so far, I could easily say that, the interviewee is far better than interviewer. The interviewer himself is lot confused about his questions... such as how do you check duplicate column(????) insertion or updation. Or in Endpoint question, he himself doesn't have clarity what is he asking. Such kind of interviews throw tantrums in interviewee's minds. So one need to lucky enough to get an able interviewer too...😊
@sirfaapkagolu5915
@sirfaapkagolu5915 Жыл бұрын
Ok will check with him
@pankajupreti8967
@pankajupreti8967 Жыл бұрын
no dude the question is valid one has to use group by clause prety common qs for junior devs
@chaitanyabalanagu626
@chaitanyabalanagu626 Жыл бұрын
Yeah for ur understanding about this interview, u really need a lot of luck to get job in good companies.
@saunakdutta36
@saunakdutta36 3 жыл бұрын
How much years of experience this interview?
@harishgupta8351
@harishgupta8351 2 жыл бұрын
Do you provide mock interview service ? Please let me know
@rexsam3134
@rexsam3134 11 ай бұрын
This is a mock interview
@JangBahadur3028
@JangBahadur3028 2 жыл бұрын
He must have passed this technical interview level.
@sirfaapkagolu5915
@sirfaapkagolu5915 Жыл бұрын
But he didn't
@AxissehSammy
@AxissehSammy 11 ай бұрын
Not all answers are right
@priyankaprajapati3909
@priyankaprajapati3909 3 жыл бұрын
Selected ?
@jithendrareddym9149
@jithendrareddym9149 3 жыл бұрын
Select ayyara?
@shivanandBoss
@shivanandBoss 2 жыл бұрын
Yes
@yogesh970
@yogesh970 3 жыл бұрын
Was it allowed by your interviewer to record?
@Akshay-fz7ms
@Akshay-fz7ms 2 жыл бұрын
No company or interviewer will allow you to record.
@pratapjavasingh3239
@pratapjavasingh3239 3 жыл бұрын
Why in garbage collector dominant to the Hashamp but weak hashmap garbage collector not be dominated
@nagendersripada7798
@nagendersripada7798 3 жыл бұрын
If the object specified as key is have no reference, if it is associated with the hashmap map then it is not eligible for garbage colleciton. It will be eligible for garbage collector if the same object associated with the weak hashmap
@pratapjavasingh3239
@pratapjavasingh3239 3 жыл бұрын
@@nagendersripada7798 what is new things in ur comments Boss same things u also commenting my Question why this kind facilities sun people only provided by weak hashmap not hashmap
@pratapjavasingh3239
@pratapjavasingh3239 3 жыл бұрын
My Q why same type of weak hashmap feature not provided by in a Hashmap see the example in a Hashmap Garbage collector unable to destroy but in weak hashmap it will distroy the unreferenced object
@pratapjavasingh3239
@pratapjavasingh3239 3 жыл бұрын
Hashmap example class HashMapDemo { public static void main(String args[])throws Exception { HashMap m = new HashMap(); Demo d = new Demo(); // puts an entry into HashMap m.put(d," Hi "); System.out.println(m); d = null; // garbage collector is called System.gc(); //thread sleeps for 4 sec Thread.sleep(4000); System.out.println(m); } } class Demo { public String toString() { return "demo"; } // finalize method public void finalize() { System.out.println("Finalize method is called"); } } Output: {demo=Hi} {demo=Hi}
@pratapjavasingh3239
@pratapjavasingh3239 3 жыл бұрын
Weak hashmap class WeakHashMapDemo { public static void main(String args[])throws Exception { WeakHashMap m = new WeakHashMap(); Demo d = new Demo(); // puts an entry into WeakHashMap m.put(d," Hi "); System.out.println(m); d = null; // garbage collector is called System.gc(); // thread sleeps for 4 sec Thread.sleep(4000); . System.out.println(m); } } class Demo { public String toString() { return "demo"; } // finalize method public void finalize() { System.out.println("finalize method is called"); } } Output: {demo = Hi} finalize method is called { }
pumpkins #shorts
00:39
Mr DegrEE
Рет қаралды 55 МЛН
The selfish The Joker was taught a lesson by Officer Rabbit. #funny #supersiblings
00:12
iPhone or Chocolate??
00:16
Hungry FAM
Рет қаралды 46 МЛН
UBS java Interview Experience |Exp 8 years |Selected
48:24
AG Tech
Рет қаралды 39 М.
Cognizant | real time java interview series| Interview 15 | part 1
21:33
JAVA INTERVIEW BUDDY
Рет қаралды 66 М.
pumpkins #shorts
00:39
Mr DegrEE
Рет қаралды 55 МЛН