MAVEN MOCK TEST MAVEN MOCK TEST I

Similar documents
MAVEN MOCK TEST MAVEN MOCK TEST IV

MAVEN MOCK TEST MAVEN MOCK TEST III

MAVEN INTERVIEW QUESTIONS

C# MOCK TEST C# MOCK TEST I

DB2 MOCK TEST DB2 MOCK TEST I

C# MOCK TEST C# MOCK TEST II

DESIGN PATTERNS MOCK TEST DESIGN PATTERNS MOCK TEST III

DESIGN PATTERNS MOCK TEST DESIGN PATTERNS MOCK TEST II

PERL MOCK TEST PERL MOCK TEST II

CICS MOCK TEST CICS MOCK TEST I

HIBERNATE MOCK TEST HIBERNATE MOCK TEST I

JDBC MOCK TEST JDBC MOCK TEST IV

GWT MOCK TEST GWT MOCK TEST I

Topics covered. Introduction to Maven Maven for Dependency Management Maven Lifecycles and Plugins Hands on session. Maven 2

EJB MOCK TEST EJB MOCK TEST IV

COBOL MOCK TEST COBOL MOCK TEST III

Maven POM project modelversion groupid artifactid packaging version name

What is Maven? Apache Maven is a software project management and comprehension tool (build, test, packaging, reporting, site, deploy).

PYTHON MOCK TEST PYTHON MOCK TEST III

NODE.JS MOCK TEST NODE.JS MOCK TEST I

JSP MOCK TEST JSP MOCK TEST III

JAVA MOCK TEST JAVA MOCK TEST III

Maven in the wild. An introduction to Maven

JAVA MOCK TEST JAVA MOCK TEST II

DevOps and Maven. Eamonn de Leastar Dr. Siobhán Drohan Produced by:

JAVA MOCK TEST JAVA MOCK TEST IV

ANGULARJS - MOCK TEST ANGULARJS MOCK TEST II

HTML5 MOCK TEST HTML5 MOCK TEST I

Maven. INF5750/ Lecture 2 (Part II)

NODE.JS MOCK TEST NODE.JS MOCK TEST IV

JAVASCRIPT MOCK TEST JAVASCRIPT MOCK TEST I

HIVE MOCK TEST HIVE MOCK TEST III

Maven Introduction to Concepts: POM, Dependencies, Plugins, Phases

GO MOCK TEST GO MOCK TEST I

CSS MOCK TEST CSS MOCK TEST III

QC MOCK TEST QC MOCK TEST

Sonatype CLM Enforcement Points - Nexus. Sonatype CLM Enforcement Points - Nexus

I Got My Mojo Workin'

Content. Development Tools 2(57)

Struts 2 Maven Archetypes

Component based Development. Table of Contents. Notes. Notes. Notes. Web Application Development. Zsolt Tóth

TIBCO StreamBase 10.2 Building and Running Applications in Studio, Studio Projects and Project Structure. November 2017

NODE.JS MOCK TEST NODE.JS MOCK TEST II

Simplified Build Management with Maven

BUILD AND DEPLOY SOA PROJECTS FROM DEVELOPER CLOUD SERVICE TO ORACLE SOA CLOUD SERVICE

ANDROID MOCK TEST ANDROID MOCK TEST IV

Developing ONOS Apps

HIBERNATE MOCK TEST HIBERNATE MOCK TEST II

Contents. Enterprise Systems Maven and Log4j. Maven. What is maven?

Repository Management and Sonatype Nexus. Repository Management and Sonatype Nexus

HIBERNATE MOCK TEST HIBERNATE MOCK TEST IV

PL/SQL MOCK TEST PL/SQL MOCK TEST IV

sites</distribsiteroot>

ONAP Developer Typical Setup 2017 July ONAP Virtual Developers Event

JSP MOCK TEST JSP MOCK TEST IV

BUILD AND DEPLOY ORACLE SERVICE BUS PROJECTS FROM ORACLE DEVELOPER CLOUD SERVICE TO ORACLE SOA CLOUD SERVICE USING THE ORACLE SERVICE BUS PLUG-IN

VB.NET MOCK TEST VB.NET MOCK TEST III

QTP MOCK TEST QTP MOCK TEST II

maven Build System Making Projects Make Sense

Unable To The Artifact From Any Repository Maven-clean-plugin

The Actual Real World at EclipseCon/ALM

Administering Apache Geronimo With Custom Server Assemblies and Maven. David Jencks

Checking Out and Building Felix with NetBeans

Setting up a Maven Project

... SysML version SNAPSHOT Developer Guide.... Eclipse

Maven 2 & Continuum. by Trygve Laugstøl

JCL MOCK TEST JCL MOCK TEST IV

HBASE MOCK TEST HBASE MOCK TEST III

Build Automation Kurt Christensen

AUTOMATION TESTING FRAMEWORK FOR LUMINOUS LMS

Package Management and Build Tools

Moven. Machine/Deep Learning Models Distribution Relying on the Maven Infrastructure. Sergio Fernández (Redlink GmbH) November 14th, Sevilla

Oracle Code Day Hands On Labs (HOL) (Install, Repository, Local Deploy, DevCS, OACCS)

Hello Maven. TestNG, Eclipse, IntelliJ IDEA. Óbuda University, Java Enterprise Edition John von Neumann Faculty of Informatics Lab 2.

Packaging, automation, Continuous Integration

SPRING MOCK TEST SPRING MOCK TEST I

This tutorial explains how you can use Gradle as a build automation tool for Java as well as Groovy projects.

