Lytx Interview Questions

Lytx Interview Guides

Click or hover over a slice to explore questions for that topic.
Data Structures & Algorithms
(75)
Machine Learning
(59)
SQL
(58)
Probability
(31)
Statistics
(23)

Lytx Interview Questions

Practice for the Lytx interview with these recently asked interview questions.

QuestionTopicDifficulty
Data Structures & Algorithms
Medium

One of the basic steps in parsing string inputs is to check whether the opening and closing characters or tags match, i.e., to check if each opened parenthesis is closed eventually.

Given a list of strings, write a string parser that verifies the integrity of the parenthesis used in the string. The parser should return a list of booleans stating whether that string’s integrity was verified.

Example:

Input:

list_of_strings = [
    'f(x) + g(x)', 
    'sin(exp(x)}', 
    '((())just some string)', 
    '(4,{(3,4):x**2)']

Output:

def string_parser(list_of_strings) -> [True, False, True, True]
Machine Learning
Easy
Behavioral
Medium
Loading pricing options

View all Lytx questions

Challenge

Check your skills...
How prepared are you for working at Lytx?

Lytx Salaries by Position

ML Engineer*
$150K
ML Engineer
Median: $150K
Mean (Average): $150K
Data points: 1
Software Engineer*
$110K
Software Engineer
Median: $110K
Mean (Average): $110K
Data points: 1

Most data science positions fall under different position titles depending on the actual role.

From the graph we can see that on average the ML Engineer role pays the most with a $150,000 base salary while the Software Engineer role on average pays the least with a $110,000 base salary.

Discussion & Interview Experiences

?
There are no comments yet. Start the conversation by leaving a comment.