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 ArticleCreate 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 ArticleOAuth2 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 ArticleFind 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 ArticlePopular Tags
Java 8
microservices-architecture
algorithm-datastructures
java 9
senior java developer
investment banking
unix-concepts
spring-boot
Payumoney Integration
Multithreading and Concurrency
Amazon DynamoDB
Spring Boot 2
Python Coding Problems
Java Coding Challenges
sapient interviews
AWS Tutorials
Flask - Python micro web framework
java-httpclient
java junit
Rest Assured
Trending 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
- Java Coding Problems for SDET Automation Engineer
- 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