Coding interview preparation
5.8K subscribers
375 photos
55 files
163 links
Download Telegram
1699418865575.pdf
258 KB
𝗗𝗼𝗰𝗸𝗲𝗿 𝗖𝗵𝗲𝗮𝘁𝗦𝗵𝗲𝗲𝘁

Docker is a popular technology that helps software developers build, package, and distribute applications. It uses containers to isolate and run applications, making it easy to move them between different environments. This simplifies the process of software development and deployment.
👍51
What is the benefit of c++ input and output over c input and output?
Anonymous Quiz
67%
Both Type safety & Exception
10%
Sequence container
15%
Exception
7%
Type safety
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.
4👍2
1700035840209.pdf
1.1 MB
What is .NET Aspire?
👍4
SQL Queries: order of execution
👍1
What output will come if we run the following part of the JavaScript code?
Anonymous Quiz
29%
Exception
30%
123abc
24%
123
16%
NaN
Most Important Python Data Science Libraries
👍2
Which of the following is not provided by BigDecimal in java?
Anonymous Quiz
28%
scale manipulation
35%
+ operator
16%
rounding
21%
hashing
👍2
7 Steps to mastering large language models
👍2
What will be the output of the below program in C?
Anonymous Quiz
18%
100
29%
200
45%
101
9%
201
🔥1😁1
18 Most used Linux commands
👍3
What will be the output of the following C++ code snippet?
Anonymous Quiz
8%
21
67%
27
15%
26
9%
25
🤔8
How does SSO (single sign on) work?