How can we write multiple strings to a file while keeping them separated?
Engineer Software Interview Questions
419,626 engineer software interview questions shared by candidates
This function performs a basic smoothing of inlist and returns the result (outlist). Both lists have the same length, N. Each item in inlist is assumed to have type 'float', and 'h' is assumed to be an integer. For each i, outlist[i] will be the average of inlist[k] over all k that satisfy i-h <= k <= i+h and 0 <= k <= N-1.
A file contains a billion integers, try to find any one integer that is not in the file.
Logic based questions. Scenarios. Code reviews
The question was: Given a text written in some language where the alphabets are represented with 1 byte or 2 byte. But the one byte alphabets always have their MSB 1 and the 2 byte charecters always have their MSB 0. Now when at some point user presses a back space how many bytes are to be deleted to erase the alphabet?
Q: Describe some real life applications of machine learning
Write a function that takes a String as a parameter. Count the number of A's in the String before you reach a C.
How to create excel header string
Write a function to convert a number in Roman numeral form to a decimal representation.
Write a function to print out the contents of a singly-linked list in reverse order.
Viewing 2011 - 2020 interview questions