1) If Child class has parameterized constructor and parent class has default constructor . will it work
MISSING VALUE Interview Questions
6,571,202 interview questions shared by candidates
tell me about yourself, what are your career goals, why tractor supply, have you ever visited a store before etc.
If 3 of my friends have phone numbers ending (last four digits) in some permutation of 0,1,4, and 9 and I have 150 friends, then is that just a chance occurance?
do you have any tattoos?
You’re given a board game which is a row of squares, each labeled with an integer. This can be represented by a list, e.g. [1, 3, 2, 0, 5, 2, 8, 4, 1] Given a start position on the board, you “win” by landing on a zero, where you move by jumping from square to square either left or right the number of spaces specified on the square you’re currently on. Your task is to implement the function: def can_win(board, pos): returns True if you can win the board from that starting pos, False otherwise
We have a fairly large log file, about 5GB. Each line of the log file contains an url which a user has visited on our site. We want to figure out what's the most popular 100 urls visited by our users.
You have two arrays with N integers in them. Merge those arrays using a recursive algorithm so that the integers in the final array are sorted.
Tell me a time where you faced a difficult patient ?
given a number as a string write a algorithm to map to its oral description. I.e. "1" -> "11" //this can be thought of as there is one one. "11" -> "21" // there are two ones "21" -> "1211" // there is one two and one one "1211" -> "111221" ect. //there is one one, one two and two ones
How many words are in a good sentence? This was asked by an absolute idiot who was rude. This is also incorrect and she insisted this was correct, despite having never been a writer professionally in her life (her admission). Oh well, just remember the answer I guess.
Viewing 3131 - 3140 interview questions