Exam2pass
0 items Sign In or Register
  • Home
  • IT Exams
  • Guarantee
  • FAQs
  • Reviews
  • Contact Us
  • Demo
Exam2pass > IBM > IBM Certified Deployment Professional > C5050-062 > C5050-062 Online Practice Questions and Answers

C5050-062 Online Practice Questions and Answers

Questions 4

Which is a key capability offered by IBM UrbanCode Deploy in a release and deployment solution?

A. Asset Repository, Environment Configuration, Delivery Pipeline

B. Workload Provisioning, Workload Orchestration, Service Management

C. Environment Discovery and Analytics, Build Automation, Test Automation

D. Requirements Management, Application Performance Management, Project Planning

Buy Now

Correct Answer: A

Questions 5

Which customer problem does IBM UrbanCode Deploy address?

A. Testing teams are suffering delays verifying new features due to poor application installation documentation.

B. Development managers are having difficulty getting their teams to achieve good agile planning practices.

C. There is a team of administrators that support the current application portfolio, but they are uncertain about their ability to support growth.

D. Users have many complaints about the ease-of-use concerning a main flagship application user interface.

Buy Now

Correct Answer: B

One key benefit of UrbanCode is how quickly it can be implemented and used for deployments. DevOps with UrbanCode extend agile ALM to Accelerate Business Value.

Questions 6

IBM UrbanCode Deploy (UCD) offers an integration with Chef. How does this integration work?

A. IBM UCD installs Chef solo as part of the deployment process and also allows users to execute Chef nodes.

B. IBM UCD integrates with Chef server and manages updating Chef endpoints by running scripts against the Chef server.

C. Chef server and Chef solo poll the IBM UCD repository for new artifacts to deploy, and then deploy them.

D. Chef server and Chef solo allows for the IBM UCD agent to be automatically installed on Chef endpoints.

Buy Now

Correct Answer: C

Incorrect Answers:

A: Set up a UCD server with the Chef plug-in installed.

To use the IBM Integration Bus cookbook with UCD, you must install the Chef plug-ins, as these are not

there by default.

References: https://developer.ibm.com/integration/blog/2014/06/23/how-to-automate-ibm-integration-busdeployments-using-ibm-urbancode-deploy-and-chef/

Questions 7

What happens when a new version of a plugin is loaded which adds new properties to a process' steps?

A. Nothing happens because the process continues to use the older versions of the process steps (the step code is embedded in the process definition).

B. The user must repair the process by using each modified step's properties editor to define the new properties.

C. The user may define values for new properties when the process is invoked.

D. IBM UrbanCode Deploy provides a message that the previously-defined process is obsolete and needs to be repaired.

Buy Now

Correct Answer: A

Note: A process step has access to properties set earlier by other steps within the process, to properties set by the application that started the component process, and to properties on the target environment and resource. Step property values become unavailable after the component process ends.

References: http://www.ibm.com/support/knowledgecenter/SS4GSP_6.0.1/ com.ibm.udeploy.reference.doc/topics/ud_properties.html

Questions 8

Which three tasks are typically performed by an environment owner who uses IBM UrbanCode Deploy to establish a deployment pipeline? (Select three.)

A. Performs tests on applications in this environment

B. Installs agents on the resources in environment

C. Previews changes in environment

D. Rolls back changes to environment

E. Captures inventory compliance status

Buy Now

Correct Answer: BCD

C: You can preview an application snapshot before you deploy it to see the upcoming changes in resources and properties.

D: Rollback Component rolls back a component version to the version in a snapshot or to the version that was deployed when the process began. In most cases, to switch to a different version of a component, you deploy the new version over the existing version. If necessary, you can run the uninstallation process for the component first.

References: http://www.ibm.com/support/knowledgecenter/SS4GSP_6.1.3/com.ibm.udeploy.doc/topics/

app_processsteps_rollback.html

Questions 9

A development team wants to capture all the versions of the components that were deployed in the QA environment and the want to deploy them on the Production environment. What is the best approach for doing this in IBM UrbanCode Deploy?

A. They should create a tag to identify which revisions were deployed in the QA, and when executing the deployment to Production they should select all the versions that have the defines tag.

B. They should create an application baseline that includes all the component versions deployed on the QA.

C. They should compare the QA environment with the Production environment, and from the differences create a delta deployment that should be applied to Production.

D. They should create a snapshot of the QA environment and deploy this snapshot to Production.

Buy Now

Correct Answer: A

Using Tagging to Implement Blue/Green Deployments Many clients using IBM UrbanCode Deploy are interested in implementing Blue/Green deployments. A Blue/Green deployment is a term that refers to a method of deploying the same Components to multiple servers or server clusters in a way that eliminates the need to bring them all offline at the same time. Whether the goal is to maintain availability to a service or application during an upgrade or your internal system requires constant server uptime, simply taking all resources offline simultaneously just isn't an option.

References: https://developer.ibm.com/urbancode/docs/blue-green-deployments-using-tags-ibmurbancode-deploy/

Questions 10

Which three statements are true about version statuses? (Select three.)

A. Version statuses must be used in conjunction with tokens to mark which versions are ready for deployment.

