ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

4,291 results

Java Techies
Guaranteed you don't know all answers | Microservices interview questions

Java interview question and answers Microservices Interview questions Spring boot interview questions java interview questions ...

4:06
Guaranteed you don't know all answers | Microservices interview questions

8,256 views

2 years ago

Java Techie
Interview Q&A Weekend Series #3 🚀 |  Tricky Use Case Exception Handling in Inheritance @Javatechie

javatechie #microservice #springboot #java #qa In this video, we'll explore tricky real-world use cases of Exception Handling ...

12:10
Interview Q&A Weekend Series #3 🚀 | Tricky Use Case Exception Handling in Inheritance @Javatechie

8,280 views

7 months ago

Java Techie
Interview Q&A | Hibernate N+1 Problem & Fix - The Bug You Didn’t Know You Had @Javatechie

JavaTechie #microservice #springboot In this video we'll break down what exactly this N+1 problem is and how we can solve ...

14:31
Interview Q&A | Hibernate N+1 Problem & Fix - The Bug You Didn’t Know You Had @Javatechie

19,569 views

8 months ago

Java Techies
Tech Mahindra |  Techm java interview questions and answers | Microservices interview questions

Nagarro java interview question and answers Microservices Interview questions Spring boot interview questions java interview ...

11:00
Tech Mahindra | Techm java interview questions and answers | Microservices interview questions

44,538 views

3 years ago

Java Techie
Microservice Communication Made Easy ! Feign Client in Spring Boot 🔥 @Javatechie

JavaTechie #microservice #springboot #Synchronous In this video, we'll explore how to implement clean and efficient ...

17:17
Microservice Communication Made Easy ! Feign Client in Spring Boot 🔥 @Javatechie

23,956 views

5 months ago

Java Techie
Interview Q&A Weekend Series #2 🚀 | Lambda Confused? Comparable & Comparator @Javatechie

javatechie #microservice #springboot #qa Ever wondered why Comparable isn't a functional interface even though it has just ...

12:48
Interview Q&A Weekend Series #2 🚀 | Lambda Confused? Comparable & Comparator @Javatechie

7,204 views

7 months ago

Java Techie
Interview Q&A Weekend Series #1 🚀 | Abstract vs Default Method Conflict Explained @Javatechie

JavaTechie #microservice #springboot #QA In this video, we will understand conflict between abstract and default method in ...

11:04
Interview Q&A Weekend Series #1 🚀 | Abstract vs Default Method Conflict Explained @Javatechie

9,002 views

7 months ago

Code Decode
90% Java Developers FAIL These 3 Microservices Interview Questions | Top 3 Questions | Code Decode

In this video of code decode we have covered top 3 micro services interview questions where 90 percent developer fails to ...

18:35
90% Java Developers FAIL These 3 Microservices Interview Questions | Top 3 Questions | Code Decode

44,540 views

5 months ago

5 Minutes Tech
Microservices Explained in 5 Minutes

What are Microservices? Microservices are a popular architectural pardigm used to build decoupled, maintainable, evolvable and ...

5:17
Microservices Explained in 5 Minutes

1,002,141 views

2 years ago

Java Techie
What is MicroService | MicroService Architecture | Java Techie

This video explain you What is Microservice and its architecture with real time example - Java Techie #JavaTechie #SpringBoot ...

19:20
What is MicroService | MicroService Architecture | Java Techie

78,010 views

6 years ago

Java Techie
Spring Boot | Spring Data Redis as Cache | @Cacheable | @CacheEvict | @CachePut | JavaTechie

This tutorial will guide you how to use Spring Data Redis as a cache to improve application performance #javatechie #Redis ...

14:15
Spring Boot | Spring Data Redis as Cache | @Cacheable | @CacheEvict | @CachePut | JavaTechie

189,650 views

5 years ago

Java Techie
🔥 Java Interview TRAP! 🚀 Loop vs Stream vs Parallel Stream 🤯 Who Wins? (Shocking Results)

Are you falling into the Java Interview TRAP? In this video, we put For-Loop, Stream, and Parallel Stream head-to-head to ...

15:43
🔥 Java Interview TRAP! 🚀 Loop vs Stream vs Parallel Stream 🤯 Who Wins? (Shocking Results)

10,669 views

3 months ago

Java Techie
🔥 Kafka Streams for Beginners | What & Why Kafka Streams Explained @Javatechie

JavaTechie #Kafka #Stream #Java In this video, we're kicking off a beginner-friendly series on Kafka Streams — the powerful ...

10:39
🔥 Kafka Streams for Beginners | What & Why Kafka Streams Explained @Javatechie

10,529 views

1 month ago

Java Techie
Microservices Architecture Patterns | SAGA Choreography Explained & Project Creation | JavaTechie

In this tutorial we will discuss what is saga choregraphy design patter and its internal work flow with a small usecase also we will ...

18:18
Microservices Architecture Patterns | SAGA Choreography Explained & Project Creation | JavaTechie

243,526 views

4 years ago

Java Techie
Java 8 Q&A | 🔥 Asked in Myntra | Find Nth Highest Salary Using Java Streams API | JavaTechie

In this tutorial I will simplify one tricky java 8 programming question i.e Write a programme to find Nth Highest salary code in java ...

18:45
Java 8 Q&A | 🔥 Asked in Myntra | Find Nth Highest Salary Using Java Streams API | JavaTechie

65,108 views

2 years ago

Java Techies
M3BI realtime java interview questions and answers | Microservices interview questions

Microservices Interview questions Spring boot interview questions java interview questions ...

15:27
M3BI realtime java interview questions and answers | Microservices interview questions

2,437 views

4 years ago

Skilr Learning
Microservices Interview Questions & Answers | Master Microservices in 2025 Scenario-Based Questions!

... interview questions for experienced microservices interview questions c# microservices interview questions java techie ...

4:56
Microservices Interview Questions & Answers | Master Microservices in 2025 Scenario-Based Questions!

43 views

4 months ago

Java Techie
Kafka Pro Tips | Mastering Message Routing with Specific Partitions | @Javatechie

JavaTechie #SpringBoot #Kafka In this video, you'll learn: ✓ Default kafka partition message distribution ✓ How to send ...

17:04
Kafka Pro Tips | Mastering Message Routing with Specific Partitions | @Javatechie

29,326 views

2 years ago

Daily Code Buffer
ConcurrentHashmap in Java and its differences with Synchronized HashMap

In this video tutorial we will talk about enhancement in ConcurrentHashMap in Java Join this channel to get access to perks: ...

11:34
ConcurrentHashmap in Java and its differences with Synchronized HashMap

62,403 views

3 years ago

Java Techie
Java Multithreading Interview 🔥 | Producer–Consumer using wait/notify & BlockingQueue @Javatechie

JavaTechie #microservice #InterviewQA #Concurrency In this video, we break down one of the most frequently asked ...

18:32
Java Multithreading Interview 🔥 | Producer–Consumer using wait/notify & BlockingQueue @Javatechie

14,538 views

4 months ago