Questions around testing process and SDLC
Software Development Engineer In Test Sdet Interview Questions
3,751 software development engineer in test sdet interview questions shared by candidates
2. Reverse a sinlgy linked list, without any use of built in collections or any dependencies.(Implement linked list on your own. do not use java.util package methods) Input : 9 -> 4 -> 2 -> 8 Ouput : 8 -> 2 -> 4 -> 9 3. Find the given two strings are anagrams. isAnagram("apple", "orange"); -> false isAnagram("worth", "throw"); -> true isAnagram("foo", "fun"); -> false 1.[7,1,4,2,0,5,2,9,3] Impl a quick sorting algorithm and explain its space and time complexities in detail
Can you describe CI CD process
Programming questions - Addition of two big integer numbers without carryover. Programs based on Arrays, Collections. Microservices testing. Backend testing. Tensorflow.
sum of array' inheritance concept overloading overriding find path to reach with the help of dynamic programming
Find a path from root to leaf of a binary tree, such that sum of all nodes in the path is equal to a given number (if exists)
general interview questions related to testing
1. Convert JSON to Map object 2. Sorting an array by moving all duplicates to end of array etc.
Problem solving questions are related to Maps and Hash-maps, Others are related to Core development and Architecture level
The approach for testing a component
Viewing 3101 - 3110 interview questions