Associate Engineer Interview Questions

32,883 associate engineer interview questions shared by candidates

1.difference between primary key and unique key 2.oops concepts 3.query to find employee whose name starts with A 4.latest technology 5.pointers. 6.access specifiers 7.aptitude questions 8.difference between delete and truncate 9.rate yourself in tr and many more all are based on os, networking, ds, db
avatar

Associate Software Engineer (GenC)

Interviewed at Anonymous Content

3.4
Dec 29, 2020

1.difference between primary key and unique key 2.oops concepts 3.query to find employee whose name starts with A 4.latest technology 5.pointers. 6.access specifiers 7.aptitude questions 8.difference between delete and truncate 9.rate yourself in tr and many more all are based on os, networking, ds, db

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.

Name a component you've designed in Solidworks and describe why you designed it that way, how did that affect the manufacturing of that component, and how did your design affect the assembly process.
avatar

Associate Mechanical Engineer

Interviewed at Schweitzer Engineering Laboratories

4
Dec 12, 2017

Name a component you've designed in Solidworks and describe why you designed it that way, how did that affect the manufacturing of that component, and how did your design affect the assembly process.

Viewing 1621 - 1630 interview questions

Glassdoor has 32,883 interview questions and reports from Associate engineer interviews. Prepare for your interview. Get hired. Love your job.