Free Youtube Resources that I Followed to Get 5+ Job Offers | Atlassian, Juspay, BNY, TCS, Infosys

Harshit Trehan
14 Jul 202409:52

Summary

TLDRThe speaker shares their journey as a software engineer, detailing their DSA preparation and placement experiences. They discuss various YouTube resources that helped them learn coding, data structures, algorithms, and dynamic programming. The video also covers web development preparation, interview experiences, and tips for handling failures and rejections, providing a comprehensive guide for students.

Takeaways

  • 😀 The speaker is a software engineer working at Atlas Edge and is excited about their journey in DSA development and placement preparation.
  • 📚 They started coding in their second year of college after their classmates suggested they move from competitive programming to DSA.
  • 🔎 Initially, they struggled to find the right resources for coding but eventually discovered YouTube-dl, which provided a wealth of educational content.
  • 🎓 They learned the basics of Java from YouTube-dl playlists, starting from print statements to advanced data structures like graphs and trees.
  • 🤔 They faced challenges with dynamic programming questions and sought advice from seniors, who recommended specific YouTube playlists for better understanding.
  • 📈 The speaker used YouTube3 Verma's playlist to improve their dynamic programming skills, which helped them gain confidence in solving related questions.
  • 🌐 They utilized Abdul Bari's channel to understand the theoretical aspects of data structures and algorithms, which was part of their college curriculum.
  • 📘 For their final set of preparations, they used Saurabh's DS sheet and Tech Forward's YouTube4, focusing on important interview questions for each data structure.
  • 💻 In addition to DSA, they also explored web development by taking a course from Udemy and learning from Code With Harry's channel for new skills and technologies.
  • 🌟 They preferred one-shot videos for quick learning and utilized their college's channel for concise explanations on various topics.
  • 📈 The speaker's preparation for internships and final interviews involved understanding the interview process, rounds, and last-minute tips, using resources like Nishant Char's channel and their own YouTube4.

Q & A

  • What was the initial reason for the speaker to start coding during their college years?

    -The speaker started coding in their second year of college because their classmates suggested learning DSA (Data Structures and Algorithms) through competitive programming.

  • Why did the speaker initially struggle with coding?

    -The speaker struggled with coding initially because they couldn't find any questions to practice on their own and felt that coding was not their cup of tea.

  • What resource did a senior in college recommend to the speaker for improving their coding skills?

    -A senior recommended the speaker to use YouTube-dl, specifically the playlist section, to find a lot of videos and start learning from the 'DSA Level 1' playlist.

  • What topics were covered in the 'DSA Level 1' playlist recommended by the senior?

    -The 'DSA Level 1' playlist covered topics from basic Java, including print statements, loops, basic data structures like arrays, linked lists, stacks, and advanced data structures like graphs and trees.

  • How did the speaker practice coding questions after learning the basics from the 'DSA Level 1' playlist?

    -The speaker practiced coding questions by using platforms like LeetCode, GeeksforGeeks, and other platforms to practice and improve their understanding.

  • What was the speaker's experience with dynamic programming before watching specific videos on the topic?

    -Before watching specific videos on dynamic programming, the speaker was unable to solve the problems on their own and lacked confidence in their ability to approach solutions.

  • Which playlist did the speaker use to improve their understanding of dynamic programming?

    -The speaker used the playlist by Verma for dynamic programming, which covers almost all important questions related to the topic.

  • How long did it take the speaker to watch the entire playlist on dynamic programming?

    -It took the speaker almost one week to watch all the 50 videos in the dynamic programming playlist.

  • What was the speaker's approach to learning theoretical concepts behind data structures and algorithms?

    -The speaker utilized Abdul Bari's videos, which were highly recommended in their college group, to understand the theory and working of data structures and algorithms.

  • What resources did the speaker use for their final set of preparation for DSA interviews?

    -The speaker used Saurabh's DS sheet and Tech Forward YouTube channel for their final set of preparation, focusing on important interview questions for each data structure.

  • What additional resources did the speaker use for web development preparation?

    -The speaker used Udemy for a web development bootcamp course and Code With Harry for learning new skills and technologies related to web development.

  • What was the speaker's strategy for avoiding distractions and effectively learning new topics?

    -The speaker preferred one-shot videos for learning new topics quickly and efficiently, using channels like their college's YouTube channel for concise and focused content.

  • What channels did the speaker recommend for web development preparation?

    -The speaker recommended Code With Harry, their college's YouTube channel, and Web Dev Simplified for web development preparation.

  • What resources did the speaker use to understand interview experiences and placement-related information?

    -The speaker used channels like Nishant Chahil and their college's YouTube channel to understand interview experiences, placement-related information, and how to handle failures and rejections.

