The coding question was how to detect if a singularly linked-list is cyclic. Also discuss optimization of the solution and code it in any language of your choice.
Software Development Engineer Test Interview Questions
5,412 software development engineer test interview questions shared by candidates
Given a array of integers, write code to find the max possible sum of sub-arrays. Use arithmetic progression.
How do you simulate the functionality of a queue using 2 stacks
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... }
questions related to SQL DBMS were asked.some questions related to project as well.
How would you reverse a string?
All QA related question including API, automation, and mobile testing and developers tools for mobile
What is testing, bug period, STLC, Priority v/s severaity
I was asked in 3rd round how will I know if the request sent by the driver to the website is successful or not. If not then what is the issue.
Codifica una funcion que invierta un string de varias palabras conservando el orden de las palabras
Viewing 901 - 910 interview questions