list and array basic questions
University Software Interview Questions
1,069 university software interview questions shared by candidates
What’s the most difficult concept /skill you’ve mastered/learned? Followed up by how, what was difficult about it, etc.
Loops, Percentage, Conditional statements: Python: 1 replacing nones with most recent elements. (Tricky test cases) 2. Average word counts (Tricky test cases) 3. Unique stirngs in two list(Tricky test cases) SQL: Percentage having rank statemnts.
Tell me about a time in your previous job when you have had an impact on something.
Tell me about a time in your previous job when you have had to handle large amounts of numerical data and make business decisions based on that.
string, manipulation, arrays, sorting problems
Why do you want to work at facebook?
What is event propagation?
Similar questions to website they provide to practice on
- Given a string, determine if it has a permutation which is a palindrome. - Given an integer array arr and int k, determine how many subsets of arr s.t the sum of its' max and its' min is k at most. - Given a string consists only of parentheses, determine whether it is balanced or not. - Given a permutation, find the next permutation in the sequence. - Given a string, determine whether it is almost palindrome (i.e omitting one character results in a palindrome). - Given an iterable, return its' power set.
Viewing 1021 - 1030 interview questions