MAVEN MOCK TEST MAVEN MOCK TEST III

Similar documents
MAVEN MOCK TEST MAVEN MOCK TEST I

MAVEN MOCK TEST MAVEN MOCK TEST IV

MAVEN INTERVIEW QUESTIONS

C# MOCK TEST C# MOCK TEST II

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

JAVA MOCK TEST JAVA MOCK TEST II

DB2 MOCK TEST DB2 MOCK TEST I

GWT MOCK TEST GWT MOCK TEST I

ANGULARJS - MOCK TEST ANGULARJS MOCK TEST II

JAVA MOCK TEST JAVA MOCK TEST III

NODE.JS MOCK TEST NODE.JS MOCK TEST I

DESIGN PATTERNS MOCK TEST DESIGN PATTERNS MOCK TEST III

COBOL MOCK TEST COBOL MOCK TEST III

HIBERNATE MOCK TEST HIBERNATE MOCK TEST I

C# MOCK TEST C# MOCK TEST I

PYTHON MOCK TEST PYTHON MOCK TEST III

DESIGN PATTERNS MOCK TEST DESIGN PATTERNS MOCK TEST II

Maven POM project modelversion groupid artifactid packaging version name

HTML5 MOCK TEST HTML5 MOCK TEST I

PERL MOCK TEST PERL MOCK TEST II

JSP MOCK TEST JSP MOCK TEST III

CICS MOCK TEST CICS MOCK TEST I

JAVA MOCK TEST JAVA MOCK TEST IV

JDBC MOCK TEST JDBC MOCK TEST IV

I Got My Mojo Workin'

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

GO MOCK TEST GO MOCK TEST I

Content. Development Tools 2(57)

EJB MOCK TEST EJB MOCK TEST IV

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

Maven 2 & Continuum. by Trygve Laugstøl

JSP MOCK TEST JSP MOCK TEST IV

JAVASCRIPT MOCK TEST JAVASCRIPT MOCK TEST I

NODE.JS MOCK TEST NODE.JS MOCK TEST IV

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

sites</distribsiteroot>

Maven in the wild. An introduction to Maven

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

HIBERNATE MOCK TEST HIBERNATE MOCK TEST IV

HIBERNATE MOCK TEST HIBERNATE MOCK TEST II

VB.NET MOCK TEST VB.NET MOCK TEST III

Apache Maven. Created by anova r&d bvba

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

ANDROID MOCK TEST ANDROID MOCK TEST IV

PL/SQL MOCK TEST PL/SQL MOCK TEST IV

HIVE MOCK TEST HIVE MOCK TEST III

Setting up a Maven Project

JCL MOCK TEST JCL MOCK TEST IV

Red Hat Fuse 7.0 Installing on Apache Karaf

JPA - INSTALLATION. Java version "1.7.0_60" Java TM SE Run Time Environment build b19

Struts 2 Maven Archetypes

Simplified Build Management with Maven

QC MOCK TEST QC MOCK TEST

Pour aller plus loin : Programmation outillée

CSS MOCK TEST CSS MOCK TEST III

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

Sonatype CLM - IDE User Guide. Sonatype CLM - IDE User Guide

Red Hat Fuse 7.0 Deploying into Apache Karaf

Maven. INF5750/ Lecture 2 (Part II)

Introduction to project industrialization using Maven YaJUG 06/10/2009. Copyright Pierre-Antoine Grégoire License Creative Commons 2.

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

QTP MOCK TEST QTP MOCK TEST II

Repository Management and Sonatype Nexus. Repository Management and Sonatype Nexus

HBASE MOCK TEST HBASE MOCK TEST III

Red Hat Decision Manager 7.1 Packaging and deploying a Red Hat Decision Manager project

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

GRAPHSJ 3: A MODERN DIDACTIC APPLICATION FOR GRAPH ALGORITHMS

Breaking Apart the Monolith with Modularity and Microservices CON3127

NODE.JS MOCK TEST NODE.JS MOCK TEST II

Package Management and Build Tools

STQA Mini Project No. 1

vrealize Code Stream Plug-In SDK Development Guide

Cheat Sheet: Wildfly Swarm

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

Demystifying OSGi bundles Excerpted from

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

COMPILER DESIGN - RUN-TIME ENVIRONMENT

DOCS

SPRING MOCK TEST SPRING MOCK TEST I

Application prerequisites

Mobiliser CODE GENERATION - DAO-2-Service

