Free IBM Certification Maximo Question and Answers — Questions and Answers
Question 1: A business needs to attach files to records in Maximo. The files must be kept on a regional file share that the Maximo Application Servers (JVMs) may access. Which of these obligations must be fulfilled?
- Enable attached documents from the Database Configuration application.
- Set mxe.doclink.doctypes.defpath in the System Properties application. (Correct answer)
- Set mxe.doclink.doctypes.defpath in the Documents application.
- Enable attached documents from the Organizations application.
Correct answer: Set mxe.doclink.doctypes.defpath in the System Properties application.
By setting the mxe.doclink.doctypes.defpath property in the System Properties application, you specify the default file path where the attached documents will be stored. This property defines the location on the file system where Maximo will look for and store the attached documents.
Question 2: The administrator wishes to verify the version of Maximo deployed after a successful installation on a Windows server. Which application may be used to verify this?
- <install_home>\maximo\applications\maximo\installed.bat
- <install_home>\maximo\applications\maximo\validate.bat
- <install_home>\maximo\applications\maximo\release.bat
- <install_home>\maximo\applications\maximo\version.bat (Correct answer)
Correct answer: <install_home>\maximo\applications\maximo\version.bat
Running version.bat will display the Maximo release version, which confirms the successful installation of Maximo on the server. This information is helpful for verification and documentation purposes and can be used to ensure that the correct version of Maximo is installed and running as expected.
Question 3: What is the proper order of operations for a Maximo installation?
- install Maximo, perform initial middleware configuration, create directory server users
- provision hardware, install Maximo, perform initial middleware configuration
- provision hardware, perform initial middleware configuration, install Maximo (Correct answer)
- install Maximo, provision hardware, perform initial middleware configuration
Correct answer: provision hardware, perform initial middleware configuration, install Maximo
The correct logical sequence is as follows: Provision Hardware -> Perform Initial Middleware Configuration -> Install Maximo. Following this sequence helps ensure a smooth and successful Maximo installation, providing a stable and well-configured environment for the Maximo application to run efficiently.
Question 4: When launching the Work Order Tracking application, a company's users report experiencing slow performance. Following considerable research, it was discovered that the default query does a full table scan. How is this to be avoided?
- Verify the Maximo user executing the SQL statement has query rights to the table.
- Verify no leading wildcard character in the SQL statement WHERE clause.
- Verify no leading wildcard character in the SQL statement WHERE clause.
- Verify default table indexes exist. (Correct answer)
Correct answer: Verify default table indexes exist.
Creating appropriate indexes on the columns commonly used in the application's default queries will optimize query performance and avoid full table scans. Indexes allow the database engine to quickly locate and retrieve specific data, significantly improving query response times.
Question 5: It is necessary for an administrator to export flat files and XML from a publish channel to a certain directory location. Which system property will need to be modified to contain the location value?
- mxe.maximo.globaldir
- mxe.int.meaglobaldir
- mxe.int.intglobaldir
- mxe.int.globaldir (Correct answer)
Correct answer: mxe.int.globaldir
The mxe.int.globaldir system property represents the global integration directory in Maximo. By changing this property to the desired directory location, you can specify the target directory where the XML and flat files should be exported when using the publish channel.
Question 6: A business will implement Maximo and use Application Servers (JVMs) specifically for Cron job execution. What is the function of these Application Servers (JVMs)?
- To run scheduled workflow assignments.
- To run scheduled SMTP server updates.
- To run scheduled integration exports.
- To run scheduled tasks. (Correct answer)
Correct answer: To run scheduled tasks.
The function of Application Servers (JVMs) dedicated to run Cron jobs in Maximo is to execute scheduled tasks. In Maximo, Cron tasks are automated processes or jobs that run on a predefined schedule. These tasks can include maintenance activities, data imports or exports, report generation, and other background processes that need to be executed at specific intervals.
Question 7: One of the departments in a corporation has developed a second base currency and does business in two currencies. What more needs to be clarified for this company?
- Chart of account for exchange rate variances
- Valid exchange rate for the currencies (Correct answer)
- Second chart of account
- Valid financial period
Correct answer: Valid exchange rate for the currencies
When an organization does business in two currencies and has established a second base currency, a valid exchange rate for the currencies must also be defined. Exchange rates are used to convert financial transactions and balances between the two currencies. By defining valid exchange rates, the organization can accurately track and report financial data in both currencies. This is crucial for conducting business, financial planning, and reporting, especially when dealing with international transactions or subsidiaries operating in different countries with different base currencies.
Question 8: There is a server with four CPUs at a corporation. Each CPU has one core. What is the suggested maximum number of Application Servers (JVMs) while setting up this server for Maximo?
- 8
- 2 (Correct answer)
- 5
- 4
Correct answer: 2
Using two Application Servers (JVMs) on a four-CPU server strikes a balance between maximizing the utilization of available resources and avoiding overloading the server. This configuration can help ensure smooth and optimal performance for the Maximo application without putting excessive strain on the hardware.
Question 9: What is the default folder where the generated files will be placed when creating Maximo and Maximo Help EAR files from a command line?
- IBM\SMP\maximo\deployment\default (Correct answer)
- IBM\SMP\maximo\deployment\EAR
- IBM\SMP\maximo\deployment
- IBM\maximo\default
Correct answer: IBM\SMP\maximo\deployment\default
This location is the default deployment directory for Maximo, where the built EAR files are generated and stored after the build process. The "IBM" folder represents the installation directory of IBM products, "SMP" represents the product name (IBM SmartCloud Control Desk or IBM Maximo Asset Management), and "maximo" refers to the application itself. After building the EAR files from the command line, you can find them in the specified directory and use them for deployment or further distribution to the target environments.
Question 10: The logic of a Workflow process has to be changed, however users are currently maintaining records in the process. Which approach would be ideal to do this?
- Update the workflow process logic and perform an Admin Mode Database Configuration.
- Disable and Deactivate the Workflow, make the required changes and activate it.
- Suspend the Workflow process, make the required changes and activate it.
- Create a process revision, validate, enable and activate it. (Correct answer)
Correct answer: Create a process revision, validate, enable and activate it.
By creating a process revision, you can make the necessary changes to the Workflow process without affecting the existing records that are currently using the process. The original version of the process will remain in use for the existing records, while the revised version will be used for new records going forward.
Question 11: Because of "out of memory" problems, Maximo Application Servers (JVMs) operate poorly and frequently crash. How would you make a diagnosis?
- enable verbose garbage collection (GC) (Correct answer)
- set maximo root logger to INFO level
- enable application server logging
- increase heap memory
Correct answer: enable verbose garbage collection (GC)
To diagnose the poor performance and "out of memory" errors in Maximo Application Servers (JVMs), you can enable verbose garbage collection (GC). Verbose GC logging provides detailed information about the JVM's memory usage, garbage collection cycles, and memory allocation. This data can help identify memory-related issues and fine-tune the JVM's memory settings to prevent crashes and improve performance.
Question 12: Maximo is being installed by a business, and WebSphere will be set up on a different server. The installation fails with the error that the WebSphere server cannot be contacted even though they can log in to the WebSphere console from the workstation where it is being done. What might the error's potential cause be?
- The installing workstation is running a different operating system than the server running WebSphere.
- The server running WebSphere is on a different network subnet than the installing workstation.
- The server running WebSphere does not have a fully-qualified domain name. (Correct answer)
- Remote access has not been enabled on the server running WebSphere.
Correct answer: The server running WebSphere does not have a fully-qualified domain name.
A possible cause of the error "WebSphere server cannot be reached" during the Maximo installation is that the server running WebSphere does not have a fully-qualified domain name (FQDN). This issue can lead to connectivity problems when the installation workstation tries to communicate with the remote WebSphere server.
Question 13: Which of the following does the Maximo upgrade toolkit for 7.6 support?
- Custom triggers created directly in the database
- Upgrade to Maximo Multitenancy (Correct answer)
- Integration definitions
- Custom extensions
Correct answer: Upgrade to Maximo Multitenancy
The Maximo upgrade toolkit is designed to facilitate the upgrade process from one version of Maximo to another, including major version upgrades. Upgrading to Maximo Multitenancy is one of the supported use cases for the Maximo upgrade toolkit.
Question 14: Maximo requires an organization to enable application server security. Which entry in web.xml needs to be set to 1?
- AppServerSecurityConstraint
- useAppServerSecurity (Correct answer)
- role-name
- FORM
Correct answer: useAppServerSecurity
The useAppServerSecurity entry is a configuration parameter in the web.xml file of the Maximo application. Setting it to a value of 1 indicates that the application will utilize the security features provided by the application server (e.g., WebSphere, WebLogic) where Maximo is deployed.
Question 15: The VMMSYNC Cron Task is being used by a business to add users to Maximo from the LDAP directory server. In Maximo, not all users are being created. What log setting can be configured to view more data?
- Set log4j.logger.maximo.process.crontask.VMMSYNC to DEBUG
- Set log4j.logger.maximo.process.crontask.VMMSYNC to ERROR
- Set log4j.logger.maximo.sql.crontask.VMMSYNC to DEBUG (Correct answer)
- Set log4j.logger.maximo.sql.crontask.VMMSYNC to ERROR
Correct answer: Set log4j.logger.maximo.sql.crontask.VMMSYNC to DEBUG
By setting the log level to DEBUG for the maximo.sql.crontask.VMMSYNC package, you will see more detailed information in the Maximo log files related to the SQL statements executed during the VMMSYNC Cron Task. This can help you troubleshoot any issues and better understand why not all users are being created in Maximo from the LDAP directory server. Remember to set the log level back to its original value after troubleshooting to avoid excessive log file growth.
Question 16: There are lag times for users at a corporation when logging into Maximo. What is the most probable reason?
- Too many favorite application links on the default Start Center.
- Inclusion of left side bar navigation menus and options.
- Too many portlets on the default Start Center. (Correct answer)
- Too many Start Center tabs.
Correct answer: Too many portlets on the default Start Center.
When the default Start Center in Maximo has an excessive number of portlets, it can significantly impact the loading time during login. Each portlet typically loads data from different sources or applications, and having too many of them can result in increased server-side processing and data retrieval. As a result, the user may experience delays while waiting for the Start Center page to load completely. This issue is more common in environments with slower network connections or under heavy server load.
A business needs to attach files to records in Maximo.
The files must be kept on a regional file share that the Maximo Application Servers (JVMs) may access.
Which of these obligations must be fulfilled?