given two sorted linked list, merge them into one linked list.
Software Development Engineer Test Interview Questions
5,411 software development engineer test interview questions shared by candidates
Reverse a link list. Try to do it recursively as well.
How do you simulate the functionality of a queue using 2 stacks
How would you reverse a string?
Given a regular phone number dial pad, write code that will list out all the possible letter combinations that can be made given three numerical digits as input. For example, the base function would look like this: function numberToChars(int *numbers) { // would return an array of different character combinations // if input was 123 // output: adg, adh, adi, bdg, etc... }
Given a array of integers, write code to find the max possible sum of sub-arrays. Use arithmetic progression.
Second interview more technical questions
What is testing, bug period, STLC, Priority v/s severaity
Codifica una funcion que invierta un string de varias palabras conservando el orden de las palabras
reverse a string in place
Viewing 881 - 890 interview questions