Skip to content

Instantly share code, notes, and snippets.

View 007divyachawla's full-sized avatar

Divya 007divyachawla

  • Tata Consultancy Services Limites
  • Noida
View GitHub Profile
@007divyachawla
007divyachawla / README.md
Created May 26, 2021 12:20 — forked from dims/README.md
Kubernetes Resources
@007divyachawla
007divyachawla / Application_Security_Questions_Answers.md
Created February 8, 2021 11:35 — forked from mafiaguy/Application_Security_Questions_Answers.md
Some of the queries that were asked in interviews for Application/Security Engineering roles and were submitted in Glassdoor.com. I felt these queries were vital to be asked and a few were difficult to answer. i attempted to incorporate some answers for a few of the queries

Encryption and Authentication

* What is a three-way handshake?

The TCP handshake,TCP uses a three-way handshake to establish a reliable connection. The connection is full duplex, and both sides synchronize (SYN) and acknowledge (ACK) each other. The exchange of these four flags is performed in three steps—SYN,SYN- ACK, and ACK


  • How do cookies work?