Maven Quiz (Set 1) Maven Quiz (Set 1) 1 / 10 What is the primary purpose of Apache Maven? Creating web applications Managing project dependencies Developing mobile apps Writing unit tests 2 / 10 Which command can be used to remove compiled output and other build-related files? mvn clear mvn clean mvn delete mvn refresh 3 / 10 What role does the Maven Central Repository serve? Hosting only Maven plugins Storing project backups Sharing third-party project artifacts Hosting private Maven projects 4 / 10 Which scope is NOT a valid option for a Maven dependency? provided project test runtime 5 / 10 What command is used to initiate a Maven build from the command line? mvn build mvn compile mvn start mvn run 6 / 10 What is the main purpose of a Maven repository? Storing user credentials Managing source code Sharing and distributing project artifacts Hosting documentation files 7 / 10 Which phase of the Maven build lifecycle is responsible for generating distributable archives like JAR or WAR? generate-sources package compile deploy 8 / 10 What is an 'artifact' in the Maven context? A JUnit test case A database schema A compiled Java class A packaged project file, like JAR or WAR 9 / 10 Which file is used to define project information, configuration, and dependencies in a Maven project? config.xml pom.xml build.xml manifest.mf 10 / 10 In the context of Maven, what does 'POM' stand for? Project Object Model Programming Object Model Project Order Management Program Output Module Your score isThe average score is 0% 0% Restart quiz