HTML5 MOCK TEST HTML5 MOCK TEST IV

Geronimo Server Release Process

Build Tools. Software Engineering SS A tool was needed. Agenda for today. Build tools. Software complexity. Build tools

TOP REASONS WHY YOU SHOULD SWITCH TO MAVEN 3

CONTINUOUS DELIVERY IN THE ORACLE CLOUD

Produced by. Agile Software Development. Eamonn de Leastar

DOCUMENT SECURITY IN WORD 2010

Build Tools. Software Engineering SS 2007

JDO Tools Guide (v5.1)

JPA Tools Guide (v5.0)

Jenkins User Conference Israel. #jenkinsconf. CI / Liveperson. Gidi Samuels. July 16, #jenkinsconf

JCL MOCK TEST JCL MOCK TEST III

EPL451: Data Mining on the Web Lab 6

Creating Custom Builder Components

JQUERY MOCK TEST JQUERY MOCK TEST III

vrealize Code Stream Plug-In SDK Development Guide

Sample Spark Web-App. Overview. Prerequisites

Oracle Code Day Hands On Labs HOL

Software Building (Sestavování aplikací)

Apache Buildr in Action

Apache Maven: Best Practices

Create your own Carbon Component. Sameera Jayasoma Technical Lead and Product Manager of WSO2 Carbon

The Mobile IDE provides Eclipse-based Perspectives, a menu, the mobile source code wizard, the mobile website template wizard, and others.

Transcription:

http://www.tutorialspoint.com MAVEN MOCK TEST Copyright tutorialspoint.com This section presents you various set of Mock Tests related to Maven. You can download these sample mock tests at your local machine and solve offline at your convenience. Every mock test is supplied with a mock test key to let you verify the final score and grade yourself. MAVEN MOCK TEST I Q 1 - Which of the following is true about Maven? A - Maven is a project management and comprehension tool. B - Maven provides developers a complete build lifecycle framework. Q 2 - Which of the following is true about Maven? A - Development team can automate the project's build infrastructure in almost no time using Maven. B - Maven uses a standard directory layout and a default build lifecycle. Q 3 - Which of the following is true about Maven Conventions? A - Maven uses Convention over Configuration which means developers are not required to create build process themselves. B - Developers using maven do not have to mention each and every configuration details. Q 4 - Which of the following aspects of a project can be managed using Maven? A - Builds

B - Documentation C - Reporting D - All of the above. Q 5 - Which of the following aspects of a project can be managed using Maven? A - Dependencies B - SCMs C - Releases D - All of the above. Q 6 - Which of the following aspects of a project can be managed using Maven? A - Distribution B - mailing list Q 7 - Which of the following command can tell the version of maven? A - mvn --version B - maven -version C - mvn version D - maven --version Q 8 - What POM stands for? A - Project Object Mode B - Project Object Model C - Project Objective Mode D - Project Objective Model Q 9 - What of the following is true about POM? A - It is fundamental Unit of Work in Maven. B - It is an XML file.

Q 10 - What of the following is true about POM? A - It always resides in the base directory of the project as pom.xml. B - It contains information about the project and various configuration details used by Maven to build the projects. Q 11 - Which of the following configuration element is present in POM.xml? A - project dependencies B - plugins C - goals D - All of the above. Q 12 - Which of the following configuration element is present in POM.xml? A - build profiles B - project version Q 13 - Which of the following configuration element is present in POM.xml? A - developers B - mailing list Q 14 - Which of the following is true about maven artifact? A - A maven artifact is a file, usually a JAR that gets deployed to a Maven repository. B - A Maven build produces one or more artifacts, such as a compiled JAR and a 'sources' JAR. Q 15 - Which of the following is true about maven artifact? A - Each artifact has a group ID, an artifact ID justaname, and a version string. B - The group ID,artifact ID and version together uniquely identify the artifact. C - A project's dependencies are specified as artifacts.

D - All of the above. Q 16 - Which of the following is true about Maven Build Lifecycle? A - A Build Lifecycle is a well defined sequence of phases which define the order in which the goals are to be executed. B - A phase represents a stage in life cycle. Q 17 - Which of the following is true about 'clean' Maven life cycle? A - It cleans up artifacts created by prior builds. B - This is used to build the application. C - This generates site documentation for the project. Q 18 - Which of the following is true about 'build' Maven life cycle? A - It cleans up artifacts created by prior builds. B - This is used to build the application. C - This generates site documentation for the project. Q 19 - Which of the following is true about 'site' Maven life cycle? A - It cleans up artifacts created by prior builds. B - This is used to build the application. C - This generates site documentation for the project. Q 20 - Which of the following command removes the target directory with all the build data before starting the build process? A - mvn clean B - mvn build C - mvn compile D - mvn site Q 21 - Which of the following command quickly builds Maven site? A - mvn clean

B - mvn build C - mvn compile D - mvn site Q 22 - Which of the following phase in maven life cycle validates that the project is correct and all necessary information is available? Q 23 - Which of the following phase in maven life cycle compiles the source code of the project? Q 24 - Which of the following phase in maven life cycle tests the compiled source code using a suitable unit testing framework? Q 25 - Which of the following phase in maven life cycle takes the compiled code and package it in its distributable format, such as a JAR? ANSWER SHEET Question Number Answer Key 1 C 2 C

3 C 4 D 5 D 6 C 7 A 8 B 9 C 10 C 11 D 12 C 13 C 14 C 15 D 16 C 17 A 18 B 19 C 20 A 21 D 22 A 23 B 24 C 25 D Loading [MathJax]/jax/output/HTML-CSS/jax.js