Outlines

00:00

📚 Journey from College to Software Engineering

The speaker discusses their journey from college to becoming a software engineer at Atlas. They started coding in their second year of college, influenced by competitive programming suggested by classmates. Initially, they struggled with coding and almost gave up within the first month. However, a senior from their college's top placement batch rekindled their interest in coding by suggesting resources on YouTube. They learned the basics of Java, loops, data structures, and advanced topics like graphs and trees. The speaker also practiced coding questions on platforms like LeetCode and Geeks for Gigs to improve their understanding. Despite this, they still faced challenges with dynamic programming, which they later overcame by following a playlist by Verma on YouTube. They also utilized resources like Abdul Bari's channel for understanding data structures and algorithms in depth.

05:01

💻 Preparing for DSA and Web Development

The speaker shares their preparation strategy for Data Structures and Algorithms (DSA) and web development. They used resources like the SDE Sheet and Tech Forward YouTube channel for their DSA preparation, completing it in their fourth and fifth semesters. They also explored web development by taking a course from Udemy and learned new skills and technologies from channels like Code With Harry. They emphasized the importance of focused learning to avoid distractions and time wastage. The speaker also mentioned using their college's YouTube channel for one-shot videos on various technologies and languages, which helped them understand topics quickly. Additionally, they utilized the channel 'Web Definite Simplified' for in-depth knowledge on web development topics and good coding practices. The speaker concluded by discussing their preparation for internships and interviews, focusing on interview experiences, rounds, and last-minute preparation tips.

Mindmap

Keywords

💡DSA (Data Structures and Algorithms)

DSA refers to Data Structures and Algorithms, which are foundational concepts in computer science. In the video, the speaker discusses their preparation for DSA development and placement, highlighting the importance of mastering these skills for software engineering roles. The script mentions various resources and strategies used to prepare for coding interviews, emphasizing the role of DSA in these processes.

💡Placement Preparation

Placement Preparation is the process of getting ready for job interviews and securing a position in a company after completing an academic program. The video script details the speaker's journey in preparing for their placement, including the resources they used and the challenges they faced. It underscores the significance of preparation in landing a good job in the software industry.

💡YouTube

YouTube is mentioned multiple times in the script as a platform for learning resources. The speaker references specific YouTube channels and playlists that helped them in their DSA and web development preparation. It shows how online platforms can be invaluable for self-paced learning and skill enhancement in various technical fields.

💡Coding

Coding is the act of writing computer programs. The script discusses the speaker's initial struggles with coding and how they overcame these challenges through dedicated learning and practice. Coding is central to the video's theme, as it is a critical skill for software engineers and is a major focus of the speaker's preparation.

💡Data Structures

Data Structures are a fundamental aspect of computer science, focusing on organizing and storing data efficiently. The video script mentions the speaker's progression from basic to advanced data structures, such as arrays, linked lists, stacks, and graphs. Understanding data structures is crucial for solving complex problems in software development.

💡Algorithms

Algorithms are step-by-step procedures for solving problems. The script highlights the speaker's journey in learning various algorithms, including dynamic programming, which was initially a challenging area for them. Algorithms are essential in computer programming and are a key component of the DSA preparation discussed in the video.

