Apple front end interview

Title Template

[Company Name] - [Job Title] - [Stage]

Description Template:
Level: [What level you were interviewing for]
Education: [Education Level]
Years of Experience: [YOE]
Questions Asked: [List of Questions Asked]

IMPORTANT: Remember to specify the company name & role in the tags

Example:
Title:
Apple - Software Engineer (Frontend) - Phone Screen

Description:
Education: Masters
Years of Experience (YOE): 7
Questions Asked:
Sort string array based on frequency
Input: s = “tree” Output: “eert” Explanation: ‘e’ appears twice while ‘r’ and ‘t’ both appear once. So ‘e’ must appear before both ‘r’ and ‘t’. Therefore “eetr” is also a valid answer.