Given a linked list of characters, print the characters in reverse order.
Software Engineer V Interview Questions
666,190 software engineer v interview questions shared by candidates
Factor the prime numbers from an integer
Asked me few technical questions on Java.
You are hosting a party with 1000 bottles of wine and 10 servants, however, one of the bottles has been poisoned. How do you determine, using the servants, which bottle of wine is poisoned?
phone interview: (1) 3x3 large square, the surface is painted in red. After cutting into 27 pieces, just take one piece and throw it on the table. Five sides are white and white. Ask the probability that the last face is red. (2) X = the sum of 100 rolls of dice, Y = the number of heads of 600 coin flips, ask Pr (X>Y) (3) N points randomly in a circle. The probability that all of them lie in a semicircle
The number of paths in a m x n grid to a given cell? (After looking it up I noticed the interviewer actually asked the question incorrectly). So, always ask for more details if things are unclear.
Haben Sie Erfahrung mit Unit Testing?
Technical stuff
Given a string, print unique elements from the string(Order doesn't matter) Eg: Input: "abbbfjhuuyyd" output: ('a', 'b', 'f', 'j', 'h', 'u', 'y', 'd')
When can thread pool executor reject already submitted task
Viewing 2051 - 2060 interview questions