Shailesh Kumar
Shailesh Kumar
  • Видео 126
  • Просмотров 876 171
How to prepare Azure Data Fundamentals DP 900 Certification Exam| Notes 2023 | Microsoft Certified
Hey Folks,
In this video I tried to share my notes which helped me preparing for DP 900 exam. You can download these notes from below link.
LinkedIn : www.linkedin.com/in/im856/
Instagram : shaileshsdet
Lets Chat : topmate.io/shailesh_kumar
Notes Link : www.linkedin.com/posts/shaileshsdet_azure-data-fundamentals-dp-900-notes-activity-7038764218308853760-LIPR?
Udemy Courses I personally followed :-
1. Manual Testing : Rahul Shetty , MasterClass Software Testing with Jira & Agile : bit.ly/3EkCIhp
2. ISTQB : Maged Koshty , Certified Tester ISTQB® Foundation Level : bit.ly/3gjRCg0
3. BDD , Cucumber : bit.ly/3EoMOxZ
4. Automation: Java + Selenium : bit.ly/3tIezwt
5. API : bit.ly/3tJ72gX
6. ...
Просмотров: 4 887

Видео

How to prepare for Microsoft Azure Data Fundamentals DP 900 Exam | Study guide , Notes - Shailesh
Просмотров 4,9 тыс.Год назад
Hey Folks, In this video I tried to explain how you can prepare for Microsoft Azure Data Fundamentals DP 900 Exam in one week . LinkedIn : www.linkedin.com/in/im856/ Instagram : shaileshsdet Lets Chat : topmate.io/shailesh_kumar Notes Video : Coming soon . Udemy Courses I personally followed :- 1. Manual Testing : Rahul Shetty , MasterClass Software Testing with Jira & Agile : bi...
Save cost on AWS Certifications | AWS Cloud Practitioner Foundational Certification
Просмотров 24 тыс.Год назад
Hey Folks, In this video I tried to explain how you can save some cost by doing AWS Cloud Practitioner Foundational Certification first instead of randomly doing any certification. LinkedIn : www.linkedin.com/in/im856/ Instagram : shaileshsdet Lets Chat : topmate.io/shailesh_kumar Link to AWS Exam : aws.amazon.com/certification/certified-cloud-practitioner/?ch=tile&tile=getstarte...
Binary Search - Java programs for QA | Searching and Sorting - Shailesh Kumar
Просмотров 275Год назад
Hey Folks, In this video I tried to explain the Binary Search Algorithm and it's time complexity . comment down below if you have any doubt. LinkedIn : www.linkedin.com/in/im856/ Instagram : shaileshsdet Lets Chat : topmate.io/shailesh_kumar Udemy Courses I personally followed :- 1. Manual Testing : Rahul Shetty , MasterClass Software Testing with Jira & Agile : bit.ly/3EkCIhp 2....
How to prepare for AWS Cloud Practitioner in 2 weeks | Roadmap - Prepare with Shailesh Kumar
Просмотров 913Год назад
Hey Folks, In this video I tried to explain how you can prepare for AWS Cloud Practitioner exam with me. Best Free Code camp video and Udemy courses for your preparation. Don't forget to give mock test before appearing in actual exam. LinkedIn : www.linkedin.com/in/im856/ Instagram : shaileshsdet Lets Chat : topmate.io/shailesh_kumar Udemy Courses I personally followed :- 1. Manu...
Linear Search - Java programs for QA | Searching and Sorting
Просмотров 155Год назад
Hey Folks, In this video I tried to explain the Linear Search Algorithm and it's time complexity . comment down below if you have any doubt. LinkedIn : www.linkedin.com/in/im856/ Instagram : shaileshsdet Lets Chat : topmate.io/shailesh_kumar Udemy Courses I personally followed :- 1. Manual Testing : Rahul Shetty , MasterClass Software Testing with Jira & Agile : bit.ly/3EkCIhp 2....
My 2023 learning calendar | System Desgin | JavaScript for QA
Просмотров 719Год назад
Hey Folks, In this video I tried to give and overview of things that I will be learning in 2023 LinkedIn : www.linkedin.com/in/im856/ Instagram : shaileshsdet Lets Chat : topmate.io/shailesh_kumar Courses in this vides 1. Complete Web Development : bit.ly/3Vqxfwu 2. System Design : pratimaupadhyay.graphy.com/courses/System-Design-Fundamentals-63a42ab5e4b06b001362deda 3. Java Scri...
How to start learning DSA as fresher | Resources and System Design
Просмотров 1,1 тыс.Год назад
Hey Folks, In this video we had Pratima Upadhyay with us , where we discussed how to start learning Data Structures and algorithms as a fresher . She is coming up with her system design course which you can find here Pratima Course : pratimaupadhyay.graphy.com/courses/System-Design-Fundamentals-63a42ab5e4b06b001362deda Pratima LinkedIn : www.linkedin.com/in/pratima-upadhyay-13993610b/ LinkedIn ...
How to delete node from Linked List using Java | Collection Framework for QA
Просмотров 415Год назад
Hey Folks, In this video I tried to explain how we can delete the node from a linkedlist at start , end or a particular index. LinkedIn : www.linkedin.com/in/im856/ Instagram : shaileshsdet Lets Chat : topmate.io/shailesh_kumar Udemy Courses I personally followed :- 1. Manual Testing : Rahul Shetty , MasterClass Software Testing with Jira & Agile : bit.ly/3EkCIhp 2. ISTQB : Maged...
How to insert node at given Index in Linked List using Java | Collection Framework for QA
Просмотров 911Год назад
Hey Folks, In this video I tried to explain how to insert a node at a given index in a linked List using java on IntelliJ Idea IDE . Hope you find it useful LinkedIn : www.linkedin.com/in/im856/ Instagram : shaileshsdet Lets Chat : topmate.io/shailesh_kumar Udemy Courses I personally followed :- 1. Manual Testing : Rahul Shetty , MasterClass Software Testing with Jira & Agile : b...
How to insert node at Start End in LinkedList | Java Collection Framework for QA
Просмотров 270Год назад
Hey Folks, In this video I tried to explain the basic structure of linked List and how we can add delete node at the Start End of linked List . LinkedIn : www.linkedin.com/in/im856/ Instagram : shaileshsdet Lets Chat : topmate.io/shailesh_kumar Udemy Courses I personally followed :- 1. Manual Testing : Rahul Shetty , MasterClass Software Testing with Jira & Agile : bit.ly/3EkCIhp...
How to learn Automation Testing easily | Selenium Framework from script
Просмотров 1,9 тыс.Год назад
Hey Folks, In this video I tried to explain the easy and intresting way to learn automation testing from manual testing . Start with a script and convert that into automation step by step. LinkedIn : www.linkedin.com/in/im856/ Instagram : shaileshsdet Lets Chat : topmate.io/shailesh_kumar 10 Basic Programs for QA : ruclips.net/p/PLggQbifIbSE17OJ_0mAFnxW3FoW9eWGuD Udemy Courses I ...
1137 N-th Tribonacci LeetCode Solution | Java programs for QA - Medium Level - Shailesh Kumar
Просмотров 489Год назад
Hey Folks, In this video I tried to solve the Leetcode problem number 1137 N-th Tribonaaci Number using Dynamic Programming in Java using Hashmap. LinkedIn : www.linkedin.com/in/im856/ Instagram : shaileshsdet Lets Chat : topmate.io/shailesh_kumar Udemy Courses I personally followed :- 1. Manual Testing : Rahul Shetty , MasterClass Software Testing with Jira & Agile : bit.ly/3EkC...
509 Fibonacci LeetCode Effective Solution | Java programs for QA - Medium Level - Shailesh Kumar
Просмотров 436Год назад
Hey Folks, In this video I tried to improve the efficiency of 509 Leetcode solution of Fibonacci number . LinkedIn : www.linkedin.com/in/im856/ Instagram : shaileshsdet Lets Chat : topmate.io/shailesh_kumar Udemy Courses I personally followed :- 1. Manual Testing : Rahul Shetty , MasterClass Software Testing with Jira & Agile : bit.ly/3EkCIhp 2. ISTQB : Maged Koshty , Certified T...
Fix Docker compose issue on Apple M1 machine | Error response from Daemon i/o timeout issue
Просмотров 1,8 тыс.Год назад
Hey Folks, In this video I tried to download docker images and run container using selenoid but was having issue in downloading images. Giving error like Docker daemon is not running , error response from daemon get https //registry-1.docker.io/v2/ TLS handshake timeout in Docker etc LinkedIn : www.linkedin.com/in/im856/ Instagram : shaileshsdet Lets Chat : topmate.io/shailesh_ku...
How to be a become a better QA Automation Tester | Software Testing with @Udzial
Просмотров 6 тыс.Год назад
How to be a become a better QA Automation Tester | Software Testing with @Udzial
Difference between Throws and Throw keyword in Java | Exception Handling in JAVA
Просмотров 467Год назад
Difference between Throws and Throw keyword in Java | Exception Handling in JAVA
Manual Testing Interview Questions for Freshers - Part 1 | 5 Key Differences for QA
Просмотров 850Год назад
Manual Testing Interview Questions for Freshers - Part 1 | 5 Key Differences for QA
Use ChatGPT AI to create Selenium Framework from Scratch in Java - Maven - IntelliJ IDE - TestNG
Просмотров 12 тыс.2 года назад
Use ChatGPT AI to create Selenium Framework from Scratch in Java - Maven - IntelliJ IDE - TestNG
How to prepare for MAANG as QA SDET 🔥 Testing Interview Process explained by@DecodingWithSahil
Просмотров 7 тыс.2 года назад
How to prepare for MAANG as QA SDET 🔥 Testing Interview Process explained by@DecodingWithSahil
How to prepare for Automation Interviews | Switch from Manual to Automation | Shailesh Kumar
Просмотров 1,3 тыс.2 года назад
How to prepare for Automation Interviews | Switch from Manual to Automation | Shailesh Kumar
How to handle Error and Exception in Java with example | try catch block | checked and unchecked
Просмотров 2362 года назад
How to handle Error and Exception in Java with example | try catch block | checked and unchecked
Seven Principles of Software Testing | ISTQB Testing Tutorial | Shailesh Kumar
Просмотров 2,6 тыс.2 года назад
Seven Principles of Software Testing | ISTQB Testing Tutorial | Shailesh Kumar
Basic Java Program - How to find Fibonacci number using recursion | Java for QA SDET Playlist
Просмотров 2372 года назад
Basic Java Program - How to find Fibonacci number using recursion | Java for QA SDET Playlist
How to prepare Azure Fundamentals AZ 900 Certification Exam| Notes 2023 | Microsoft Certified
Просмотров 80 тыс.2 года назад
How to prepare Azure Fundamentals AZ 900 Certification Exam| Notes 2023 | Microsoft Certified
Basic Java Program - How to find Factorial using recursion | Java for QA SDET Playlist
Просмотров 2032 года назад
Basic Java Program - How to find Factorial using recursion | Java for QA SDET Playlist
Basic Java Program - How to find Minimum Maximum in Array | Java for QA SDET Playlist
Просмотров 2972 года назад
Basic Java Program - How to find Minimum Maximum in Array | Java for QA SDET Playlist
Job Training Institutes review | Placement guarantee after training program reality | Shailesh Kumar
Просмотров 6222 года назад
Job Training Institutes review | Placement guarantee after training program reality | Shailesh Kumar
Can ChatGPT replace QA SDET ? End Of All Manual Testing Jobs in 2023 ? OpenAI Chatbot GPT vs Tester
Просмотров 98 тыс.2 года назад
Can ChatGPT replace QA SDET ? End Of All Manual Testing Jobs in 2023 ? OpenAI Chatbot GPT vs Tester
Basic Java Program - How to find Duplicate in Array using HashMap | Java for QA SDET Playlist
Просмотров 8362 года назад
Basic Java Program - How to find Duplicate in Array using HashMap | Java for QA SDET Playlist

