5.0 /5
(16)

343
Please Read this Important Note
Important Notice: No Downloading and Sharing Videos
Lets get to know each other better?
Install Git Bash on Windows Operating System
Linux Module Folder
Basic Commands: whoami, pwd, cd, mkdir, touch
Basic Commands [Text Editor] : nano, vi, echo , > , >>
Basic Commands to Remove Files Folder Operations: mkdir, rmdir, rm-rf, rm
List Contents of a folder using ls
❓ Linux Commands Knowledge Check
Understanding cat Command
Understanding head, tail command
Understanding cp, mv command
Pattern Matching using grep
Understanding find command
Understanding sort command
Compare files using cmp and diff command
Understanding history command
Text Processing using awk
Moving to Advance Linux Commands. Lets move to Cloud
Step by Step Guide Creating Account AWS
Walkthrough of AWS Dashboard and creating EC2 instance and intro to ssh
Understanding scp command
Installing Mobaxterm for Windows
Revision Part 1
❓ Linux Commands Knowledge Check
Downloading Jenkins using wget command
Installing Java using apt and starting Jenkins on the EC2 server
Running a process in background using nohup command
❓ Linux Commands Knowledge Check
Understanding ps and kill command
File and Folder Compression using gzip and tar command
Introduction to crontab command scheduler
Hands-on on Crontab
Schedule Task with at command
And its done!
Survey for Linux Module
Verify Git Installation
Setting up Personal Info on Git
Git Basic Commands| Study with Me
Understanding git init
Understanding git status
Deep Dive into git commit
Understanding git log
Git Basic Commands For Practice!
Undo Commits with git reset
Undoing Commits with git revert
Understanding Branches in Git
Understanding Revisiting Branch
Understanding Git Merging
Git Merging Scenario 2 Important
Git Merge Scenario Implementation
Understanding How to resolve Merge Conflict in Branches
Picking Just Particular Commits with git cherry-pick
Git Revision Part 1- Study with me
Understanding Remote Repository
Creating Account in Gitlab
Understanding git remote add and git push
Revisiting git log for a moment!
Understanding git clone
Understanding git pull and git fetch
Understanding git fetch
Understanding git pull
Store changes temporarily using git stash
Ignore Files using .gitIgnore
Understanding Git Branching Model Part 1
Understanding Git Branching Model Part 2
How to Explain Git Branching Model in Interview?
Git Branching Model Practice Assignment
How to use Eclipse Git Plugin
Ignoring Files using EGit Plugin in Eclipse
Resolving Conflicts in Eclipse using EGIT
Git Interview Question
Git Module Survey
Install JDK 11 on your windows
Install eclipse on your windows machine
What are Data types in Java?
Understanding Variables
Literals
Lets write the code togehter
Understanding Code Execution
Introduction to Operators
Understanding Arithmetic Operator
Unary Operators 101
Relational Operator
Logical Operator
Bitwise Operator 101
Bitwise Operator Code
Understanding Assignment Operator
Ternary Operator Short Hand If Else
Instance of Operator
Introduction to Conditional Operators
if statement
If Statement Code
If Else
if else if statement
Loops Introduction
For Loop Theory
For Loop Code Part 1
For Loop Code Part 2
While Loop
Do While Loop
Understanding Methods
Understanding Method Execution
Method Overloading
Arrays in Java
Welcome to Array
Array Code
Introduction 2D Array
2D Array Code
Jagged Array
Drawbacks Of Array
String
String Code
String Method Part 1
String Method Part 2
Intern Method
String Buffer 101
String Buffer Methods
String Builder
Procedural Programming 101
Drawback of Procedural Programming
Introduction to Classes and Object
Classes & Objects
Accessing Instance Variables
Encapsulation
This Keyword
Constructors In Java
Default & Parameterized Constructor
Copy Constructor
Constructor Chaining
Private Constructor
Constructor VS Setter
Understanding toString()
Compare 2 objects with equals() Method
OOPS Interview Question
Lets Complete The Student Class
Requirement 2 For Student Class
Requirement 3 For Student Management System
Inheritance
Simple Inheritance Part 01
Simple Inheritance Part 02
Assignment Solution
Super vs This Keyword
Introducing the Person Class
Method Overriding Part 1- Requirement 4
Method Overriding Part 02
Parent of all classes
Method Overloading - Requirement 5
Revision
Our Journey So Far.....
Intro to Static Keyword
Static Variables & Methods - Requirement 6
Static Block
Static Block Assignment - Requirement 7
Build Design Pattern - Requirement 8
Build Design Pattern Student Class
Static Import
Intro to Final Keyword
Final Variable
Requirement 9
Abstract Class
Requirement 10 for Abstract Class
Intro to Interface
Requirement 11
Revision OOP
ENUM Intro
ENUM Theory
Exception handling theory
How to handle exception handling
Variation of try catch block
Creating Custom Exception Part 1
Runtime exception
throw vs throws
Requirement 12
Exception handling Revision
File Class in Java
File Class Part 2
File Reader and File Writer
Buffer Writer
Buffered Reader
Revision
PrintWriter
File Handling Program 1
File Handling Program 2
File Handling Program 3
Serialization and Deserialization
Array of Objects
Array of Objects Code
Requirement 13
Requirement 14
Requirement 14 Solution
Drawbacks of Array
⚠️ Disclaimer
Introduction to Java Collections Framework JCF
Hierarchy of Collection
List 101
Array List Deep Dive
Array List Iteration
Contact App
Internal Working of ArrayList
ArrayList Complete Revision
Requirement 15
Backward Compatibility
Intro to Linked List
Array List and Linked List Comparison
Walkthrough of Linked List Methods
Requirement 16 Part 1
Requirement 16 Part 2
Requirement 16 Part 3 Adding Serialization to the HelpDesk Component
Revision for Array List and Linked List
Introducing Student Manager Class
Vector 101
Vector Methods
Stack
Stack Methods
Stack - Reverse a String
Set 101
Set to List
Internal Working of Hashset (Imp)
Set Revision
Maps 101
Revision of Maps
Surprise
Intro to the Logic Building
🟢 Swap Two Numbers - Easy
🟢 Reverse Integer
🟢 Factorial of a Number
📝 Revision Time
🟢 Even Odd Number Easy [Bitwise manipulation - And &]
🟠 Check if a Number is an Armstrong Number
📝 String 101
🟢 Length of Last Word in String
🟢 Print the Even Words from a String Easy [String Manipulation]
📝 Revision For Question 3,4,5
⚠️ Remove Duplicate Letters From a String Easy [String Manipulation]
🟢 Palindrome Number - Easy [Mathematical Approach and String Manipulation]
🟢 Check if a String is Pangram or Not
🟢 Check if a String is Pangram or Not Solution 2
📝 Revision For 6,7.8
🟢 Pattern Printing - Easy [Interview Question] [Loops]
🟢 Pattern Printing Numeric Hollow Pyramid -Easy Loops
📝 Array 101
🟢 Missing Number in Array - Easy [Mathematical Approach and Bitwise Manipulation ExOr]
🟢 Sum of Array Elements
🟢 Find Largest Element in an Array
🟢 Understanding Linear Searching
🟢 Reverse an Array Solution 1
⚠️ Reverse an Array Solution 2 [Important]
⚠️ Move all Zeros at the end
⚠️ Count the Frequency of characters in String
⚠️ Find Frequency of Special Characters
⚠️ Count the Frequency of Charaters Without Using Hashmap
🟢 Two Sum
🟠 Find the Second Largest Element in an Array [Important Interview Question]
🟢 Count the Number Vowels of the String Easy
🟢 Roman to Integer
🟢 Integer to Roman
📝 Stack 101
🟢 Valid Parentheses
🟠 Check if 2 Strings are Anagram Solution 1
🟠 Monotonic Array
🟢 Changing Keys
📝 String Builder String Buffer and String Class
🟢 Separate numeric values from alphabets Java code
🟢 Replace all vowels in the input name with the character 'x'
⚠️ Merge Two Sorted Arrays
🟢 Find the First and Last Char O in the String
🟢 Reverse Vowels of a String
🟢 Reverse Only Letters
🟢 Fibonacci Series
🟢 Check if a number is even or odd from an Array List
🟢 Count The Digits in a Number
🟢 Name Shortener
⚠️ Transpose Matrix
⚠️ Rotate an Array Right
⚠️ Rotate an Array Left
🟢 Reverse Characters of the words
🟢 Reverse Characters of the words 2nd Way
🟢 Find the Length of the String without .length() Method
🟢 Find the Length of the String without .length() Method 2nd Way
🟢Reverse a Map
⚠️ Linked List 101
⚠️ Reverse a Linked List
🟢Reverse the Case in a String
🟢Remove Duplicate Values from Arrays
🟢Second Solution For Remove Duplicate Elements
🟢Reverse First word of String
⚠️ Check If an Array is Mountain Array or Not?
🟢Count LowerCase and UpperCase Characters in a String
🟢Find Second Largest Number from a String Solution 2
🟢Find Second Largest Number from a String Solution 2
🟢Count Character in String With Twist
🟢Count the Frequency of Words in String !
🟢Find Common Element in Two List
🟢Find Common Element in Two List without inbuild Method
🟢Rearrange Odds And Even
🟢Calculate the Sum of Numbers From String
🟢Some Array Questions Revisions
🟠 Leader in Array
🟢 Print Unique Characters From String
Logic Building Module Survey
Project KT Application Walkthrough
Project KT Understanding Network Calls
Postman Installation (Optional)
Postman Features and Drawbacks
How to make a request in Postman?
Importing Login Request Directly in Postman
Importing the remaining In-warranty Flow API Requests in Postman [Study with Me]
Optimizing our Inwarranty flow Collection
Postman Running the In warranty Flow From via API Only
Variables in Postman
Understanding Collection Variable
Completing the Assignment ( Introducing to Collection Runner )
Environment Variables
Global Variables
Random Data Generator
Telit Java Coding Assignment Part1
Telit Interview Question Framework Creation Part1
Telit Interview Question Framework Creation Part2
Telit Interview Question Framework Creation Part 3
Telit Interview Question Framework Creation Part 4
Telit Interview Question Framework Creation Part 5
Telit Interview Question Framework Creation Part 6
Telit Interview Question Framework Creation Part 7 Jenkins Integration
Deutsche Bank AG
Accenture Interview Question
LTI Interview Questions
EPAM Interview Question 1
EPAM Interview Question 2
Capgemini Interview Questions
Interview Question Set 1
Interview Question Set 2
Interview Question Set 3
API Testing Interview Assignment
TCS Interview Questions
Quantafic Interview Questions
Test Technical Exercise -Band 5
Download Stuff
Fix your Naurki Profile for Better Job Calls
Tell Me Something About yourself?
In Conversation with Kajal T on How to Prepare for Job Interviews?
In Conversation with Abhishek how hes working as E2E Tester and work on Automation Project, Challenges

