| Snaprecruit.com

| Snaprecruit.com

Interview question based on skill :

Take as many assements as you can to improve your validate your skill rating

Total Questions: 10

1. Cookies were originally designed for

Correct Answer is : Server side programming

2. The Cookie manipulation is done using which property?

Correct Answer is : cookie

3. Which of the following explains Cookies nature?

Correct Answer is : Transient

4. Which attribute is used to extend the lifetime of a cookie?

Correct Answer is : Maxage

5. Which of the following defines the Cookie visibility?

Correct Answer is : All of the mentioned

6. Which of the following can be used to configure the scope of the Cookie visibility?

Correct Answer is : None of the mentioned

7. How can you set a Cookie visibility scope to local Storage?

Correct Answer is : /

8. Which of the following is a Boolean cookie attribute?

Correct Answer is : Secure

9. Which of the following function is used as a consequence of not including semicolons, Commas or whitespace in the Cookie value?

Correct Answer is : EncodeURIComponent()

10. What is the constraint on the data per cookie?

Correct Answer is : 4 KB