uBuild Interview Questions and Answer Part-1

IBM UrbanCode Build (uBuild) can be only installed in Windows?

  • True
  • False (Ans)

What is the embedded database for IBM UrbanCode Build (uBuild) server?

  • Derby (Ans)
  • Oracle database
  • MySQL database
  • Microsoft SQL Server database

Can you install multiple IBM UrbanCode Build (uBuild) agent on a single agent per host computer

  • Yes (Ans)
  • No

Dependencies can be configured on build processes to provide artifacts and build triggering between projects and/or third-party artifacts such as open-source libraries. When you create a dependency, you are saying that your build needs the dependent build’s artifacts in order to run or build. Is it true?

  • YES (Ans)
  • NO

Templates are skeleton configuration that define the majority of the configuration of a project and processes. Each template represents a type of project. Is it true?

  • YES (Ans)
  • NO

IBM UrbanCode Build (uBuild) server and agent required JAVA_HOME to be set to

  • only JRE
  • only JDK
  • Either JRE or JDK (Ans)

What is the default port on which the IBM UrbanCode Build (uBuild) Web UI should listen for secure HTTPS requests

  • 8443 (Ans)
  • 443
  • 844
  • 843

What is the default port on which the IBM UrbanCode Build (uBuild) Web UI should redirect unsecured HTTP requests.

  • 80
  • 8081
  • 9090
  • 8080 (Ans)

What is the default port on which the IBM UrbanCode Build (uBuild) agent uses for communication

  • 7919 (Ans)
  • 7900
  • 9198
  • 5600

Projects contain one or more build processes. A build process is a configuration that can be executed to perform a build on some source and typically produces artifacts. A build process defines everything that happens during the build and everything that is needed to do the build. It defines where to get source and dependencies, what tools to build with and what tests to run. Is it true?

  • YES (Ans)
  • NO

Artifact Sets are groupings for the artifacts (files) that are produced by a build. Artifact Sets allow the consumption of build artifacts in a more fine grained manner. Is it right defnition of Artifact Sets?

  • YES (Ans)
  • NO

Which tab can you find create “Notification Schemes”

  • Search Tab
  • Reporting Tab
  • Code Station Tab
  • System Tab (Ans)

“Internal Authentication” store the authencated users in?

  • LDAP
  • Database (Ans)
  • Config file
  • Shared dir

Which is not default “Job Pre-Condition Scripts”

  • All Ancestor Jobs Success
  • All Ancestor Jobs Success or Not Needed-
  • Fail Iterated Job Fast
  • Run on One Failure (Ans)

Which template is not needed for projects?

  • Job Template
  • Source Template
  • Process Template
  • Notification Templates (Ans)
Rajesh Kumar
Follow me