CodeOps
CodeOps
  • 140
  • 170 852
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
Переглядів: 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

КОМЕНТАРІ

  • @GaneshKumar-hy8pp
    @GaneshKumar-hy8pp День тому

    This kit is for fte employees or for interns also?

    • @code-ops
      @code-ops 7 годин тому

      Only for employees

  • @Varun-f8v
    @Varun-f8v 5 днів тому

    ❤❤

  • @Yourshomie7588
    @Yourshomie7588 12 днів тому

    Congratulations bhai❤

  • @asifd102
    @asifd102 17 днів тому

    Bhai very good explanation

    • @code-ops
      @code-ops 16 днів тому

      Thank you 😄

  • @shreyasonawane3769
    @shreyasonawane3769 23 дні тому

    You made it very easy, Thank you so much!!

    • @code-ops
      @code-ops 23 дні тому

      Thank you ☺️

  • @gamingkadost
    @gamingkadost Місяць тому

    konsa collage tha apka aur fir kitne time baad is mai aye ho?

  • @ankitpal-b3e
    @ankitpal-b3e Місяць тому

    great explanation

    • @code-ops
      @code-ops Місяць тому

      Thank you 😃

  • @nadiaabbas7998
    @nadiaabbas7998 2 місяці тому

    Amazing explanation Thank you very much ❤

    • @code-ops
      @code-ops 2 місяці тому

      Glad you liked it ! Checkout the other playlists as well 💯

  • @alishagupta8611
    @alishagupta8611 2 місяці тому

    Extremely well explained🥹

    • @code-ops
      @code-ops 2 місяці тому

      Glad to hear that 😃

  • @dorabreathes2516
    @dorabreathes2516 2 місяці тому

    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

    • @code-ops
      @code-ops 2 місяці тому

      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.

  • @letscrackit3303
    @letscrackit3303 2 місяці тому

    Sir pura java karna jaruri hota hai kya i know just basics of java

    • @code-ops
      @code-ops 2 місяці тому

      Yes very important

  • @muskanthakur3259
    @muskanthakur3259 2 місяці тому

    Is it a remote intership or onsite

  • @abitsingh1580
    @abitsingh1580 3 місяці тому

    You have not included null values in max width count but in Leetcode 662 they also said to include those in max width

    • @code-ops
      @code-ops 2 місяці тому

      Okay please include null also

    • @abitsingh1580
      @abitsingh1580 2 місяці тому

      @@code-ops Sure Sir

  • @Any10618
    @Any10618 3 місяці тому

    Is there resume selection round , or direct online assignment

    • @code-ops
      @code-ops 3 місяці тому

      No resume selection you just only need to apply

  • @letscrackit3303
    @letscrackit3303 3 місяці тому

    Sir apny jitna kuch sikhaya hai its enough to crack service based companies like tcs accenture

    • @code-ops
      @code-ops 3 місяці тому

      Apart from strings topic I covered almost everything that u need to crack these companies.

  • @letscrackit3303
    @letscrackit3303 3 місяці тому

    Sir your teaching is topnotch plz ek playlist string pr banana plz sir

    • @code-ops
      @code-ops 3 місяці тому

      Sure I'll create a string playlist as well Soon I'll start again creating videos

  • @newname9152
    @newname9152 3 місяці тому

    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

  • @letscrackit3303
    @letscrackit3303 3 місяці тому

    Bhai ismy input kaise ly

    • @code-ops
      @code-ops 3 місяці тому

      Input is already taken in the gfg and leetcode code editor you just need to code the function given there

  • @letscrackit3303
    @letscrackit3303 3 місяці тому

    Bhai nice explain ation crystal clear

    • @code-ops
      @code-ops 3 місяці тому

      Glad to hear that 😊 Do subscribe to my channel and check out the other playlists as well

  • @AnimeRecapInHindi
    @AnimeRecapInHindi 3 місяці тому

    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?

  • @knowliverse
    @knowliverse 3 місяці тому

    Bhut hi chindi company hai Samsung

    • @code-ops
      @code-ops 2 місяці тому

      Please don't use these words for a reputed firm

  • @PoonamVerma-uk6qs
    @PoonamVerma-uk6qs 4 місяці тому

    ये free है

  • @ChetanGavali-yc4um
    @ChetanGavali-yc4um 4 місяці тому

    Bhai salary kitni hai

    • @amankumarvishal
      @amankumarvishal 3 місяці тому

      150 rupya per hour 🤣🤣🤣

    • @code-ops
      @code-ops 2 місяці тому

      I Cannot disclose you can check on the internet

  • @tirthukani
    @tirthukani 4 місяці тому

    bro tell samsung to give sd processors in A and M series 😅

    • @code-ops
      @code-ops 2 місяці тому

      Sure I'll raise your concern ✌️

  • @rohanjha4401
    @rohanjha4401 4 місяці тому

    Generation kon sa hai

  • @TurboGamer_TV
    @TurboGamer_TV 4 місяці тому

    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

    • @abhishek-jay-tiwari
      @abhishek-jay-tiwari 4 місяці тому

      Bag does not need to surrender 😅

    • @TurboGamer_TV
      @TurboGamer_TV 4 місяці тому

      @@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.

    • @Tim677-n8f
      @Tim677-n8f 4 місяці тому

      Abe itni chindi companies saale 600 ke bag ke liye mar rahe hain

    • @RahulAJIET
      @RahulAJIET 4 місяці тому

      ​@@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 ?

    • @TurboGamer_TV
      @TurboGamer_TV 4 місяці тому

      @@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. 😐

  • @jeevith-p7x
    @jeevith-p7x 4 місяці тому

    use an apple device in your office and wear a apple inc shirt

  • @SoumikSarker
    @SoumikSarker 4 місяці тому

    Congratulations. Woh tangne ke liye nai, button ke liye hai

  • @MR.Kannadu
    @MR.Kannadu 4 місяці тому

    Bro you studied in which college?

    • @code-ops
      @code-ops 2 місяці тому

      LNCT bhopal

  • @lavivaswani8611
    @lavivaswani8611 4 місяці тому

    Kam kya karte ho ye bata do

  • @nishantkataria4940
    @nishantkataria4940 4 місяці тому

    how did you get into samsung and what is your highest level of education ??

    • @code-ops
      @code-ops 4 місяці тому

      Check out this video ua-cam.com/video/ka5ihyFPk6Q/v-deo.htmlsi=tLvUKivMcgQ6NcCs

  • @iDestroyer001
    @iDestroyer001 4 місяці тому

    Bro please Device Beta Testing mei enroll krwa do 😅 Dream hai Samsung device beta tester banne ka

    • @code-ops
      @code-ops 4 місяці тому

      Sure connect with me on LinkedIn If hiring will start I'll refer you for sure

  • @NikolaTesla.1
    @NikolaTesla.1 4 місяці тому

    How to be a part of samsung....suggestions needed for a graduation student...

    • @code-ops
      @code-ops 4 місяці тому

      Check out this video ua-cam.com/video/ka5ihyFPk6Q/v-deo.htmlsi=tLvUKivMcgQ6NcCs

  • @surgeonstrange2317
    @surgeonstrange2317 4 місяці тому

    unboxing itna chutiya type ka kiya isko kaise le liya research walo ne

  • @nikrajput6927
    @nikrajput6927 4 місяці тому

    Video ki quality asi hai ya mujhe problem aa rahai hai

  • @shubhamraj5672
    @shubhamraj5672 5 місяців тому

    Thankyou for detailed explanation...

    • @code-ops
      @code-ops 4 місяці тому

      Glad to hear ☺️

  • @NachiketWagh-dd9vs
    @NachiketWagh-dd9vs 5 місяців тому

    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 ?

    • @hsayarp
      @hsayarp 4 місяці тому

      Same here

  • @risingnova18
    @risingnova18 5 місяців тому

    thanks brother for clearing the doubt ... i was thinking about the same approach but was unable to implement it ...

    • @code-ops
      @code-ops 5 місяців тому

      Glad to hear that 😊

  • @suryajoshi8947
    @suryajoshi8947 5 місяців тому

    what if missing and duplicate both number are odd🙏

  • @TejasMangutkar20
    @TejasMangutkar20 5 місяців тому

    bro tumare pass konsi degree hai aur tum kis college se passout ho

    • @code-ops
      @code-ops 5 місяців тому

      You can check on my LinkedIn profile

  • @parinithan2147
    @parinithan2147 5 місяців тому

    Sir I'm currently interning there is there a chance to convert to full time?

    • @code-ops
      @code-ops 5 місяців тому

      Yes definitely there is a chance

  • @adityadeshmukh6200
    @adityadeshmukh6200 5 місяців тому

    1% good 99% trash you get

  • @snipEr754
    @snipEr754 6 місяців тому

    Good explanation ,thanks

    • @code-ops
      @code-ops 5 місяців тому

      You're welcome

  • @sumitbasu5146
    @sumitbasu5146 6 місяців тому

    Bhai video banana please firse start karna..bahut logoko help hota hai..Thank you for your contributions.

    • @code-ops
      @code-ops 6 місяців тому

      Sure I'm also planning the same can you suggest in which topic you want videos?

  • @sumitbasu5146
    @sumitbasu5146 6 місяців тому

    Thank you for the tutorial

  • @Juhishashank
    @Juhishashank 6 місяців тому

    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

  • @ritikshandilya7075
    @ritikshandilya7075 6 місяців тому

    great solution , nicely explained . Keep up the great work.

    • @code-ops
      @code-ops 6 місяців тому

      Thank you 😊 Do subscribe to my channel and also check out the other playlists as well 💯

  • @Gaminzone11098
    @Gaminzone11098 6 місяців тому

    Amazing

    • @code-ops
      @code-ops 6 місяців тому

      Thank you 😊

  • @satisfyingmania3313
    @satisfyingmania3313 7 місяців тому

    Thank you! I got u…❤

    • @code-ops
      @code-ops 6 місяців тому

      Glad to hear that 😊 Do subscribe to my channel and also check out the other playlists as well 💯

  • @Susmita_miss
    @Susmita_miss 7 місяців тому

    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

    • @code-ops
      @code-ops 7 місяців тому

      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.