Пікірлер
@jiyelaljaiswal7458
@jiyelaljaiswal7458 Күн бұрын
I will not select this candidate at fresher level. he is brain faded
@RahulJain0718
@RahulJain0718 18 күн бұрын
L2 means mangerial round?
@dineshsahu-by9ok
@dineshsahu-by9ok 21 күн бұрын
String is immutable because it's Prevents malicious changes in sensitive strings (e.g., URLs) and it's also Saves memory and ensures consistent references for String pool.
@kiwicleothebudgies2738
@kiwicleothebudgies2738 Ай бұрын
This thing is looking like vegetable market
@raj006
@raj006 Ай бұрын
How can a mock interview have real interview questions
@javainterviewbuddy567
@javainterviewbuddy567 Ай бұрын
Questions are shared by the candidates.
@yacharammahesh4302
@yacharammahesh4302 Ай бұрын
Is java developer comes under software developer
@javainterviewbuddy567
@javainterviewbuddy567 Ай бұрын
Its a same thing.
@iamkrishna9504
@iamkrishna9504 Ай бұрын
Please bro reply to our comments as well and clear our doubts
@prakashpangeni8153
@prakashpangeni8153 Ай бұрын
Interview was for how much experience Java developer ?
@javainterviewbuddy567
@javainterviewbuddy567 Ай бұрын
4.3 years
@kondalchinthala
@kondalchinthala 2 ай бұрын
Excellent bro....
@javainterviewbuddy567
@javainterviewbuddy567 Ай бұрын
Thank you
@yoganandbheema6851
@yoganandbheema6851 2 ай бұрын
Is this real interview question's or mock interview taken by yourself
@javainterviewbuddy567
@javainterviewbuddy567 Ай бұрын
I took mock interview with questions shared by my subscribers. You can also contribute and share the questions you faced in real interview recently.
@yaminidurgakurangi6925
@yaminidurgakurangi6925 2 ай бұрын
Can u please provide only selenium with java interview questions
@javainterviewbuddy567
@javainterviewbuddy567 Ай бұрын
This channel is mainly focused on java.
@ravitejpotti
@ravitejpotti 2 ай бұрын
Using grouping by will be a better approach with identity.couting
@javainterviewbuddy567
@javainterviewbuddy567 Ай бұрын
nice
@shaiksabahath8061
@shaiksabahath8061 2 ай бұрын
For what experience?
@javainterviewbuddy567
@javainterviewbuddy567 Ай бұрын
correct
@ilearn1264
@ilearn1264 3 ай бұрын
Bro pls enhance your voice clarity or pitch things to maximize the chance of listening to your content
@javainterviewbuddy567
@javainterviewbuddy567 Ай бұрын
sure
@chandrashekarputtachandras5911
@chandrashekarputtachandras5911 3 ай бұрын
This is very helpful for me thank you so much 👍👍
@javainterviewbuddy567
@javainterviewbuddy567 Ай бұрын
Thank you
@Adithyaa-kc1ro
@Adithyaa-kc1ro 3 ай бұрын
How many rounds are their in KPMG
@huyennguyenvan8094
@huyennguyenvan8094 3 ай бұрын
I don't believe this candidate has 3 years of Experience
@huyennguyenvan8094
@huyennguyenvan8094 3 ай бұрын
I don't think this candidate has 3 years of experience
@megharana3760
@megharana3760 4 ай бұрын
Q-Remove Method : for(int i =0;i<n;i++){ if(indexNum <=n) { str.remove(indexNum); indexNum = indexNum + 1; } n--; }
@ashishsingh8222
@ashishsingh8222 4 ай бұрын
love it sir
@javainterviewbuddy567
@javainterviewbuddy567 Ай бұрын
Thank you
@priyankapatil667
@priyankapatil667 4 ай бұрын
how to use leecode for program practice
@javainterviewbuddy567
@javainterviewbuddy567 Ай бұрын
Its a good choice
@VIJAYMAMORIA-c8m
@VIJAYMAMORIA-c8m 4 ай бұрын
Its Majorly Java, HIbernate, Multithreading interview. Spring Boot questions are very less. Please change the title to Java interview.
@javainterviewbuddy567
@javainterviewbuddy567 Ай бұрын
It was the job description, these questions are shared by one of the subscriber friend.
@Vinay_Dubey11
@Vinay_Dubey11 4 ай бұрын
there is no default value for local variable in java
@javainterviewbuddy567
@javainterviewbuddy567 Ай бұрын
good.
@Vinay_Dubey11
@Vinay_Dubey11 4 ай бұрын
EASY WAY WE CAN DO THIS PROGRAM int[] arrayWithDuplicates = {1, 2, 2, 3, 4, 4, 5}; // Convert the array to a list and remove duplicates using Stream API List<Integer> listWithoutDuplicates = Arrays.stream(arrayWithDuplicates) .boxed() .distinct() .collect(Collectors.toList()); System.out.println(listWithoutDuplicates);
@harishsharma8399
@harishsharma8399 4 ай бұрын
Iss bande ko Java community se nikaal dena chhaiye😂😂
@Floodblog
@Floodblog 4 ай бұрын
Please Do for python developer
@javainterviewbuddy567
@javainterviewbuddy567 Ай бұрын
Its mostly same you just need to change few values here and there.
@sarannav365
@sarannav365 4 ай бұрын
He doesn't sound like 5+
@javainterviewbuddy567
@javainterviewbuddy567 Ай бұрын
Even I am surprised.
@techaditya9947
@techaditya9947 4 ай бұрын
15:00 CRUD Repository ❌ CURD Repository ✅
@javainterviewbuddy567
@javainterviewbuddy567 Ай бұрын
Thanks for correction
@priyakoli5572
@priyakoli5572 5 ай бұрын
it seems that this guy was using google
@javainterviewbuddy567
@javainterviewbuddy567 Ай бұрын
May be
@cvarun9221
@cvarun9221 5 ай бұрын
The interviewer is smart, fooled the candidate at so many places : 1. Is Throwable a class ? candidate with confidence - YES 2. Cloneable , so the candidate was fooled into saying its a functional interface but its a Marker Interface. 3. On asking how to use Comparator Comparable, the Candidate kept beating about the bush, could have straightway answered Collections.sort(employees) for comparable and Collections.sort(employees, (e1,e2) -> {return e1.salary - e2.salary;}) 4. Exception overriding in child class method is possible if there is inheritance in the exceptions being used. 5.
@AnkitRawat-bi1rj
@AnkitRawat-bi1rj 3 ай бұрын
For me also the question level did not seems for 5+ rather 2-3 YOE.
@javainterviewbuddy567
@javainterviewbuddy567 Ай бұрын
Its unfortunate, please check the latest videos
@ManishTiwari-or8zt
@ManishTiwari-or8zt 5 ай бұрын
StringBuilder b = new StringBuilder(); list.forEach(b::append);
@ManishTiwari-or8zt
@ManishTiwari-or8zt 5 ай бұрын
StringBuilder b = new StringBuilder(); list.forEach(b::append);
@ManishTiwari-or8zt
@ManishTiwari-or8zt 5 ай бұрын
String s = list.stream().map(e -> e.toString()).reduce("", String::concat);
@javainterviewbuddy567
@javainterviewbuddy567 Ай бұрын
you are right
@orurupaanews2262
@orurupaanews2262 5 ай бұрын
Could you please take interview in spring mvc and hibernate
@javainterviewbuddy567
@javainterviewbuddy567 Ай бұрын
How much experience you are having?
@raj006
@raj006 5 ай бұрын
Ctc offered?
@shaurabhsingh7144
@shaurabhsingh7144 6 ай бұрын
mast video bhai
@javainterviewbuddy567
@javainterviewbuddy567 Ай бұрын
Dhanyawad
@surendravelpula968
@surendravelpula968 6 ай бұрын
Worst video....
@javainterviewbuddy567
@javainterviewbuddy567 Ай бұрын
Sorry to hear that
@RohitBagdi-bv5no
@RohitBagdi-bv5no 6 ай бұрын
For the last question you need to make use of volatile keyword because only in case of volatile variables data is flushed from cpu register to the main memory if you use any normal varaible it is not gauranteed and the data is obtained from cache which may have old data
@javainterviewbuddy567
@javainterviewbuddy567 Ай бұрын
Thanks for the input
@nityanand9194
@nityanand9194 6 ай бұрын
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
@MyReader-book
@MyReader-book 2 ай бұрын
Correct
@javainterviewbuddy567
@javainterviewbuddy567 Ай бұрын
correct
@kirankumarkondapally237
@kirankumarkondapally237 6 ай бұрын
sorry to ask one question , in each and every challenge option you mentioned some training and some help without that we are unable to completed the challenges Is this correct challenge answer?
@javainterviewbuddy567
@javainterviewbuddy567 Ай бұрын
You can add few more points according to your experience
@ayyappagandikota861
@ayyappagandikota861 6 ай бұрын
Are these real interviews or mocks just for understanding??
@javainterviewbuddy567
@javainterviewbuddy567 Ай бұрын
real questions
@SaiKrishna-xx5de
@SaiKrishna-xx5de 6 ай бұрын
We can't expect this much of basics for 2years experience
@javainterviewbuddy567
@javainterviewbuddy567 Ай бұрын
its according to the answers of the candidate
@punyabikash3624
@punyabikash3624 6 ай бұрын
Questions are easy but your answer is not satisfactory to be honest...
@javainterviewbuddy567
@javainterviewbuddy567 Ай бұрын
sorry to hear that, please check other videos
@utopianguy
@utopianguy 7 ай бұрын
PUT does not create an object if unavailable. It depends on your implementation
@javainterviewbuddy567
@javainterviewbuddy567 Ай бұрын
thanks for the input
@utsavkunal5221
@utsavkunal5221 7 ай бұрын
I can bet he is cheating/have someone on his side saying him answer, he is able to tell what is lambda function but he doesn’t know it is used in Stream APIs while writing programs.
@javainterviewbuddy567
@javainterviewbuddy567 Ай бұрын
Maybe
@RajeshKumar-zn1pn
@RajeshKumar-zn1pn 7 ай бұрын
static methods call with Class name therefore class A method1() will call
@javainterviewbuddy567
@javainterviewbuddy567 Ай бұрын
Thanks for the input
@ramanayyadharmana8407
@ramanayyadharmana8407 7 ай бұрын
Is this 1st technical round or 2nd ?? means coding interview?
@directionstothepositiv2697
@directionstothepositiv2697 7 ай бұрын
We can not force to garbage collector but we can suggest it by using gc method
@9675A
@9675A 7 ай бұрын
Stop putting mock interviews and wasting viewers time 👎👎
@javainterviewbuddy567
@javainterviewbuddy567 Ай бұрын
Its better than some timewasting video, at least you will learn something
@tushar8717
@tushar8717 7 ай бұрын
you are life saver. Thanks great job
@javainterviewbuddy567
@javainterviewbuddy567 Ай бұрын
Thanks buddy