Imagine a disk spinning like a record player turn table. Half of the disk is black and the other is white. Assume you have an unlimited number of colo ...
Search results for color
Disk spinning puzzle
Posted by Job-InterviewGiven n stairs, how many number of ways can you climb up if you can setp either 1 or 2 stairs at a time?
Posted by Job-Interview
Full question:
Given N step stair, how many number of ways can you climb if you use either 1 or 2 at a time?
Answer
It will be F(n+1) fibonacci numb ...
What Are the Federal Laws Prohibiting Job Discrimination?
Posted by Job-Interview (http://www.eeoc.gov)
List of Federal Laws Prohibiting Job Discrimination
Title VII of the Civil Rights Act of 1964 (Title VII), which prohibits employment discrimination ...
Belove is list of Silverlight Error Codes which can be used for user friendly messaging:
Error Code
Error Message
1001
AG_E_UNKNOWN_ERROR
2000
...
Stack and Query structures in computing are extremely fundamental and important. Then interviewing I expect candidate to fully understand this data s ...
Question:
What pattern would following RegEx match: (#?([A-Fa-f0-9]){3}(([A-Fa-f0-9]){3})?)
Answer: This should be easy for the web developers. ...
I am reading, or should I say “listening” to, a book called “Negotiation Genius” by Max Bazerman and Deepak Malhotra.
The book is not o ...
The interview questions is to write a function Check:
bool Check(string input, List<Parenthesis> par)
Which would check input string and re ...