100 must-know Test Automation problems for SDET interview prep!

Share with friends
Save Story for Later (2)
Please login to bookmark Close
100 must-know Test Automation problems for SDET interview prep!

Array Problems

  1. Two Sum: Find two numbers that add up to a target
  2. Running Sum of Array: Calculate cumulative sum
  3. Remove Duplicates from Sorted Array
  4. Remove Element from Array
  5. Search Insert Position: Find index where element should be inserted
  6. Find First and Last Position of Element in Sorted Array
  7. Merge Sorted Arrays
  8. Maximum Subarray Sum
  9. Move Zeroes to End
  10. Contains Duplicate
  11. Single Number: Find element that appears once
  12. Intersection of Two Arrays
  13. Plus One: Increment array of digits representing integer
  14. Rotate Array by K positions
  15. Find Peak Element in Array
  16. Find Missing Number in Array
  17. Majority Element: Find element appearing more than n/2 times
  18. 3Sum: Find three elements that sum to zero
  19. Product of Array Except Self
  20. Kth Largest Element in Array

String Problems

  1. Two String Anagram Check
  2. Remove Duplicates from String
  3. Reverse Words in String
  4. Valid Palindrome
  5. Longest Common Prefix
  6. String to Integer (atoi)
  7. Count and Say Sequence
  8. Implement strStr(): Find first occurrence of substring
  9. Longest Substring Without Repeating Characters
  10. Valid Parentheses
  11. Group Anagrams
  12. Longest Palindromic Substring
  13. String Compression
  14. Reverse String in Place
  15. Validate IP Address
  16. Regular Expression Matching

Linked List Problems

  1. Reverse Linked List
  2. Detect Cycle in Linked List
  3. Merge Two Sorted Lists
  4. Remove Nth Node From End of List
  5. Delete Node in Linked List
  6. Palindrome Linked List
  7. Middle of Linked List
  8. Swap Nodes in Pairs
  9. Linked List Cycle II: Find start of cycle
  10. Intersection of Two Linked Lists

Stack and Queue Problems

  1. Implement Stack using Queues
  2. Implement Queue using Stacks
  3. Min Stack: Design stack with constant-time getMin()
  4. Evaluate Reverse Polish Notation
  5. Daily Temperatures: Find days until warmer temperature
  6. Next Greater Element
  7. Valid Parenthesis String
  8. Implement Circular Queue

Tree Problems

  1. Binary Tree Level Order Traversal
  2. Maximum Depth of Binary Tree
  3. Validate Binary Search Tree
  4. Symmetric Tree
  5. Path Sum in Binary Tree
  6. Lowest Common Ancestor of Binary Tree
  7. Binary Tree Zigzag Level Order Traversal
  8. Convert Sorted Array to Binary Search Tree
  9. Serialize and Deserialize Binary Tree
  10. Flatten Binary Tree to Linked List

Graph Problems

  1. Number of Islands
  2. Course Schedule (Detect Cycle in Directed Graph)
  3. Clone Graph
  4. Word Ladder: Transform word to another changing one letter
  5. Flood Fill
  6. Pacific Atlantic Water Flow
  7. Network Delay Time
  8. Find the Town Judge

Dynamic Programming Problems

  1. Climbing Stairs
  2. Coin Change
  3. Longest Increasing Subsequence
  4. Edit Distance
  5. Unique Paths
  6. House Robber
  7. Maximum Product Subarray
  8. Word Break
  9. Decode Ways
  10. Minimum Path Sum

Test Automation Specific Problems

  1. Parse and Validate CSV File
  2. Implement Page Object Model Framework
  3. Design Data-Driven Test Framework
  4. Implement Custom Wait Mechanism
  5. Create a Test Report Generator
  6. Implement Retry Logic for Flaky Tests
  7. Extract Data from API Response
  8. Design Pattern for Test Data Management
  9. Implement Screenshot Capture on Test Failure
  10. Create Element Highlighter for Debugging

Concurrency and Threading Problems

  1. Producer-Consumer Problem Implementation
  2. Thread-Safe Singleton Pattern
  3. Parallel Test Execution Framework
  4. Thread Pool Implementation
  5. Race Condition Detection Tool

System Design Problems

  1. Design a Throttling System for API Tests
  2. Design a Distributed Test Execution Framework
  3. Design a Self-Healing Test Automation Framework

These problems cover fundamental programming skills, data structures, algorithms, and test automation-specific challenges that would prepare you well for an SDET interview.

Article Contributors

  • Ajitesh Mohanta
    (Author)
    Automation Engineer, Grab

    Experienced SDET with a strong QA background, specializing in API, manual, and automation testing. Skilled in SQL, Python, and Selenium for both backend and frontend automation. Committed to delivering high-quality software.

  • Mina Growthset
    (Reviewer)
    Growth & Mindset Trainer, QABash

    Mina combines growth with the right mindset, guiding candidates to develop the skills and attitudes necessary for success in Testing & Test Automation.

Subscribe to QABash Weekly ๐Ÿ’ฅ

Dominate โ€“ Stay Ahead of 99% Testers!

Leave a Reply

1 thought on โ€œ100 must-know Test Automation problems for SDET interview prep!โ€

Scroll to Top