MISSING VALUE Interview Questions

6,572,323 interview questions shared by candidates

// How can I know which radio was clicked or selected? <h2>Monstrous Government Form</h2> <form id="myForm" name="myForm"> <fieldset> <legend>Do you live in an:</legend> <p><input type="radio" name="home" value="apartment" id="apartment" /> <label for="apartment">Apartment</label></p> <p><input type="radio" name="home" value="house" id="house" /> <label for="house">House</label></p> <p><input type="radio" name="home" value="mobile" id="mobile" /> <label for="mobile">Mobile Home/Trailer</label></p> <p><input type="radio" name="home" value="coop" id="coop" /> <label for="coop">Co-op</label></p> <p><input type="radio" name="home" value="none" id="none" /> <label for="none">None</label></p> </fieldset> <fieldset> <legend>Your income is:</legend> <p><input type="radio" name="inc" value="0-50K" id="0-50K" /> <label for="0-50K">$0-50,000 USD</label></p> <p><input type="radio" name="inc" value="50-100K" id="50-100K" /> <label for="50-100K">$50,000-100,000 USD</label></p> <p><input type="radio" name="inc" value="100K+" id="100K+" /> <label for="100K+">$100,000+ USD</label></p> </fieldset> <fieldset> <legend>Your status is:</legend> <p><input type="radio" name="status" value="single" id="single" /> <label for="single">single</label></p> <p><input type="radio" name="status" value="married" id="married" /> <label for="married">married</label></p> <p><input type="radio" name="status" value="partner" id="partner" /> <label for="partner">domestic partner</label></p> </fieldset> <p>This form goes on with another 97 questions....</p> <input type="submit" value="Submit" /> </form>
avatar

Front End Developer

Interviewed at LinkedIn

3.8
Jan 8, 2019

// How can I know which radio was clicked or selected? <h2>Monstrous Government Form</h2> <form id="myForm" name="myForm"> <fieldset> <legend>Do you live in an:</legend> <p><input type="radio" name="home" value="apartment" id="apartment" /> <label for="apartment">Apartment</label></p> <p><input type="radio" name="home" value="house" id="house" /> <label for="house">House</label></p> <p><input type="radio" name="home" value="mobile" id="mobile" /> <label for="mobile">Mobile Home/Trailer</label></p> <p><input type="radio" name="home" value="coop" id="coop" /> <label for="coop">Co-op</label></p> <p><input type="radio" name="home" value="none" id="none" /> <label for="none">None</label></p> </fieldset> <fieldset> <legend>Your income is:</legend> <p><input type="radio" name="inc" value="0-50K" id="0-50K" /> <label for="0-50K">$0-50,000 USD</label></p> <p><input type="radio" name="inc" value="50-100K" id="50-100K" /> <label for="50-100K">$50,000-100,000 USD</label></p> <p><input type="radio" name="inc" value="100K+" id="100K+" /> <label for="100K+">$100,000+ USD</label></p> </fieldset> <fieldset> <legend>Your status is:</legend> <p><input type="radio" name="status" value="single" id="single" /> <label for="single">single</label></p> <p><input type="radio" name="status" value="married" id="married" /> <label for="married">married</label></p> <p><input type="radio" name="status" value="partner" id="partner" /> <label for="partner">domestic partner</label></p> </fieldset> <p>This form goes on with another 97 questions....</p> <input type="submit" value="Submit" /> </form>

Two people are 60 km apart. If the two people, one travelling at 25 km and another at 35 km, will collide into each other and there is a fly that can travel at 40 km, then how much distance will the fly cover before the two people collide? If there is one pad in a pond and the number of pads doubles every day, it'll take 30 days for the pads to fill the pond. How long will it take for the pads to fill the pond if there were 8 pads on the first day? A person asks his friend the ages of his three daughters. The friend says that if their ages are multiplied then the answer is 36. The person says "that isn't information". The friend says that if you add their ages then it's equal to my house number. The person says there still isn't enough information. The friend says that my youngest daughter has blue eyes. The person says "OK I know now". What are the ages of the daughters?
avatar

Junior Trader

Interviewed at Cobblestone Energy

4
Oct 25, 2020

Two people are 60 km apart. If the two people, one travelling at 25 km and another at 35 km, will collide into each other and there is a fly that can travel at 40 km, then how much distance will the fly cover before the two people collide? If there is one pad in a pond and the number of pads doubles every day, it'll take 30 days for the pads to fill the pond. How long will it take for the pads to fill the pond if there were 8 pads on the first day? A person asks his friend the ages of his three daughters. The friend says that if their ages are multiplied then the answer is 36. The person says "that isn't information". The friend says that if you add their ages then it's equal to my house number. The person says there still isn't enough information. The friend says that my youngest daughter has blue eyes. The person says "OK I know now". What are the ages of the daughters?

Viewing 4091 - 4100 interview questions

Glassdoor has 6,572,323 interview questions. Prepare for your interview. Get hired. Love your job.