As jp morgan is a financial service company .. it will give more importance to multi threading and executer service , spring security and transaction management
@harpreetvarma2 жыл бұрын
Static method synchronization & method synchronization are different. Static synchronization is synchronized using class literal. (My class.clasd) Synchronization on method is used using " this" . So both are different & multiple threads can use them simultaneously.
@phanimadhuri40873 жыл бұрын
Singleton design pattern is mandatory in JPMC interview.
@coolfreaks683 жыл бұрын
He he. They don't know much beyond singlton pattern. Singleton pattern sucks, and has no real industry usage. Most of the work is done through resource pools.
@successtrader1582 жыл бұрын
To check the if two objects are same we can use hashcode ...simple
@shankars42812 жыл бұрын
Two different objects can also have same hashcode. So, we have to compare using == operator.
@ghostneguz3 жыл бұрын
Just a small suggestion In all the interview videos I noticed that you are saying "basically" way too many times.. If you can work on it it would really help in creating a better communication thread
@dips28052 жыл бұрын
you can use hashcode method of Object class to verify the objects returned are same or not.
@JavaTechies2 жыл бұрын
Yes, this will work if we want to compare the entire object, but if we want to compare on the basis of an is, name or some parameter then we have to override it
@JavaTechies2 жыл бұрын
Thanks for your comment.
@SingerChakra Жыл бұрын
He asked if no hashcode method is overriden then how will hashmap behave.... Proper answer should be if hashcode is not overriden then it will take the by-default hascode of the object ... Thus no key will have same hashcode .. and index computation will be different for all keys ... Thus even though there are two same keys .. hashcode will vary and it will allow duplicate keys
@SingerChakra Жыл бұрын
And if equals method is not overriden then indexing will be proper and when two keys are same hashcode is also same but as there is no equals method ... Object wise comparision won't occur . It can include duplicate keys as well
@snehalparab832 жыл бұрын
Such a helpful video , Thank you very much ! Just One question - What did you ask the interviewer the end ? I mean if its final technical round , we can ask about the role and everything , But for first technical round, what should we generally ask ?
@JavaTechies2 жыл бұрын
Team culture, about project, role.
@sumitkumar-mj8gp Жыл бұрын
Great interviews..Just restrict yourself to less use of word basically. It might get annoying for the interviewer.
@JavaTechies Жыл бұрын
Yes, thanks you can see the improvement in latest ones
@kumarrajakotakonda13512 жыл бұрын
If we locked on block level then we can execute class levels simultaneously
@JavaTechies2 жыл бұрын
Correct
@kumars53303 жыл бұрын
@Primary is same as @Qualifier..when ambiguous happpens on bean selection, if any bean configured with @Primary will get injected..assume there is no @Qualifier configuration
@vishalsingh-dj6od3 жыл бұрын
You may refer this as well kzbin.info/www/bejne/faWmg3ulhJiGjLM
@gigsz2982 Жыл бұрын
One important tip - please don’t try to buy time and google questions in an interview… the interviewers are smart enough to know 😊 Thanks
@JavaTechies Жыл бұрын
Thanks
@sasikanthyenugula16612 жыл бұрын
you can verify the singleton by verifying the hashcode
@JavaTechies2 жыл бұрын
Ok, thanks
@shankars42812 жыл бұрын
How? Two different objects can also have same hashcode. We should do something like, assertTrue(o1==o2);
@sasikanthyenugula16612 жыл бұрын
@@shankars4281 wherever the object that you are having hashcode logic you need to mention equals as well as that is hashcode equals contract. If it's same you can verify the members with equals method
@SmilingAssassinGaming3 жыл бұрын
Good to have your husband/boyfriend at your side for quick hints, you got quick help regarding linkedhashset
@sergiojimenez34453 жыл бұрын
Yeah, that one looked a little bit suspicious haha. I think it was more like googling
@Aj-gy9hj2 жыл бұрын
How many questions should answer to get selected in any company from which you have posted
@JavaTechies2 жыл бұрын
70%
@JavaTechies2 жыл бұрын
Its an average, it depends on requirements, urgency and communication with interviewer
@Aj-gy9hj2 жыл бұрын
@@JavaTechies Thanks for the valuable information
@PraveenKumar-uj2ih2 жыл бұрын
What Design Patterns Should Learn The Best? If Anyone Knows Please Drop names here. it Will useful to others. Thank you In advance
@JavaTechies2 жыл бұрын
Only creational design patterns, and from microservices Saga and circuit breaker
@shivaraju84053 жыл бұрын
the explanation of .equals() and == is wrong. .equals() is used to compare the value only, whereas, == is used to compare the references only
@PraveenKumar-uj2ih2 жыл бұрын
== Operator Used For Check the Memory Address Either Same or Not . equals() Method Is Used For Content Comparison . If It's Both Same, prints true Otherwise False
@ashokkumarbiswal7142 жыл бұрын
No the default implementation of equals method which is present in object class compares the reference like the == operator does. But if you you will talk about the equals method which is present in String class , it compares the content.Because it is already overidden from object class to compare the content.
@abhijeetrathore70162 жыл бұрын
No offer, right ?
@JavaTechies2 жыл бұрын
Ya
@sanjeen2503 Жыл бұрын
how did you guess
@abhijeetrathore7016 Жыл бұрын
I also take such interviews
@sridevigrandhi51333 жыл бұрын
What was the time span given for you between each round?
@JavaTechies3 жыл бұрын
About a couple of days
@akshaysingh22943 жыл бұрын
Voice Is very low,please can you list down the Questions here so it would be a great help.
@rexsam31343 жыл бұрын
Listen at late night when there is no disturbance. I do for all videos after 12 am
@aparnasaineni88613 жыл бұрын
how many rounds of interview in JPMorgan.
@JavaEngProgram Жыл бұрын
Whats salary jpmc offer
@JavaTechies Жыл бұрын
Jpmc has fixed bands so for 5 years they give between 18 to 28
@tejachowdary3092 жыл бұрын
can you please let us know how to we prevent denial of service from happening ?
@JavaTechies2 жыл бұрын
Didn't get the question
@pankajkumar000012 ай бұрын
@@JavaTechies he is asking DoS attack
@djr47933 жыл бұрын
Can you post videos for other rounds too
@JavaTechies3 жыл бұрын
I have already shared all rounds of interviews that happened.
@djr47933 жыл бұрын
Ohk I will take a look.. Thanks
@nithinroyal593 жыл бұрын
Is this your manager round or technical round
@JavaTechies3 жыл бұрын
Technomanagerial
@kotiramamurthydavuluri18833 жыл бұрын
You have learned singleton from your past interview. Nice job. I think you lost it in collections.
@bandz45263 жыл бұрын
Have you cleared the round?
@JavaTechies3 жыл бұрын
No, I didn't get the offer
@jaiamesar19243 жыл бұрын
@@JavaTechies Any idea on why you didn't get the offer because your interview was good and you have given correct answers to all questions. 😅
@JavaTechies3 жыл бұрын
@@jaiamesar1924 not exactly but 1 reason is notice period
@vadluri_ravi3 жыл бұрын
@@JavaTechies How many days notice that you should serve in your company
@nithinroyal593 жыл бұрын
@@JavaTechies I have jp morgan manger round tomorrow. What they will ask in manger round generally.