Interview Question on Artifactory
1.
What are the phases of the Software development life cycle ?
Ans:
a.
Requirement analysis
b.
Design
c.
Implementation (Development)
d.
Evolution
e.
Testing
2.
What is coupling ?
Ans:
It refers to the degree of module dependency on the other module.
3.
What are the storage of the artifacts ?
Ans:
a.
Source control systems like version control system and subversion.
b.
File system
c.
Binary repository manager
4.
What are the key features of the repository managers ?
Ans:
a.
Dependency management
b.
Effective builds
c.
Release stability
d.
Control and audit
5.
What are binaries ?
Ans:
The end products of the software development phase are the artifacts
also called binaries.
Click on below link for Devops Interview QA book:
https://amzn.to/2YsiZah
Click on below link for Devops Interview QA book:
https://amzn.to/2YsiZah
6.
Where is AQL executed ?
Ans;
AQL is executed in artifactory API. It is runs on remote repositories
, local repositories and virtual repositories.
7.
On which platform artifactory runs ?
Ans:
JDK 1.5 and above
8.
What is the default port number of artifactory ?
Ans:
8081
9.
What are the five main modules of the artifactory UI ?
Ans:
a.
Home
b.
Artifacts
c.
Search
d.
Build
e.
Admin
10.
What is the use of the home screen ?
Ans:
The home screen is organized with panels that helps us in providing
information and also in quick navigation to the frequently used
features.

Comments
Post a Comment