Given an array of numbers, e.g. [1,2,3]. Write a program to print all the possible permutations of their arrangements in the array, e.g. [1,2,3], [2,1,3], [1,3,2], [2,3,1], [3,2,1], [3,1,2].
Software Development Engineer Test Interview Questions
5,411 software development engineer test interview questions shared by candidates
Level order traversal of a given tree.
basic data structures/algorithms/big O notation. Should be able to apply algorithms such as binary search, hashing etc as and when needed.
Oops DSA Rest Assured Manual Fundamental
Tell me about your Projects?
DSA Question: Given a string that has multiple words.. reverse each word in its place and return the string.
What is your expected salary?
Print kth node from last of linked list
OOP conception, swipe 2 numbers
They asked me coding questions
Viewing 4831 - 4840 interview questions