Getting started with Geomajas. Geomajas Developers and Geosparc

Tattletale. What is Tattletale? Enterprise archives JBoss Application Server 7 Putting it all together Roadmap

JCL MOCK TEST JCL MOCK TEST III

JavaLand Dirk Mahler

Effective Testing of Local Git Branches Using Remote Execution

Selenium Testing Course Content

HP Operations Orchestration

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

VB.NET MOCK TEST VB.NET MOCK TEST I

... Maven.... The Apache Maven Project

Apache Karaf Cave 4.x - Documentation

Problem Set 0. General Instructions

Maven 2 The powerful buildsystem. a presentation for EL4J developers by Martin Zeltner (MZE) November 2007

JPA Tools Guide (v5.0)

HP Operations Orchestration

JDO Tools Guide (v5.1)

Checking Out and Building Felix with NetBeans

DOCUMENT SECURITY IN WORD 2010

IBM. IBM WebSphere Application Server Migration Toolkit. WebSphere Application Server. Version 9.0 Release

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 III Q 1 - Which of the following scope is the default scope? A - compile Q 2 - Which of the following scope indicates that dependency is to be provided by JDK or web-server/container at runtime? A - compile Q 3 - Which of the following scope indicates that dependency is not required for compilation, but is required during execution? A - compile Q 4 - Which of the following scope indicates that the dependency is only available for the test compilation and execution phases?

A - compile Q 5 - Which of the following scope indicates that you have to provide the system path? A - system B - import Q 6 - Which of the following scope is only used when dependency is of type pom? A - system B - import Q 7 - Which of the following refers to the name of the project? A - ${pom.name} B - ${project.name} C - ${maven.name} D - ${name} Q 8 - Which of the following refers to the version of the project? A - ${pom.version} B - ${project.version} C - ${maven.version} D - ${version} Q 9 - Which of the following refers to the final name of the file created when the built project is packaged? A - ${pom.build.finalname} B - ${project.build.finalname} C - ${maven.build.finalname} D - ${build.finalname}

Q 10 - Which of the following is the default value of packaging? A - ear B - war C - jar D - pom Q 11 - What is the value for packaging element in pom for a project that is purely meta-data? A - ear B - war C - jar D - pom Q 12 - What is the use of execution element in pom file? A - The <execution> element contains information's required for the execution of a plugin. B - The <execution> element contains information's required for the execution of a project. Q 13 - What MOJO stands for? A - Main plain Old Java Object B - Maven plain Old Java Object C - Maven plus Old Java Object D - Maven plain Old Java Objective Q 14 - Which of the following is true about MOJO? A - A mojo is a Maven plain Old Java Object. B - Each mojo is an executable goal in Maven. C - A plugin is a distribution of one or more related mojos. D - All of the above. Q 15 - Apache Maven is a software project management and comprehension tool.

Q 16 - Based on the concept of a project object model POM, Maven can manage a project's build, reporting and documentation from a central piece of information. Q 17 - Which of the following is true about Maven? A - It provides a comprehensive model for projects which is reusable, maintainable, and easier to comprehend. B - Maven provides plugins or tools that interact with its declarative model. Q 18 - Which of the following is true about Maven? A - When a Maven project is created, Maven creates default project structure. B - Developer is only required to place files accordingly and he/she need not to define any configuration in pom.xml. Q 19 - There should be a single POM file for each project. Q 20 - All POM files require the project element and three mandatory fields: groupid, artifactid,version. A - false B - true Q 21 - Projects notation in repository is groupid:artifactid:version. A - false B - true Q 22 - Root element of POM.xml is project.

Q 23 - Which of the following is correct about groupid in Maven pom.xml? A - This is an Id of project's group. B - This is generally unique amongst an organization or a project. Q 24 - Which of the following is correct about artifactid in Maven pom.xml? A - This is an Id of the project. B - This is generally name of the project. Q 25 - Which of the following is correct about version in Maven pom.xml? A - This is the version of the project. B - Along with the groupid, It is used within an artifact's repository to separate versions from each other. ANSWER SHEET Question Number Answer Key 1 A 2 B 3 C 4 D 5 A 6 B 7 A 8 A 9 A 10 C 11 D 12 A 13 B

14 D 15 A 16 A 17 C 18 C 19 A 20 B 21 B 22 A 23 C 24 C 25 C Loading [MathJax]/jax/output/HTML-CSS/jax.js