90 minutes test on Hackerrank.
2 coding question ,1 mcq and one sql query.
Coding questions
- Scheduling Processors for Task processing ,to return minimum number of processor required
Ans :Simple priorityQueue based solution to determine minimum processor required.
- Modified KMP Algorithm to search a pattern in String give the first index of occurence but the pattern can contain a wildcard character also like * which can match Any single character in the string.
Ans: Used Kmp Algorithm in modified form
- SQL Query using two inner join between 3 tables
- MCQ based on Good URI Design