Write a function that converts an int into its alpha-numeric equivalent represented as a null terminated string. The function should accept an int as input and return a string as output. For instance, calling the function with an int value of 324 would return a null terminated string containing "324". Ensure that your function checks for appropriate boundary conditions and edge cases. Assume you cannot use any standard libraries (for example, no itoa or sprintf).
Development Engineer Interview Questions
37,489 development engineer interview questions shared by candidates
one question is to find a path in a maze
Find all black regions on image, flood algorithm. OO design a address book.
Nothing too difficult or unexpected
Find the subarray with the largest sum given an unsorted array of positive and negative numbers.
I was asked to give a scalable system design of Amazon.com's order number generation service.
Standard and simple questions, no tricks.
technical questions were pretty easy
Second Interview: Write a function that takes an integer and returns true if the integer is a palindrome and false otherwise
First interview: Given a node in a binary search tree, find its successor (the next highest number). Assume that each node has a parent pointer.
Viewing 1771 - 1780 interview questions