- 140
- 170 852
CodeOps
Приєднався 8 жов 2021
Hi Guys 🙋♂️,
I'm Aditya Kumar, SDE @ Samsung.
In this channel I upload videos related to :
▶️ Data Structures and Algorithms
▶️ Interview Experiences
▶️ Off Campus Opportunities
▶️ LeetCode Tutorials
My main goal is to train you guys in such a way that you will crack any company very easily.
So here in this channel I have explained the concepts that you need to prepare for exam's and the most important thing that how you can approach any question instead of just mugging up the things and thinking about the concept behind a problem. So here I'm trying my best to provide you the right Content.
📩 For Collaboration:
Email: kaditya7322@gmail.com
🧑🤝🧑 Join our Telegram Coding Community:
telegram.me/codeops_grp
I'm Aditya Kumar, SDE @ Samsung.
In this channel I upload videos related to :
▶️ Data Structures and Algorithms
▶️ Interview Experiences
▶️ Off Campus Opportunities
▶️ LeetCode Tutorials
My main goal is to train you guys in such a way that you will crack any company very easily.
So here in this channel I have explained the concepts that you need to prepare for exam's and the most important thing that how you can approach any question instead of just mugging up the things and thinking about the concept behind a problem. So here I'm trying my best to provide you the right Content.
📩 For Collaboration:
Email: kaditya7322@gmail.com
🧑🤝🧑 Join our Telegram Coding Community:
telegram.me/codeops_grp
Atlassian Women In Tech Interview Experience | Internship + PPO in 3rd year | ft. Dhara Bindal
In this video, Dhara shares her personal experience of interviewing for the Women in Tech program at Atlassian. She hopes that by sharing her journey, she can provide insights and inspiration to others who are considering pursuing a career in tech or applying to this fantastic program.
Connect with Dhara : www.linkedin.com/in/dhara-bindal-48996a1bb/
Connect with me:
Topmate - topmate.io/iadityakr
LinkedIn - www.linkedin.com/in/iadityakr/
Instagram - iaditya_kr_
Telegram - t.me/codeops_grp
Searching and Sorting Playlist - ua-cam.com/video/_N4KwJCYcfU/v-deo.html
Stacks and Queues Playlist - ua-cam.com/video/rA5ntgKhbRM/v-deo.html
2D-Matrix Playlist - ua-cam.com/video/cu46W5O4T4Y/v-deo.html
Linked List Playlist Link - ua-cam.com/video/7y36QyPjAqA/v-deo.html
Arrays Playlist Link - ua-cam.com/video/dBeUfDCLtwA/v-deo.html
Binary Tree Playlist - ua-cam.com/video/rYCx2kUVKrw/v-deo.html
Follow our Instagram Page for regular updates:
codeops_india
Timestamps:
00:00 Intro
01:05 What is Women in Tech Program
01:58 Application Process
03:10 Online Assessment
05:27 Technical Round
08:56 HR Round
10:57 Offer letter and Internship Experience
15:25 Preparation Journey and DSA resources
22:02 Effective use of LinkedIn
24:02 Outro
Connect with Dhara : www.linkedin.com/in/dhara-bindal-48996a1bb/
Connect with me:
Topmate - topmate.io/iadityakr
LinkedIn - www.linkedin.com/in/iadityakr/
Instagram - iaditya_kr_
Telegram - t.me/codeops_grp
Searching and Sorting Playlist - ua-cam.com/video/_N4KwJCYcfU/v-deo.html
Stacks and Queues Playlist - ua-cam.com/video/rA5ntgKhbRM/v-deo.html
2D-Matrix Playlist - ua-cam.com/video/cu46W5O4T4Y/v-deo.html
Linked List Playlist Link - ua-cam.com/video/7y36QyPjAqA/v-deo.html
Arrays Playlist Link - ua-cam.com/video/dBeUfDCLtwA/v-deo.html
Binary Tree Playlist - ua-cam.com/video/rYCx2kUVKrw/v-deo.html
Follow our Instagram Page for regular updates:
codeops_india
Timestamps:
00:00 Intro
01:05 What is Women in Tech Program
01:58 Application Process
03:10 Online Assessment
05:27 Technical Round
08:56 HR Round
10:57 Offer letter and Internship Experience
15:25 Preparation Journey and DSA resources
22:02 Effective use of LinkedIn
24:02 Outro
Переглядів: 5 673
Відео
Square root of a number using Binary Search | Searching and Sorting | Amazon🔥
Переглядів 167Рік тому
Watch this Video in 1.25x for better experience Code Link - github.com/iadityakr/Searching-and-Sorting/blob/main/Square root of a number In this video I've discussed Square root of a number question using multiple examples. If you have any doubt related to this comment all your doubts on the comment section I'd love to clear all doubts. LinkedIn - www.linkedin.com/in/iadityakr/ Instagram - inst...
Search an Element in a Sorted and Rotated Array | Binary Search | Flipkart 🔥 | Amazon
Переглядів 164Рік тому
Watch this Video in 1.25x for better experience Code Link - github.com/iadityakr/Searching-and-Sorting/blob/main/Search an element in a sorted and rotated array In this video I've discussed Search an element in a rotated sorted array question using multiple examples. If you have any doubt related to this comment all your doubts on the comment section I'd love to clear all doubts. LinkedIn - www...
Find the number of times a Sorted array is Rotated | Binary Search | Flipkart 🔥 | Amazon
Переглядів 273Рік тому
Watch this Video in 1.25x for better experience Notes Link - github.com/iadityakr/Searching-and-Sorting/blob/main/Rotation count Notes.pdf Code Link - github.com/iadityakr/Searching-and-Sorting/blob/main/Find Rotation Count in Sorted and Rotated array In this video I've discussed Find rotation count in sorted array question using multiple examples. If you have any doubt related to this comment ...
Find First and Last Position of an element in Sorted Array | Binary Search | Searching and Sorting
Переглядів 124Рік тому
Watch this Video in 1.25x for better experience Code Link - github.com/iadityakr/Searching-and-Sorting/blob/main/First and Last position of an element in sorted array In this video I've discussed First and Last Position of an element in Sorted Array question using multiple examples. If you have any doubt related to this comment all your doubts on the comment section I'd love to clear all doubts...
Binary Search 🔥 | Data Structures and Algorithms | CodeOps
Переглядів 152Рік тому
Watch this Video in 1.25x for better experience Code Link - github.com/iadityakr/Searching-and-Sorting/blob/main/Binary search In this video I've discussed Binary search using multiple examples. If you have any doubt related to this comment all your doubts on the comment section I'd love to clear all doubts. LinkedIn - www.linkedin.com/in/iadityakr/ Instagram - iaditya_kr_ Twitte...
Quick Sort 🔥 | Imp Interview Question | Data Structures and Algorithms | CodeOps
Переглядів 178Рік тому
Merge sort Video Link - ua-cam.com/video/IIIxywkQNgs/v-deo.html Watch this Video in 1.25x for better experience Code Link - github.com/iadityakr/Searching-and-Sorting/blob/main/Quick Sort In this video I've discussed Quick sort using multiple examples. If you have any doubt related to this comment all your doubts on the comment section I'd love to clear all doubts. LinkedIn - www.linkedin.com/i...
😍 Unboxing the SAMSUNG Onboarding Kit | Which Laptop did Samsung Send me ? | Laptop 🔥
Переглядів 86 тис.Рік тому
Here is the link of my Interview Experience - ua-cam.com/video/ka5ihyFPk6Q/v-deo.html LinkedIn - www.linkedin.com/in/iadityakr/ Instagram - iaditya_kr_ Twitter - kaditya7322?t=lemZyPkiv0BZuV4Mz4Hemg&s=08 Telegram - t.me/codeops_grp Searching and Sorting Playlist - ua-cam.com/video/_N4KwJCYcfU/v-deo.html Stacks and Queues Playlist - ua-cam.com/video/rA5ntgKhbRM/v-deo.h...
Merge Sort 🔥 | Imp Interview Question | Data Structures and Algorithms | CodeOps
Переглядів 285Рік тому
Watch this Video in 1.25x for better experience Code Link - github.com/iadityakr/Searching-and-Sorting/blob/main/Merge Sort In this video I've discussed Merge sort using multiple examples. If you have any doubt related to this comment all your doubts on the comment section I'd love to clear all doubts. LinkedIn - www.linkedin.com/in/iadityakr/ Instagram - iaditya_kr_ Twitter - tw...
Insertion Sort 🔥 | Algorithm | Explanation + Code | Data Structures and Algorithms | CodeOps
Переглядів 127Рік тому
Watch this Video in 1.25x for better experience Code Link - github.com/iadityakr/Searching-and-Sorting/blob/main/Insertion Sort In this video I've discussed Insertion sort using multiple examples. I've also discussed 1 approach to solve this question. If you have any doubt related to this comment all your doubts on the comment section I'd love to clear all doubts. LinkedIn - www.linkedin.com/in...
Bubble Sort 🔥 | Algorithm | Explanation + Code | Data Structures and Algorithms | CodeOps
Переглядів 142Рік тому
Watch this Video in 1.25x for better experience Code Link - github.com/iadityakr/Searching-and-Sorting/blob/main/Bubble Sort In this video I've discussed Bubble sort using multiple examples. I've also discussed 1 approach to solve this question. If you have any doubt related to this comment all your doubts on the comment section I'd love to clear all doubts. LinkedIn - www.linkedin.com/in/iadit...
Selection Sort 🔥 | Algorithm | Explanation + Code | Data Structures and Algorithms | CodeOps
Переглядів 155Рік тому
Watch this Video in 1.25x for better experience Code Link - github.com/iadityakr/Searching-and-Sorting/blob/main/Selection Sort In this video I've discussed Selection sort using multiple examples. I've also discussed 1 approach to solve this question. If you have any doubt related to this comment all your doubts on the comment section I'd love to clear all doubts. LinkedIn - www.linkedin.com/in...
Searching and Sorting Announcement 🔥 | Data Structures and Algorithms | CodeOps
Переглядів 197Рік тому
Watch this Video in 1.25x for better experience LinkedIn - www.linkedin.com/in/iadityakr/ Instagram - iaditya_kr_ Twitter - kaditya7322?t=lemZyPkiv0BZuV4Mz4Hemg&s=08 Telegram - t.me/codeops_grp Stacks and Queues Playlist - ua-cam.com/video/rA5ntgKhbRM/v-deo.html Matrix Playlist - ua-cam.com/video/cu46W5O4T4Y/v-deo.html Linked List Playlist Link - ua-cam.com/video/7y36...
Implement LRU Cache | Explanation + Code | Optimized Code | Doubly LL + HashMap Approach
Переглядів 480Рік тому
Watch this Video in 1.25x for better experience Notes Link - docs.google.com/document/d/1Xwxl-4K4zJLF3PIwmiq5AY8Y_RHnvoPWXpCSxE7YAoY/edit?usp=sharing Code Link - github.com/iadityakr/StackDataStructure/blob/main/LRU Cache In this video I've discussed LRU Cache Problem using multiple examples. I've also discussed 1 approach to solve this question. If you have any doubt related to this comment al...
#20 Maximum of All Subarrays of Size K | Sliding Window maximum | Queue Data Structure | CodeOps
Переглядів 557Рік тому
#20 Maximum of All Subarrays of Size K | Sliding Window maximum | Queue Data Structure | CodeOps
#19 Circular Tour Problem | Gas Station LeetCode | Amazon 🔥 | Queue Data Structure | CodeOps
Переглядів 554Рік тому
#19 Circular Tour Problem | Gas Station LeetCode | Amazon 🔥 | Queue Data Structure | CodeOps
#18 Reverse First K Elements of Queue | Amazon 🔥 | Queue Data Structure | CodeOps
Переглядів 388Рік тому
#18 Reverse First K Elements of Queue | Amazon 🔥 | Queue Data Structure | CodeOps
#17 Queue Implementation Using Stacks | Microsoft | Amazon 🔥 | Queue Data Structure | CodeOps
Переглядів 150Рік тому
#17 Queue Implementation Using Stacks | Microsoft | Amazon 🔥 | Queue Data Structure | CodeOps
#16 Generate Binary Numbers | Amazon 🔥 | Queue Data Structure | CodeOps
Переглядів 1,6 тис.Рік тому
#16 Generate Binary Numbers | Amazon 🔥 | Queue Data Structure | CodeOps
#15 Queues Introduction + Implementation | Array Implementation of Queues | CodeOps
Переглядів 112Рік тому
#15 Queues Introduction Implementation | Array Implementation of Queues | CodeOps
#14 Get Minimum Element from Stack in O(1) time and O(1) Space | Microsoft | Amazon 🔥 | CodeOps
Переглядів 206Рік тому
#14 Get Minimum Element from Stack in O(1) time and O(1) Space | Microsoft | Amazon 🔥 | CodeOps
#13 Longest Valid Substring | Amazon 🔥 | Stack Data Structures | CodeOps
Переглядів 1,3 тис.Рік тому
#13 Longest Valid Substring | Amazon 🔥 | Stack Data Structures | CodeOps
#12 Celebrity Problem | Amazon 🔥 | Microsoft | Stack Data Structures | CodeOps
Переглядів 522Рік тому
#12 Celebrity Problem | Amazon 🔥 | Microsoft | Stack Data Structures | CodeOps
#11 Max Area Rectangle in Binary Matrix 🔥 | Stack Data Structures | CodeOps
Переглядів 184Рік тому
#11 Max Area Rectangle in Binary Matrix 🔥 | Stack Data Structures | CodeOps
#10 Largest Rectangle in Histogram, LeetCode 84 | Microsoft | Google 🔥 | Stack Data Structures
Переглядів 255Рік тому
#10 Largest Rectangle in Histogram, LeetCode 84 | Microsoft | Google 🔥 | Stack Data Structures
#9 Stock Span Problem | Samsung | Amazon 🔥 | Stack Data Structures | CodeOps
Переглядів 863Рік тому
#9 Stock Span Problem | Samsung | Amazon 🔥 | Stack Data Structures | CodeOps
#8 Daily Temperatures 🔥 | LeetCode December Challenge | LeetCode 739
Переглядів 370Рік тому
#8 Daily Temperatures 🔥 | LeetCode December Challenge | LeetCode 739
#7 Next Greater Element on the Right | Amazon 🔥 | Brute force and Optimized | Stack Data Structures
Переглядів 283Рік тому
#7 Next Greater Element on the Right | Amazon 🔥 | Brute force and Optimized | Stack Data Structures
#6 Check for Redundant Brackets 🔥 | Stack Data Structures | CodeOps
Переглядів 1,2 тис.Рік тому
#6 Check for Redundant Brackets 🔥 | Stack Data Structures | CodeOps
#5 Reverse a Stack 🔥 | Brute force and Optimized | Stack Data Structures | CodeOps
Переглядів 235Рік тому
#5 Reverse a Stack 🔥 | Brute force and Optimized | Stack Data Structures | CodeOps
This kit is for fte employees or for interns also?
Only for employees
❤❤
Congratulations bhai❤
Thank you
Bhai very good explanation
Thank you 😄
You made it very easy, Thank you so much!!
Thank you ☺️
konsa collage tha apka aur fir kitne time baad is mai aye ho?
great explanation
Thank you 😃
Amazing explanation Thank you very much ❤
Glad you liked it ! Checkout the other playlists as well 💯
Extremely well explained🥹
Glad to hear that 😃
Hello sir. I have registered for the same but my NPTEL exams are clashing with the same. If I don't participate in the online assessment round will I be considered for further similar hiring programs by atlassian in next 6 months as that remains an eligibility criteria for the same
Yes you will be eligible no issues. But I think WIT program is once a year program so next year only u will get chance to give WIT. Wo choose wisely.
Sir pura java karna jaruri hota hai kya i know just basics of java
Yes very important
Is it a remote intership or onsite
Remote
You have not included null values in max width count but in Leetcode 662 they also said to include those in max width
Okay please include null also
@@code-ops Sure Sir
Is there resume selection round , or direct online assignment
No resume selection you just only need to apply
Sir apny jitna kuch sikhaya hai its enough to crack service based companies like tcs accenture
Apart from strings topic I covered almost everything that u need to crack these companies.
Sir your teaching is topnotch plz ek playlist string pr banana plz sir
Sure I'll create a string playlist as well Soon I'll start again creating videos
Gaand faad company hai bhai 8hrs strictly track krti hai, har 3 month me exams leti hai. Bc andhar aakr bhi aisa lagta hai ki prepare hi kr rahe hai
Bhai ismy input kaise ly
Input is already taken in the gfg and leetcode code editor you just need to code the function given there
Bhai nice explain ation crystal clear
Glad to hear that 😊 Do subscribe to my channel and check out the other playlists as well
Samsung ne baaki chize like Smartphones, Tablets, Wearables, Foldable devices, Refrigerators, Washing machines, Dryers, Air conditioners, Dishwashers, Ovens, Microwaves, Vacuum cleaners, Air purifiers, Televisions, Soundbars, Home theater systems, Blu-ray players, Audio equipment, Monitors, Desktop computers, Tablets, Compact cameras, Mirrorless cameras, DSLRs, SSDs, HDDs, Memory cards, USB drives, Projectors, Printers, Smart home devices, Medical equipment, Semiconductors, Displays, Batteries me se kuch nahi diya kya?
Nahi
Bhut hi chindi company hai Samsung
Please don't use these words for a reputed firm
ये free है
Bhai salary kitni hai
150 rupya per hour 🤣🤣🤣
I Cannot disclose you can check on the internet
bro tell samsung to give sd processors in A and M series 😅
Sure I'll raise your concern ✌️
Generation kon sa hai
i7 gen
Remember one thing guys. When you leave organisation then you need to return laptop, headphones and bag. Rest of the thing you can keep it
Bag does not need to surrender 😅
@@abhishek-jay-tiwari Yes, it is. I have worked at five of the biggest MNCs (HP, Boeing, Nokia R&D, Adobe, and Pfizer), and none of the organizations allowed taking the bag with the laptop.
Abe itni chindi companies saale 600 ke bag ke liye mar rahe hain
@@TurboGamer_TV bro why does comapnies take everything after intership ending what they will do with the item returned from us aby idea about it ?
@@RahulAJIET as per my understanding they take everything as a confidential assets that's why. Even the bag is in worse condition. They take it. 😐
use an apple device in your office and wear a apple inc shirt
No
Congratulations. Woh tangne ke liye nai, button ke liye hai
Bro you studied in which college?
LNCT bhopal
Kam kya karte ho ye bata do
how did you get into samsung and what is your highest level of education ??
Check out this video ua-cam.com/video/ka5ihyFPk6Q/v-deo.htmlsi=tLvUKivMcgQ6NcCs
Bro please Device Beta Testing mei enroll krwa do 😅 Dream hai Samsung device beta tester banne ka
Sure connect with me on LinkedIn If hiring will start I'll refer you for sure
How to be a part of samsung....suggestions needed for a graduation student...
Check out this video ua-cam.com/video/ka5ihyFPk6Q/v-deo.htmlsi=tLvUKivMcgQ6NcCs
unboxing itna chutiya type ka kiya isko kaise le liya research walo ne
Video ki quality asi hai ya mujhe problem aa rahai hai
Nahi quantity thek hai
Thankyou for detailed explanation...
Glad to hear ☺️
sir; I am poly 1 year student in branch CS so I also want to join samsung so can you plz guild me for what can i do ?
Same here
thanks brother for clearing the doubt ... i was thinking about the same approach but was unable to implement it ...
Glad to hear that 😊
what if missing and duplicate both number are odd🙏
bro tumare pass konsi degree hai aur tum kis college se passout ho
You can check on my LinkedIn profile
Sir I'm currently interning there is there a chance to convert to full time?
Yes definitely there is a chance
1% good 99% trash you get
Bro more than your monthly salary
Good explanation ,thanks
You're welcome
Bhai video banana please firse start karna..bahut logoko help hota hai..Thank you for your contributions.
Sure I'm also planning the same can you suggest in which topic you want videos?
Thank you for the tutorial
Congratulations 🎉🎉🎉 Mere husband v same company me h ..unko v Mila welcome kit same....😊 hmlog v banglore me h 👍 ua-cam.com/video/CCz5oEeB-gs/v-deo.htmlsi=zyMIAQPs373Ra0QI
great solution , nicely explained . Keep up the great work.
Thank you 😊 Do subscribe to my channel and also check out the other playlists as well 💯
Amazing
Thank you 😊
Thank you! I got u…❤
Glad to hear that 😊 Do subscribe to my channel and also check out the other playlists as well 💯
Does Samsung wait for 3 months notice period. Please do let me know on this. I really want to know, does they wait or not after clearing all rounds
I didn't get you properly 3 months notice period??? R u asking ki after clearing all the rounds how much you have to wait for joining? Please clarify your question so that I can assist you better.