write a function that takes in an int and returns a string that would be how one would say that number (ex: 123 -> one hundred twenty three; 50019 -> five thousand nineteen).
Intern Software Engineer Interview Questions
12,189 intern software engineer interview questions shared by candidates
Given a limited amount of RAM, how would you sort an entire disks worth of data?
Given a 8-bit string, determine how to find the most reoccuring character.
given an unordered list of numbers find all pairs that add up to x
Interview Question – two algorithm questions each phone interview. Two of them were a bit challenging . One of them was : given a value k and an array , design an efficient algorithm that should output the number of pairs that sum up to k. They wanted a n log n solution, wich i provided, but I wasn't handy with the implementation. We spent several minutes with questions like why would you want to work for us? or how did you heard and what you know about us ?
Find the border length created from a conglomeration of various 2D rectangles.
How do you find duplicates in a binary search tree?
How to retrieve a file with a specific string or keyword using UNIX command line
Given a word and a list of valid English words, return a list of all valid words that can be made by permuting the characters in the given word.
given the utitlies getFriend(User u) and areFriends(User u1, User u2), write the function which takes as parameter the array of users and return a bool saying if you can divide the users in 2 groups s.t. if u1 and u2 both belong to a certain group, they are not friends.
Viewing 151 - 160 interview questions