In Java, how do you convert string "123" to a number. I knew this, but was drawing a blank during the interview.
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.
843,473 engineer interview questions shared by candidates
how do you find 3 number total 0?
About experience, initiatives, difficulties
You are given a circular road with petrol pumps at regular intervals & you know the average of your car. Each petrol pump has given certain quantity of petrol. Now you need to find if you can complete that circle & from which point i.e. petrol pump you need to start.
count the number of letter combination in a short message.
If 6 men can do a piece of work in 14 days, how many men are needed to do the work in 21 days?
given an array of words find what is and how long is the length of the longest common substring between two words in the array
What situation arises when you have a parent div and all it contains is a pair of floating divs? And how can you remedy the situation.
1. How to achieve automatic type conversion from type X to type Y? a. X can define the member function operator Y() b. a) or b) can be used c. Y can define the constructor Y(const X&) d. none of the above 2. class Coordinate{ int x; int y; public: Coordinate(int a=0, int b=0) { x=a; y=b; }; }; What are the values for the following object: Coordinate point(10); a. x=10,y=0 b. x=0,y=10 c. x=10,y=10 d. x=0,y=0 3. What type of argument can the following function take : Void foo(); a. any number or type of arguments b. a character c. an integer d. no an integer argument of any type 4. Consider the following function declarations in a header file: void doit(char *, int); int doit(char *) ; float doit(float, float) ; Which of the following declarations cannot follow in the same header: a. void doit(int, char *); b. int doit(int) ; c. float doit(char *) ; d. int doit(int, int) ;
Tell me about a time you are face with a difficult situation, How did you solve it? Given a room with 3 light bulbs which have their respective three switches (On/Off) outside the room. You don't know which switch corresponds to which light bulb. You can do whatever you want with the switches but you can enter the room only once. How will you find which light switch corresponds to which light bulb?
Viewing 2951 - 2960 interview questions