Questions around testing process and SDLC
Software Development Engineer In De Test Interview Questions
5,158 software development engineer in de test 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.
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
Few managerial questions related to few situations.
1. Convert JSON to Map object 2. Sorting an array by moving all duplicates to end of array etc.
a total of maybe 10 qs no technical code.
"How do you handle bugs?"
Viewing 4151 - 4160 interview questions