nerdexam
IBM

C1000-141 · Question #80

What is the first step in adding a new object or attribute in Maximo Manage?

The correct answer is B. Use the Database Configuration application. Using the Database Configuration application is the correct first step because Maximo Manage enforces all schema changes through its own managed layer - this ensures the changes are tracked, validated, and properly propagated to the underlying database without breaking the…

Application Configuration

Question

What is the first step in adding a new object or attribute in Maximo Manage?

Options

  • AModify the database schema directly.
  • BUse the Database Configuration application.
  • CEdit the maximo.properties file.
  • DUpdate the application XML file.

How the community answered

(61 responses)
  • A
    10% (6)
  • B
    82% (50)
  • C
    3% (2)
  • D
    5% (3)

Explanation

Using the Database Configuration application is the correct first step because Maximo Manage enforces all schema changes through its own managed layer - this ensures the changes are tracked, validated, and properly propagated to the underlying database without breaking the platform's metadata integrity.

Why the distractors are wrong:

  • A - Directly modifying the database schema bypasses Maximo's metadata layer, which can corrupt the system or cause objects to be unknown to the application.
  • C - maximo.properties controls system configuration parameters (like database connection strings), not object/attribute definitions.
  • D - Application XML files define UI presentation, not the underlying data model; you'd only touch these after the database object exists.

Memory tip: Think "Database Configuration before database changes" - Maximo acts as a gatekeeper, so you always go through the application, never around it. If the app doesn't know about it, Maximo doesn't either.

Topics

#Database Configuration application#object creation#attribute management#schema modification

Community Discussion

No community discussion yet for this question.

Full C1000-141 Practice