1. How many bits in a byte? 2. What's the integral of velocity?
Software Developer I Interview Questions
27,479 software developer i interview questions shared by candidates
Why do you want to work for bell
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
Whats something that you think is a good is a strength?
Se estou preparado para trabalhar em home office? Porque deveriam me contratar? Qual velocidade da minha internet?
Design a Data Structure SpecialStack that supports all the stack operations like push(), pop(), isEmpty(), isFull() and an additional operation getMin() which should return minimum element from the SpecialStack. All these operations of SpecialStack must be O(1). To implement SpecialStack, you should only use standard Stack data structure and no other data structure like arrays, list, etc.
Are you the team leader of your senior design project.
Viewing 51 - 60 interview questions