💡Dynamic Programming

Dynamic Programming is a method for solving complex problems by breaking them down into simpler subproblems. The speaker mentions their struggle with dynamic programming questions and how they used specific YouTube resources to overcome this challenge. Dynamic programming is a significant topic in the field of algorithms and is relevant to the video's theme of technical preparation.

💡Web Development

Web Development refers to the building and maintaining of websites. The script discusses the speaker's additional preparation in web development, including taking a boot camp course and learning from various YouTube channels. Web development skills are valuable in the tech industry and complement the speaker's DSA knowledge.

💡Interview Preparation

Interview Preparation involves equipping oneself with the necessary skills and knowledge to perform well in job interviews. The video script touches on the speaker's efforts to understand the interview process, including the types of questions asked and the number of rounds involved. Effective interview preparation is vital for securing a job in the competitive tech industry.

💡Resources

Resources in the context of the video refer to the educational materials and platforms used by the speaker for learning and preparation. The script lists various YouTube channels, playlists, and even boot camp courses that were instrumental in the speaker's DSA and web development preparation. These resources are crucial for self-learners and aspiring software engineers.

💡Competitive Programming

Competitive Programming is a sport and activity where participants write computer programs to solve problems within a time limit. The script mentions the speaker's engagement with competitive programming through platforms like LeetCode, which helps in honing coding skills and preparing for technical interviews. Competitive programming is a relevant aspect of the video's theme of technical skill development.

Highlights

Started coding in college second year due to competitive programming interest.

Initially struggled with coding and considered giving up.

Senior from college placement batch suggested resources for coding improvement.

Discovered YouTube-dl playlist 'DSA Level 1' for basic coding concepts.

Learned Java basics, loops, data structures, and advanced topics from YouTube-dl.

Practiced coding questions on LeetCode for interview preparation.

Spent two months watching the entire playlist to solidify data structures knowledge.

Faced challenges with dynamic programming questions initially.

Senior recommended 'Verma's Dynamic Programming' playlist for in-depth understanding.

Watched 50 videos in one week to grasp dynamic programming concepts.

Gained confidence in solving dynamic programming questions independently.

Utilized Abdul Bari's videos for understanding theoretical aspects of data structures and algorithms.

Prepared final set of DSA preparation using Saurabh's SD sheet and Tech Forward YouTube channel.

Did not need any additional resources for DSA preparation after these.

Explored web development with a boot camp course from Udemy.

Learned new skills and technologies from Code With Harry channel.

Preferred one-shot videos for quick topic understanding and to avoid distraction.

Used own college channel for one-shot videos on various technologies and languages.

Web Deaf Simplified channel provided detailed explanations and good coding practices.

Completed all preparations for DSA and web development by the first month of the sixth semester.

Prepared for internship season by understanding interview experiences and last-minute tips.

Checked out Nishant Chahil's channel for interview and placement-related topics.

Started own YouTube channel to share interview experiences, failures, mistakes, and success stories.

Transcripts

play00:00

हाय एवरीवन आई एम हर्षित रेहन एंड आई एम

play00:02

वर्किंग एट अटलास एज अ सॉफ्टवेयर इंजीनियर

play00:04

एंड मैंने अपनी डीएसए डेवलपमेंट एंड

play00:07

प्लेसमेंट की मेजर प्रिपरेशन

play00:18

youtube1 टीसीएस infosys.com

play00:30

बेस्ट एंड फ्री रिसोर्सेस कौन से हैं

play00:37

youtube2 ऑफ मोर क्वेश्चंस तो आज की इस

play00:39

वीडियो में हम आंसर करेंगे इन्हीं सारे

play00:41

क्वेश्चंस को एंड मैं आपको बताऊंगा अपनी

play00:43

जर्नी के बारे में कि मैंने अपने कॉलेज

play00:45

टाइम में कोडिंग प्रिपरेशन के लिए कौन-कौन

play00:47

