Skip to content

A comprehensive collection of 25+ Java coding problems organized by category for SDET interview preparation. Each problem includes detailed descriptions, examples, test cases, and method signatures - just implement the TODO sections to practice your skills.

Notifications You must be signed in to change notification settings

na-v-ee-n/Java-SDET-coding-problems-Practise

Repository files navigation

Java SDET Coding Problems Practice

Usage

Each file contains:

  • Problem description with examples
  • Method signatures
  • Test cases with expected outputs
  • TODO comments for implementation Run individual files to test your solutions.

Structure

String Manipulations (15 problems)

  • String reversal, anagram checking, palindrome validation
  • Character manipulation, substring operations
  • Vowel counting, case conversion, whitespace handling

Array Operations (4 problems)

  • Element finding (smallest, largest, missing, second largest)
  • Array manipulation and searching algorithms

Basic Programming (4 problems)

  • Number swapping techniques
  • Prime number checking
  • Fibonacci series generation

Collections Framework (1 problem)

  • HashMap operations for word counting

Data Structures (1 problem)

  • Singly linked list implementation

About

A comprehensive collection of 25+ Java coding problems organized by category for SDET interview preparation. Each problem includes detailed descriptions, examples, test cases, and method signatures - just implement the TODO sections to practice your skills.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages