Filters
Question type

Study Flashcards

After downloading a container image from Docker Hub, you create multiple containers using the docker run command. After a few minutes, you download another container image and create multiple containers. Upon noticing that you are running out of system resources, you decide to stop some containers. Which of the following commands is the best choice to view the containers that are currently running?


A) PS C:\> docker ps -a
B) PS C:\> docker ps -d
C) PS C:\> docker ps
D) PS C:\> docker container prune

E) B) and C)
F) A) and D)

Correct Answer

verifed

verified

Valentina decides to install the Docker EE package on a Windows server. She wants to download the latest stable version of the package, so she chooses to install Docker using the DockerMsftProvider module. She enters the following commands in the Windows PowerShell window: PS C:\> Install-Module -Name DockerMsftProvider -XXXX psgallery -Force PS C:\> Install-Package -Name docker -ProviderName DockerMsftProvider Identify the correct code that should replace XXXX.


A) Repository
B) RequiredVersion
C) preview
D) DockerProvider

E) A) and D)
F) B) and C)

Correct Answer

verifed

verified

LCOW requires that each Linux container run on a separate Linux kernel and achieves this by automatically running each Linux container as a Hyper-V container.

A) True
B) False

Correct Answer

verifed

verified

True

Why does IIS contain an FTP server service? What is the alternative option for Web app developers who do not want to use this service?

Correct Answer

verifed

verified

If a Web server is located in a cloud en...

View Answer

Ralph uses Docker EE to run his Web apps in containers. He builds a new app to process financial information provided by customers and file taxes. Owing to the sensitive nature of this information, Ralph wants to use secure containers that would also provide greater stability and performance. What should Ralph do?

Correct Answer

verifed

verified

R alph should use Hyper-V containers in ...

View Answer

Soha wants to build a Web app that analyzes financial details of users and provides them with investment advice. She will be running this app on a public cloud using IIS. If Soha wants to take advantage of applications pools to improve security of her Web app, which of the following should she do?


A) She should generate a group of dynamic-link libraries.
B) She should allow access to the app only using NFS.
C) She should use object storage instead of block storage.
D) She should create the Web app using ASP.NET.

E) C) and D)
F) A) and B)

Correct Answer

verifed

verified

Ezra wants to install Docker on a Windows Server 2019 server. He has two options to download and install the Docker Enterprise Edition-either Microsoft or Docker. He chooses to download the package using the DockerProvider Windows PowerShell module. Which of the following justifies Ezra's choice?


A) Ezra wants a stable version of Docker EE.
B) Ezra wants a version of Docker EE provided by Microsoft.
C) Ezra intends to run Windows containers on the server.
D) Ezra intends to run Linux containers on the server.

E) B) and C)
F) All of the above

Correct Answer

verifed

verified

Maqsud installs IIS on a Windows Server 2019 server. To allows users to connect to Default Web Site using HTTPS, he installs an HTTPS encryption certificate on the Web server. Next, he configures Default Web Site to respond to HTTPS requests. However, when users connect to the website using HTTPS, they receive a security warning. Which of the following is most likely causing this issue?


A) The TCP port number is set to 443 and not 80.
B) The FQDN in the HTTPS certificate does not match the Web server FQDN.
C) The HTTPS encryption certificate is installed on the Web server.
D) The website is already configured to respond to HTTP requests.

E) B) and D)
F) None of the above

Correct Answer

verifed

verified

What makes Nano Server container images great for Web Apps?

Correct Answer

verifed

verified

Nano Server container images are often m...

View Answer

To run a Windows Web app in a public cloud using SaaS, you will need to create, configure, and maintain the associated Windows Server 2019 virtual machine on the public cloud provider's hypervisor.

A) True
B) False

Correct Answer

verifed

verified

Describe the need for and process of changing the default folder for downloaded container images.

Correct Answer

verifed

verified

Downloaded container images are stored u...

View Answer

The IUSRS group in an Active Directory domain or workgroup is used to provide anonymous access to both website and Web app content.

A) True
B) False

Correct Answer

verifed

verified

You enable LCOW on a Windows Server 2019 system that already has IIS installed. The server is also used to run Windows containers. Next, you download and run some Linux containers. You disable LCOW and run the docker images command. What will be the result in this scenario?


A) The list of Windows container images will be displayed.
B) The list of Linux container images will be displayed.
C) All container images on the system will be displayed.
D) None of the container images on the system will be displayed.

E) B) and C)
F) A) and D)

Correct Answer

verifed

verified

A

Lin chooses to run a Windows Web app in a public cloud environment using IaaS. She wants to optimize the cost of running the application on the cloud. Which of the following options should Lin choose?


A) She should install the Datacenter Edition of Windows Server 2019.
B) She should start with maximum recommended configuration.
C) She should purchase more block storage than object storage.
D) She should install a small footprint virtual machine.

E) C) and D)
F) B) and D)

Correct Answer

verifed

verified

How does the cloud differ from the World Wide Web of the 1990s?

Correct Answer

verifed

verified

Most resources available on the Web serv...

View Answer

VLX Learning Media provides IT training solutions to corporates. For the lab activities in these training sessions, the company runs the lab setup on virtual machines. These virtual machines are hosted by another company, VirtualFMZ, on its servers, but VLX installs and manages the virtual machines, including the different software applications that are required for various training offerings. Which of the following cloud delivery models is exemplified in this scenario?


A) Software as a Service
B) Platform as a Service
C) Infrastructure as a Service
D) Mobile as a Service

E) A) and D)
F) C) and D)

Correct Answer

verifed

verified

Isabella installs a Fedora Linux distribution on a Windows Server 2019 server. Next, she installs the Apache Web server on this system . Because the server is also running IIS that uses port 80, Isabella modifies the port number for the Apache Web server. Which of the following commands must Isabella run to ensure that she did not make a syntax error during the recent change?


A) install apache2
B) apachect1 start
C) apachect1 configtest
D) vim file

E) A) and B)
F) B) and D)

Correct Answer

verifed

verified

C

TravelBugz is a website that reviews accommodations and holiday destinations. Users of the website can post their own reviews. Users can use the TravelBugz app too instead of the website if they want to. The app and website both directly access the Web app running on the cloud to store and retrieve data. Which of the following is true of this scenario?


A) The TravelBugz website can be accessed from a browser using the TCP/IP protocol.
B) The TravelBugz app communicates with the Web app using the TCP/IP protocol.
C) The TravelBugz app communicates with the Web app using the HTTPS protocol.
D) The app and website communicate with each other using the TCP/IP protocol.

E) A) and B)
F) None of the above

Correct Answer

verifed

verified

Skyfelt Graphics is a company that does not own any of the hardware or operating systems on which it creates and runs its Web app containers. These components are owned, maintained, and operated by a cloud provider. Which of the following cloud delivery models is Skyfelt using?


A) Software as a Service
B) Platform as a Service
C) Infrastructure as a Service
D) Mobile as a Service

E) C) and D)
F) A) and D)

Correct Answer

verifed

verified

Alya runs the following command in Windows PowerShell: docker run -d -p --name cont1 kerinapp. What does the -d option do in this scenario?

Correct Answer

verifed

verified

The -d option of the docker run command ...

View Answer

Showing 1 - 20 of 37

Related Exams

Show Answer