The CEO asked me to rate myself on my overall I.T. knowledge on a scale from 1 to 10.
Engineer I Interview Questions
6,848 engineer i interview questions shared by candidates
Q: What are my likes and dislikes in college? Q: How do you feel like moving to the east coast?
A big project for 4 teams each with 3 people to do.
1. Finding first non repeated character in an array 2. Linux command to list files containing specific string 3. Mysql query related to Group by Second phone interview 1. create a doubly linked list out of that tree where each node represents sum of all nodes in the same vertical line. 2. Implement search for a sorted rotated array.
1. How many bits in a byte? 2. What's the integral of velocity?
What is systems engineering?
Assume you have a binary number 00110010, you apply some function on it and the number changes to some random number 10100011. Write a function to determine which numbers flipped from 0 to 1 and which bits flipped from 1 to 0. (You will have to write 2 different functions for 0 to 1 and 1 to 0).
Given a string of format '2+3*2-1', calculate and return the result. No parenthesis in the input, just integers and + - * / operators. Operator precedence has to be considered. Linear time complexity and minimal data structure use is preferred.
Given a string, check for balanced parenthesis
Viewing 11 - 20 interview questions