से

play01:00

लेट्स गेट स्टार्टेड सो मैंने अपने कॉलेज

play01:01

के सेकंड ईयर से कोडिंग करना स्टार्ट किया

play01:04

था एंड क्योंकि मेरे क्लास के स्टूडेंट्स

play01:06

ने मुझे कंपैरेटिव प्रोग्रामिंग से डीएसए

play01:08

करना सजेस्ट किया था इसीलिए मैं

play01:09

डायरेक्टली वहीं पर चला गया बट क्योंकि

play01:11

मुझसे वहां पर एक भी क्वेश्चन खुद से नहीं

play01:13

हो पाया इसीलिए मैंने अपने फर्स्ट मंथ के

play01:15

अंदर ही कोडिंग पर गिव अप कर दिया था मुझे

play01:18

ऐसा लगने लगा था कि कोडिंग इज नॉट माय कप

play01:20

ऑफ टी एंड ये तो मुझसे कभी होगी ही नहीं

play01:22

बट इसके कुछ टाइम बाद जब कॉलेज के टॉप

play01:24

प्लेसमेंट बैच के सीनियर्स का एक सेशन हुआ

play01:27

देन वहां पर एक सीनियर ने मुझे कोडिंग के

play01:29

लिए सही रिसोर्सेस सजेस्ट करें एंड मेरी

play01:31

कोडिंग जर्नी को रिवाइव करा उन्होंने ही

play01:33

मुझे बताया कि

play01:43

youtube-dl पर अभी बहुत सारी वीडियोस आ

play01:45

चुकी हैं बट अगर आप उनकी प्लेलिस्ट सेक्शन

play01:47

पे जाओगे एंड बिल्कुल बॉटम पे स्क्रॉल

play01:49

करोगे देन आपको वहां पे फर्स्ट प्लेलिस्ट

play01:51

मिलेगी बाय द नेम ऑफ डीएसए लेवल वन इस

play01:54

प्लेलिस्ट के अंदर आपको डीएससी सिखाई जाती

play01:56

है इन जावा बिल्कुल बेसिक से बिल्कुल

play01:58

स्क्रैच से लाइक आप को फर्स्ट चीज जो

play02:00

सिखाई जाती है वो होती है प्रिंट

play02:01

स्टेटमेंट एंड देन वहां से लेकर आपको

play02:03

डिफरेंट डटा स्ट्रक्चर्स देन एडवांस डेटा

play02:05

स्ट्रक्चर्स सब कुछ सिखाया जाता है अलोंग

play02:08

विद क्वेश्चंस आपको क्वेश्चंस भी कराए

play02:09

जाते हैं तो इसीलिए मैंने अपनी फर्स्ट सेट

play02:11

ऑफ प्रिपरेशन यहीं से करी थी मैंने इनकी

play02:13

वीडियोस देखना स्टार्ट किया मुझे जावा के

play02:15

बेसिक्स क्लियर हुए देन मैं मूव करा लूप्स

play02:17

पर वो क्लियर हुए देन उसके बाद मैं मूव

play02:19

करा बेसिक डेटा स्ट्रक्चर्स पर लाइक एरे

play02:22

लिंक लिस्ट स्टैक क्यूज एक्सेट्रा ये सब

play02:25

मैंने सीखा देन इसके बाद मैं मूव करा

play02:27

एडवांस डेटा सेक्टर्स पर लाइक ग्राफ्स डीप

play02:30

ट्रीज एटस इस पूरी प्लेलिस्ट को देखने के

play02:32

बाद मेरी सारी डेटा स्ट्रक्चर्स की नॉलेज

play02:34

काफी अच्छी हो गई थी एंड इसी के साथ-साथ

play02:36

जो भी कोडिंग क्वेश्चंस मुझे इन सारी

play02:38

वीडियोस में कराए थे मैं उन सारे

play02:40

क्वेश्चंस को लीड कोड गिग्स फॉर गिग्स

play02:42

