give an example when you completed a task for a company and you were both satisfied and dissatisfied with your work.
Product Engineering Interview Questions
7,396 product engineering interview questions shared by candidates
how to use a diode to create digital signals from analog input?
binary to octal conversion in c language.
What is async function? How to calculate average of a column(MySQL)? Some more questions about JS.
One question was to balance a string by replacing its substrings with its own substrings
tell me about yourself
Coding Question - Hard Find the combination of integers to reach the target.
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.
Asked about whether I want to go for higher studies or not.
Describe your skills with electrical design and ECAD tools.
Viewing 471 - 480 interview questions