From 51be1cc50cc918801775f5e2f8da095d0fe01a73 Mon Sep 17 00:00:00 2001 From: Pankaj Singh Date: Thu, 23 Nov 2023 07:12:38 +0530 Subject: [PATCH] Update Interview Questions.md --- Coding Interview Prep/Interview Questions.md | 39 ++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/Coding Interview Prep/Interview Questions.md b/Coding Interview Prep/Interview Questions.md index ee9713a..b8b72ee 100644 --- a/Coding Interview Prep/Interview Questions.md +++ b/Coding Interview Prep/Interview Questions.md @@ -107,3 +107,42 @@ const throttleFunc = (func, interval) => { ![image](https://user-images.githubusercontent.com/34129569/174491911-a739956b-d882-486c-95fe-51066bad4a0c.png) * Code debouncing. +* Binary Serialization and Deserialization +* Rendering Performance Optimization +* Datagram Transport Layer Security +* Development Server Configuration +* CSS Transforms and Animations +* Image Lazy Loading Strategies +* Rollup.js for Library Bundling +* Client-Side Data Encryption +* Image Sprite and Icon Fonts +* Module Bundlers Overview +* Real-Time Communication +* Browser Cookies Security +* Browser Storage Quotas +* ArrayBuffer Operations +* 2D Context in Canvas +* Audio/Video Codecs +* Web SQL Database +* Image Capture API +* Web Audio API +* HTTP/3 +* Canvas Animation +* Server-Sent Events +* Resource Timing API +* Long-Tasks Detection +* Byte Streams Handling +* Content Security Policy +* Scalable Vector Graphics +* Dynamic HTML Rendering +* Image Format Comparison +* DocumentFragment Usage +* Bit Manipulation Techniques +* Shadow DOM Encapsulation +* Secure File Upload Practices +* Component-Based Architecture +* Asynchronous Storage Operations +* Service Worker Caching Strategies +* Critical Rendering Path Optimization +* Cross-Site Request Forgery Protection +* Differential Loading for Modern Browsers