इंटरव्यू बिट इन सभी प्लेटफॉर्म्स पर

play02:44

प्रैक्टिस भी कर लेता था जिससे मेरी

play02:46

अंडरस्टैंडिंग और बेटर हो जाती थी इस पूरी

play02:48

प्लेलिस्ट को देखने में इन सारे क्वेश्चंस

play02:50

को प्रैक्टिस करने में मुझे टू मंथ्स का

play02:52

टाइम लग गया था बट इसके बाद भी एक डेटा

play02:54

स्क्चर ऐसा था जिसके अंदर मुझे कॉन्फिडेंस

play02:56

नहीं आ रहा था जिसके क्वेश्चंस मैं अभी भी

play02:58

खुद से सॉल्व नहीं कर पाता था एंड वो था

play03:00

डायनेमिक प्रोग्रामिंग डायनेमिक

play03:02

प्रोग्रामिंग के क्वेश्चंस मैं अभी भी खुद

play03:04

से सॉल्व नहीं कर पा रहा था अगर कोई मुझे

play03:06

उनका सॉल्यूशन एक बार समझा दे तब तो मुझे

play03:08

वो अच्छे समझ में आ जाता था बट खुद से ही

play03:10

सोचना खुद से सलूशन अप्रोच निकालना यह सब

play03:12

मुझसे अभी भी नहीं हो रहा था सो इसी की

play03:14

एडवाइस लेने के लिए मैं अपने उसी सीनियर

play03:16

के पास दोबारा चला गया था एंड

play03:17

कोइंसिडेंटली उन्होंने भी सेम प्रॉब्लम

play03:20

फेस कर रखी थी एंड उन्होंने मुझे बेस्ट

play03:21

रिसो सजेस्ट किया फॉर डायनामिक

play03:23

प्रोग्रामिंग एंड वो था youtube3 वर्मा की

play03:27

डायनामिक प्रोग्रामिंग की प्लेलिस्ट इस

play03:28

प्लेलिस्ट में कुछ 50 वीडियोस हैं एंड इन

play03:31

50 वीडियोस में डायनामिक प्रोग्रामिंग के

play03:32

ऑलमोस्ट सारे इंपोर्टेंट क्वेश्चंस कवर

play03:34

करा रखे हैं एंड उन सारे क्वेश्चंस को

play03:36

इतना कनेक्टेड वे में एक्सप्लेन कर रखा है

play03:38

कि आपको डायनामिक प्रोग्रामिंग एकदम अच्छे

play03:39

से समझ में आ जाती है तो मैंने अपने डीपी

play03:41

के कांसेप्ट क्लियर करने के लिए इसी

play03:42

प्लेलिस्ट को रेफर किया एंड इस प्लेलिस्ट

play03:44

की 50 वीडियोस मैंने ऑलमोस्ट वन वीक में

play03:46

ही देख ली थी एंड इसके बाद मुझे डायनेमिक

play03:48

प्रोग्रामिंग में कॉन्फिडेंस भी आने लग

play03:49

गया था एंड मैं अब डीपी के क्वेश्चंस खुद

play03:51

से सॉल्व भी कर पाता था देन इसके बाद

play03:53

हमारे कॉलेज में डेटा सेक्स एंड

play03:55

एल्गोरिथम्स का भी एक सब्जेक्ट था जिसके

play03:57

अंदर थ्योरी पे ज्यादा फोकस होता था एंड

play03:58

इसी थोरेट्स को इंप्रूव करने के लिए हमारे

play04:01

कॉलेज ग्रुप में अब्दुल बरी की वीडियोस

play04:03

काफी ज्यादा सजेस्ट होती थी उनके चैनल पर

play04:05

हर एक डेटा स्क्चर की थ्योरी एंड

play04:07

एल्गोरिथम्स की वर्किंग को काफी अच्छे से

play04:09

एक्सप्लेन कर रखा था एंड इसी वजह से अपनी

play04:13

