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++?
Programming Interview Questions
6,585,363 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?
Explain in detail a situation where a customer was upset with your performance and how you resolved that situation.
"Why do you want to work for Air Canada?"
Beaucoup de questions sur les emplois ou expériences passées.
are you comfortable with working overtime the first week of the month
// 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?
how do you prioritize when there's no prioritization possible
Viewing 3121 - 3130 interview questions