HackerRank Interview for Applications and Forward Deployed Engineer
LeetCode Easy and Medium Difficulty
3 Questions | 90 mins
- Simple Sorting Problem where you're asked to sort a given array of integers, first by frequency of the numbers and then by the order of the element in the array.
- Return a list of all string permutations with vowels ['a', 'e', 'i', 'o', 'u'] for a given length n. There were some additional constraints on the ordering of the allowed strings.
- Photo Album Problem: https://leetcode.com/discuss/interview-question/424737/photo-album-problem
I worked through Q1 and Q3 first. Unfortunately, I ran out of time and couldn't pass all test cases for Question 2. Received a rejection email later that day.
Good luck!