थोरेट्स की बिहाइंड द सींस वर्किंग को

play04:15

समझने के लिए मैं अब्दुल बरी का चैनल काफी

play04:18

ज्यादा यूटिलाइज करता एंड अपनी डीएससी की

play04:19

फाइनल सेट ऑफ प्रिपरेशन के लिए मैंने यूज

play04:21

करी थी स्वर की एसडी शीट एंड उस वन मंथ के

play04:24

प्लान में आपको हर एक डेटा स्ट्रक्चर्स के

play04:26

इंपोर्टेंट इंटरव्यू क्वेश्चंस प्रैक्टिस

play04:28

करने को मिल जाएंगे एंड उन सबके वीडियो

play04:29

वीडियो सॉल्यूशंस उन्हीं के youtube4 वर्ड

play04:32

पे भी अवेलेबल तो इसीलिए मैंने अपनी डीएसए

play04:34

की फाइनल प्रिपरेशन करने के लिए टेक यू

play04:36

फॉरवर्ड चैनल एंड साइबर एसडी शीट को काफी

play04:38

ज्यादा यूटिलाइज किया था सो ये थे

play04:40

youtube4 मेन फ्री रिसोर्सेस जो मैंने

play04:43

अपनी डीएसए प्रिपरेशन के लिए यूज़ करे थे

play04:45

अपने डीएसए के बेसिक्स क्लियर करने के लिए

play04:47

मैंने यूज़ किया था वेब कोडिंग का

play04:51

youtube3 वर्मा की

play04:58

youtube-dl बरी का youtube4 एंड देन फाइनल

play05:01

सेट ऑफ प्रिपरेशन के लिए मैंने यूज करी थी

play05:03

स्वर एसडी शीट एंड टेक यू फॉरवर्ड

play05:05

youtube4 रिसोर्सेस के अलावा मुझे और किसी

play05:08

रिसोर्स की जरूरत नहीं पड़ी थी फॉर माय

play05:10

डीएसए प्रिपरेशन ये सब मैंने फोर्थ एंड

play05:11

फिफ्थ सेमेस्टर में खत्म कर लिया था एंड

play05:13

देन इसके बाद मैं बढा अपनी डेवलपमेंट की

play05:15

प्रिपरेशन के लिए वेब डेवलपमेंट के लिए

play05:17

मैंने यूडी म से एक वेब डेवलपमेंट बूटकम

play05:20

का कोर्स बाय कर लिया था बट इसके कुछ टाइम

play05:22

बाद मुझे पता चला कि जो भी चीजें मैंने इस

play05:24

कोर्स में सीखी हैं वो सब

play05:29

नई स्किल या टेक्नोलॉजी सीखने के लिए जो

play05:31

चैनल मैं चेक आउट करता था वो था कोड विद

play05:34

हैरी अगर आपको कोई भी नई स्किल सीखनी हो

play05:37

या फिर किसी भी डेवलपमेंट रिलेटेड

play05:38

टेक्नोलॉजी के बारे में कुछ भी जानना हो

play05:40

देन उसके लिए ये चैनल एकदम परफेक्ट है इस

play05:42

चैनल पर फ्रंट एंड बैक एंड डेटा बेसेस

play05:45

एपीआई कॉल्स एटस इन सबसे रिलेटेड बहुत

play05:48

सारा कंटेंट अवेलेबल है एंड इन सारी चीजों

play05:50

को काफी आसान तरीके से समझा भी रखा है सो

play05:52

मेरे लिए तो चैनल काफी ज्यादा अमेजिंग एंड

play05:54

हेल्पफुल था बट इस चैनल में हर टॉपिक पे

play05:57

प्लेलिस्ट होती है जिसके अंदर बहुत सारी

play05:59

वीडियोस होती है होती हैं अब बहुत सारी

play06:00

वीडियोस देखने में डिस्ट्रक्शन के चांसेस

play06:02

भी होते हैं एंड साथ ही साथ वीडियोस को

