What are three main characteristics ofan agent? (Select three.)
Answer : B,C,D
Explanation:
C, not A: Apache Ant is a command line tool that is used to automate the build and deployment of applications. This plug-in calls the Ant executable to run one or more targets defined in a specified Ant script file, and is very useful for quickly integrating legacy automation into your UrbanCode Deploy Processes. IBM UrbanCode Deploy agents include a distribution of Ant, which is usedby default, but other versions can be used by providing the path to the Ant installation directory in your Process Step.
B, not E: Will the agent connect to an agent relay instead of directly to the server?
The default value is N. If you specify Y, you areprompted to configure the following parameters: hostname or address of the agent relay the agent will connect to agent communication port for the agent relay
HTTP proxy port for the agent relay
References:
https://developer.ibm.com/urbancode/plugin/ant-2/
Which three statements are true about version statuses? (Select three.)
Answer : B,C,D
Explanation:
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/
Which file contains the step definitions for a Deploy plugin named FileUtils?
Answer : C
Explanation:
You can create your own plug-ins for use with IBM UrbanCode Deploy. A plug-in consists of XML files and supporting script files that the plug-in requires.
* The plugin.xml file defines the steps that constitute the plug-in; plug-in steps define aplug- in's functions. Each step is an independently configurable entity in the IBM UrbanCode
Deploy editor.
* The info.xml file contains a version ID and other information that describes the plug-in.
References:
http://www.ibm.com/support/knowledgecenter/SS4GSP_6.1.3/com.ibm.udeploy.reference.d oc/topics/reference_plugins_create.html
You have a complex network topology where ab IBM UrbanCode Deploy (UCD) server, the
QA environment and the Production environment are all installed in different networks. A firewall is established between them. How can UCD enable the communication between the agents and the server through the firewall?
Answer : C
Explanation:
You must ensure that servers, agents, and other systems can connect to each other through your networks and firewalls.
The following diagram shows the main default ports that are involved in communication between agents, agent relays, and the server.
Ifyour agents connect to the server through an agent relay, you must configure your networks and firewalls to allow the following communication.
A security type in IBM UrbanCode Deploy is a product area that can have permissions defined for it. Additional subtypes can be defined for the product areas. In which product areas is it impossible to define additional subtypes?
Answer : B
Explanation:
Except for the web UI and server configuration product areas, you can create security subtypes for most product areas.
References:
https://www.ibm.com/support/knowledgecenter/en/SS4GSP_6.1.0/com.ibm.udeploy.admin. doc/topics/security_types_create.html
What happens to a process when a new version of a used plugin is uploaded into an instance of IBM UrbanCode Deploy?
Answer : C
What are common problems and challenges that customers face concerning release and deployment?
Answer : A
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?
Answer : A
Explanation:
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 dont match will be replaced. With Full Verification checked, each file will have its SHA-
256 checksum calculated and comparedto 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/
You are integrating IBM UrbanCode Deploy (UCD) with a database inorder to perform database deployments. Which statements is true about IBM UCD and the order of the SQL scripts to be executed?
Answer : D
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 theProduction environment. What is the best approach for doing this in IBM UrbanCode Deploy?
Answer : A
Explanation:
Using Tagging to Implement Blue/Green Deployments
Many clients using IBM UrbanCode Deploy areinterested 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 isnt an option.
References: https://developer.ibm.com/urbancode/docs/blue-green-deployments-using- tags-ibm-urbancode-deploy/
What is the proper way to reference the environment property databaseUrl in a component process?
Answer : D
Explanation:
The environment property referenced: ${p:environment/propertyName}.
References:http://www.ibm.com/support/knowledgecenter/SS4GSP_6.0.0/com.ibm.udeplo y.reference.doc/topics/ud_properties.html
Directors at a client meeting report experiencing delays in delivering new features to market. They indicate that a key cause is the handoffs between development and test teams. What is a key business benefit of IBM DevOps solutions that you should tell them about?
Answer : D
When integrating .NET applications for deployment to an IIS server, IBM UrbanCode
Deploy requires a property be set on the resource for the location of the appcmd.exe file.
Where is the Windows default location for appcmd.exe?
Answer : A
Explanation:
Appcmd.exe resides in the %windir%\system32\inetsrv directory, even for 64-bitWindows versions.
References: https://technet.microsoft.com/en-us/library/cc730918(v=ws.10).aspx
A customer shows interest in IBM UrbanCode Deploy (UCD) but seems hesitant about purchasing IBMs solution. What should you share as the mainvalue propositions to help this customer adopt UCD?
Answer : A
Explanation:
IBMUrbanCode Deploy helps you accelerate your time to market, drive down deployment costs, reduce risks and achieve continuous delivery.
References: http://www-03.ibm.com/software/products/en/ucdep
What can you use to represent one or more agents that are not yet installed or connected to an environment?
Answer : B
Explanation:
An agent prototype is a resource that represents one or more agents that are not yet installed or connected to an environment. You can use agent prototypes in resource templates to represent resources that are not yet available.
References:
https://www.ibm.com/support/knowledgecenter/SS4GSP_6.1.1/com.ibm.udeploy.doc/topics
/resources_agents.html
Have any questions or issues ? Please dont hesitate to contact us