Local Storage, Session Storage & Cookies Interview Questions – Local Storage, Session Storage & Cookies Online Quiz

Question 1:  What is the maximum size limit of local storage in most browsers?

Question 2:  Which storage persists even after the browser is closed?

Question 3:  Which storage is deleted when the browser tab is closed?

Question 4:  Which method is used to set data in local storage?

Question 5:  What is the default expiration of session storage?

Question 6:  Which storage can be accessed on both client and server side?

Question 7:  What method is used to remove a specific item from local storage?

Question 8:  Cookies can store data up to

Question 9:  Which storage is most suitable for storing small pieces of data like user preferences?

Question 10:  Which of the following can be sent automatically with every HTTP request?

Leave a Reply