EMA
[EMA] - [Staff UI Engineer] - [3]
Description Template:
Level: [Staff]
Education: [Btech CSE]
Years of Experience: [8]
Questions Asked: [ [Coderabbit] - [Principal UI Engineer] - [1]
Description Template:
Level: [Principal Engineer]
Education: [Btech CSE]
Years of Experience: [8]
Questions Asked: [Task schedular running parallel and sequntial task, event bubbling, prototypal inheritance]
IMPORTANT: Remember to specify the company name & role in the tags
Example:
Title:
Google - Software Engineer (Frontend) - Phone Screen
Description:
Education: Masters
Years of Experience (YOE): 7
Questions Asked:
Two Sum Problem:
Example 1:
2.Input: nums = [2,7,11,15], target = 9*
3.Output: [0,1]*
4.Explanation: nums[0] + nums[1] == 9, thus the output is [0, 1].*
Example 2:
5.Input: nums = [3,2,4], target = 6*
6.Output: [1,2]*