Skip to main content

Posts

Maximo Functional Interview questions

 Functional interview Questions :- 1. What is an Asset, Item?( Remeber Asset num is unique and item num is common.. rotating asset is something that we track can be repained but not replaced..and move or out from inventory.... 2. On what basis you can select architecture to be single site / multisite etc.(Remember glaccounts)... 3. What are ways you can create Work order in Maximo? 4. What are ways you can create Invoice in Maximo? 5. What is Asset life cycle? 6. What is Purchasing Life Cycle? 7. What are different modules of Maximo? 8. How many types of contract can be created in Maximo? 9. What is EAM? 10. Explain reorder process? 11. Explain Pm functionality and how earliest next due date calculated? 12. How do you configure security groups? 13. What is an independent security group and dependent security group? 14. You have uploaded some workorders and next day activated pmwogen cron which created some more wo's ? Now client does not wants pmwogen wos sequence to be a...

SOP

 What is an SOP document:-  When we get a ticket we fix it using configuration, automation or customization which goes release process. Their are some fixes which are repeated for which we can define clear-cut step by step instructions these are  defined in our SOP document.

Maximo best practices

What are maximo best practices as a technical consultant 1. Go for server restart when u can't get desired results from application restart else use application restart. 2. Do no use Create statement use prepared statement for Update. 3. Do no use printstacktrace use logger. 4. raise TypeError(complewhere) instead of using print while debugging issue in autoscript. 5. Whenever designing a workflow think about all possibilities for example what happen in case record does not have role present to which you are assigning what will happen if it gets to delegate of person? never assume their will always be role what will happen for else logic in condition this way you can frame more questions for Client and make your workflow more safe. 6. Do not use Customization more than necessary try to simplify things by confirmation only for example its always a bad practice to use same field for 2 different purposes and use the script or class to populate or set value for such field instead if yo...