How many hours can you work a week?
Front Interview Questions
38,495 front interview questions shared by candidates
What days are you available and what shifts?
// 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>
If you have 500 revisions of a program, write a program that will find and return the FIRST bad revision given a isBad(revision i) function.
13.2 Group Task (After random division in groups of 5 person and Icebreaker or Team building Exercise) --> From given budget of Rs. 100 buy necessary things like white paper, colour paper, scissor, tape, glue, sketch pen, etc. and prepare boxes. Sell white box for Rs. 7 and colour box for Rs. 20 but you must sell 9 Nos of colour boxes at once. Team with Maximum profit wins. Time limit is 30 minutes. Mid-Task Twist: Buyer will not accept old designed boxes, Scrap your old/prepared boxes
How would you react to someone being drunk and rowdy in the hostel? And then what would you do? And then? And then?
Would you have any problems with wearing the kroger uniform?
Why should we hire you?
Design a data structure to store sparse 2D matrix which contains only 0 or 1. then write function to add 2 such matrix.
Why should we choose you?
Viewing 31 - 40 interview questions