Комментарии

  • @poreshrautofficial7076
    @poreshrautofficial7076 16 часов назад

    Where we can add our center information. I wanted to select center as Indore so where i will add this information? Could you please provide this information. As of now i have not done the payment due to this query. I wanted to confirm weather i can select indore as a center.

  • @LiveLifeAsYouWish
    @LiveLifeAsYouWish 7 дней назад

    Hi Shailesh, Really loved the content and its very informative kindly make more podcasts.

  • @simranjeetkaur9573
    @simranjeetkaur9573 13 дней назад

    Hi , can you dhare info on their BGV process?

  • @varshapd6227
    @varshapd6227 25 дней назад

    my exams git revoked stating that they could see the mobile phone around me what to do now can i restake or apply any coupons further>?

    • @038anjalidevi2
      @038anjalidevi2 5 дней назад

      What is the latest update? Did they invalidated you

    • @varshapd6227
      @varshapd6227 5 дней назад

      @038anjalidevi2 yes

  • @MohsinKhan-jp8iz
    @MohsinKhan-jp8iz 26 дней назад

    I have cleared L1 round for DevOps at Nagarro. I received invite for L2 round. Will thay be technical or managerial ?

  • @MeenaVenkatachalam
    @MeenaVenkatachalam 29 дней назад

    i have one dobut once booked person vue after i can reschedle a exam through online

  • @rohitmahajan5694
    @rohitmahajan5694 Месяц назад

    How and from where we will get/download Istqb certificate.

  • @techtelk5875
    @techtelk5875 Месяц назад

    What is the difference between TD and Pearson mode?

  • @enukonda
    @enukonda Месяц назад

    I watched the video in 2X speed just 30 minutes before exam. could answer2 questions based on this. good video for refreshing the concepts

  • @SukumaarStylish
    @SukumaarStylish Месяц назад

    I have a AWS Solution Architect Association(SAA) Voucher.If any one want message me i will give it for 5000 only

  • @saikatghosh6761
    @saikatghosh6761 Месяц назад

    C = Chennai? really? 🥲

  • @spiddy7583
    @spiddy7583 2 месяца назад

    Like like like

  • @spiddy7583
    @spiddy7583 2 месяца назад

    Is this detection still working or they stopped using it ?

  • @saiteja970
    @saiteja970 2 месяца назад

    Is this one course enough to clear the cretification exam

  • @dharmikjani3309
    @dharmikjani3309 2 месяца назад

    voice of your breathing is irritating

  • @VikasKumar-ps4rn
    @VikasKumar-ps4rn 2 месяца назад

    Does he provides notes for theory part or for important things

  • @aswinikumarmohapatra
    @aswinikumarmohapatra 2 месяца назад

    I am getting Malformed \uxxxx encoding issue after maven clean install, how to fix it?

  • @somisettyrakeshkumar5315
    @somisettyrakeshkumar5315 2 месяца назад

    Is this hackerrank exam with video or not ???

  • @gayathrym7395
    @gayathrym7395 2 месяца назад

    Can we edit our name , because I have entered my name incorrectly

  • @vikas9890
    @vikas9890 2 месяца назад

    Like is used too many times and is irritating

  • @maheshjarag2222
    @maheshjarag2222 2 месяца назад

    Thanks bro

  • @prabhakarkumar1968
    @prabhakarkumar1968 3 месяца назад

    You are missing out the big picture. Bullshit view points.

  • @yumnxxh
    @yumnxxh 3 месяца назад

    Interested

  • @ameetreddy9405
    @ameetreddy9405 3 месяца назад

    Within in how many days you will get next round call or mail can any tell me plz i have done assessment round and i have cleared all test cases are passed .

  • @bgmifunny4608
    @bgmifunny4608 3 месяца назад

    10th 47% 12th 71% Now i am pursuing bsc nursing any problem in future

  • @subham-yt2558
    @subham-yt2558 3 месяца назад

    I want to whether should I join these institutes in pune as they are saying that they will provide jon assistance, mock interviews etc. is it worth to join institute or not.

  • @solobhakt
    @solobhakt 3 месяца назад

    Experience me kya likhu Kxh to hein he nhe

  • @PushtiiSharma
    @PushtiiSharma 4 месяца назад

    Sir I am new to cloud computing and basically I have to start from scratch could you please let me know the best course on udemy through which I could learn easily and get into this field.

  • @parmarkaran70
    @parmarkaran70 4 месяца назад

    Hi, Did you find anything to fix the amd related issues on the mac machine? Basically I had encountered the same issue.

  • @pratikkkothari3198
    @pratikkkothari3198 4 месяца назад

    How much is variable and did u get full

  • @AmitRaj-zz9vp
    @AmitRaj-zz9vp 4 месяца назад

    Bro which is better Infosys or HSC?

  • @pavanredde2445
    @pavanredde2445 4 месяца назад

    Helpful 🙌

  • @eshaansingh613
    @eshaansingh613 5 месяцев назад

    Hello i have 58 in 12th 78 in 10th will it affect my placements ?

  • @krunal921007
    @krunal921007 5 месяцев назад

    Take out the fear is a good point illustrated by Gaurav.❤

  • @krunal921007
    @krunal921007 5 месяцев назад

    Normally tester don't get to view code. Mostly tester do Black box testing.

  • @hemaggade
    @hemaggade 5 месяцев назад

    how to fill form if u want to reappear for the exam

  • @challengemania4447
    @challengemania4447 5 месяцев назад

    Bro do you know any other platform like Talentbattle , Onlinestudy4u. They offer courses for 2000 only.... What's your opinion on this... Please reply bro

  • @challengemania4447
    @challengemania4447 5 месяцев назад

    16K is really expensive bro😢.. How the normal people can afford it ...😢

  • @BeinggFaiz
    @BeinggFaiz 5 месяцев назад

    One of the best video for Automation testing resume. Searched many youtube channels but i got nothing. But you are awesome bhaiya❤. Lots of love & respect to you. ❤❤ May god bless you.

  • @AbhishekKumar-nv1sb
    @AbhishekKumar-nv1sb 6 месяцев назад

    I understand that coding is necessary for automation, but it's different from development. Nowadays, interviewers often ask questions from LeetCode and other competitive coding platforms. This makes me wonder: if someone can solve DSA problems, why would they choose to pursue an SDET or QA role?

  • @pratiksymbol5655
    @pratiksymbol5655 6 месяцев назад

    Which document required to appear in the exam like adhar/PAN, Admit card?..

  • @rremix9267
    @rremix9267 6 месяцев назад

    Hi I have 3 years of experience in automation n manual testing. Can i take isqtb exam and which level?

  • @laxmansapkale6978
    @laxmansapkale6978 6 месяцев назад

    i have 3.2 year experience in testing should i apply???????????

  • @Digitalgyannn
    @Digitalgyannn 6 месяцев назад

    Really good videos best wishes from #automationdevelopmentkit6659

  • @technicalsanjeev7358
    @technicalsanjeev7358 6 месяцев назад

    my aws exam result status is showing "invalidated" Could you please help me ..

  • @arunachalamvaidhyanathan1169
    @arunachalamvaidhyanathan1169 6 месяцев назад

    Which concept does this indicates to? Overriding or Interface or Polymorphism or Inheritance?

  • @pujaKumari-hd6uk
    @pujaKumari-hd6uk 6 месяцев назад

    how honest you are even people not able to solve they tell solved everything

  • @phanirajl382
    @phanirajl382 6 месяцев назад

    This Orange t-Shirt guy speaks fine, but body language is very bad. Lots of deviation and pathetic to look at him while listening to his words.

  • @jod5209
    @jod5209 7 месяцев назад

    i just purchased the course but i am not seeing any section of array, matrix, string or beginners topic, there is only advance topics

  • @swapnilkshirsagar9169
    @swapnilkshirsagar9169 7 месяцев назад

    Which course is better for Python Selenium Automation along with Project. Please let me know.