ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

120 results

Kurisu
A Simple but effective coding question exposes AI

Reviewing an interesting coding interview question from a former CTO's blog and why it's surprisingly effective at filtering out ...

5:33
A Simple but effective coding question exposes AI

815 views

2 weeks ago

CODING WITH VISHWA
🚀 How to Start LeetCode in 2026 | Beginner’s Roadmap to Crack Coding Interviews

Struggling to start LeetCode in 2026 as a beginner? This complete LeetCode roadmap will help you crack coding interviews step ...

6:24
🚀 How to Start LeetCode in 2026 | Beginner’s Roadmap to Crack Coding Interviews

328 views

3 weeks ago

Traidev Official
Crack Your SQL Interview: 20 Basic to Advance SQL Interview Questions Helps in Data Analyst 2026

Here are 20 SQL interview questions that companies actually ask—covering joins, subqueries, indexing, performance, and more.

1:04:22
Crack Your SQL Interview: 20 Basic to Advance SQL Interview Questions Helps in Data Analyst 2026

341 views

20 hours ago

Jon Gjengset
January 2026 Q&A

As has become tradition, it's time for another new year's Q&A! In the span of three hours, we got through 45 questions covering ...

2:48:37
January 2026 Q&A

17,720 views

3 weeks ago

TechPrep
Autocomplete System - System Design Interview Question (Google Search)

This is a solution to the classic Autocomplete System (Google Search) system design interview question. Links Full Write Up ...

19:31
Autocomplete System - System Design Interview Question (Google Search)

525 views

1 day ago

Coding with Minmer
How to solve AI-enabled interview rounds || THE PUZZLE #5

Watch Minh attempt AI-enabled coding rounds live! Timestamps: 00:00 Round #1 12:41 Round #2 18:56 Round #3 25:15 Round ...

37:57
How to solve AI-enabled interview rounds || THE PUZZLE #5

984 views

9 days ago

CODING WITH VISHWA
🔥 Why 90% Fail LeetCode 💻 (And What the Top 10% Do Differently 🚀)

... faang programming interview guide leetcode problems interview preparation faang interview maang interview coding interview ...

6:03
🔥 Why 90% Fail LeetCode 💻 (And What the Top 10% Do Differently 🚀)

71 views

12 days ago

RADHIKA'S CODE HUB
#python#coding#learning#education #programming#data#interviewprep#learnPython#computerscience#javaai

python#coding#learning#education #programming#data#interviewprep#learnPython#computerscience#javaai.

0:35
#python#coding#learning#education #programming#data#interviewprep#learnPython#computerscience#javaai

4 views

1 day ago

CODING WITH VISHWA
Two Pointer Pattern Made Easy 🚀 | Valid Palindrome ✅ (Logic + Code 💻)

This approach is widely used in LeetCode, coding interviews, and FAANG-level problems. We understand this technique using a ...

8:51
Two Pointer Pattern Made Easy 🚀 | Valid Palindrome ✅ (Logic + Code 💻)

66 views

3 weeks ago

Alex The Analyst
Communication in Data Roles | Soft Skills in Tech

... Course Here: https://bit.ly/48O581R Practice Technical Interview Questions: https://bit.ly/46pDqqL Coursera Courses: Google ...

15:45
Communication in Data Roles | Soft Skills in Tech

7,854 views

3 weeks ago

RADHIKA'S CODE HUB
The code prints pyramid #coding #programming #interviewprep#ai#learning#knowledge#javascript#htmlCss

code-- n = 5 alph = 65 for i in range(0, n): print(" " * (n-i), end=" ") for j in range(0, i+1): print(chr(alph), end=" ") alph += 1 print()

1:42
The code prints pyramid #coding #programming #interviewprep#ai#learning#knowledge#javascript#htmlCss

8 views

1 day ago

RADHIKA'S CODE HUB
👉hollow pyramid in python#coding #python #interviewprep#learnpython#iq#pythontutorial#programmingHub

code --------hollow Pyramid def hollow_pyramid(n): for i in range(1, n + 1): for j in range(1, 2 * n): if j == n - i + 1 or j == n + i - 1 or i ...

1:26
👉hollow pyramid in python#coding #python #interviewprep#learnpython#iq#pythontutorial#programmingHub

11 views

2 days ago

Uncensored
Edufya AI  | Upskill. Innovate. Grow with Edufya AI | Data Structures in Javascript | DSA Interview

... Code walkthrough with step-by-step explanation ✓ Example test cases demonstrated Whether preparing for coding interviews ...

3:34
Edufya AI | Upskill. Innovate. Grow with Edufya AI | Data Structures in Javascript | DSA Interview

73 views

2 weeks ago

Uncensored
The Future of AI in Education: Personalised Learning Redefined | Edufya | DSA Interview | Leetcode

... Code walkthrough with step-by-step explanation ✓ Example test cases demonstrated Whether preparing for coding interviews ...

4:18
The Future of AI in Education: Personalised Learning Redefined | Edufya | DSA Interview | Leetcode

46 views

3 days ago

CTO Bhaiya
Day 32/90 |⚡ Most Important Linked List Concept + 3 Popular LeetCode Questions | DSA Pattern #5

... Want clean, interview-ready logic Are following Babua DSA Patterns Course Are preparing for placements or coding interviews ...

58:28
Day 32/90 |⚡ Most Important Linked List Concept + 3 Popular LeetCode Questions | DSA Pattern #5

812 views

3 weeks ago

Uncensored
Container With Most Water #LeetCode #DSA #TwoPointers #CodingInterview #algorithms

... LeetCode Problem 11 Two Pointer Technique Array Interview Questions DSA Interview Questions Coding Interview Preparation ...

12:54
Container With Most Water #LeetCode #DSA #TwoPointers #CodingInterview #algorithms

63 views

Streamed 2 weeks ago

RADHIKA'S CODE HUB
R programming |Application of r programming #python #coding #knowledge#interviewprep#pythonTutorial
1:33
R programming |Application of r programming #python #coding #knowledge#interviewprep#pythonTutorial

4 views

1 day ago

World Economic Forum
Conversation with Alex Karp, CEO and Co-Founder, Palantir Technologies | WEF Annual Meeting 2026

A conversation with Alex Karp, CEO and Co-Founder of Palantir Technologies. Speakers: Alex Karp, Laurence D. Fink The 56th ...

35:11
Conversation with Alex Karp, CEO and Co-Founder, Palantir Technologies | WEF Annual Meeting 2026

30,449 views

7 days ago

RADHIKA'S CODE HUB
R Tutorial for beginners🔰#coding #programming #interviewprep #ai #java #javascript #computerscience

Why Use R? * Variables in R *Datatypes *Vectors *lists *Arrays *Operators *Data Set *R max(),min() *Plot function #coding ...

6:11
R Tutorial for beginners🔰#coding #programming #interviewprep #ai #java #javascript #computerscience

14 views

1 day ago

Chandan Kumar Yaduvanshi
SOLID Principles vs Design Patterns | Developers Confused? Explained in Hindi #viral #shortvideo

SOLID principles in Hindi SOLID vs Design Patterns Design Patterns in Hindi SOLID principles explanation Why SOLID principles ...

0:41
SOLID Principles vs Design Patterns | Developers Confused? Explained in Hindi #viral #shortvideo

2 views

4 weeks ago