Techleap - IaaS School 2
Techleap - IaaS School 2
Techleap - IaaS School 2
Answer: All of the above (ASP.NET, PHP and WCF can be used as web applications for Microsoft
azure)
Answer: All of the above (Better availability, Offers fault tolerance, Better Cost Management)
Answer: build.xml
6) Containers running on a single machine all share the same operating system kernel, so they start
instantly and make more efficient use of RAM.
Answer: True
Answer: mvn -version (mvn -version can be used to check the version of installed maven from
command prompt.)
8) Containers include the application and all of its dependencies, but share the kernel with other
containers. They run as an isolated process in userspace on the host operating system. They're also
not tied to any specific infrastructure – Docker containers run on any computer, on any
infrastructure, and in any cloud.
Answer: True.
9) ________is a cloud hosted service from Docker that provides registry capabilities for public and
private content.
10) ________is a tool for defining and running multi-container Docker applications.
11) ________is native clustering for Docker. It turns a pool of Docker hosts into a single, virtual
Docker host.
12) ________is the enterprise grade cluster management solution from Docker. It manages your
whole cluster from a single place.
JAGUAR(ORANGE)
Techleap – IaaS School 2
Answer: True
14) ________is a hosted service that provides a Registry with build and testing facilities for
Dockerized application images, tools to help you set up and manage your host infrastructure, and
deployment features to help you automate deploying your images to your infrastructure.
15) Docker Toolbox is an installer for quick setup and launch of a Docker environment on Mac and
Windows systems. The toolbox includes these Docker tools:
Answer: Select all options (Docker Machine for running docker-machine commands,Docker Engine
for running the docker commands,Docker Compose for running the docker-compose
commands,Kitematic, the Docker GUI,A shell pre-configured for a Docker command-line
environment,Oracle VirtualBox)
16) ________is an open source project built to simplify and streamline using Docker on a Mac or
Windows. This tool automates the Docker installation and setup process and provides an intuitive
graphical user interface (GUI) for running Docker containers.
Answer: Allowing containers to run on all major Linux distributions and Microsoft operating
systems
18) ________is a text document that contains all the commands a user could call on the command
line to assemble an image.
Answer: Dockerfile
20) On Docker Hub, you get ten private repositories for free with your Docker Hub user account. If
you need more accounts, you can upgrade your Docker Hub plan.
Answer: False
JAGUAR(ORANGE)
Techleap – IaaS School 2
25) Each virtual machine includes the application, the necessary binaries and libraries, and an
entire guest operating system - All of which may be tens of GBs in size.
Answer: True
26) You have five virtual machines that runs Windows Server. Each virtual machine hosts a
different web app. You need to control the flow of traffic based on the URL path. What should you
Answer: Rules
27) Your company plans to migrate all its network resources to Azure. You need to start the
planning process by exploring Azure. What should you create first?
Answer: Subscription
Answer: pom.xml
Answer: Jenkins (A Jenkins is continuous integration system. Ant, Maven, Gradle is used for build
process.)
Answer: True
Answer: archetype
Answer: debug (clean, package, install are maven goals. Debug is used finding and resolving of
defects.)
34) Which load balancing strategy does the Application Gateway implement? Select one.
Answer: Distributes requests to each available server in the backend pool using the round-robin
method
35) You are the team leader. You are addressing your team about load balancing and various Azure
load balancing services. Which of the following statements would you use to describe the Azure
Front Door load balancing service?
Answer: An application delivery network that offers global load balancing and site acceleration
services for web applications with its layer seven capabilities.
JAGUAR(ORANGE)
Techleap – IaaS School 2
Answer: MAVEN_HOME
Answer: Git
Answer: It provides lifecycle management (Ant doesn’t provide lifecycle management. Maven
provides lifecycle.)
Answer: Starting in 2012, Amazon.com made its Web service platform available to developers on a
usage-basis model
40) Which of the following is a message queue or transaction system for distributed Internet-based
applications?
Answer: Amazon.com’s services represent the largest pure Infrastructure as a Service (IAAS)
42) Which of the following is a system for creating block level storage devices that can be used for
Amazon Machine Instances in EC2?
43) Which of the following feature is used for scaling of EC2 sites?
44) Which of the following is a Web service that can publish messages from an application and
deliver them to other applications or to subscribers?
45) Which of the following metrics are used to support Elastic Load Balancing?
Answer: CloudWatch
Answer: Both of the above. (POM stands for Project Object Model. It is fundamental Unit of Work in
Maven. It is an XML file.)
Answer: Both of the above. (A Build Lifecycle is a well defined sequence of phases which define the
order in which the goals are to be executed. Here phase represents a stage in life cycle.)
JAGUAR(ORANGE)
Techleap – IaaS School 2
49) Which of the following phase in maven life cycle compiles the source code of the project?
Answer: compile
50) Using which of the following way, you can activate a Maven Build Profile?
Answer: Both of the above. (OS Settings (for example, Windows family), Present/missing files.)
51) Which of the following command can be used to create a new project based on an archtype?
52) Which of the following refers to the final name of the file created when the built project is
packaged?
Answer: ${pom.build.finalName}
53) What is the value for packaging element in pom for a project that is purely meta-data?
Answer: pom
Answer: All of the above. (A goal represents a specific task which contributes to the building and
managing of a project. It may be bound to zero or more build phases. A goal not bound to any build
phase could be executed outside of the build lifecycle by direct invocation.)
55) Which of the following phase in maven life cycle post-processes the generated files from
compilation, for example to do bytecode enhancement/optimization on Java classes?
Answer: process-classes
Answer: All of the above. (create jar file, create war file, create ear file)
57)
JAGUAR(ORANGE)