are you comfortable with working overtime the first week of the month
MISSING VALUE Interview Questions
6,572,946 interview questions shared by candidates
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?
how do you prioritize when there's no prioritization possible
Have you ever worked from home before?
Why do you apply for a job at Kelly Service?
What is the last digit in the solution to 3^33?
If two equally talented teams are playing in the world series, what's the probability the series goes seven games?
You flip 4 fair coins and get x dollars where x is the number of heads squared. What are your expected winnings?
Viewing 2011 - 2020 interview questions