Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.6 KB

web-performance.md

File metadata and controls

30 lines (22 loc) · 1.6 KB
1. Describe the key advantages of HTTP/2 as compared with HTTP 1.1.
2. How do you find the memory leakage in your application?
3. How to make your web application optimized?
4. What are the steps you follow before taking live (production) your web application?
5. What is rest api's?
6. What is CORS? How does it work?
7. Explain the purpose of each of the HTTP request types when used with a RESTful web service.
8. How does browser works?
9. Differences between TCP and UDP
10. How do you debugg your web application and what are the tools you use?
11. How do you check the performance of your web application?
12. What happens when I type any URL in the browser?
13. HTTP requests – GET and POST along with associated headers such as Cache-Control, ETag, Status Codes, and Transfer-Encoding.
14. REST vs RPC.
15. Security – when to use JSONP, CORs, and iFrame policies.