
SDET Java Coding Challenges
Carvia Tech | October 14, 2020 | 1 min read | 662 views
Collection of top 15 Java coding problems with their solutions that are relevant for SDET interview preparation.

Java Coding Challenges for SDET
Coding Challenges for SDET
-
Write a program to find sum of each digit of a given number using recursion
-
Write a program to get distinct words from a given file in Java
-
Write a program to reverse a string using recursion algorithm
-
How to reverse a single linked list?
-
Write a program to convert a string to number without using
Integer.parseInt()
-
Write a program to find common integers between two sorted arrays.
-
Convert a decimal number to binary format in Java.
-
Write a program to check if given number is Palindrome or not
Top articles in this category:
- 50 SDET Java Interview Questions & Answers
- SDET: JUnit interview questions for automation engineer
- SDET Java Role - Essential Skills
- Rest Assured API Testing Interview Questions
- REST Assured Basic Authentication
- Anagrams string checker in Java
- Get distinct words from a given file in Java
Find more on this topic:
Subscribe to Interview Questions
Recommended books for interview preparation:
Book you may be interested in..
Book you may be interested in..
Similar Posts
- Reverse position of words in a string using recursion
- REST Assured with plain/text response body
- Get distinct words from a given file in Java
- SDET Java Coding Challenges
- REST Assured vs Apache HttpClient and RestTemplate
- Java 11 HttpClient with Basic Authentication
- HTTP GET request with Java 11 HttpClient - Kotlin
- HTTP Head request using Java 11 HttpClient - Kotlin
- Using Java 11 HttpClient with Kotlin Coroutines
- Migrating Spring Boot tests from Junit 4 to Junit 5