3.5 Years Experience || Real Wipro java spring boot Interview Questions
HTML-код
- Опубликовано: 2 ноя 2024
- In this video I am sharing interview questions and answers for Wipro which are shared by Subscriber.
Subscribe to my hindi channel : / @ashishji_jib
Join this channel to get access to perks:
/ @javainterviewbuddy567
Become platinum member!! to watch Part 2 of many videos.
Become platinum member!! for early access to these videos.
Become platinum member!! to watch videos of latest assessments for various companies.
Become platinum member!! to watch mock interview recordings.
Become platinum member!! to watch real interview recordings.
For Career guidance: topmate.io/jav...
For Interview prep & tips : topmate.io/jav...
For Mock Interview : topmate.io/jav...
For Quick Chat: topmate.io/jav...
unique questions and good to recollect the topics. thanks for this
My pleasure
Sir I have seen a candidate had total 2 years experience but his experience in java was just 5 months but still he cleared the interview so do you believe that it is possible and people who have least relevant experience can make some hope ?
Yes, they can get the real work exposure later.
StringBuilder b = new StringBuilder();
list.forEach(b::append);
2 nd program exception there is no any compile time or run time error. I have run this program and output come is "In m1 B".
am I wrong pls comment
Correct
correct
No it's absolutely wrong about unchecked exception overriding rule that you have told .... whether it's checked or unchecked.....if parent class is throwing any unchecked exception then it's subclass either cannot throw any exception....but if child class is throwing any exception then it must be either child class of parent unchecked exception ....or any new unchecked exception....so this code must give exception while running....
Love to hear that 😂
Ha ha
Good content
Ctc offered?
Its Majorly Java, HIbernate, Multithreading interview. Spring Boot questions are very less. Please change the title to Java interview.
It was the job description, these questions are shared by one of the subscriber friend.
What was the CTC offerd?
Not sure on that.
This candidate knowledge has too good but he should work on his English communication b'cause communication also impact on interview.
I believe his communication skill is actually good sometimes you don’t get the answer right away so you need a little thinking it’s not easy seen worse than this guy
Soft skills of developer are usually bad
I'm a north indian guy from MP, even do education in English medium from 8th but as of now I do not speak english very well and I have 4 years in IT
Can I give you mock interview?
Thank you
String s = list.stream().map(e -> e.toString()).reduce("", String::concat);
you are right
StringBuilder b = new StringBuilder();
list.forEach(b::append);