B. Version statuses must be used in conjunction with environment gates to govern which versions are allowed into specific environments.

C. Version statuses must be used in conjunction with locks to identify which environments are locked for marked versions.

D. Version statuses must be used in conjunction with component tags to tag which versions can be deployed.

Buy Now

Correct Answer: BCD

BD: In IBM UrbanCode Deploy, Environment Gates and Version Statuses can help you define policies restricting which versions of components and applications may be deployed into certain environments. For example, you would use Gates and Statuses to enforce a rule that anything being deployed into Production has passed security reviews. Unlike approvals which act on a specific request, Gates establish checks on the versions of components or applications being deployed.

C: Environments can be configured to specifically lock either snapshot versions or snapshot configuration, or both, when snapshots are deployed to the environment. In addition, users can now manually lock snapshots so that they cannot be changed in the future

References: https://developer.ibm.com/urbancode/docs/introduction-environment-gates-urbancode-deploy/ https://developer.ibm.com/urbancode/products/urbancode-deploy/whats-new/6-1-0-1/

Questions 11

Which three types of component processes manage environment inventory when they execute?

A. Uninstall Process

B. Deployment Process

C. Operational Process

D. Generic Process

Buy Now

Correct Answer: ABC

You use the following component process types: deployment, Configuration Deployment, operational, and uninstall.

References: https://www.ibm.com/support/knowledgecenter/SS4GSP_6.2.0/com.ibm.udeploy.doc/topics/ comp_process_types.html

Questions 12

IBM UrbanCode Deploy (UCD) allows users to download artifacts from a Maven style repository. How does the incremental file transfer (sync/sync and clean) work from the repository to the target server?

A. IBM UCD downloads the files from the Maven repository, checks each files hash, and compares it to the target before copying files.

B. IBM UCD queries Nexus/Artifactory for the full list of hash values before transferring the files.

C. IBM UCD does not offer the ability to sync and clean with the Maven integration.

D. IDM UCD always performs a sync, regardless of the repository.

Buy Now

Correct Answer: A

With Sync enabled, UrbanCode Deploy will attempt to move only the files that are different in the component version than on the target system. With "Sync and Clean" the agent will also remove any files in the target directory that are not in in the component version. The details of how the Sync works varies based on the options in selected. The process always starts the same, the agent is sent a manifest of the files in the version, their sizes, modification dates, and SHA-256 hash. With Full Verification unchecked, it will examine the directory and compare the file sizes and modification dates to the manifest. Any files that don't match will be replaced. With "Full Verification" checked, each file will have its SHA-256 checksum calculated and compared to the manifest. This approach is safer, but takes more CPU on the agent, and is a bit slower.

References: https://developer.ibm.com/urbancode/tag/artifact-management/

Questions 13

When integrating with WebLogic (WLDeploy plugin), one required field is the location of the "WLDeploy Ant Task Jar." Where can you obtain this important file that is required for integration?

A. You can download it from http://oracle.com.

B. You can find it in the WebLogic's server directory.

C. You can build the jar file manually in the WebLogic's server/lib directory.

D. You can download it from the WebLogic interface.

Buy Now

Correct Answer: C

Basic Steps for Using wldeploy To use the wldeploy Ant task:

1.

Set your environment.

On Windows NT, execute the setWLSEnv.cmd command, located in the directory WL_HOME\server\bin,

where WL_HOME is the top-level directory of your WebLogic Server installation. On UNIX, execute the

setWLSEnv.sh command, located in the directory WL_HOME/server/bin, where WL_HOME is the top-level

directory of your WebLogic Server installation.

2.

In the staging directory, create the Ant build file (build.xml by default). If you want to use an Ant

installation that is different from the one installed with WebLogic Server, start by defining the wldeploy Ant

task definition:

3.

If necessary, add task definitions and calls to the wlserver and wlconfig tasks in the build script to create

and start a new WebLogic Server domain.

4.

Add a call to wldeploy to deploy your application to one or more WebLogic Server instances or clusters.

See Sample build.xml Files for wldeploy and wldeploy Ant Task Attribute Reference.

5.

Execute the Ant task or tasks specified in the build.xml file by typing ant in the staging directory,

optionally passing the command a target argument:

prompt> ant

References: https://docs.oracle.com/cd/E13222_01/wls/docs92/programming/wldeploy.html

Exam Code: C5050-062
Exam Name: Rational UrbanCode Deploy
Last Update:
Questions: 102

PDF (Q&A)

$45.99
ADD TO CART

VCE

$49.99
ADD TO CART

PDF + VCE

$59.99
ADD TO CART

Exam2Pass----The Most Reliable Exam Preparation Assistance

There are tens of thousands of certification exam dumps provided on the internet. And how to choose the most reliable one among them is the first problem one certification candidate should face. Exam2Pass provide a shot cut to pass the exam and get the certification. If you need help on any questions or any Exam2Pass exam PDF and VCE simulators, customer support team is ready to help at any time when required.

Home | Guarantee & Policy |  Privacy & Policy |  Terms & Conditions |  How to buy |  FAQs |  About Us |  Contact Us |  Demo |  Reviews

2025 Copyright @ exam2pass.com All trademarks are the property of their respective vendors. We are not associated with any of them.