Was given a homework question(2days): Program using a language of your choice the following assignment, given a file of sorted strings (one string per line, example file was given) sorted according to some unknown alphabet, recover the order of characters of this alphabet.
Engineer Interview Questions
1,134,635 engineer interview questions shared by candidates
You have the file with word at a single line. #input sample file abactor abaculus abacus Abadite . . Zyrenian #Output ******************a **********b ************************c a) you have to count the character and create a histogram in alphabetical order. b) now you have to produce a histogram with max 80 character in line in reference to max count c) now same out based histrogram based on the character count
Main Technical Question: Write a function that takes as input an array of words input => ['cat', 'star', 'act', 'god', 'arts', 'dog', 'rats'] and returns a sorted array output => ['cat', 'act', 'god', 'dog', 'start', 'arts', 'rats']
How do you take criticism ?
Given a Binary Search Tree, iterate over the elements without using recursion.
Given a list of k sublists containing n sorted integers, generate output as one sorted list. Comment on complexities.
Given a matrix print it clockwise from the first element to the very inner element.
given a list of words with a same size and a big string that contains one of the permutation of all the words combined(say p), find the startindex of the string p in the big string
Questions asked: 1. Why will you choose Micron? 2. What do you know about Micron? 3. Describe a scenario where you faced challenges. 4. Rank the importance of your values in the company. 5. Describe 3 words of yourself. 6. Tell me the general process of Micron.
You have three doors, behind one there is a prize. You choose door A, after that I ll tell you that behind door B there is no prize, do yuo keep your choice or change it ?
Viewing 591 - 600 interview questions