5.0 /5
(16)

  • Avatar
    Sravani
    (5)
    Great Teaching

    I was able to clearly understand topics that were previously quite confusing. The credit goes to Jatin for his excellent teaching. Thank you for the great guidance.

  • Avatar
    Rohan
    (5)
    Best SDET course

    The SDET Master Class (Self-Paced) is well structured and practical, making complex concepts easier to grasp. As I go through it, I already feel more confident in my automation skills. Thanks to Jatin Sir for creating this course.

  • Avatar
    Pranali
    (5)
    The Java module of course is unbeatable

    Tech with Jatin’s SDET Automation course is one of the most well-structured and hands-on programs I’ve come across. It covers everything

  • Avatar
    Charu
    (5)
    Absolutely amazing course

    The course is amazing, and the explanations are very clear. Jatin's way of explaining is remarkable. Each topic is covered thoroughly and presented in a way that makes it easy to grasp. Jatin's teaching style ensures that every concept is deeply understood, making the learning experience exceptional.

  • Avatar
    Mohit
    (5)
    One of the best SDET courses I've taken so far

    This course is honestly a gem for anyone looking to get into the SDET field. It covers everything you need — from the basics to more advanced stuff — in a very practical and easy-to-follow way. I am still midway through the course, but even at this point, I can tell it’s adding real value. If you are serious about becoming an SDET, this is definitely the course to go for.

  • Avatar
    Sibi
    (5)
    Java Master Class

    Hi Jatin, I have completed the Java Master class as part of the SDET. I am more confident now on Java, the way you present the course and its revision has made the difference. Now I am a fan of your teaching style, it helps me to remember what I have learnt so far in this course. Thanks Jatin.

  • Avatar
    Maya
    (5)
    Loved it!

    Loved the SDET course with Jatin! He explains everything so clearly and makes even the tricky topics feel easy. Super helpful with doubts and the hands-on practice was spot on. Really boosted my confidence. Highly recommend it!

  • Avatar
    Athira
    (5)
    Loving My Java Journey with Jatin!

    Learning SDET course with Jatin has been an amazing experience! His way of explaining things is incredible, and it makes learning easy and fast. I’ve started loving Java and feel very confident now. The course is designed in a very systematic way. If you're ready to put in the effort, you will definitely see the benefits! The weekly sessions are super helpful, and we also get one-on-one sessions every month. I really appreciate Jatin for all the effort he puts into teaching us. He’s also a great motivator, and I truly believe having a mentor like him is invaluable. It definitely pays off — not just in building your career, but also in forming a meaningful connection with a genuinely good human being. I’m still on my learning journey and can’t wait to share an update when I achieve my goal! Thank you, Jatin!

  • Avatar
    Anjali
    (5)
    Engaging and informative- best course i have ever taken

    This Master course has been a game-changer for me. Jatin is passionate, knowledgeable and his teaching style is very engaging. Course material is well-structured and easy to follow. I've learned so much from this course, and I appreciate the jatin’s ability to connect with students and provide personalised guidance.

  • Avatar
    Amit
    (5)
    Sdet interview Preparation

    Jatin is a excellent mentor along with excellent teacher. His framework session is very conceptual and give us upper hand in interview by comparing with other applicant who had studied from different trainer. Jatin especially thanks from framework session and clean coding principle. Because of him I had started framework design in my organization. And successfully implemented. Once again a very thanku jatin for wonderful study material.

  • Avatar
    Kajal
    (5)
    It helped in me in Job Change

    Perfect for anyone who wants to switch to an SDET role. The course covers everything from basics to advanced stuff. I could learn at my own speed, and whenever I had doubts, the support was amazing. Highly recommend it! Jatin’s effort in putting this course together is seriously impressive. The way he explains concepts makes them super easy to understand nd u can tell he’s put a lot of thought and hard work into it. Really appreciate the clarity and structure makes learning so much smoother..

  • Avatar
    Shruti
    (5)
    World-Class. First-Class. Simply the Best!!

    If you’re looking for a world-class trainer, let me save you the trouble— This course by Jatin is simply the best! Each and every concept of all different technical topics provided in this course - he has made it all simple and easy for us. If you are afraid of programming language, after completing this course - Java will be a piece of cake for you! Crystal-clear explanation, hands-on approach, making even the trickiest concepts feel super simple and practical - outstanding!! Beyond his technical brilliance, Jatin is one of the most dedicated, patient and inspiring mentors I’ve ever come across. He genuinely cares about his students' success, always going the extra mile to ensure everyone truly understands and feels confident. No matter your level—beginner or experienced—you’ll walk away feeling empowered and job-ready. If you are looking for such training to start or upskill your technical skills, then you are at the right place—it’ll be a game-changer for your career for sure! And Thank you Jatin for your incredible efforts and mentorship!

  • Avatar
    Nisha
    (5)
    Awesome Course!!

    The course has well-organized content, which is easy to follow even for a beginner in automation. A well-explained and detailed Java Module with logical building questions helps to prepare for an interview as well as for implementation in current projects. The Interview Assignment section is really good, it provides clarity for framework implementation and points to keep in mind while designing a framework.

  • Avatar
    Vibha
    (5)
    Well-Structured and Practical – A Must for SDET Learners

    The SDET Master Class (Self-Paced) is well-organized and highly practical, breaking down complex concepts in a way that's easy to understand. As I progress through the course, my confidence in automation is growing. Big thanks to Jatin for putting together such a valuable resource!

  • Avatar
    Sharvani
    (5)
    Review for java module

    I have taken many java courses online and offline but this master class is a master piece. The topics are explained from scratch like in detail. Initially I could not make sense of why some things work this way or any other method execution has to be that way and I found answers to that here. The interview questions, logic building modules, doubt clearing sessions each one has its own special touch. Thank you Jatin. Glad to have found him and this course. A very big thank you to my mentor who introduced me to this course.

  • Avatar
    Kavya
    (5)
    A Passionate Approach to Learning Selenium with Jatin

    I am currently in the middle of Jatin's Selenium training, and my experience so far has been outstanding. Jatin doesn't just teach—he genuinely enjoys it, which makes the learning process engaging and fun. His use of real-time examples brings the concepts to life, making them easier to understand and remember. What sets his teaching apart is his use of a board and pen, which creates a visual and pictorial memory that helps reinforce the material. Jatin's enthusiasm is contagious, and he consistently encourages us to learn and grow. I particularly appreciate the motivational quotes he shares at the beginning of every session. I make it a point to note them down as they serve as great sources of inspiration for my learning journey.