Puzzle question: A Floating ship contains 1 stone , If I drop that stone in sea,,What will happen with water level??? Is it increase or decrease n why??
Software Engineer I Interview Questions
1,701 software engineer i interview questions shared by candidates
1. Find vowels from the given string in the first round. 2. They provided small small c# programs for each sessions
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, check for balanced parenthesis
Prove that limit theta tends to zero sin(theta) / (theta) tends to one?
write an algorithm to determine is "happy" ... a number is happy if the sum of the square of the digits ever equals one. An example of a happy number is 19: 1^2 + 9^2 = 82 8^2 + 2^2 = 68 6^2 + 8^2 = 100 1^2 + 0^2 + 0^2 = 1 If it is not happy then it will eventually hit repeat back to a number that it already saw
Take an input string and output the reverse of that string. May use any programming language.
Did ask some basic programming questions, ex. Have you ever used UML?
Viewing 1 - 10 interview questions