if i type character 'A' in text file and save it, what will be size of the file
Engineer Interviews
Engineer Interview Questions
Engineers are responsible for designing and building products. In an interview context, expect to be quizzed on your technical skills, and also evaluated for your ability to work as a part of a team to get things built. The specific questions you are asked will depend on what type of engineering position you are looking for such as a specific engineering discipline like software engineer, electrical engineer, or mechanical engineer.
Top Engineer Interview Questions & How to Answer
Question #1: What is the most challenging engineering project you've dealt with, and how did you ensure it was successful?
Question #2: In your current role, what steps do you take to avoid making mistakes?
Question #3: Describe a time you dealt with a difficult client or stakeholder.
842,604 engineer interview questions shared by candidates
given #define A 2 + 3 #define B 2 printf("%d", A * B) what does this print?
Conversion from hexadecimal to binary. The brain teaser: You have two cups, one that can hold up to 5 quartz of water and the other 3 quartz. Get me to 4 quartz of water.
1. Given an array of n integers. Derive an array where the value of the element at index i is the product of elements in the given array except element i in the given array. The complexity should be O(n). 2. How to traverse timing graph starting from the input nodes? Data structure of the nodes in the graph is given. Write a C program for it. 3. Implement C++ hashing function.
Take a ladder with 5 steps, write a function that gives all the possible combinations of either 1,2, or 3 steps, in any order, to get to the 5th step, and returns the total number of combinations. So some of the possibilities would be [1,1,1,1,1], [1,1,1,2], [1,1,2,1], etc. Then he asked the same question with order not being considered, so [1,1,1,2] and [1,1,2,1] are the same solution.
Consumtions with and without pipeline, how to test ASICs, how would you get to know if a number is a power of 2.
- How will you reduce the deflection of a wooden beam with load at one end and fixed at other? - Beam material replaced with Aluminum and load is same, how will you find the point of failure? - 5 methods to join plastic and metal components.
What kind of plastic would you use for an electronic housing?
What is your weakness?
median for a stream
Viewing 1271 - 1280 interview questions