1. There were 3 MCQs related to React useState, props and class component
2. 2 Problem Solving :
a.) Adding all character of strings to get fibonaccii sum: A = 0, B=1, C=1, D=2, E=3 .....
String passed in function : BED
Function should return: 1+3+2 = 6
b.) [Something like.. ] Checking if both strings are equal (order does not matter)