Say the program you are running has stack overflow. You want to know when and where this happens, but you don't want to use debuggers, because they slow. How would you do this?
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,166 engineer interview questions shared by candidates
given the utitlies getFriend(User u) and areFriends(User u1, User u2), write the function which takes as parameter the array of users and return a bool saying if you can divide the users in 2 groups s.t. if u1 and u2 both belong to a certain group, they are not friends.
Check if two strings are Palindrome
Suppose you discover that the circuit you are testing in the lab does not function correctly due to a hold time violation. What would be the first thing you try to make the circuit work?
Given a set of words, group them into sets of anagrams.
2SUM problem and how to optimize it.
SQL: joins, aggregations Python: basic data structures
Given Integer, translate it into English words, i.e. 432,000 -> four hundred thirty two thousands. Another question is very straightforward: Given an array and an integer z, rotate the array starting from index z to the front, i.e. ['a', 'b', 'c', 'd', 'e', 'f', 'g'] z=3 => ['e', 'f', 'g', 'a', 'b', 'c', 'd']
Find the indices of max. value in a large array and return them.
1) Given an array with 0s and other integers. Find the fastest (that use least organizing) way to transfer all the 0s to the right end of that array. 2) Given an array of integer, find 2 numbers that their sum is closest to a specific number.
Viewing 2951 - 2960 interview questions