Licious Sde2 online Assessment
Anonymous User
1177

90 minutes test on Hackerrank.
2 coding question ,1 mcq and one sql query.
Coding questions

  1. Scheduling Processors for Task processing ,to return minimum number of processor required
    Ans :Simple priorityQueue based solution to determine minimum processor required.
  2. 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
  3. SQL Query using two inner join between 3 tables
  4. MCQ based on Good URI Design
Comments (0)