Given two binary strings, write a function that adds them. You are not allowed to use any built in string to int conversions or parsing tools. E.g. Given "100" and "111" you should return "1011". What is the time and space complexity of your algorithm?
Java Interview Questions
6,593,073 interview questions shared by candidates
# Question 3: # Complete a function that returns a list containing all the mismatched words (case sensitive) between two given input strings # For example: # - string 1 : "Firstly this is the first string" # - string 2 : "Next is the second string" # # - output : ['Firstly', 'this', 'first', 'Next', 'second']
How do you swap 2 variable without using temporaries. (My version is given 2 register and 1 ALU, how do you swap the value of the 2 register without using external register or temporaries)
There is a body of water that starts with 1 square unit, and doubles in size every day (2 units after 2 days, 4 units after 4 days). It takes 100 days to fill up. How many days would it take to fill if you started with 2 square units?
If you have a 600 digit number with only 0's and 1's, and exactly 300 1's, can the number be a square?
What are your salary expectations.
How would you deal with a difficult member of the team
Can you push over 50 lbs? Can you stand for 8 hours a day?
What do I think are the flight duties of a flight attendant? Why do you want to be a flight attendant? Why do you want to work for Frontier? Describe a difficult task (work or personal) and how did you handle it?
Why do you want to be a FA ?
Viewing 3821 - 3830 interview questions