InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
What Are The Global Properties Security Levels? |
|
Answer» SECURITY level determines whether a property can be retrieved an AUTHENTICATED Connection to the system is established. There are three levels of security:
Security level determines whether a property can be retrieved an authenticated Connection to the system is established. There are three levels of security: |
|
| 2. |
Which Two Steps Are Required To Set The Preferred Vendor For Any Stocked Tool? |
|
Answer» Assign a VENDOR, Enable the DEFAULT vendor CHECK BOX Assign a vendor, Enable the default vendor check box |
|
| 3. |
When Transferring An Item Or Tool Across Organizations, An Internal Purchase Order Must Be In Place. What Must Be The Same Across The Organizations? |
|
Answer» Item Set. |
|
| 4. |
Where Are Roles Used? |
|
Answer» PART of a COMMUNICATION template, ESCALATION, service level AGREEMENT, or Workflow. Part of a communication template, escalation, service level agreement, or Workflow. |
|
| 5. |
What Is The Purpose Of A Condition Rate? |
|
Answer» To ASSIGN RELATIVE VALUES to INVENTORY ITEMS. To assign relative values to inventory items. |
|
| 6. |
What Are The Instance Properties In System Properties? |
|
Answer» An INSTANCE property is defined and associated with a specific system server. For example, you can configure the system property, mxe.crontask.donotrun, to be an instance-specific property. To perform this configuration, ACCESS the System Properties APPLICATION. In the Instance Properties table window, associate the mxe.crontask.donotrun system property with a specific server (for example, MXServer1) and a value applicable only to that server (for example, a value of BBCron). As a result, the Bulletin Board CRON task (BBCron) does not RUN on MXServer1; however, BBCron can run in another system instance, such as MXServer2. An instance property is defined and associated with a specific system server. For example, you can configure the system property, mxe.crontask.donotrun, to be an instance-specific property. To perform this configuration, access the System Properties application. In the Instance Properties table window, associate the mxe.crontask.donotrun system property with a specific server (for example, MXServer1) and a value applicable only to that server (for example, a value of BBCron). As a result, the Bulletin Board cron task (BBCron) does not run on MXServer1; however, BBCron can run in another system instance, such as MXServer2. |
|
| 7. |
What Are The Global Properties Data Types? |
|
Answer» Integer, Yes or No , ALN |
|
| 8. |
Can We Have Multiple System Properties With The Same Name And Values? Can We Have Multiple Values? Can We Have A Default Value? |
|
Answer» We can’t have MULTIPLE system properties with the same name, but we can have system properties with the same VALUES. We can have multiple values for system properties. For Example for the ATTACHMENTS we can have multiple values LIKE .txt,.html. We can’t have multiple system properties with the same name, but we can have system properties with the same values. We can have multiple values for system properties. For Example for the attachments we can have multiple values like .txt,.html. |
|
| 9. |
What Are System Properties? |
|
Answer» We will USE System Properties application to MANAGE system properties and the values of the system properties that various COMPONENTS use. We will use System Properties application to manage system properties and the values of the system properties that various components use. |
|
| 10. |
What Is Use Of Maxobject, Maxattribute, And Maxpresentation? |
|
Answer» MaxObject: In this table the actual definition of the MBO is stored. MaxAttribute: Describes all the attributes LIKE data type of the attribute, its LENGTH, is it persistent or not, does it have any validation class attached to it. MAXPRESENTATION: Actual presentation XML of any APPLICATION is stored. MaxObject: In this table the actual definition of the MBO is stored. MaxAttribute: Describes all the attributes like data type of the attribute, its length, is it persistent or not, does it have any validation class attached to it. MaxPresentation: Actual presentation XML of any application is stored. |
|
| 11. |
Where You Will Mention The Cron Task Logic? Explain For 10 Instances? |
|
Answer» You have to SPECIFY the Cron TASK logic in java CLASS. Suppose for the ESCALATION Cron task you may DEFINE the login in psdi.app.escalation.engine.EscalationCronTask Class. Now if there are 10 Escalation Cron tasks instances are running that means there will be 10 java objects of EscalationCronTask class. You have to specify the Cron task logic in java class. Suppose for the escalation Cron task you may define the login in psdi.app.escalation.engine.EscalationCronTask Class. Now if there are 10 Escalation Cron tasks instances are running that means there will be 10 java objects of EscalationCronTask class. |
|
| 12. |
How Can You Validate A Text Field? |
|
Answer» Using a MBO VALIDATE class you can validate a text field. In the DATABASE configuration in the attributes tab you can SPECIFY a validate class name. Using a MBO Validate class you can validate a text field. In the Database configuration in the attributes tab you can specify a validate class name. |
|
| 13. |
A Labor Can Have Multiple Qualifications That Can Be Renewed Or Extended. Some Of These Qualifications Expire After A Period Of Time. What Is Created To Automatically Expire These Qualifications? |
|
Answer» Escalations Escalations |
|
| 14. |
Which Maximo Properties Are Read First When The Maximo Server Is Started? |
|
Answer» Those DEFINED in the maximo.properties Those defined in the maximo.properties |
|
| 15. |
Which Application Associates Failure Hierarchies To Assets? |
|
Answer» ASSETS ASSETS |
|
| 16. |
Explain All The Status Of An Incident In Maximo? |
Answer»
|
|
| 17. |
Explain About Maximo Workflow Nodes? |
Answer»
|
|
| 18. |
What Is Communication Templates In Ibm Maximo? |
|
Answer» To create and manage GENERIC communication templates that MAXIMO Users can leverage to STANDARDIZE frequently USED e-mail communications (Notifications) To create and manage generic communication templates that Maximo Users can leverage to standardize frequently used e-mail communications (Notifications) |
|
| 19. |
Introducing Ibm Smartcloud Control Desk? |
|
Answer» SmartCloud Control Desk is a comprehensive IT Asset and Service Management solution that helps reduce COST and minimize service disruptions through automated service request handling, efficient change management, optimized asset lifecycle management across IT and enterprise domains. With SmartCloud Control Desk, you get ONE product that integrates the functionality of all these products:
SmartCloud Control Desk is a comprehensive IT Asset and Service Management solution that helps reduce cost and minimize service disruptions through automated service request handling, efficient change management, optimized asset lifecycle management across IT and enterprise domains. With SmartCloud Control Desk, you get one product that integrates the functionality of all these products: |
|
| 20. |
What Are The Domains We Have In Maximo? |
|
Answer» There are TOTAL 6 Domains
There are total 6 Domains |
|
| 21. |
What Are Differences Between Table Domain And Cross Over Domain In Ibm Maximo? |
Answer»
|
|
| 22. |
What Are The Benefits Of Maximo, Versus Other Similar Systems? |
|
Answer» SCALABLE. No MATTER what size you are now, it can handle FUTURE expansion. Scalable. No matter what size you are now, it can handle future expansion. |
|
| 23. |
What Is Mbo And Mbo Set? |
|
Answer» MBO REPRESENTS RECORD in the table where as MBO Set represents a table in the data BASE. These MBO’s carries the data. MBO represents record in the table where as MBO Set represents a table in the data base. These MBO’s carries the data. |
|
| 24. |
What Types Of Assets Are Focuses In Ibm Maximo? |
Answer»
|
|
| 25. |
What Is Ibm Maximo Asset Management? |
|
Answer» IBM MAXIMO ASSET Management is an enterprise asset management (EAM) software SOLUTION product produced by IBM. It is a solution which is used to operate, maintain and dispose of enterprise ASSETS. IBM Maximo Asset Management is an enterprise asset management (EAM) software solution product produced by IBM. It is a solution which is used to operate, maintain and dispose of enterprise assets. |
|
| 26. |
How To Defaulting To Wrong Priority Number In Maximo? |
|
Answer» Whenever a WO is input, as soon as the PAGE is saved, the PRIORITY NUMBER DEFAULTS to #4. Whenever a WO is input, as soon as the page is saved, the priority number defaults to #4. |
|
| 27. |
Do You Know What Is Integration Framework? |
|
Answer» Integration Framework ALLOWS you to integrate maximo with other TOOLS. It REDUCE your MANUAL EFFORTS. Integration Framework allows you to integrate maximo with other tools. It reduce your manual efforts. |
|
| 28. |
How Many Ways Integration Is Used In Ibm Maximo? |
Answer»
Various Integration framework components are as follows:
Various Integration framework components are as follows: |
|
| 29. |
Various Controls In The Application Designer Tool In Ibm Maxixo Part 4: |
Answer»
|
|
| 30. |
Various Controls In The Application Designer Tool In Ibm Maxixo Part 3? |
Answer»
|
|
| 31. |
Various Controls In The Application Designer Tool In Ibm Maxixo Part 2: |
Answer»
|
|
| 32. |
Various Controls In The Application Designer Tool In Ibm Maxixo Part 1: |
Answer»
|
|
| 33. |
What Is Outbound Email Integration? |
|
Answer» This SECTION details the two TYPES of email integration that have been configured for TSRM Outbound email integration- TSRM uses SMTP for sending out emails. The configuration element for this is mentioned below: The System Property mail.smtp.host controls which smtp server TSRM uses for sending out mail. This is currently SET to (IP) which is a DOMINO server running SMTP service Troubleshooting tips- Points to CHECK for troubleshooting email delivery
This section details the two types of email integration that have been configured for TSRM Outbound email integration- TSRM uses SMTP for sending out emails. The configuration element for this is mentioned below: The System Property mail.smtp.host controls which smtp server TSRM uses for sending out mail. This is currently set to (IP) which is a Domino server running SMTP service Troubleshooting tips- Points to check for troubleshooting email delivery |
|
| 34. |
What You Know About Inbound Email Integration? |
|
Answer» Inbound email integration – TSRM can process inbound emails and automatically create or update tickets with the details. In the Bharti environment, a notes application has been PROVIDED to end users to enable them to create, update and query tickets with ease. This application generates an XML and SENDS it VIA email to TSRM.Based on the OLM id of the user, the MAIL is sent to one of 3 email ids, or . TSRM polls the mail BOXES of these 3 ids periodically and processes the mails to create or query tickets.The details of the configuration is provided below. Inbound email integration – TSRM can process inbound emails and automatically create or update tickets with the details. In the Bharti environment, a notes application has been provided to end users to enable them to create, update and query tickets with ease. This application generates an XML and sends it via email to TSRM.Based on the OLM id of the user, the mail is sent to one of 3 email ids, or . TSRM polls the mail boxes of these 3 ids periodically and processes the mails to create or query tickets.The details of the configuration is provided below. |
|
| 35. |
What Is Email Integration? |
|
Answer» This section provides and overview of Email INTEGRATION with TSRM Two types of integration have been configured:
This section provides and overview of Email integration with TSRM Two types of integration have been configured: |
|
| 36. |
How To Show Sum Of Instead Count(*) On Resultsetgraph Of Maximo Start Center? |
|
Answer» I have to create a Result set graph in Maximo START Center that shows sum of actual LABOR hours instead of showing count(*) on Y AXIS. for example, if siteid ‘ABC’ has three workorders ‘1001’,’1002′ and ‘1003’ in workorder table with 3,2 and 4 actual labor hours respectively then I have to create a resultset(or resultset graph) that show this site ‘ABC’ and its labor hours sum 3+2+4=9, instead of showing count 3 on Y axis. Please help me to resolve this issue…thanks in advance. I have to create a Result set graph in Maximo Start Center that shows sum of actual labor hours instead of showing count(*) on Y axis. for example, if siteid ‘ABC’ has three workorders ‘1001’,’1002′ and ‘1003’ in workorder table with 3,2 and 4 actual labor hours respectively then I have to create a resultset(or resultset graph) that show this site ‘ABC’ and its labor hours sum 3+2+4=9, instead of showing count 3 on Y axis. Please help me to resolve this issue…thanks in advance. |
|
| 37. |
What Is Inbound Email Integration? |
|
Answer» Inbound email integration – TSRM can process inbound emails and automatically create or update tickets with the details. In the Bharti environment, a notes application has been provided to end users to enable them to create, update and query tickets with ease. This application generates an XML and sends it VIA email to TSRM.Based on the OLM id of the user, the MAIL is sent to one of 3 email ids, or . TSRM polls the mail boxes of these 3 ids periodically and processes the mails to create or query tickets.The details of the configuration is provided below Notes Application: A notes application is provided to users to create or query tickets in TSRM as shown. It can be used to query or create. Inbound email integration – TSRM can process inbound emails and automatically create or update tickets with the details. In the Bharti environment, a notes application has been provided to end users to enable them to create, update and query tickets with ease. This application generates an XML and sends it via email to TSRM.Based on the OLM id of the user, the mail is sent to one of 3 email ids, or . TSRM polls the mail boxes of these 3 ids periodically and processes the mails to create or query tickets.The details of the configuration is provided below Notes Application: A notes application is provided to users to create or query tickets in TSRM as shown. It can be used to query or create. |
|
| 38. |
What Is Start Center In Maximo? |
|
Answer» Start Center is nothing but a view of maximo when you login to it. Start center can be configured by the system admin according to the business needs. There can various tabs on start center. Maximo admin can include day to day task on it, or any message or any news in bulletin board. Your various tickets IN/SR can be shown on them. Short cuts to various APPLICATIONS required by the end USER can also be provided on your start center. Start center can also be configured according to the security groups, i.e. DIFFERENT views for different person or according to the NEED and requirement of Business. Start Center is nothing but a view of maximo when you login to it. Start center can be configured by the system admin according to the business needs. There can various tabs on start center. Maximo admin can include day to day task on it, or any message or any news in bulletin board. Your various tickets IN/SR can be shown on them. Short cuts to various applications required by the end user can also be provided on your start center. Start center can also be configured according to the security groups, i.e. different views for different person or according to the need and requirement of Business. |
|
| 39. |
Explain What Procedure Import Workflow In Maximo 7.1? |
|
Answer» PROCEDURE Import Workflow in MAXIMO 7.1 Note-
Procedure Import Workflow in Maximo 7.1 Note- |
|
| 40. |
What Are Various Modules Of Maximo? |
|
Answer» The various modules of maximo are as follows:
The various modules of maximo are as follows: |
|