لا تريد أن تفوت شيئا؟

نصائح اجتياز امتحان الشهادة

آخر أخبار الامتحانات ومعلومات الخصم

برعاية وحديثة من قبل خبرائنا

نعم، أرسل لي النشرة الإخبارية

خذ اختبارات أخرى عبر الإنترنت

السؤال #1
Which instruction allows you to pass parameters to a container's entry point?
A. ENTRYPOINTcorrect
B. CMD
C. RUN
D. CONFIG
عرض الإجابة
اجابة صحيحة: A
السؤال #2
Among the following options, which of the following is the correct statement about AK/SK? (Multiple choice)
A. SK, a key used in conjunction with the access key ID to cryptographically sign the request, identifies the sender, and prevents the request from being modified
B. When sending requests to lower-level services through the API gateway, AK and SK must be used for signing
C. AK, Access Key ID, a unique identifier associated with the Secret Access Key
D. Use the access key ID and the secret access key together to encrypt and sign the request
عرض الإجابة
اجابة صحيحة: ACD
السؤال #3
Which instruction allows you to add compressed archives directly into an image?
A. ADDcorrect
B. COPY
C. RUN
D. EXTRACT
عرض الإجابة
اجابة صحيحة: A
السؤال #4
Which of the following belongs to convolutional neural network? (Multiple choice)
A. VGG16
B. Resnet
C. RNN
D. LSTM
عرض الإجابة
اجابة صحيحة: AB
السؤال #5
When using the USER instruction in a Containerfile, what does it define?
A. The default user to run container processescorrect
B. The ownership of files in the container
C. The user permissions during image build
D. The user for network connections
عرض الإجابة
اجابة صحيحة: A
السؤال #6
What should you consider when exposing ports in a Containerfile?
A. Use dynamic port assignment for flexibility
B. Match the application’s listening portscorrect
C. Avoid exposing ports in production
D. Always expose multiple ports
عرض الإجابة
اجابة صحيحة: B
السؤال #7
What happens when you use podman exec -it /bin/bash?
A. Opens an interactive Bash shell in the container
B. Attaches the container's logs to the terminal
C. Copies Bash into the container
D. Stops the container
عرض الإجابة
اجابة صحيحة: A
السؤال #8
When would you use the ENTRYPOINT instruction with parameters?
A. When you need fixed executable behavior with variable argumentscorrect
B. When you need to install software packages
C. When setting environment variables
D. When copying files into the container
عرض الإجابة
اجابة صحيحة: A
السؤال #9
Which two instructions can be used to set default commands for a container? (Select two)
A. CMDcorrect
B. ENTRYPOINTcorrect
C. COPY
D. RUN
عرض الإجابة
اجابة صحيحة: AB
السؤال #10
What does the podman rmi command do?
A. Removes an imagecorrect
B. Restarts a container
C. Creates a new container
D. Lists all running containers
عرض الإجابة
اجابة صحيحة: A
السؤال #11
Which Podman command mounts a host directory into a container?
A. podman run -v /host:/containercorrect
B. podman copy /host:/container
C. podman attach /host:/container
D. podman bind /host:/container
عرض الإجابة
اجابة صحيحة: A
السؤال #12
Why should environment variables be defined in the image?
A. To ensure consistent configuration across deploymentscorrect
B. To allow runtime configuration only
C. To increase build time
D. To enable image-specific network settings
عرض الإجابة
اجابة صحيحة: A
السؤال #13
What best practice reduces the attack surface of a container image?
A. Use minimal base imagescorrect
B. Always run as root
C. Expose all ports
D. Avoid environment variables
عرض الإجابة
اجابة صحيحة: A
السؤال #14
Why should you avoid using the root user inside containers?
A. To reduce security vulnerabilitiescorrect
B. To increase build speed
C. To simplify networking
D. To ensure data persistence
عرض الإجابة
اجابة صحيحة: A
السؤال #15
Which instruction sets the working directory inside the container?
A. WORKDIRcorrect
B. DIRECTORY
C. PATH
D. LOCATE
عرض الإجابة
اجابة صحيحة: A
السؤال #16
Which instruction would you use to copy files from a local directory into the container?
A. ADD
B. COPYcorrect
C. RUN
D. INCLUDE
عرض الإجابة
اجابة صحيحة: B
السؤال #17
Which option mounts a directory read-only when using Podman?
A. -v /host:/container:rocorrect
B. -v /host:/container:rw
C. -m /host:/container
D. --readonly
عرض الإجابة
اجابة صحيحة: A
السؤال #18
Which method ensures secure mounting of a host directory as a container volume?
A. Use read-only mode unless writes are requiredcorrect
B. Avoid using SELinux policies
C. Grant full permissions to all users
D. Enable privileged mode
عرض الإجابة
اجابة صحيحة: A
السؤال #19
What is the purpose of cleaning up unused volumes after container deletion?
A. To save disk spacecorrect
B. To enhance container performance
C. To remove metadata conflicts
D. To improve runtime security
عرض الإجابة
اجابة صحيحة: A
السؤال #20
What is the best practice for managing container volumes?
A. Use named volumes for better lifecycle managementcorrect
B. Always use host mounts
C. Avoid using volumes
D. Rely on temporary filesystems
عرض الإجابة
اجابة صحيحة: A
السؤال #21
Which command allows you to list all images managed by Podman?
A. podman imagescorrect
B. podman ls
C. podman list
D. podman show
عرض الإجابة
اجابة صحيحة: A
السؤال #22
What happens if you do not clean up volumes after a container is removed?
A. The container image becomes corrupted
B. The volumes persist and consume disk spacecorrect
C. The container cannot be restarted
D. The container loses data integrity
عرض الإجابة
اجابة صحيحة: B
السؤال #23
Which statement is true about mounting a host directory into a container?
A. It requires careful permission managementcorrect
B. It automatically adjusts SELinux policies
C. It is preferred for ephemeral data
D. It avoids volume lifecycle management
عرض الإجابة
اجابة صحيحة: A
السؤال #24
Which instruction is used to define the base image in a Containerfile?
A. FROMcorrect
B. BASE
C. INIT
D. IMAGE
عرض الإجابة
اجابة صحيحة: A
السؤال #25
Which instruction ensures a specific user executes container processes?
A. USERcorrect
B. CMD
C. RUN
D. ENV
عرض الإجابة
اجابة صحيحة: A
السؤال #26
What is the purpose of the CMD instruction in a Containerfile?
A. To set a default command for container executioncorrect
B. To define build-time commands
C. To set environment variables
D. To expose ports
عرض الإجابة
اجابة صحيحة: A
السؤال #27
Which instruction should be used to download and unpack a .tar.gz file into the container?
A. ADDcorrect
B. COPY
C. RUN
D. CMD
عرض الإجابة
اجابة صحيحة: A
السؤال #28
Which approach enhances security when mounting a host directory into a container?
A. Always use privileged mode
B. Apply SELinux policies for the mountcorrect
C. Use dynamic ports
D. Run as root user
عرض الإجابة
اجابة صحيحة: B
السؤال #29
What is the key difference between the ADD and COPY instructions in a Containerfile?
A. ADD can fetch remote URLs, COPY cannotcorrect
B. COPY decompresses archives, ADD does not
C. ADD requires a build context, COPY does not
D. COPY and ADD are identical
عرض الإجابة
اجابة صحيحة: A
السؤال #30
What is the primary purpose of the RUN instruction in a Containerfile?
A. To copy files from the host
B. To execute commands during the image build processcorrect
C. To specify default commands for the container
D. To define the base image
عرض الإجابة
اجابة صحيحة: B

عرض الإجابات بعد التقديم

يرجى إرسال البريد الإلكتروني الخاص بك والواتس اب للحصول على إجابات الأسئلة.

ملحوظة: يرجى التأكد من صلاحية معرف البريد الإلكتروني وWhatsApp حتى تتمكن من الحصول على نتائج الاختبار الصحيحة.

بريد إلكتروني:
رقم الواتس اب/الهاتف: