Lvi Services, Inc. Interview Questions

Lvi Services, Inc. Interview Guides

Click or hover over a slice to explore questions for that topic.
Data Structures & Algorithms
(4)
Machine Learning
(3)
Behavioral
(3)
Product Sense & Metrics
(1)
DevOps
(1)

Lvi Services, Inc. Interview Questions

Practice for the Lvi Services, Inc. interview with these recently asked interview questions.

QuestionTopicDifficulty
Data Structures & Algorithms
Medium

Given a JSON string with nested objects, write a function flatten_json that flattens all the objects to a single key-value dictionary. Do not use the library that actually performs this function.

Example:

Input:

import json
json_str = json.dumps({'a':{'b':'c', 'd':'e'}})

Output:

def flatten_json(json_str) -> json.dumps({'a_b':'c', 'a_d':'e'})

Note: Input and output are in string format : use json.dumps() to convert python dictionary to string.

Machine Learning
Medium
Behavioral
Medium
Loading pricing options

View all Lvi Services, Inc. questions

Challenge

Check your skills...
How prepared are you for working at Lvi Services, Inc.?

Discussion & Interview Experiences

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

Discussion & Interview Experiences

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

Jump to Discussion