UrbanCode Deploy Interview Questions and Answer Part-1

IBM UrbanCode Deploy provides two types of plugins to define
deployment processes, with one type being referred to as Source
Configuration plugins. What is the other plugin type?

  • Workflow (Ans)
  • Automation
  • Process
  • Step Library

What is the difference between an application process and a
component process?

  • An application process coordinates component processes, while a
    component process models automation of artifact deployment using plugin steps. (Ans)
  • While both application and component processes model the automation
    of deployments they have different targets.
  • The application process is a generic process for a specific technology and
    the component process is based on the application process.
  • The application process is used when deploying a simple application and a
    component process is used when deploying a complex application.

What can a snapshot capture?

  • Only component versions deployed in a environment
  • Only latest component versions
  • Versions of components, processes, and properties (Ans)
  • Models of the deployment environment

Which statement is true about a locked snapshot?

  • It allows you to avoid picking up latest untested changes at deployment time. (Ans)
  • It cannot be changed.
  • It is meant to lock certain users out of deploying a certain application.
  • It is not supported by IBM UrbanCode Deploy.

Which is default port uDeploy server runs in HTTPS?

  • 8080
  • 8090
  • 80
  • 8443 (Ans)

Which is default port uDeploy agent talk to server runs using JMS?

  • 7918 (Ans)
  • 7919
  • 7920
  • 8421

Is it right statement about Role?
role is a list of permissions that users have on the IBM® UrbanCode™ Deploy server. These permissions include the ability to create, edit, and delete objects, such as applications, environments, and components. The permission also includes the parts of the server interface that users can access.

  • Yes (Ans)
  • NO

Is it right statement about Team?
role is a list of permissions that users have on the IBM® UrbanCode™ Deploy server. These permissions include the ability to create, edit, and delete objects, such as applications, environments, and components. The permission also includes the parts of the server interface that users can access.

  • Yes (Ans)
  • NO

Is it right statement about Environment Resources?
Represents what is going into a Deployment.That includes What content is being deployed(Component) and where it is being deployed(Agents)

  • Yes (Ans)
  • NO

Is it right statement about Team?
Users and groups are assigned roles when they are added to teams.
Teams provide two important functions. First, a team provides the mechanism to assign users roles. When a user is assigned a role, all permissions that are granted to the role are automatically granted to the user. Second, teams secure product resources. When a team is attached to a resource, only team members with the appropriate permissions can interact with the affected resource.

  • Yes (Ans)
  • NO
Rajesh Kumar
Follow me