What REST operation is considered safe?
Software Engineer Tools Developer Interview Questions
84 software engineer tools developer interview questions shared by candidates
about Memcopy. how it works and what are the problems abnd ways to fix it.
Most problems happened to be about some kind of string parsing/manipulation. (palindrome problems, word detection etc) but the one that I had the hardest time with was an array-based find all subsets problem.
2. On a screen shared browser based notepad type editor, write a unix command to get the filenames of those files from a directory or subdirectory which contain email addresses.
Data 26 registers A-Z, with A and B initialized to some value and the rest to 0. There are 4 actions that can be performed: adding 1 to the register, subtracting 1 from the register, jumping to another section in the code and ending the run. The value | A-B | should be entered in register C.
There are two linked lists that each represent a number, and each node in the list represents a number. A pointer should be returned to a new list outlining a connection of the two numbers so that each node in it represents a digit in it.
Given a set of points, find the maximum number of collinear points.
Given an array of numbers, determine if there is at least one triplet that can form a triangle.
How garbage collector is working in Python
Problems related to 1) parsing an expression like "(2+2)*2". 2) Permutations with finding real English words in the dictionary.
Viewing 21 - 30 interview questions