MAVEN MOCK TEST MAVEN MOCK TEST IV

Similar documents
MAVEN MOCK TEST MAVEN MOCK TEST I

MAVEN MOCK TEST MAVEN MOCK TEST III

JAVA MOCK TEST JAVA MOCK TEST III

MAVEN INTERVIEW QUESTIONS

JAVA MOCK TEST JAVA MOCK TEST II

JAVA MOCK TEST JAVA MOCK TEST IV

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

C# MOCK TEST C# MOCK TEST II

DESIGN PATTERNS MOCK TEST DESIGN PATTERNS MOCK TEST III

Content. Development Tools 2(57)

ANGULARJS - MOCK TEST ANGULARJS MOCK TEST II

DESIGN PATTERNS MOCK TEST DESIGN PATTERNS MOCK TEST II

DB2 MOCK TEST DB2 MOCK TEST I

PERL MOCK TEST PERL MOCK TEST II

GWT MOCK TEST GWT MOCK TEST I

NODE.JS MOCK TEST NODE.JS MOCK TEST I

COBOL MOCK TEST COBOL MOCK TEST III

HIBERNATE MOCK TEST HIBERNATE MOCK TEST I

C# MOCK TEST C# MOCK TEST I

I Got My Mojo Workin'

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

PYTHON MOCK TEST PYTHON MOCK TEST III

Maven. INF5750/ Lecture 2 (Part II)

JSP MOCK TEST JSP MOCK TEST III

GO MOCK TEST GO MOCK TEST I

CICS MOCK TEST CICS MOCK TEST I

Maven POM project modelversion groupid artifactid packaging version name

EJB MOCK TEST EJB MOCK TEST IV

HTML5 MOCK TEST HTML5 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

JDBC MOCK TEST JDBC MOCK TEST IV

JAVASCRIPT MOCK TEST JAVASCRIPT MOCK TEST I

Pour aller plus loin : Programmation outillée

HIVE MOCK TEST HIVE MOCK TEST III

Checking Out and Building Felix with NetBeans

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

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

HIBERNATE MOCK TEST HIBERNATE MOCK TEST II

PL/SQL MOCK TEST PL/SQL MOCK TEST IV

Maven in the wild. An introduction to Maven

JCL MOCK TEST JCL MOCK TEST IV

JSP MOCK TEST JSP MOCK TEST IV

Apache Maven. Created by anova r&d bvba

Simplified Build Management with Maven

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

VB.NET MOCK TEST VB.NET MOCK TEST III

Packaging, automation, Continuous Integration

AUTOMATION TESTING FRAMEWORK FOR LUMINOUS LMS

Struts 2 Maven Archetypes

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

QTP MOCK TEST QTP MOCK TEST II

QC MOCK TEST QC MOCK TEST

NODE.JS MOCK TEST NODE.JS MOCK TEST II

CSS MOCK TEST CSS MOCK TEST III

sites</distribsiteroot>

ANDROID MOCK TEST ANDROID MOCK TEST IV

HIBERNATE MOCK TEST HIBERNATE MOCK TEST IV

JCL MOCK TEST JCL MOCK TEST III

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

ONAP Developer Typical Setup 2017 July ONAP Virtual Developers Event

maven Build System Making Projects Make Sense

TOP REASONS WHY YOU SHOULD SWITCH TO MAVEN 3

Software Engineering 2 A practical course in software engineering. Ekkart Kindler

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

Maven 2 & Continuum. by Trygve Laugstøl

European Commission. e-trustex Installation Guide. EUROPEAN COMMISSION DIRECTORATE-GENERAL INFORMATICS Information systems Directorate

Developing ONOS Apps

Package Management and Build Tools

Apache Maven MarsJUG. Arnaud Héritier exo platform Software Factory Manager

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

MANUAL DO ALUNO DE ENGENHARIA DE SOFTWARE

Repository Management and Sonatype Nexus. Repository Management and Sonatype Nexus

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

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

VB.NET MOCK TEST VB.NET MOCK TEST I

JQUERY MOCK TEST JQUERY MOCK TEST III

HBASE MOCK TEST HBASE MOCK TEST III

Sonatype CLM - CI User Guide. Sonatype CLM - CI User Guide

Maven Plugin Guide OpenL Tablets BRMS Release 5.16

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

NODE.JS MOCK TEST NODE.JS MOCK TEST III

