Implement Stack. Fetch Data From Api Using Java Springboot. How To Implement Stack Using Queues What Is context Api? What Is REST API? Difference Between useEffect And useState Hook?
Sdet Interview Questions
4,402 sdet interview questions shared by candidates
Basic java question and algo
Defect Description and test plan - what has to be included
jira, confluence ,api, agile ,Automation
type of testing techniques , API testing , Selenium and POM
Have you ever fixed a bug in production? Do you have experience in fixing a bug related to API? Nothing difficult.
what is linkedlist , what is heap, what is java
Remove duplicate from given array
Just questions related to JAVA and DSA then testing concepts
L2 round questions - 1) Find error in below code - class Base { final public void show() { System.out.println("Base:test() call"); } } class Derived extends Base { public void show() { System.out.println("Derived:test() call"); } } class Main { public static void main(String[] args) { Base b = new Derived(); b.show(); } } 2) Write code for equivalent star pattern in java 3) Write code to identify all the numbers in this array whose sum is also present in the array sample array 1 = [-1, 3, -2, 1, -4, 0, 5, 2, -3] sample array 2 = [21, 13, 47, 61, 34, 40, 55, 71, 87] example = -1 + 3 = 2 (also present in array so will be printed) -4 + 0 = -4 (not present in array so will be excluded)
Viewing 3771 - 3780 interview questions