Given a array of integers, write code to find the max possible sum of sub-arrays. Use arithmetic progression.
Software Development Engineer In Test Interview Questions
6,461 software development engineer in test interview questions shared by candidates
How do you simulate the functionality of a queue using 2 stacks
Find an element in the array in O(log n). Array is circular, shifted by k units, and sorted (before shift).
given three integers, determine whether they can form a triangle? example 1: 3, 4, 5 --> yes example 1: 3, 4, 15 --> no
Derive the formula for a line
reverse a string in place
A,B,C Input, determine if its a triangle.
Write algorithm for c compiler.
Implement a function that turns a string into a number with sign.
How to test a calculator?
Viewing 1081 - 1090 interview questions