Write a function that takes an input string, consisting of several words separated by spaces, and print out each word reversed, keeping the same order within the string.
Engineers Interview Questions
842,804 engineers interview questions shared by candidates
which are the private network addresses?
All the basic questions on my subject
write a boolean method to find out if a number is a power of 2
Given an integer write a function that converts the input into a linkedList where each node corresponds to a number of the integer. Eg: 25697 == 2 -> 5 -> 6 -> 9 -> 7 Then write a function that takes 2 linkedList, add the corresponding integers and return a third list with the result.
Given a string, find whether it has any permutation of another string. Need to be efficient
find a loop in a list
Given a dc signal how would you make a 30ps pulse? you have a 30ps inverter available.
What is your best strength?
You have a 3 litre container & a 5 litre container filled with water to the brim.You also have a 5 litre container which is empty.How would you extarct or make an exact amount of 4 litres of water in any of the containers. You are not allowed to throw the water outside the containers. You can transfer the water from 1 Container to the other.
Viewing 1911 - 1920 interview questions