Product Engineer Interview Questions

6,969 product engineer 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.

They asked me that what if one of our most important customers is facing some issues while using our services, and the fault is on our side and its gonna take some to resolve it. So how would I handle the situation.
avatar

Product Support Engineer

Interviewed at Appirio

3.9
Jan 22, 2016

They asked me that what if one of our most important customers is facing some issues while using our services, and the fault is on our side and its gonna take some to resolve it. So how would I handle the situation.

Viewing 451 - 460 interview questions

Glassdoor has 6,969 interview questions and reports from Product engineer interviews. Prepare for your interview. Get hired. Love your job.