SDET Interviews

SDET Java Interview pattern and collection of questions covering SDET coding challenges, automation testing concepts, functional, api, integration, performance and security testing, junit5, testng, jmeter, selenium and rest assured

Check whether given number is even or odd

Upasana | May 24, 2019 | 1 min read | 412 views

In this tutorial we will learn how to check if a given number is even or odd using Java program

Read Article

Create anagram buckets from a given input array of words

Upasana | May 18, 2019 | 2 min read | 156 views | Java Coding Challenges

Here we get an input array of words that contains anagram string, and we need to create buckets for all the anagrams words.

Read Article

OAuth2 protected resources using RestTemplate

Upasana | May 05, 2019 | 2 min read | 2,825 views

Access OAuth2 protected resources using RestTemplate: Issue AccessToken and using AccessToken to access protected resources

Read Article

Find longest non-repeating substring from a given string in Java

Upasana | May 04, 2019 | 1 min read | 222 views

Find longest non-repeating substring from a given string in Java

Read Article