play06:04

स्विच करने में टाइम वेस्ट भी होता है एंड

play06:07

इसी चीज को अवॉइड करने के लिए मैं कभी-कभी

play06:09

वन शॉट वीडियोस देखना ज्यादा प्रेफर करता

play06:10

था एंड वन शॉट वीडियोस के लिए अपना कॉलेज

play06:13

का चैनल एकदम परफेक्ट चॉइस है क्योंकि

play06:15

अपना कॉलेज के चैनल पर बहुत सारी

play06:17

टेक्नोलॉजीज एंड डिफरेंट लैंग्वेजेस की वन

play06:19

शॉट वीडियोस अवेलेबल हैं जो कि काफी

play06:20

ज्यादा इंटरेस्टिंग भी है एंड जिनको देखने

play06:23

से एक ही बारी में आपका वो टॉपिक पूरा

play06:25

कंप्लीट हो जाता है जो मुझे काफी ज्यादा

play06:26

अमेजिंग लगता था तो इसीलिए कभी मेरे पास

play06:28

टाइम का क्रंच हो या फिर मुझे कोई टॉपिक

play06:30

एक ही बारे में बेसिक से एडवांस लेवल तक

play06:32

अच्छे से समझना हो तो मैं उनकी वन शॉट

play06:34

वीडियोस प्रेफर करता था तो मेरी वेब

play06:35

डेवलपमेंट की प्रिपरेशन के लिए ये दोनों

play06:37

चैनल्स एकदम सफिशिएंट थे इसके बाहर मुझे

play06:40

कोई भी और रिसोर्स देखने की जरूरत ही नहीं

play06:41

थी बट अगर कभी मुझे किसी डेवलपमेंट के

play06:43

टॉपिक पर इन डेप्थ नॉलेज चाहिए हो या फिर

play06:45

मुझे किसी टेक्नोलॉजी के नए फीचर के बारे

play06:47

में जानना हो देन उसके लिए मुझे एक चैनल

play06:49

मिला था बाय द नेम ऑफ वेब डेफ सिंपलीफाइड

play06:52

इस चैनल के अंदर आपको बहुत सारी शॉर्ट एंड

play06:54

क्रिस्प वीडियोस मिल जाएंगी जिसके अंदर

play06:56

एक-एक टॉपिक को काफी डिटेल में एक्सप्लेन

play06:58

कर रखा है एंड साथ ही साथ ये आपको गुड

play07:00

कोडिंग प्रैक्टिसेस के बारे में भी बताते

play07:02

हैं जो आपको डेवलपमेंट करते हुए फॉलो करनी

play07:04

चाहिए एंड इसी से आपकी वेब डेवलपमेंट

play07:06

रिलेटेड स्किल्स काफी इंप्रूव हो जाएंगी

play07:08

ओके सो दीज वर द थ्री चैनल्स कोड विद हैरी

play07:11

अपना कॉलेज एंड वेब डेव सिंपलीफाइड

play07:13

जिन्हें मैं अपनी वेब डेवलपमेंट रिलेटेड

play07:14

प्रिपरेशन के लिए यूटिलाइज करता था मेरी

play07:16

ये सारी प्रिपरेशन फिफ्थ सेम एंड सिक्स्थ

play07:19

सेम के फर्स्ट मंथ तक कंप्लीट हो गई थी

play07:21

एंड इसके बाद स्टार्ट होने वाला था

play07:22

इंटर्नशिप सीजन जिसके अंदर डिफरेंट कंपनीज

play07:25

आने वाली थी विद ग्रेट इंटर्नशिप

play07:27

अपॉर्चुनिटी एंड अब बारी थी फाइनल

play07:29

इंटरव्यू प्रिपरेशन करने की जिसके अंदर

play07:31

मैं जाना चाहता था इंटरव्यू एक्सपीरियंस

play07:33

के बारे में कि इंटरव्यूज के अंदर क्या

play07:35

