Coding interview preparation
5.76K subscribers
332 photos
47 files
163 links
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
How does Docker Work?

Docker's architecture comprises three main components:

🔹 Docker Client
This is the interface through which users interact. It communicates with the Docker daemon.

🔹 Docker Host
Here, the Docker daemon listens for Docker API requests and manages various Docker objects, including images, containers, networks, and volumes.

🔹 Docker Registry
This is where Docker images are stored. Docker Hub, for instance, is a widely-used public registry.
SQL Queries: order of execution
What output will come if we run the following part of the JavaScript code?
Anonymous Quiz
30%
Exception
30%
123abc
24%
123
17%
NaN
Most Important Python Data Science Libraries
Which of the following is not provided by BigDecimal in java?
Anonymous Quiz
28%
scale manipulation
36%
+ operator
16%
rounding
20%
hashing
7 Steps to mastering large language models
What will be the output of the below program in C?
Anonymous Quiz
18%
100
29%
200
44%
101
9%
201
18 Most used Linux commands
What will be the output of the following C++ code snippet?
Anonymous Quiz
8%
21
67%
27
16%
26
9%
25
How does SSO (single sign on) work?
50 Cybersecurity Project Ideas For Beginners To Expert
Which one of the following is not a example of closures?
Anonymous Quiz
59%
Graphics
14%
Variables
16%
Functions
11%
Objects
Database sharing explained