Status: 5 YOE, BS Physics Top 5 CS school
Position: SWE2
Location: Los Angeles, CA
Date: May 2020
Technical phone screen (1 hour):
Q. Write an XML Parser. There's one helper method for you:
class Tokenizer():
def __init__(self, xml_doc):
#does something here
def next_token(self):
# returns next token