You call the home of a family w/ two children and a kid "billy" answers the phone. What is the probability that both children are boys? What is a virtual constructor in C++?
MISSING VALUE Interview Questions
6,584,562 interview questions shared by candidates
f(n) is a function counting all the ones that show up in 1, 2, 3, ..., n. so f(1)=1, f(10)=2, f(11)=4 etc. When is the first time f(n)=n.
Do you agree to submit a paystub from your current employer prior to hire?
Beaucoup de questions sur les emplois ou expériences passées.
"Why do you want to work for Air Canada?"
Explain in detail a situation where a customer was upset with your performance and how you resolved that situation.
are you comfortable with working overtime the first week of the month
Why do you want to join TCS?
// Given var endorsements = [ { skill: 'css', user: 'Bill' }, { skill: 'javascript', user: 'Chad' }, { skill: 'javascript', user: 'Bill' }, { skill: 'css', user: 'Sue' }, { skill: 'javascript', user: 'Sue' }, { skill: 'html', user: 'Sue' } ]; getSkills = (endorsements) => { // Result // [ // { skill: 'javascript', user: ['Chad', 'Bill', 'Sue'], count: 3 }, // { skill: 'css', user: ['Sue', 'Bill'], count: 2 }, // { skill: 'html', user: ['Sue'], count: 1 } // ]; } see this image: http://i.imgur.com/UIeB3n4.png
If there is an 84% chance of an event happening in an hour, what is the probability that it happens in half an hour?
Viewing 3121 - 3130 interview questions