क्वेश्चंस पूछे जाते हैं कितने राउंड्स

play07:36

होते हैं एंड इन सारे राउंड्स के लिए

play07:39

लास्ट मिनट प्रिपरेशन टिप्स क्या होती है

play07:40

एंड इसी सारी इंटरव्यू एंड प्लेसमेंट

play07:42

रिलेटेड इंफॉर्मेशन जानने के लिए जो

play07:44

चैनल्स मैं चेकआउट करता था उनमें से

play07:46

फर्स्ट चैनल था निशान चहर का इस चैनल के

play07:49

अंदर आपको काफी सारी वीडियोस मिल जाएंगी

play07:51

ऑन इंटरव्यू एंड प्लेसमेंट रिलेटेड

play07:52

टॉपिक्स जो आपकी फाइनल सेट ऑफ प्रिपरेशन

play07:55

के लिए काफी ज्यादा बेनिफिशियल हो एंड देन

play07:57

इसके बाद मेरा सेकंड रिसोर्स था अपना

play07:59

कॉलेज का

play08:11

youtube's के अंदर स्टूडेंट्स को क्या

play08:14

करना चाहिए एंड सक्सेस स्टोरीज पे ज्यादा

play08:16

फोकस होता है फेलर्स रिजेक्शंस गफ अपस

play08:19

इनकी कोई बात ही नहीं करता बट आई थिंक

play08:21

फेलर्स रिजेक्शंस इन सब के बारे में बताना

play08:24

एंड कि वो इस जर्नी का एक नॉर्मल पार्ट है

play08:26

यह समझाना काफी ज्यादा इंपॉर्टेंट है एंड

play08:28

साथ ही साथ इन फेलियर एंड रिजेक्शंस को

play08:30

हैंडल कैसे करना है इसके बारे में भी

play08:32

नॉलेज शेयर होनी ही चाहिए एंड इसी थॉट को

play08:34

लेकर मैंने अपना youtube4 भी स्टार्ट किया

play08:36

था जिसके अंदर आई एम शेयरिंग अबाउट माय

play08:38

इंटरव्यू एक्सपीरियंस माय फेलर्स माय

play08:41

मिस्टेक्स माय गुफ अपस एंड माय सक्सेस

play08:43

स्टोरीज एज वेल सो अगर आपको ये सब अच्छा

play08:45

लगे देन यू कैन चेक आउट माय चैनल एज वेल

play08:47

फॉर कॉलेज प्लेसमेंट्स एंड इंटरव्यू

play08:49

रिलेटेड इंफॉर्मेशन सो ये थे सारे के सारे

play08:51

रिसोर्सेस जो मैंने अपने कॉलेज टाइम में

play08:53

यूज़ करे थे फॉर माय डीएसए डेवलपमेंट एंड

play08:56

प्लेसमेंट प्रिपरेशन बट स्टिल अभी भी एक

play08:58

क्वेश्चन अन आंसर्ड है एंड दैट इज कि

play09:00

ट्यूटोरियल हेल एंड डिस्ट्रक्शन से कैसे

play09:02

बचे एंड यह काफी सारे स्टूडेंट्स का एक

play09:05

कॉमन इशू भी है इससे बचने के लिए आपको

play09:29

ओके सो येही थे सारे रिसोर्सेस एंड सम

play09:31

टिप्स दैट विल हेल्प यू इन योर प्रिपरेशन

play09:34

आई होप आपको ये वीडियो यूज़फुल लगी हो एंड

play09:35

अगर आपको कोई भी डाउट्स हो देन यू कैन

play09:37

कनेक्ट विद मी ऑन

Rate This

5.0 / 5 (0 votes)

الوسوم ذات الصلة
DSA PreparationPlacement TipsCoding ResourcesInterview ExperienceWeb DevelopmentDynamic ProgrammingData StructuresAlgorithmsYouTube TutorialsPlacement Success
هل تحتاج إلى تلخيص باللغة الإنجليزية؟