Тёмный
CloudTech
CloudTech
CloudTech
Подписаться
In this channel, we try to solve various java coding interview questions.

Our main goal is to share Java, Spring Boot, and Microservices knowledge with the audience.

We will continue to help our audience to prepare and crack the programming language interview.

Website:
www.cloudtechsolutions.in/

Goal is to reach 50k subscriber.

Please subscribe. 🙂

For Sponsorship & Business Enquiries: jobreadytrainings22@gmail.com

As an Amazon Associate I earn from qualifying purchases.
Capgemini Java Developer 3 Years | Selected
25:48
6 месяцев назад
Top 10 Mistakes Java Developers Make
7:45
7 месяцев назад
JAVA BACKEND TECHNOLOGIES TO LEARN IN 2024
4:05
7 месяцев назад
Java Interview Questions and Answers - Day 1
9:36
7 месяцев назад
Deploy Spring Boot Application To AWS
10:32
9 месяцев назад
Sort HashMap By Value Java8
6:17
9 месяцев назад
Amdocs Coding Interview Programs
14:07
9 месяцев назад
Capgemini Coding Interview Programs | Selected
11:41
9 месяцев назад
Top 35 Java MCQs Part 1 | Master the concepts
16:08
9 месяцев назад
Java Mock Interview 2 Years | Selected
11:21
9 месяцев назад
First Repeating Element Java | Selected
4:48
9 месяцев назад
Two sum Problem | Java Coding Interview
9:06
9 месяцев назад
Capgemini Java Interview Preparation Part1
8:17
10 месяцев назад
Capgemini Java Interview 3 Years Selected
13:20
10 месяцев назад
Microservices Concept Explained
10:13
10 месяцев назад
Find Sum of Squares of Even Number Java 8
7:11
10 месяцев назад
Top Java String Interview Questions
15:14
10 месяцев назад
Комментарии
@rohrakaran
@rohrakaran 3 часа назад
How to automate this?
@abcdabcd9845
@abcdabcd9845 15 часов назад
@056_harshitagarwal8
@056_harshitagarwal8 День назад
Is this a real interview form infosys for L1 level?? Or is it like a mock?
@cloudtech5260
@cloudtech5260 День назад
Mock interview with questions collected from students.
@kaligouthami5279
@kaligouthami5279 День назад
a
@AjayKumar-dn4gx
@AjayKumar-dn4gx 2 дня назад
1
@AjayKumar-dn4gx
@AjayKumar-dn4gx 2 дня назад
B
@AjayKumar-dn4gx
@AjayKumar-dn4gx 2 дня назад
B
@AjayKumar-dn4gx
@AjayKumar-dn4gx 2 дня назад
6
@AjayKumar-dn4gx
@AjayKumar-dn4gx 2 дня назад
B
@user-hx5lc3um8g
@user-hx5lc3um8g 2 дня назад
I saw lots of videos...but this is very short and nice...its really helpfull. Thanks sir
@Pavan-m8c
@Pavan-m8c 5 дней назад
rise exception
@Pavan-m8c
@Pavan-m8c 6 дней назад
1
@digamberchigare7362
@digamberchigare7362 6 дней назад
Can we use stream to solve second highest? List<Integer>numbers=Arrays.asList(10,5,20,15,25); int secondHighest=numbers.stream().sorted(Collectors.reverseOrder()).limit(2).skip(1).get()
@rohatgianu
@rohatgianu 7 дней назад
why did not you use filter first for age then map instead of if condition
@Ram-mr5qz
@Ram-mr5qz 10 дней назад
Very Simple and Clear
@prathmeshkakde3731
@prathmeshkakde3731 10 дней назад
Sliding window easy
@akshaykamble1788
@akshaykamble1788 12 дней назад
Bro microservices should be more specified interviewers will not be happy by this answers
@ezequielmartinez426
@ezequielmartinez426 14 дней назад
a shortcut! Thanks is great for practice!✍️
@techgyan6233
@techgyan6233 14 дней назад
Its look like Fresher interview Questions of Java And Spring Boot.
@junioralamu7438
@junioralamu7438 15 дней назад
Thanks man, this helped a lot
@abt8390
@abt8390 18 дней назад
4
@surendrareddyseelam9757
@surendrareddyseelam9757 24 дня назад
Sort both strings and check whether both are equal
@ganeshReddy-
@ganeshReddy- 26 дней назад
Bro hie plz reply
@tubemekala
@tubemekala 29 дней назад
set.add(ele) -> returns false for the repeated ele. if(!set.add(ele)) { syso("first repeated element" +ele)}
@mritunjoymahanta3533
@mritunjoymahanta3533 Месяц назад
13lpa with any variable?
@karthiksundaresan6396
@karthiksundaresan6396 Месяц назад
Awesome Video explains very well about singleton please do more videos on String interview questions as well
@43MaheshChowdary
@43MaheshChowdary Месяц назад
Option B
@slucky...
@slucky... Месяц назад
How can Fetch 2nd highest paid from each Department
@cloudtech5260
@cloudtech5260 Месяц назад
Will do the video for this 👍
@shubhamyadav-yg6ox
@shubhamyadav-yg6ox Месяц назад
They asked about services & he explained whole flow of microservice architecture then put 1-2 services name quitely & quickly . That was clever i think.
@abhishekshrivastava8514
@abhishekshrivastava8514 Месяц назад
Q.2 ABCD == CDAB ? public static void main(String[] args) { String str1 = "ABCDEF"; String str2 = "EFCDAB"; String str1New = str1+str1;//AACC AACC + ABCD ABCD int count = 0; for(int i=0,j=0;i<str1New.length();i++) { if(str1New.charAt(i) == str2.charAt(j)) { j++; if(str2.length()==j) { count++; System.out.println("Yes::"+count); break; } } } if(count==0) { System.out.println("NO::"+count); } } Note:: Without using any predefined method.
@rasheedahamadmd8846
@rasheedahamadmd8846 Месяц назад
Q 5) Output: Compilation Error: Required type boolean but provided int
@weekendvoyage
@weekendvoyage Месяц назад
after your technical interview, when you got confirmation that you have cleared the technical interview. Did your HR round happend next ?
@durgaprasadyemineni
@durgaprasadyemineni 24 дня назад
Any update
@lennindavila7361
@lennindavila7361 Месяц назад
whats meaning 18 LPA?
@parveensyed807
@parveensyed807 Месяц назад
Please do for 7yers experience in java
@parveensyed807
@parveensyed807 Месяц назад
Please do for 7 yers experience
@saradagakasepu8816
@saradagakasepu8816 Месяц назад
Excellent tutorial on Spring Boot CRUD operations! The explanations were clear and the Postman examples made it easy to follow along. Great job!
@mdasifsalim1197
@mdasifsalim1197 Месяц назад
is it real interview, why you are talking like you you ... I will surely reject
@ankitshukla5800
@ankitshukla5800 Месяц назад
No handson coding?
@aastha4708
@aastha4708 Месяц назад
Are there 2 rounds of interview for experience java developers rcently?
@umaranimudadla5140
@umaranimudadla5140 15 дней назад
Yes
@Arshad_Nawaz2526
@Arshad_Nawaz2526 Месяц назад
The difficulty level is not for 3 years experienced candidate
@user-vf7cb5ni4t
@user-vf7cb5ni4t Месяц назад
what do you mean bro, is that easy or difficult according to you?
@Arshad_Nawaz2526
@Arshad_Nawaz2526 Месяц назад
​@@user-vf7cb5ni4tit is not easy but not too difficult if someone has a good understanding of concepts they will easily give the answer and confidence matters ... Here the interviewee had confidence even he gave one incorrect answer i.e. StringBuffer is not thread safe.... But in actual StringBuffer is synchronised and thread safe but StringBuilder not
@ankitmanmode5126
@ankitmanmode5126 Месяц назад
Dog and animal example , confidently he is answering wrong
@suvamroy5358
@suvamroy5358 2 месяца назад
How to prepare and from where to prepare for the spring boot interview. I also have the same experience and I want to switch now
@nazninamin1418
@nazninamin1418 2 месяца назад
Is it a real interview??
@yashchawla3729
@yashchawla3729 2 месяца назад
I was thinking the same
@shashankshetk
@shashankshetk 2 месяца назад
StringBuilder is not thread safe, StringBuffer is thread safe
@noelsaldanha-gw2me
@noelsaldanha-gw2me 2 месяца назад
well explained, thanks a lot !
@RoopkishorPandeyji
@RoopkishorPandeyji 2 месяца назад
Thanks Cloud Tech I launched my first web service
@ContentIndiaWithPankaj
@ContentIndiaWithPankaj 2 месяца назад
We have logger also for monitoring the application
@shivarajhiremath5963
@shivarajhiremath5963 2 месяца назад
Here is the simplest way public class StringQuestion { public static void main(String[] args) { String str="Capgemini Coding Interview Questions Capgemini Coding Interview Questions"; String upper=str.substring(str.length()/2,str.length()).toUpperCase(); String lower=str.substring(0,str.length()/2).toLowerCase(); System.out.println("The final output is "+lower +" " +upper); } }
@manukarthikeya4560
@manukarthikeya4560 2 месяца назад
Is this code from gfg ??
@blooming_dreams5470
@blooming_dreams5470 2 месяца назад
Is this final round of interview? Or L1, L2,L3
@Is_it_true118
@Is_it_true118 Месяц назад
It's Mock
@blooming_dreams5470
@blooming_dreams5470 Месяц назад
@@Is_it_true118 OMG