GitHub_Actions | |||||||||
Question | Option A | Option B | Option C | Option D |
---|
|
GitHub_Actions | |||||||||
Question | Option A | Option B | Option C | Option D |
---|
|
|
|
What is UrbanCode Deploy? |
What are the main components of uDeploy? |
Define Application in UrbanCode Deploy. |
What is a Component in uDeploy? |
How is an Environment defined in uDeploy? |
Explain the term "Resource" in UrbanCode Deploy. |
What is the difference between an Application Process and a Component Process? |
How does uDeploy manage deployment artifacts? |
What is a Snapshot in uDeploy? |
How do Snapshots help in deployment consistency? |
Describe the architecture of UrbanCode Deploy. |
What are the hardware requirements for installing uDeploy? |
How do you install a uDeploy agent? |
What is the function of the uDeploy server? |
How does the server-agent communication work? |
How do you scale uDeploy across multiple environments? |
What is the use of WebSphere Liberty in UrbanCode Deploy? |
How can uDeploy be configured for high availability? |
What are the installation steps for uDeploy on Linux? |
How do you upgrade UrbanCode Deploy? |
What is a process in uDeploy? |
How do you create an application process? |
Explain the types of steps available in a process. |
What are properties in uDeploy? |
How do you pass properties between processes? |
What are secure properties? |
What is a Property Sheet? |
How do you define conditional logic in processes? |
What is an Approval Process? |
What are gates in deployment processes? |
How are artifacts stored in UrbanCode Deploy? |
What is a version in uDeploy? |
How do you import component versions? |
Explain the versioning strategy in uDeploy. |
What is the artifact repository in uDeploy? |
How can you integrate external artifact repositories (e.g., Nexus, Artifactory)? |
How do you configure component source configuration? |
What is a ?Download Artifacts? step? |
How can you deploy a specific version of a component? |
How do you compare component versions? |
How is RBAC implemented in UrbanCode Deploy? |
What are the different roles in uDeploy? |
How do you create a new user or group? |
How can you restrict environment access? |
What is a team in UrbanCode Deploy? |
How do secure properties differ from regular properties? |
How can you audit user actions in uDeploy? |
Explain how LDAP integration works in uDeploy. |
What authentication methods are supported? |
How do you manage permissions for deployment processes? |
How do you integrate Jenkins with UrbanCode Deploy? |
How can you trigger deployments automatically from CI/CD pipelines? |
How do you integrate UrbanCode with Git or GitHub? |
Can uDeploy work with Docker or Kubernetes? |
How does uDeploy integrate with JIRA or ServiceNow? |
What plugins are available in UrbanCode Deploy? |
How do you create a custom plugin? |
How does UrbanCode Release relate to uDeploy? |
What APIs does UrbanCode Deploy provide? |
How do you use the REST API in UrbanCode Deploy? |
Where are logs stored in uDeploy? |
How do you troubleshoot failed deployments? |
How do you enable debug logging? |
What tools can be used to monitor uDeploy health? |
How do you export logs for audit purposes? |
How do you handle process timeouts? |
What is the importance of the "Deployment Plan"? |
How do you monitor agent health? |
What happens if an agent is offline during deployment? |
How do you handle partial deployment failures? |
What are Tokens in UrbanCode Deploy? |
How do you use Global Properties? |
What is the difference between application and component environment properties? |
Explain environment inheritance in uDeploy. |
What is a resource template? |
What are notification templates? |
How do you use Shell scripts in deployment steps? |
What is the UrbanCode Deploy CLI? |
How do you backup and restore uDeploy configuration? |
How do you migrate components between instances? |
What is a Blueprint Designer in UrbanCode Deploy? |
How does uDeploy provision cloud resources? |
What clouds are supported (AWS, Azure, GCP)? |
What is Heat template support? |
How do you connect to IBM Cloud? |
Can uDeploy integrate with Terraform or Ansible? |
What is the role of UrbanCode Deploy in hybrid cloud deployments? |
How do you create dynamic environments in uDeploy? |
What is the importance of cloud configuration properties? |
How do you manage environment drift using uDeploy? |
What are some best practices for creating deployment processes? |
How do you manage multiple teams using uDeploy? |
How do you implement blue-green deployment in uDeploy? |
How do you handle canary deployments? |
What are the risks of not using snapshots? |
How do you ensure rollback capability? |
What metrics do you track for deployment success? |
How do you handle secrets management in uDeploy? |
How do you onboard a new application in uDeploy? |
How do you maintain consistency across environments? |
|
|
|
|
|
What Is a Gradle Framework? |
What Is Gradle Wrapper? |
What Is The Gradle Build Script File Name? |
What Is The Latest Version Of Gradle Available In The Market? |
What Are The Core Components Of Gradle Build Script? |
What About Publishing Artifacts To Maven Central? |
What are a Gradle project and task? |
What is Gradle Daemon? |
What is Gradle Dependency Management? |
What is Gradle Multi-Project Build? |
What is Gradle Motto? |
What is Gradle Build Environment? |
Why Gradle Is Preferred Over Other Build Tools? |
Why Are Compile-time Warnings Suppressed? You?ll Notice That ?build.gradle? Includes The Following Line? |
How Do You Run Gradle Build? |
How Do You Find Gradle Project Dependencies? |
How Do I Check Out And Build The Framework? |
How Do I Configure The Gradle Daemon To Speed Up Builds? |
How do I force Gradle to download dependencies always? |
How Gradle achieves faster performance? |
When Will I Be Able To Play With This? |
Difference between settings.Gradle & Gradle .properties? |
In What Language Should I Develop My Plugins? |
Will Existing Plugins Still Work When I Write My Build Logic In Kotlin? |
Do I Have To Use Intellij Idea When Using Kotlin For Gradle? |
Is Using Groovy For My Build Scripts Deprecated? |
The Main Difference Between Maven Build.xml And Build.gradle Script? |
What?s The Overall Roadmap? |
Gradle |
|
What is JFrog Artifactory? |
What are the different kinds of JFrog Repositories? |
What features does JFrog Repository provide for Automation? |
What is JFrog CLI? |
What form of data is stored in Binaries? |
Which API does the Artifactory exposes? |
Which of the following is not a part of naming convention provided by JFrog? |
How can I prevent previously deployed artifacts from being overwritten? |
How do I remove a cached local artifact that maven fetched? |
How to upload an artifact to Jfrog Artifactory using Jfrog CLI? |
How do I deploy a file to Artifactory using the command line? |
How to configure Maven2 to publish to Artifactory? |
How to stop Maven/Artifactory from keeping Snapshots with timestamps? |
How are snapshot and release repositories used differently? |
How would you delete all artifacts that match a pattern (e.g older than 6 months old) from artifactory? |
How to deploy Maven sites to Artifactory? |
How can I upload an RPM file to Artifactory using Gradle? |
How to move artifacts from a repository to another repository? |
How do I find the latest version of an artifact from a maven repository? |
When maven says ?resolution will not be reattempted until the update interval of MyRepo has elapsed?, where is that interval specified? |
Where to put the gradle.properties file? |
In which Default Port number does Artifactory run? |
Accessing an Artifactory/Maven Repo that requires basic-auth |
Artifactory is not an open source solution. |
Artifactory can provide Cloud based Storage. |
Artifactory is used as __ . |
Artifactory provides search options based on __. |
Artifactory allows repositories to be __ . |
Artifactory acts as proxy for Remote Repositories |
Artifactory not deleting Unique Snapshots |
Artifactory aql: find builds of job with given property |
Automatically use secret when pulling from private registry |
Best practices in naming conventions on Maven artifactID (is there restriction?) |
Binaries are versioned by __. |
Build Module of Artifactory UI contains the Results organised by __ . |
Can SBT publish to JFrog artifactory |
Developers declare their dependencies in which of Software Development? |
Docker pull ?unexpected EOF? |
Download artifact from Maven repository in Java program |
Download files from Artifactory to Teamcity without retaining their full path |
Download single file from zipped Artifactory artifact |
Jenkins Artifactory plugin ? grabbing latest artifacts |
LDAP Authentication is provided by Artifactory. |
Maven pom to zip config files from GitHub and jars from artifactory |
Maven Internal Repository, Is it Really This Hard? |
No.of Build Life cycle phases Maven has is __ . |
Package viewer supported by Artifactory is __ . |
POM stands for? |
Query Language used in Artifactory is __. |
Should we use Nexus or Artifactory for a Maven Repo? [closed] |
Term which refers to the degree of module dependency on other modules is __. |
Type of Repository Format not supported by Artifactory. |
What?s wrong with this Ivy changingPattern / SNAPSHOT configuration? |
What are different types of logs? |
What are format modifiers? |
What are Pros and Cons of Logging? |
What are the components of log4j? |
What are the different log levels in Log4j? |
What are the different logging levels? |
What are the features of log4j? |
What happens if last log file reaches the maximum size while using RollingFileAppender? |
What happens if logs exceeding the maximum size while using RollingFileAppender? |
What is Appender in Log4j? |
What is default value of maxBackupIndex property of RollingFileAppender class? |
What is default value of maxFileSize property of RollingFileAppender class? |
What is SLF4J? |
What is the intent of %.30c format modifier? |
What is the intent of %20.30c format modifier? |
What is the intent of %-20.30c format modifier? |
What is the intent of %20c format modifier? |
What is the intent of %-20c format modifier? |
What is the purpose of % character used in the conversionPattern of PatternLayout object? |
What is the purpose of Appender object? |
What is the purpose of bufferedIO configuration of FileAppender? |
What is the purpose of bufferSize configuration of FileAppender? |
What is the purpose of c character used in the conversionPattern of PatternLayout object? |
What is the purpose of d character used in the conversionPattern of PatternLayout object? |
What is the purpose of DatePattern property of DailyRollingFileAppender class? |
What is the purpose of driver configuration of JDBCAppender? |
What is the purpose of encoding configuration of FileAppender? |
What is the purpose of F character used in the conversionPattern of PatternLayout object? |
What is the purpose of fileAppend configuration of FileAppender? |
What is the purpose of Filename configuration of FileAppender? |
What is the purpose of filter in Appender? |
What is the purpose of Filter object? |
What is the purpose of immediateFlush configuration of FileAppender? |
What is the purpose of l character used in the conversionPattern of PatternLayout object? |
What is the purpose of layout object in Appender? |
What is the purpose of Layout object? |
What is the purpose of level in Appender? |
What is the purpose of Level object? |
What is the purpose of Logger object? |
What is the purpose of LogManager object? |
What is the purpose of m character used in the conversionPattern of PatternLayout object? |
What is the purpose of maxBackupIndex property of RollingFileAppender class? |
What is the purpose of maxFileSize property of RollingFileAppender class? |
What is the purpose of n character used in the conversionPattern of PatternLayout object? |
What is the purpose of ObjectRenderer object? |
What is the purpose of p character used in the conversionPattern of PatternLayout object? |
What is the purpose of password configuration of JDBCAppender? |
What is the purpose of PatternLayout object? |
What is the purpose of r character used in the conversionPattern of PatternLayout object? |
What is the purpose of sql configuration of JDBCAppender? |
What is the purpose of t character used in the conversionPattern of PatternLayout object? |
What is the purpose of target in Appender? |
What is the purpose of threshold configuration of FileAppender? |
What is the purpose of threshold in Appender? |
What is the purpose of URL configuration of JDBCAppender? |
What is the purpose of user configuration of JDBCAppender? |
What is the purpose of X character used in the conversionPattern of PatternLayout object? |
What is the use of log4j.properties? |
What kind of information HTMLLayout class provides? |
What is immediateFlush property of FileAppender. |
What is layouts in log4j. |
What are Appenders in Log4j? |
What are the format characters used in log4j? |
What are the system properties checked by log4j? |
What does WARN and TRACE level indicates in log4j? |
What is Log4j? |
What is package level logging in log4j? |
What is the command to write your logging information into a file? |
What are the logging methods provided by logger class? |
What are the other support objects in Log4j? |
What are the three principal components of Log4j? |
What are the two static methods for obtaining a logger object? |
What does .class mean in log4j context? |
What is the best way to migrate from java.util logging to log4j? |
What is the difference between Threshold and LevelRangeFilter in log4j? |
What is the role of filter in log4j? |
Explain different logging levels in log4j. |
Explain few format characters used in log4j. |
Why do you get multiple copies of the message in log file sometime? |
Why to use Apache Log4j? |
Why should we prefer log4j framework while Java provides logging API? |
Why to use Log4j? |
How can you get multiple processes to log to the same file? |
How can you log into the database using Log4j? |
How do Levels Works? |
How does log Levels work in Log4J? |
How log4j file is defined? |
How will you configure a DailyRollingFileAppender using log4j.properties? |
How will you configure a RollingFileAppender using log4j.properties? |
How will you configure immediate flush to true using log4j.properties? |
How will you configure maximum file size before rollover using log4j.properties? |
How will you configure maximum files to be used to log data using log4j.properties? |
How will you configure your log to roll over at midday and midnight of each day? |
How will you configure your log to roll over at midnight each day? |
How will you configure your log to roll over at the end of each month and at the beginning of the next month? |
How will you configure your log to roll over at the top of every hour? |
How will you configure your log to roll over every minute? |
How will you configure your log to roll over on the first day of each week depending upon the locale? |
How will you create a logger in any class? |
How will you define a file appender using log4j.properties? |
How will you define a root logger turning DEBUG mode off? |
How will you define a root logger with appender file using log4j.properties? |
How will you define the layout of file appender using log4j.properties? |
How will you generate your log files on a daily basis? |
How will you print a log message in debug, error,fatal ,info mode,trace mode, warn mode? |
How will you put the logs in database using log4j? |
How will you set the append to false, overwrite using log4j.properties? |
How will you set the content type of html generated using HTMLLayout? |
How will you set the DatePattern using log4j.properties? |
How will you set the location information for the logging event using HTMLLayout? |
How will you set the threshold to debug mode using log4j.properties? |
How will you set the title of html page generated using HTMLLayout? |
Difference between apache commons logging and log4j. |
In log4j how can you log into the database? |
Advantages of using log4j framework. |
Can log4j logging be stored to database? |
Components of log4j framework. |
Different types of Appenders in Log4j. |
If you want to generate your logging information in an HTML-formatted file, how will you proceed? |
If you want to write your logging information into multiple files then how will you proceed? |
Inside logger component what are the different log levels? |
Is log4j thread safe? |
Mention larger logging domains for your applications. |
Mention what are the different types of Appenders? |
Whether a log output format can be customized? |
Whether log4j is a thread safe? |
What is Nexus Repository? |
What are the main features of Nexus Repository? |
What do you understand about policies in context with Nexus Repository? |
What is the best way to set up an npm proxy repository in Nexus Repository? |
What are the different ways to configure Nexus Repository Manager 3? |
What is the easiest way to install Nexus Repository on a Linux server? |
What types of files can be stored in Nexus Repository? |
What is the ideal number of repositories I should have in my Nexus Repository instance? |
What is Sonatype Nexus, and why is it used? |
What are the benefits of using Nexus Repository Manager? |
What are repository groups, and why are they useful? |
What is the difference between Nexus OSS (Open Source) and Nexus Pro (Professional)? |
What is Nexus Smart Proxy and how does it enhance performance? |
What are the steps to install Nexus Repository Manager? |
What is the purpose of the Nexus Configuration Management section? |
What is a snapshot repository, and how does it differ from a release repository? |
What is the purpose of artifact cleanup policies in Nexus? |
What is role-based access control (RBAC) in Nexus? |
What is a privilege in Nexus, and how does it relate to security? |
What is a Nexus webhook, and how can you use it for integration? |
What are repository health checks, and how can you automate them? |
What steps would you take to upgrade Nexus to a newer version? |
What are some best practices to ensure efficient artifact management in Nexus? |
What is Sonatype Nexus? |
What are the benefits of using Sonatype Nexus? |
What are the different types of repositories in Nexus Sonatype? |
What are the different ways to deploy Sonatype Nexus? |
What are the different policies that can be applied to artifacts in Nexus Sonatype? |
What are the different ways to search for artifacts in Nexus Sonatype? |
What are the different ways to manage users and permissions in Nexus Sonatype? |
What are the different ways to integrate Nexus Sonatype with other tools? |
What are the benefits of using a repository manager? |
What are the different types of repository managers? |
What are the best practices for using a repository manager? |
What are the challenges of using a repository manager? |
What are the future trends for repository managers? |
What are the different ways to configure Nexus Sonatype? |
What is The Nexus user interface? |
What is The Nexus API? |
What is The Nexus configuration file? |
What are the different ways to troubleshoot Nexus Sonatype problems? |
What are the different ways to secure Nexus Sonatype? |
What are the different ways to monitor Nexus Sonatype? |
What are the different ways to back up Nexus Sonatype? |
What are the different types of vulnerabilities that can be found in artifacts? |
What are the different ways to scan artifacts for vulnerabilities? |
What are the different ways to remediate vulnerabilities in artifacts? |
What are the different ways to prevent vulnerabilities in artifacts? |
What are the different ways to manage the risks of using artifacts with vulnerabilities? |
What is the difference between Nexus and Artifactory? |
What are the benefits of using Nexus over Artifactory? |
What are the benefits of using Artifactory over Nexus? |
What are the challenges of using Nexus or Artifactory? |
What are the best practices for managing Nexus? |
What are the common problems with Nexus? |
What are the future trends for Nexus? |
What is repository proxy. |
What is Blob Stores in Nexus. |
Name some popular package formats supported by Nexus. |
Explain a situation where artifact downloads are slow in Nexus and how you would troubleshoot it. |
Which is better for me, Nexus or Artifactory? |
How Nexus ensures the consistency of Maven snapshots. |
How you can control access to specific repositories in Nexus. |
How you can use Nexus REST API to perform various tasks. |
How you would perform a backup and restore of Nexus configurations and repositories. |
How does Nexus Repository handle authentication and authorization? |
How can you monitor the health of your repositories in Nexus Repository? |
How often should we run cleanup tasks in Nexus Repository? |
How does Nexus contribute to secure software development? |
How can you ensure efficient artifact search and retrieval in Nexus? |
How can you change the default port that Nexus listens on? |
How can you create a new repository in Nexus? |
How can you deploy artifacts to a Nexus repository using Maven? |
How can you promote an artifact from a staging repository to a release repository? |
How can you integrate Nexus with LDAP for user authentication? |
How can you automate the deployment of artifacts to Nexus using Jenkins? |
How can you integrate Nexus with CI/CD pipelines to ensure artifact availability? |
How would you handle a situation where Nexus storage is running out of space? |
How do you troubleshoot Nexus problems? |
Where can I get help if I?m having trouble setting up or configuring Nexus Repository? |
Do all artifacts need to be manually uploaded into Nexus Repository? |
Define labels. |
Define source-to-image strategy. |
Define custom build strategy. |
Define the terms "blue" and "green" deployments. |
Define Authentication In Openshift? |
What are the benefits of using DevOps tools? |
What are the most common OpenShift build strategies? |
What are Init containers used for? |
What are the different Red Hat Enterprise Linux CoreOS (RHCOS) tasks that you can perform as a cluster administrator? |
What is the OpenShift Container Platform by Red Hat? |
What exactly do you mean when you say "rolling deployments"? |
What exactly do you mean when you say "canary deployment"? |
What are cartridges in OpenShift? |
What is the OpenShift Command Line Interface (CLI)? |
What distinguishes Docker from OpenShift? |
What are Red Hat OpenShift Pipelines? |
What OpenShift Virtualization can do for you? |
What are the features provided by Red Hat OpenShift? |
What is the use of admission plug-ins? |
What are the multiple identity providers supported by the OpenShift Container? |
What is a route and how can you create a simple HTTP-based route to a web application? |
What is HTTP strict transport security? |
What is the web console for the OpenShift Container Platform? |
What are services in OpenShift? |
What is the procedure for adding secrets with a web console? |
What systems are running on AWS in the OpenShift environment? |
What is the procedure followed in Red Hat when dealing with a new incident? |
What are the advantages of using OpenShift? |
What do you mean by autoscaling in OpenShift? |
What do you know about OpenShift Kubernetes Engine? |
What are OAuth?s Identity Providers? |
What is Volume Security and how does it work? |
What are the toggles for the features? |
What distinguishes OpenShift from Kubernetes in terms of its components? |
What is a build configuration? |
What Is Openshift's Downward API? |
What do you understand by service mesh? |
What are platform operators? |
What are the benefits of using Docker And Kubernetes in Openshift? |
What is HAProxy? |
What are the security-related features in OpenShift Container Platform that are based on Kubernetes? |
What is the average salary in OpenShift? |
What is the programming language required for OpenShift coding? |
What do you know about virtualisation? |
What are the different virualizations? |
What is the latest version of OpenShift? |
What is a cartridge? |
What is the concept of the OpenShift container? |
What are the main components of OpenShift? |
What will be the syntax for inserting multiple images in a single container? |
What is the function of build-in OpenShift? |
What is an OAuth server? |
What do you think about Docker Strategy? |
What is supposed with the aid of using pods in Openshift? |
What is meant by application scaling in Openshift? |
What do you know about Canary Deployments? |
What is the deployment of Pod Resources? |
What Is Gear In Openshift? |
What is the Source-to-Image (S2I) approach? |
What are Annotations in Open‐Shift? |
What is SSH authentication? |
What security controls does OpenShift provide for containers? |
What are the benefits of Openshift? |
What is the Downward API in OpenShift? |
What is the difference between gear and container? |
What is Gear ? |
What is Container ? |
What is the Source-to-Image (S2I) strategy? |
What is the difference between OpenShift and OpenStack? |
What is Volume Security? |
What is Cloud Computing? |
What is OpenShift deployment? |
What is rolling strategy in OpenShift? |
What is Containerization ? |
What is OpenShift ? |
What Is Openshift Pipeline? |
What Is Application Scaling? |
What Is Downward Api In Openshift? |
What Is Haproxy On Openshift? |
What Is Blue/green Deployments? |
What Is Deployment Pod Resources? |
What Is Canary Deployments? |
What Is Rolling Strategy? |
What Is Pod ? |
What Is Automation ? |
What Is Openshift Container ? |
What Is Source-to-image Strategy? |
What Is Routes In Openshift? |
What are the features of OpenShift? |
What are deployment strategies? |
What are rolling deployments? |
What are the feature toggles? |
What are the build strategies in OpenShift? |
What are Build configurations? |
What are the unique components you can find in OpenShift as compared to Kubernetes? |
What are different types of Cloud? |
What are gears in OpenShift? |
What Are Labels In Open‐shift? |
What Are The Identity Providers In Oauth ? |
What Are Feature Toggles? |
What Are Stateful Pods? |
What do you know about the OpenShift pipeline? |
What the systems on the OpenShift environment running on AWS? |
What type of security controls can you find on OpenShift? |
What is OpenShift Container Platform? |
What is OpenShift Online? |
What is OpenShift Dedicated? |
What is OpenShift CLI? |
What is OpenShift Web Console? |
What are Pods in OpenShift? |
What is OpenShift Origin? |
What are the features of OpenShift Origin? |
What can you run on OpenShift? |
What are the security controls does OpenShift provide for containers? |
What is Source-to-Image (S2I)? |
What are the benefits of OpenShift Origin? |
What are the new features introduced in OpenShift Container Platform 3.7? |
What is OpenShift Cartridges? |
What is Cartridge vs Image? |
What is Project vs Domain? |
What is Gear vs Container? |
What is Master vs Broker? |
What are the features of OpenShift v3? |
What Are the Layers in OpenShift? |
What Is the OpenShift Origin Architecture? |
What are Masters? |
What are Nodes? |
What is Kubelet? |
What are Init Containers? |
What is Image Version Tag Policy? |
Name some identity providers in OAUTH. |
Name the network plugin for providing connectivity for pods across an entire cluster. |
Write down the difference between Openstack and Openshift? |
Explain the use of triggers in Red Hat OpenShift Pipelines. |
Explain the concept of pods in OpenShift. |
Explain OpenShift. |
Explain Online OpenShift. |
Explain Routes. |
Explain Custom Strategy |
Explain rolling deployments. |
Explain how Docker and Kubernetes work with Openshift? |
Explain Volume Security? |
Explain about Haproxy on Openshift? |
Explain Green deployment. |
Explain about OpenShift CLI |
Explain Autoscaling in Openshift? |
Explain container Orchestration in Kubernetes? |
Explain Openshift architecture?Can we have two accounts on OpenShift platform? |
Explain Openshift Architecture ? |
Why should you use OpenShift? |
Why do we need DevOps tools? |
Which tasks can declare a Persistent Volume (PV) object? |
Which projects can claim a Persistent Volume (PV) object? |
How is OpenStack different from OpenShift? |
How much time will it take to learn OpenShift? |
How can I become Openshif certified? |
How many enterprise editions are available in Openshift? |
How to manage Openshift security? |
How OpenShift uses Docker and Kubernetes? |
How OpenShift works with Docker and Kubernetes? |
Openshift |
|
Build strategies |
|
Master Components |
|
Node Components |
|
Networking |
|
Storage |
|
Monitoring and Logging |
|
Monitoring and Logging |
|
Developer Tools |
|
Management and Automation |
|
Security |
|
Service Mesh |
|
Openshift_RoadMap | Openshift_History | Gear | Openshift_Container |
What is the difference between Sonar Runner and Sonar Scanner? |
What are sonarqube quality gates? |
What is the type of Lambda Expression? |
Explain what SonarQube is. |
Explain why does SonarQube need a database |
Explain the advantages of using SonarQube. |
Explain the difference between SonarLint and SonarQube? |
Explain SonarQube quality profile |
Explain the term RULES with respect to SonarQube? |
Explain the use of the SonarQube database. |
Explain how I can delete a project from SonarQube? |
Explain if SonarQube is a replacement for Checkstyle, PMD, and FindBugs ? |
Explain the steps to trigger a full ElasticSearch reindex in SonarQube? |
Explain what security covers for SonarQube |
Explain what does the header section comprise in SonarQube: |
Explain the term code smell with respect to SonarQube |
Why do you think that we should use SonarQube? |
Why do you think that we should use SonarQube over other Code Quality Tools? |
Which of the following statements is correct? |
Which property should be declared for SonarQube Project base dir? |
Which property should be declared to tell SonarQube which SCM plugin should be used to grab SCM data on the project. |
How can you create reports in SonarQube? |
How do I get started with SonarQube? |
How would you know if the SonarQube instance is running correctly? |
How is the architecture of the SonarQube? |
When a resolved issue does not get corrected, what is the status it gets into automatically? |
SonarQube |
|
What can you find under "Discover" in Kibana? |
What can you find under "Visualize"? |
What visualization types are supported/included in Kibana? |
What visualization type would you use for statistical outliers |
What are Kibana Settings? |
What are the main components on Kibana interface? |
What is Elasticsearch Logstash Kibana? |
What is Kibana Dashboard? |
What is Kibana Discover interface? |
What is Kibana Docker Image? |
What is Kibana Port? |
What is Kibana used for? |
What is Kibana Visualize interface? |
What is kibana.yml? |
What is Kibana? |
What is the elastic stack? |
What is the Filebeat? |
How to create Kibana Dashboard? |
Describe in detail how do you create a dashboard in Kibana |
Is Elasticsearch a Nosql DB? |
You see in Kibana, after clicking on Discover, "561 hits". What does it mean? |
|
|
What can you find under "Discover" in Kibana? |
What can you find under "Visualize"? |
What visualization types are supported/included in Kibana? |
What visualization type would you use for statistical outliers |
What are Kibana Settings? |
What are the main components on Kibana interface? |
What is Elasticsearch Logstash Kibana? |
What is Kibana Dashboard? |
What is Kibana Discover interface? |
What is Kibana Docker Image? |
What is Kibana Port? |
What is Kibana used for? |
What is Kibana Visualize interface? |
What is kibana.yml? |
What is Kibana? |
What is the elastic stack? |
What is the Filebeat? |
How to create Kibana Dashboard? |
Describe in detail how do you create a dashboard in Kibana |
Is Elasticsearch a Nosql DB? |
You see in Kibana, after clicking on Discover, "561 hits". What does it mean? |
|
|
What is Akamai cache? |
What is CP(Content provide) code? |
What is TTL -time to Live? |
What is Cache - static page? |
What is Purge/invalidate? |
What is GZip content? |
What is Maven? |
What is the Maven occupation? |
What is the Maven area repository? |
What is the structure profile? |
What are the different architectural profiles? |
What is a Maven Store? |
What is the local repository? |
What is the default location for your local repository? |
What is the command to install the JAR file in the local repository? |
What is Central Storage? |
What is Arctic? |
What is the command to create a new project based on a hard drive? |
What does dependency management mean in the dependable function environment? |
What is the default value for the packaging element? |
What is the full name of a project? |
What is a prohibition? |
What is the central repository of Maven? |
What is the use of Settings XML in Maven? |
What is element used to specify the dependencies in your pom.xml ? |
What are six types of scopes ? |
What compile type scope ? |
What is default scope that the maven uses if we do not specify scope element in pom.xml ? |
What happens when we declare dependencies under the scope provided ? |
What scope can be used to make certain dependencies to be available only during compiling and running tests ? |
What is maven profiles? |
What is maven dependencies? |
What is archetype. |
What is the maven pom? |
What is the version to use to check maven version |
What maven modules? |
What is the advantage of Maven? |
what are the types of POM configuration? |
what is GroupId refereces? |
what is ArtifactsId refereces? |
what is Version and Scope refereces? |
What does the mvn clean command? |
what is Maven Repository referred? |
what are the types of Maven Plugins? |
What is pom.xml file? |
what is clean, default and site in maven? |
What is balm? |
What is the Mayan occupation? |
What is a storehouse? |
What do you know about Maven? |
What are the primary objectives of Maven? |
What is the command to know which version of Maven you are using? |
What are the support Maven offers to the developers? |
What do you mean by POM in maven? |
What are the configurations that can be specified in POM? |
What is the use of Maven? |
What is the difference between Convention and Configuration and state why Maven uses Convention? |
What do you mean by Super POM? |
What do you mean by build life cycle? Explain the phases of build life cycle? |
What do you mean by Goal in Maven life cycle? |
What will happen once a Maven command is passed to run a phase? |
What do you mean by build profile in Maven? |
What are the types of Build profile in Maven? |
What are the ways to activate a Maven build profile? |
What do you mean by Maven repository? |
What are the types of Maven Repository? |
What do you mean by Maven Plug-ins? |
What are the types of Maven Plug-ins? |
What are the common Plug-ins available in Maven? |
What is the need for external dependencies in Maven? |
What do you mean by archetype in Maven? |
What are the different archetypes available in Maven? |
What do you mean by Maven Snapshots? |
What is the difference between version and Snapshot? |
What do you mean by build automation in Maven? |
What do you mean by dependency mediation? |
What do you mean by dependency management? |
What is the scope of transitive dependencies discovery? |
What are the steps involved in the deployment process? |
What is the use of SCM in pom.xml file? |
What are the configurations possible in Settings.xml file? |
What are the benefit of storing JARS/external dependencies in local repository instead of remote one? |
What does the build tool? |
What is a goal in Maven terminology? |
What are the uses of Maven Plugins? |
What is SNAPSHOT in Maven? |
What are the default values for the packaging element? |
What are different types of Build Profiles? |
What are Maven Plugins? Use? Type? |
What are the aspects Maven manages? |
What are the benefit of storing JARS/external dependencies in the local repository instead of a remote one? |
What are the default values for the packaging element? |
What are the different phases of a Maven Build Lifecycle? |
What are the elements in POM that a profile can freely modify when specified in the POM? |
What are the features or advantages of Maven? |
What are the parameters required to define External Dependency in Maven? |
What are the things that you must define for each external dependency? |
What do you mean by a Maven Repository? |
What do you mean by Build profiles in Maven? |
What do you mean by Maven Archetype? |
What do you mean by Maven? |
What do you mean by Maven?s External Dependencies? |
What do you mean by POM and what does it contain? |
What does dependency management mean with respect to transitive dependency? |
What does goal in Maven mean? |
What does it mean when you say Maven uses Convention over Configuration? |
What does the build tool? |
What information does POM contain? |
What is a build tool responsible for? |
What is a goal in Maven terminology? |
What is a Maven Repository? |
What is a project?s fully qualified artifact name? |
What is a system dependency? |
What is a transitive dependency in Maven? |
What is Archetype? |
What is Build Profile? |
What is dependency exclusion? |
What is known as SNAPSHOT in Maven? |
What is Maven artifact? |
What is Maven? |
What is meant by Maven build lifecycle? Name these cycles. |
What is meant by Mojo in the terminology of Maven? |
What is POM? |
What is SNAPSHOT in Maven? |
What is the command to build your Maven site? |
What is the command to create a new project based on an archetype? |
What is the dependency scope? Name all the dependency scope. |
What is the job of the exclusion element in Maven? |
What is the location where Maven dependencies are downloaded? |
What is the Maven Build lifecycle? |
What is the meaning of the message ?You cannot have two plugin executions with the same or missing elements?? |
What is the minimal set of information for matching dependency reference against a dependencyManagement section? |
What is the purpose of command mvn clean in Maven? |
What is the use of optional dependency? |
What is the use of the execution element in pom file? |
What phases does a Clean Lifecycle and Site Lifecycle consist of? |
What types of Maven repository? |
What would the command mvn clean dependency:copy-dependencies package do? |
What would the command mvn clean do? |
Name the 3 build lifecycle of Maven |
Name the 3 build lifecycle of Maven. |
Name the aspects that are managed by Maven. |
Name the build phases in Maven Build Lifecycle. |
Name the phases of the Maven Clean Lifecycle. |
Explain about the Maven repositories. |
Explain about the maven plugins. |
Explain about the maven lifecycles. |
Explain about the system and provided.? |
Explain about the parent pom file. |
Explain the use of Maven artifact? |
Explain Clean life cycle in Maven? |
Explain Default life cycle in Maven? |
Explain Site life cycle in Maven? |
Explain Maven Local Repository? |
Explain Maven Central Repository? |
Explain Maven Remote Repository? |
Explain the Dependency Search Sequence in Maven? |
Explain how can you produce execution debug output or error message? |
Explain what would the ?jar:jar?goal do? |
Explain how to run test classes in Maven? |
Explain how you can exclude dependency? |
Explain how you can produce execution debug output or error messages? |
Explain the error ?You cannot have two plugin executions with the same ( or missing) elements? in Maven. |
Explain the various types of Maven Repositories. |
Explain what is Maven Repository? What are their types? |
Explain what is Maven? How does it work? |
Explain what is POM? |
Explain what would the ?jar: jar? goal do? |
Why is it recommended to keep the external dependencies in the local repository rather than a remote repository in Maven? |
Why Maven Plugins are used? |
Why should one use Maven? |
Which is the command will use to add jar manually in pom file under dependency. |
which command removes the target directory before the start of a build process? |
Which Languages are supported by maven? |
How to override the default name of the war file ? |
How to exclude dependencies? |
How pom helps maven? |
how does test and package phases implies in maven? |
How does Maven manage? |
How do you know the version of MVN you use? |
How will you install Maven on to your machine? |
How many POMs can be created for a project? Explain the minimum requirements for POM? |
How will you create an effective POM on your computer? |
How will you create a project in Maven? |
How will you create an external dependency? |
How will you create project documents in Maven? Explain with an example. |
How will you run test classes in Maven? Specify. |
How can you activate profiles? |
How can you activate profiles? |
How do you know the version of mvn you are using? |
How Maven handles and determines what version of dependency will be used when multiple versions of an artifact are found? |
How profiles are specified in Maven? |
How to determine the version of Maven in our system? |
How to mention profiles in Maven? |
How to perform a force update in Maven? |
How to run the clean plugin automatically during the build? |
When does Maven use External Dependency concept? |
When does Maven use the External Dependency concept? |
Where are Maven dependencies stored? |
Where do you find the class files when you compile a Maven project? |
Difference between Ant and Maven. |
Difference Snapshot vs Version? |
Define MOJO? |
In which way the dependencies jar files are downloaded from net. |
In Maven what are the two setting files called and what are their location? |
In Maven what are the two setting files called and what are their location? |
Can you tell me the default location of your local repository? |
Differences - ANT vs Maven. |
Example of dependency which can be declared under test scope ? |
Expain about the maven settings.xml file? |
Features of build tool? |
For POM what are the minimum required elements ? |
For POM what are the minimum required elements? |
If we build the parent project in a multi module setup Maven will build all the child projects/modules ? |
If you do not define any information, where does your POM inherits that information from ? |
If you fail to define any information, where does your pom inherits that information from? |
Is Maven available to Java? |
Is it possible to refer a property defined in your pom.xml file? |
Is there a particular sequence in which Maven searches for dependency libraries? |
List the standard life cycles of Maven? |
List down the types of Maven Build profiles. |
List down the various scopes of Maven Dependency. |
List out the build, source and test source directory for POM in Maven? |
List out the dependency scope in Maven? |
List out what are the aspects does Maven Manages? |
List out what are the build phases in Maven? |
List out what are the Maven?s order of inheritance? |
Maven differentiation with Selenium webdriver? |
Maven ? Always download sources and javadocs |
Maven - Can I reference profile id in profile definition? |
Maven - Error Releasing Code to GitHub (Hangs After Push) |
Maven - Generate Jar and War |
Maven - how to include empty directories |
Maven and Protobuf compile error: Cannot find symbol in package com.google.protobuf |
Maven : Failed to install metadata project Could not parse metadata maven-metadata-local.xml: only whitespace content allowed before start tag |
Maven ?build path specifies execution environment J2SE-1.5?, even though I changed it to 1.7 |
Maven ?cannot find symbol? message unhelpful |
Maven ?shaded? JAR is prefixed with ?original? in the file name |
Maven + AspectJ - all steps to configure it |
Maven + SLF4J: Version conflict when using two different dependencies that require two different SLF4J versions |
Maven 3 - How to add annotation processor dependency? |
Maven 3 Artifact problem |
Maven 3.3.1 ECLIPSE: -Dmaven.multiModuleProjectDirectory system propery is not set |
Maven and eclipse: a reliable way to add non-Maven or external jars to a project? |
Maven and the JOGL library? |
Maven archetype for simple Servlet application |
Maven assembly : add different version of the same artifact |
Maven build cannot find symbol when accessing project lombok annotated methods, |
Maven build debug in Eclipse |
Maven build failed: Unable to locate the Javac Compiler in: jre or jdk issue |
Maven build goal need to specify |
Maven building only changed files |
Maven cannot resolve dependency for module in same multi-module project |
Maven check style as a part of the build |
Maven clean + build causes project in Eclipse to show errors until clean in Eclipse |
Maven Compilation Error: (use -source 7 or higher to enable diamond operator) |
Maven compile mixed Java + Groovy 1.7 project, using gmaven-plugin |
Maven compile with multiple src directories |
Maven compile: package does not exist |
Maven compiler plugin always detecting a set of sources as ?stale? |
Maven Dependencies Eclipse |
Maven dependencies not visible in WEB-INF/lib |
Maven Dependency Conflict: org.w3c.dom.ElementTraversal |
Maven dependency for Servlet 3.0 API? |
Maven dependency management for plugin dependencies |
Maven dependency resolution (conflicted) |
Maven dependency without version |
Maven deploy additional jar file |
Maven deploys to snapshot instead of release |
Maven does not find JUnit tests to run |
Maven doesn't find org.junit even though it's in the dependencies |
Maven doesn't recognize sibling modules when running mvn dependency:tree |
Maven doesn't use Java 7 |
Maven -DskipTests ignored |
Maven Eclipse Debug ?JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)? |
Maven Error : Maven Project Configuration for Module isn't availabe |
Maven error: Could not find or load main class org.codehaus.plexus.classworlds.launcher.Launcher |
Maven error: Not authorized, ReasonPhrase:Unauthorized |
Maven error: package org.junit does not exist |
Maven exec:java goal on a multi-module project |
Maven failing to download jar dependencies |
Maven fails to get SNAPSHOT builds from repository |
Maven fail-safe not executing tests |
Maven for other languages? |
Maven generates duplicate pom.xml and pom.properties files in a jar |
Maven GWT 2.0 and Eclipse |
Maven in Eclipse complains that ?Unable to locate the Javac Compiler? whenever POM changed |
Maven Installation OSX Error Unsupported major.minor version 51.0 |
Maven is not working in Java 8 when Javadoc tags are incomplete |
Maven Java EE Configuration |
Maven Java Version Configuration ignored by Eclipse/Idea |
Maven javadoc plugin - how can I include only certain classes? |
Maven module using spring-boot |
Maven Modules + Building a Single Specific Module |
Maven not downloading dependencies in Eclipse |
Maven not picking JAVA_HOME correctly |
Maven or Ivy? Which one is better with a system already in production? And the other differences? |
Maven Package Compilation Error |
Maven package error: org.apache.commons-lang does not exist (Java) |
Maven packaging without test (skip tests) |
Maven parent pom vs modules pom |
Maven plugin not using eclipse's proxy settings |
Maven plugins can not be found in IntelliJ |
maven plugins stored where |
Maven POM-Editor: Dependency Graph missing |
Maven profiles or spring profiles? |
Maven project with JavaFX (with jar file in `lib`) |
Maven release plugin fails : source artifacts getting deployed twice |
Maven resource filtering not working - because of spring boot dependency |
Maven Resource Filtering with Spring Boot: Could not resolve placeholder |
Maven Run Project |
Maven shade plugin adding dependency-reduced-pom.xml to base directory |
Maven skip compile |
maven support for android projects? |
Maven terms ? dependency and plugin, repository vs. pluginRepository |
Maven throws ?java.lang.OutOfMemoryError? |
Maven Unable to locate the Javac Compiler in: |
Maven update dependencies in POM |
Maven version with a property |
Maven with an explicit finalName won't work properly |
Maven with Eclipse Juno |
Maven- No plugin found for prefix 'spring-boot' in the current project and in the plugin groups |
Maven. lambda expressions are not supported in -source 1.5 |
Maven: (use -source 5 or higher to enable static import declarations) |
Maven: add a dependency to a jar by relative path |
Maven: best way of linking custom external JAR to my project? |
Maven: compile aspectj project containing Java 1.6 source |
Maven: create directory structure from pom.xml |
Maven: Failed to read artifact descriptor |
maven: How to add resources which are generated after compilation phase |
Maven: How to change path to target directory from command line? |
Maven: how to copy artifact to specific directory? |
Maven: How to include jars, which are not available in reps into a J2EE project? |
Maven: How to rename the war file for the project? |
Maven: How to run a .java file from command line passing arguments |
Maven: Including a META-INF folder in the classes folder |
Maven: javac: source release 1.6 requires target release 1.6 |
Maven: remove a single transitive dependency |
Maven: resource binary changes file size after build |
Maven: What is pluginManagement? |
Maven:Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:2.7:resources |
MAVEN_HOME, MVN_HOME or M2_HOME |
maven? Failed to clean project: Failed to delete ..\org.ow2.util.asm-asm-tree-3.1.jar |
maven-archetype-webapp eclipse problem |
maven-site plugins 3.3 java.lang.ClassNotFoundException: org.apache.maven.doxia.siterenderer.DocumentContent |
maven-surefire-plugin include/exclude precedence |
Mention how Profiles are specified in Maven? |
Mention how profiles are specified in Maven? |
Mention the steps for installing Maven on windows. |
Mention the three build lifecycle of Maven? |
Processes involved in achieving the project? |
runtime in maven ? |
State the features present in Maven? |
State the differences between Apache Ant and Maven? |
Tell me the command to install JAR file in local repository. |
Using which element in the child modules pom.xml do we refer to the parent pom ? |
Using which element does maven allows us specify the visibility of dependencies ? |
What?s Maven Central Gradually? |
Basic |
|
|
Maven_Plugins |