- 26
- 50 357
Sahil Batra
India
Приєднався 20 січ 2013
I am an average engineer like you trying to complete my dreams by working 9-6. My current company is Microsoft (SDE 2) which doesn’t mean whatever I say is 100 per cent correct. Through this channel I share my learnings related to Coding and Tech, which might help you crack your next interview of your DREAM COMPANY!!!!! Cheers 🍻
Subscribe this channel to make me less AVERAGE at-least on UA-cam.
Subscribe this channel to make me less AVERAGE at-least on UA-cam.
Microsoft Blr LAST DAY!! What went wrong ???
#microsoft #engineering #office #corporate #corporatelife #coding #google #softwareengineer
🎥 Office Fun Vlog 🎉
This video is purely for entertainment and gives a glimpse of some light-hearted moments at work. Please note that:
• It does not reveal any confidential or sensitive company information.
• It was made responsibly, ensuring no company policies or guidelines were violated.
• The sole purpose is to share fun moments, not to harm or misrepresent any individual or organization.
Enjoy the video and let me know your thoughts in the comments!
🎥 Office Fun Vlog 🎉
This video is purely for entertainment and gives a glimpse of some light-hearted moments at work. Please note that:
• It does not reveal any confidential or sensitive company information.
• It was made responsibly, ensuring no company policies or guidelines were violated.
• The sole purpose is to share fun moments, not to harm or misrepresent any individual or organization.
Enjoy the video and let me know your thoughts in the comments!
Переглядів: 3 210
Відео
Leetcode 1242: Multi-Threaded BFS | Web Crawler
Переглядів 21814 днів тому
Leetcode 1242 Web Crawler problem is solved using multi threaded bfs. 🔗 Connect with me: Instagram: sahilbatra.exe LinkedIn: www.linkedin.com/in/iamsahilbatraa Whatsapp: chat.whatsapp.com/BlKmzmm5T9wAOjW4gaP5LQ Topmate: topmate.io/sahil_batra1211/ #coding #concurrency #rubrik #java #dsa
Leetcode 1242: Multi-Threaded Web Crawler/DFS
Переглядів 28314 днів тому
This a famous interview problem and can be solved using multi threaded dfs or bfs. In this video we have solved using Multi-Threaded DFS. 🔗 Connect with me: Instagram: sahilbatra.exe LinkedIn: www.linkedin.com/in/iamsahilbatraa Whatsapp: chat.whatsapp.com/BlKmzmm5T9wAOjW4gaP5LQ Topmate: topmate.io/sahil_batra1211/ #coding #concurrency #rubrik #java #dsa
Bathroom/Republican Problem | Multi-Threading Rubrik
Переглядів 22314 днів тому
This is a famous problem asked in multi threading rounds. If you code in C this might be a perfect video to learn multi threading and solve bathroom problem. 🔗 Connect with me: Instagram: sahilbatra.exe LinkedIn: www.linkedin.com/in/iamsahilbatraa Whatsapp: chat.whatsapp.com/BlKmzmm5T9wAOjW4gaP5LQ Topmate: topmate.io/sahil_batra1211/ #coding #concurrency #rubrik #java #dsa
Dream11 75 lakh Offer !!!! SDE 2 Interview Experience.
Переглядів 3,3 тис.Місяць тому
Dream11 offers 75 lakhs per annum for SDE2 role. I recently interviewed at dream11 and have shared my interview experience in this video. If you have a recent interview this video will definitely help you!!! If you want to have direct discussion with me book an appointment on topmate: topmate.io/sahil_batra1211 #dream11 #interviewquestions #softwareengineer #coding #dsa #lld #database 🔗 Connect...
SDE to Product Manager Roadmap | Without MBA !!
Переглядів 5614 місяці тому
Gokul has recently cleared interviews of multiple companies in Product Management role and is currently working in Kearney as a PM. In this video he will share how was he able to switch from SDE to PM role and will share his roadmap. #productmanagement #softwareengineer #mba #careerswitch #coding 🔗 Connect with me: Instagram: sahilbatra.exe LinkedIn: linkedin.com/in/iamsahilbatra...
Did I get 70 lakh offer from CoinBase ?? SDE 2 Interview Experience
Переглядів 6 тис.4 місяці тому
CoinBase offers 72 lakh fro SDE2 role. I recently interviewed at coinbase and have shared my interview experience in this video. If you have a recent interview this video will definitely help you!!! #coinbase #interviewquestions #softwareengineer #coding #dsa 🔗 Connect with me: Instagram: sahilbatra.exe LinkedIn: linkedin.com/in/iamsahilbatraa WhatsApp: chat.whatsapp.com/BlKmzmm5...
Making 100 Children Smile On 500 Subscribers!!!!
Переглядів 3754 місяці тому
I celebrated 500 subscribers in an orphanage (Araya Kanya Gurukul) and it was an amazing experience !!!! #500subscribers #celebration #orphanages
Missed 83 Lakh Package !! Rubrik SDE2 Interview Experience
Переглядів 14 тис.5 місяців тому
In this video I have shared my interview experience of Rubrik. I have talked in detail about how you can prepare and what questions what were asked. #programming #interviewprocess #interviewexperiences #sde2 🔗 Connect with me: Instagram: sahilbatra.exe LinkedIn: linkedin.com/in/iamsahilbatraa
I found the Engineer behind World’s Biggest Outage!!
Переглядів 7055 місяців тому
Cybersecurity firm Crowdstrike pushed an update that caused millions of Windows computers to enter recovery mode, triggering the blue screen of death. Learn how the Crowdstrike crash happened and its impact around the world. #programming #cybersecurity #thecodereport #crowdstrike #windows #microsoft 🔗 Connect with me: Instagram: sahilbatra.exe LinkedIn: linkedin.com/in/iamsahilba...
Leetcode1115. Print FooBar Alternately in C++ | Multi-Threading Part 5
Переглядів 5425 місяців тому
I have solved this question using Mutex, Locks and Condition Variables. Please watch previous parts to learn more about all of the above. 🔗 Connect with me: Instagram: sahilbatra.exe LinkedIn: linkedin.com/in/iamsahilbatraa #coding #concurrency #rubrik #sde2 #coding #java
Condition Variables in C++ | Solving Producer Consumer Problem | Multi-Threading 4
Переглядів 2935 місяців тому
🔧 Condition Variables in C : Solving the Producer-Consumer Problem 🔧 In this video, I’ll explain condition variables in C through the classic producer-consumer problem. This tutorial covers: 🌟 Understanding Condition Variables: Learn what condition variables are and how they facilitate thread synchronization. 🚀 The Producer-Consumer Problem: Discover the producer-consumer problem and its signif...
Locks Mutex And Race Conditions in C++ | Multi-Threading 3
Переглядів 2965 місяців тому
🔧 Solving Race Conditions with Locks and Mutexes in C 🔧 In this video, I’ll explain how locks and mutexes work in C and how they help solve race conditions in concurrent programming. This tutorial covers: 🌟 Understanding Race Conditions: Learn what race conditions are and why they occur in multithreaded programs. 🚀 Introduction to Mutexes: Discover how mutexes (mutual exclusions) work to preven...
Hello World using Multi-Threading in C++ | Multi-Threading 2
Переглядів 3735 місяців тому
🔧 Hello World with Multithreading in C : A Beginner's Guide 🔧 In this video, I'll show you how to write a "Hello World" program using multithreading in C with the std::thread class. Whether you're new to C or looking to expand your programming skills, this tutorial will guide you through: 🌟 Introduction to Multithreading: Understand the basics of multithreading and its benefits in C programming...
Basics of Concurrency, Threads, Process C++ | Multi Threading 1
Переглядів 4885 місяців тому
🔧 Mastering Concurrency: Processes, Threads, Multithreading And Leetcode Questions 🔧 In this course, you'll learn the essentials of concurrency, including processes, threads, and multithreading, with practical examples. Join me as we explore: 🌟 Concurrency Fundamentals: Understand the basics of processes and threads. Dive into the core concepts of multithreading. 🚀 Synchronization Techniques: L...
Will AI Take Our Jobs ? The Shocking Truth About Our Future!!
Переглядів 2106 місяців тому
Will AI Take Our Jobs ? The Shocking Truth About Our Future!!
Can I Get A Coding Job If I am not an ENGINEER?
Переглядів 2566 місяців тому
Can I Get A Coding Job If I am not an ENGINEER?
Observe AI (Start Up) Interview Experience | SDE 2
Переглядів 1,9 тис.6 місяців тому
Observe AI (Start Up) Interview Experience | SDE 2
Make AI girlfriend who can talk in real time using OpenAI, Bark and Gradio | Text to speech
Переглядів 4,8 тис.Рік тому
Make AI girlfriend who can talk in real time using OpenAI, Bark and Gradio | Text to speech
1. How to make AI chatbot trained on WhtsappChats and custom data | Personal Assistant |OpenAI
Переглядів 5 тис.Рік тому
1. How to make AI chatbot trained on WhtsappChats and custom data | Personal Assistant |OpenAI
The way you explain things is really good.
Hi I am in 1st year at ece branch at nit will you please tell what to do to get into coinabase pls.
Great going 🤩🤩
Miss you bro! all the best for the future.
All the best to you too!!!
Hi I am in 1st year at ece branch at nit will you please tell what to do to get into coinabase pls..@@JustAnotherAverageEngineer
Hi I am in 1st year at ece branch at nit will you please tell what to do to get into coinabase pls.
Hi I am in 1st year at ece branch at nit will you please tell what to do to get into coinabase pls.
Didn't know that it was your last day 😢 Anyways the push pull queue discussion was lit 😂 Great video
Hehehe 😂😂
Hi I am in 1st year at ece branch at nit will you please tell what to do to get into coinabase pls.@@JustAnotherAverageEngineer
Badia bhai maza aaagya 😂❤
broooooo how may i contact you?
Linkedin sahil batra
@@JustAnotherAverageEngineerHi I am in 1st year at ece branch at nit will you please tell what to do to get into coinabase pls.
@@JustAnotherAverageEngineercan u suggest name for dsa any course paid pls ..
Nice🎉
Good 👍 well done
Nice🎉
Arey bhai...
Will miss you!
Thanks
Nice🎉
Nice🎉
Nice🎉
great explanation 💫
Great content bro, keep it up🫡
Bhaiya, I'm in 3 year BTech CS studying in a tier 3 college. Shall I start doing Competitive Coding from now on, and simultaneously doing Leetcode so that I get good SDE job after I graduate? And one more question, what should I do on getting internship after 6 months in May, right now my resume is empty? Thank you bhaiya. (26/11/24)
Bro , i want guidance from you for rubrik winter intern 2025. How i prepare for this company so that i can crack the company?
Bhaiya, Java and Spring boot kaha se sikh sakte h?
😂
whats the answer for database vertical scale?
Niceee
I've been preparing for interviews almost since 1.5 yrs, and still my dB part is at college level watching ur experience, it looks a high time for me
Nice info
Nice video buddy, got to learn so much from you. Thanks
Hindi me baat kar Raha hai ya English me
Love the video's man, so informative 🔥🔥
Very informative
Good work ❤
Very Informative 👍
❤🎉
Helpful. You get rejected but even then you make videos and document your failures. That is the best part. 🙌
Thanks man !!! ❤️
Super detailed and well-explained video💯
Sir, the whatsapp link in the description is not working, could you share the new one
@@sakshijain17331 update link: chat.whatsapp.com/BlKmzmm5T9wAOjW4gaP5LQ
🎉🎉🎉🎉
SDE 2 god level
Do I need to buy gpt subscription
Hi sahil, i have 1st round within a week, So can you suggest me how to prepare and some tips
how did it go
I gave the rubrik oa Bro how long do they take to respond to results The OA was tough even a cm i know was only able to do 2 questions out of 4
Hi, do you know how many questions need to be solved to get interview call?
@ 2-3 fully or partially
@@justvibing9663 So all 3 out of 4 partially may also work?
Thanks bro
Appreciate the help and honesty ❤
Informational 🔥🔥
how to solve parent child mapping part of knapsack problem
Nice haircut @Gokul Sapra🙌🏼
What an inspiration Gokul 👏🏻👏🏻
Thapar peeps ❤🔥
Want more insightful podcast please 🔥
Good boy Gokul
Nice👍