Produced by. Agile Software Development. Eamonn de Leastar

Selenium Testing Course Content

Fat / Uber jars - Using the Shade Plugin

HTML5 MOCK TEST HTML5 MOCK TEST IV

The age of automation is going to be the age of 'do it yourself. - Marshall McLuhan

DOCUMENT SECURITY IN WORD 2010

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

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

SELENIUM. Courses Offered. Ph: / Course Coverage:- Date:..Timings.. Duration Fees. Testing Tools QTP Load Runner Hadoop

The Maven 2 POM demystified

HP Operations Orchestration

Session 24. Spring Framework Introduction. Reading & Reference. dev.to/lechatthecat/how-to-use-spring-boot-java-web-framework-withintellij-idea-202p

Studienarbeit Nr Web-based Application Integration: Advanced Business Process Monitoring in WSO2 Carbon. Jakob Krein

JPA Enhancement Guide (v5.1)

Build Automation Kurt Christensen

Cheat Sheet: Wildfly Swarm

Setting up a Maven Project

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

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 IV Q 1 - Which of the following is correct about super POM? A - All POMs inherit from a parent despiteexplicitlydefinedornot known as super POM. B - Super POM contains values inherited by default. Q 2 - Which of the following is correct about super POM? A - Maven use the effective pom configurationfromsuperpomplusprojectconfiguration to execute relevant goal. B - It helps developer to specify minimum configuration detail in his/her pom.xml. Although configurations can be overridden easily. Q 3 - Which of the following command can be used to look at the default configurations of the super POM? A - mvn help:effective-pom B - mvn help C - mvn help:super-pom Q 4 - Which of the following is correct about Goal in Maven?

A - A goal represents a specific task which contributes to the building and managing of a project. B - It may be bound to zero or more build phases. C - A goal not bound to any build phase could be executed outside of the build lifecycle by direct invocation. D - All of the above. Q 5 - Which of the following phase in maven life cycle generates any source code to be included in compilation phase? A - generate-sources B - generate-resources Q 6 - Which of the following phase in maven life cycle processes the source code, for example, filter any value? B - process-sources C - process-test-sources Q 7 - Which of the following phase in maven life cycle generates resources to be included in the package? A - generate-resources B - generate-sources Q 8 - Which of the following phase in maven life cycle copies and processes the resources into the destination directory, ready for packaging phase? A - process-sources B - process-resources C - process-test-sources Q 9 - 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? A - process-classes

C - process-test-classes Q 10 - Which of the following phase in maven life cycle generates any test source code to be included in compilation phase? A - process-classes Q 11 - Which of the following phase in maven life cycle processes the test source code, for example, filter any values? A - process-classes Q 12 - Which of the following phase in maven life cycle compiles the test source code into the test destination directory? A - test-compile Q 13 - Which of the following phase in maven life cycle processes the generated files from test code file compilation? A - process-test-classes Q 14 - Which of the following phase in maven life cycle performs any operations necessary to prepare a package before the actual packaging? C - prepare-package

Q 15 - Which of the following phase in maven life cycle performs actions required before integration tests are executed. For example, setting up the required environment? B - pre-integration-test C - prepare-package Q 16 - Which of the following phase in maven life cycle processes and deploys the package if necessary into an environment where integration tests can be run? B - pre-integration-test C - integration-test Q 17 - Which of the following phase in maven life cycle performs actions required after integration tests have been executed? For example, cleaning up the environment. A - post-integration-test B - pre-integration-test C - integration-test Q 18 - Which of the following is true about Maven central repository? A - This repository is managed by Maven community. B - It is not required to be configured. C - It requires internet access to be searched. D - All of the above. Q 19 - Which of the following plugin run the JUnit unit tests and creates test reports? A - surefile B - jar C - war D - antrun Q 20 - When Maven starts looking for dependency libraries, it first searches

dependency in local repository. A - true B - false Q 21 - When dependency in local repository is not found, then Maven searches dependency in central repository. A - true B - false Q 22 - When dependency in central repository is not found, then Maven searches dependency in remote repository. A - true B - false Q 23 - Maven Plugins are generally used to: A - create jar file. B - create war file. C - create ear file. D - All of the above. Q 24 - Maven Plugins are generally used to: A - compile code files. B - unit testing of code. Q 25 - Maven Plugins are generally used to: A - create project documentation. B - create project reports. ANSWER SHEET Question Number Answer Key 1 C

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