Product Associate Interview Questions

5,729 product associate interview questions shared by candidates

Problem statement You are given a string 'STR' representing JSON object. Return an array of strings denoting JSON objects with proper indentation. Rules for proper indentation: 1. Every inner brace should increase one indentation to the following lines. 2. Every close brace should decrease one indentation to the same line and the following lines. 3. Every ‘,’ will mean a separate line. 4. The indents can be increased with an additional 4 spaces or ‘/t’. Example: Let the input be: "{A:"B",C:{D:"E",F:{G:"H",I:"J"}}}" Then we return the following array of strings: { A:"B", C: { D:"E", F: { G:"H", I:"J" } } } Note that for every new brace we are putting an additional 4 spaces or \t. Note: 1. [] and {} are only acceptable braces in this case.
avatar

Associate Product Engineer

Interviewed at Deltax

3.3
Jan 8, 2024

Problem statement You are given a string 'STR' representing JSON object. Return an array of strings denoting JSON objects with proper indentation. Rules for proper indentation: 1. Every inner brace should increase one indentation to the following lines. 2. Every close brace should decrease one indentation to the same line and the following lines. 3. Every ‘,’ will mean a separate line. 4. The indents can be increased with an additional 4 spaces or ‘/t’. Example: Let the input be: "{A:"B",C:{D:"E",F:{G:"H",I:"J"}}}" Then we return the following array of strings: { A:"B", C: { D:"E", F: { G:"H", I:"J" } } } Note that for every new brace we are putting an additional 4 spaces or \t. Note: 1. [] and {} are only acceptable braces in this case.

The most difficult question series, partially because of my experience (or lack thereof) involved data loading into the review tools. He asked about detailed experience, comfort level, and I would would be ok spending all day doing that.
avatar

Associate Hosted Solutions Project Manager

Interviewed at Lighthouse

3.4
Mar 6, 2014

The most difficult question series, partially because of my experience (or lack thereof) involved data loading into the review tools. He asked about detailed experience, comfort level, and I would would be ok spending all day doing that.

Viewing 251 - 260 interview questions

Glassdoor has 5,729 interview questions and reports from Product associate interviews. Prepare for your interview. Get hired. Love your job.