Blog Archives

01: 12 Maven interview Questions & Answers

Q1. What is the difference between snapshot versions and release versions? A1. The term “SNAPSHOT” means the build is a snapshot of your code at a given time, which means…



02: 7 More Maven interview Questions & Answers

Q1. How will you go about creating master builds or releases using Maven? A1. Step 1: Log into the server that has maven set up to perform release builds. Step…



05: Git & Maven for releasing software artifacts Q&A

Q1. What are the general steps involved in making a software release?
A1.

#1: Checking out the software artifacts to you build serevr or local box from a source control management (i.e. SCM) system.

#2: Giving it a version so it can be uniquely identifieds

#3: Building, testing and packaging the artifacts.…



800+ Java & Big Data Interview Q&As

200+ Java & Big Data Tutorials

Top