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.
Product Engineer Interview Questions
6,969 product engineer interview questions shared by candidates
Asked about whether I want to go for higher studies or not.
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.
behavioral based questions
Tell me about yourself?
Resume questions
How would you handle lots of sales reps asking for information at the same time?
How to handle some situation that might appear during production processes
Super long to write out. Some log stuff.
Describe the test flow for a high speed semiconductor device
Viewing 451 - 460 interview questions
See Interview Questions for Similar Jobs
Hardware EngineerFailure Analysis EngineerIntegration EngineerEngineering ManagerTechnical Sales EngineerDesign EngineerElectrical EngineerManufacturing EngineerSystems EngineerApplications EngineerMechanical EngineerTest EngineerProcess EngineerProject CoordinatorYield EngineerSustaining EngineerReliability Engineer