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
9,334 intern software engineer interview questions shared by candidates
1.reverse a string word by word and there may be multiple whitespace between two word, keep exactly the same whitespace when reverse string by word 2.find all prime number less than the give input k
They asked standard data structure questions. For example, search times and design decisions.
Write code to find the next least node in a binary search tree given a node.
Tell me a specific problem you've met doing your project, and how you handled it.
The second round of interview I was asked to calculate the product of three highest numbers in an array. The interviewer kept further questioning me about giving a more generalized answer.
Basic data structure questions. LL, HashTable, BT Given an array of ints, sum up all the even numbers and print it. Then return true if any number in the array is evenly divisible by 7, false otherwise. Given a two words, write a function/method to determine if they are anagrams Given a singly linked list, split that into two lists one containing just the elements in odd position and another containing just the elements in even position.
First interviewer asked what problem I wanted to solve (general, not even coding based, but it took me by surprise)
Find all factor of a large number.
Basic coding and algorithms.
Viewing 9041 - 9050 interview questions