单选题In order to use the item records at the site level, to what must the item be added? ()AAssetBLocationCStoreroomDRotating Asset

题目
单选题
In order to use the item records at the site level, to what must the item be added? ()
A

 Asset

B

 Location

C

 Storeroom

D

 Rotating Asset


相似考题
参考答案和解析
正确答案: A
解析: 暂无解析
更多“单选题In order to use the item records at the site level, to what must the item be added? ()A  AssetB  LocationC  StoreroomD  Rotating Asset”相关问题
  • 第1题:

    In IBM Maximo Asset Management V6.2, what does the Purchase Orders applications Distribute Costs action do?()

    • A、 Distribute the line item cost among all lines.
    • B、 Distribute the line item cost among all direct issue lines.
    • C、 Distribute the line item cost among multiple GL accounts.
    • D、 Distribute the purchase order cost among multiple GL accounts.

    正确答案:C

  • 第2题:

    What must be assigned to establish an asset as Rotating?()

    • A、 Spare parts
    • B、 Rotating Item
    • C、 Classification
    • D、 Operating Location

    正确答案:B

  • 第3题:

    What is a rotating item?()

    • A、A rotating item is an individual item that is defined with a common item number. An item is designated as rotating because one wants to be able to create individual asset records by using the information (Classification, Specification,and Item Assembly Structure) contained on the item record.
    • B、A rotating item is a set of items that are defined with a specific code. An item is designated as rotating because one does not want to be able to create individual asset records by using the information (Classification, Specification, and Item Assembly Structure) contained on the item record.
    • C、A rotating item is a set of kits that are defined with a specific description and GL. An item is designated as rotating because one has the single cost to manage prefers to be able to create individual asset records by using the information (Classification, Specification, and Item Assembly Structure) contained on the assembly record.
    • D、A rotating item is an individual item that is defined with a common item number and can be a spare part. An item is designated as rotating because one wants to be able to create multiple asset records by using the information (Classification, Specification, and Item Assembly Structure) contained on the item set records.

    正确答案:A

  • 第4题:

    You execute this command to drop the ITEM table, which has the primary key referred in the ORDERtable:  SQL> DROP TABLE scott.item CASCADE CONSTRAINTS PURGE;  Which two statements are true about the effect of the command()

    • A、No flashback is possible to bring back the ITEM table.
    • B、The ORDER table is dropped along with the ITEM table.
    • C、The dependent referential integrity constraints in the ORDER table are disabled.
    • D、The dependent referential integrity constraints in the ORDER table are removed.
    • E、The table definition of the ITEM table and associated indexes are placed in the recycle bin.

    正确答案:A,D

  • 第5题:

    When added to an order, which of the following types of catalog entries result in creation of a single order item with inventory allocated for each of its multiple components?()

    • A、Bundle
    • B、Prebuilt Kit
    • C、Static Kit
    • D、Product

    正确答案:C

  • 第6题:

    单选题
    What is a rotating item?()
    A

    A rotating item is an individual item that is defined with a common item number. An item is designated as rotating because one wants to be able to create individual asset records by using the information (Classification, Specification,and Item Assembly Structure) contained on the item record.

    B

    A rotating item is a set of items that are defined with a specific code. An item is designated as rotating because one does not want to be able to create individual asset records by using the information (Classification, Specification, and Item Assembly Structure) contained on the item record.

    C

    A rotating item is a set of kits that are defined with a specific description and GL. An item is designated as rotating because one has the single cost to manage prefers to be able to create individual asset records by using the information (Classification, Specification, and Item Assembly Structure) contained on the assembly record.

    D

    A rotating item is an individual item that is defined with a common item number and can be a spare part. An item is designated as rotating because one wants to be able to create multiple asset records by using the information (Classification, Specification, and Item Assembly Structure) contained on the item set records.


    正确答案: B
    解析: 暂无解析

  • 第7题:

    单选题
    You work as the enterprise exchange administrator at Xxx .Xxx is using Microsoft Exchange Server 2010 as their messaging solution.What actions must you take to change the Exchange-specific cost for a site link?()
    A

    You must configure the host (A) resource records.

    B

    You must add and configure an IPSec Enforcement Network policy.

    C

    You must create an Outlook Web App Mailbox policy.

    D

    You must use the Set-ADSiteLink cmdlet.


    正确答案: D
    解析: 暂无解析

  • 第8题:

    单选题
    public class Item {  private String desc;  public String getDescription() { return desc; }  public void setDescription(String d) { desc = d; } public static void modifyDesc(Item item, String desc) {  item = new Item();  item.setDescription(desc);  }  public static void main(String[] args) {  Item it = new Item();  it.setDescription(”Gobstopper”);  Item it2 = new Item();  it2.setDescription(”Fizzylifting”);  modifyDesc(it, “Scrumdiddlyumptious”);  System.out.println(it.getDescription());  System.out.println(it2.getDescription());  }  }  What is the outcome of the code? ()
    A

     Compilation fails.

    B

     Gobstopper      Fizzylifting

    C

     Gobstopper     Scrumdiddlyumptious

    D

     Scrumdiddlyumptious     Fizzylifltng

    E

     Scrumdiddlyumptious     Scrumdiddlyumptious


    正确答案: A
    解析: 暂无解析

  • 第9题:

    多选题
    You execute this command to drop the ITEM table, which has the primary key referred in the ORDERtable:  SQL> DROP TABLE scott.item CASCADE CONSTRAINTS PURGE;  Which two statements are true about the effect of the command()
    A

    No flashback is possible to bring back the ITEM table.

    B

    The ORDER table is dropped along with the ITEM table.

    C

    The dependent referential integrity constraints in the ORDER table are disabled.

    D

    The dependent referential integrity constraints in the ORDER table are removed.

    E

    The table definition of the ITEM table and associated indexes are placed in the recycle bin.


    正确答案: C,D
    解析: 暂无解析

  • 第10题:

    单选题
    What must be created before populating the Tools application? ()
    A

     Item Sets

    B

     Item Master Owner

    C

     Vendors for the Items

    D

     Storeroom assignment


    正确答案: B
    解析: 暂无解析

  • 第11题:

    单选题
    What must be assigned to establish an asset as Rotating?()
    A

     Spare parts

    B

     Rotating Item

    C

     Classification

    D

     Operating Location


    正确答案: B
    解析: 暂无解析

  • 第12题:

    单选题
    When added to an order, which of the following types of catalog entries result in creation of a single order item with inventory allocated for each of its multiple components?()
    A

    Bundle

    B

    Prebuilt Kit

    C

    Static Kit

    D

    Product


    正确答案: B
    解析: 暂无解析

  • 第13题:

    In order to use the item records at the site level, to what must the item be added? ()

    • A、 Asset
    • B、 Location
    • C、 Storeroom
    • D、 Rotating Asset

    正确答案:C

  • 第14题:

    How can Service Items be reordered?()

    • A、 The IBM Maximo Asset Management V6.2 (IMAM) administrator can use the Reorder Items action in the Inventory application to reorder all the Service Items required.
    • B、 The IMAM administrator can create a purchase order (PO) for all the Service Items required and use the Issue on Receipt check box for PO Lines related to Service Items.
    • C、 The IMAM administrator can use the Reorder Direct Issue Items and Services action in the Service Item application to reorder all items or services and are issued without being received into  inventory.
    • D、 The IMAM administrator can use the Reorder Direct Issue Items and Services action in the Service Item application to reorder items or services that are listed on approved work orders and  are issued without being received into inventory.

    正确答案:D

  • 第15题:

    What must be created before populating the Tools application? ()

    • A、 Item Sets
    • B、 Item Master Owner
    • C、 Vendors for the Items
    • D、 Storeroom assignment

    正确答案:A

  • 第16题:

    You created a custom menu for the Order Entry application. The shipping administrator has requested an additional submenu containing four items to invoke various reports. Which command type must you use to identify the parent menu item as a submenu? ()

    • A、Menu 
    • B、Plus 
    • C、Macro
    • D、PL/SQL

    正确答案:A

  • 第17题:

    Which of the following are policies applied to discount promotions?()

    • A、If multiple discounts could apply to a given product/item, the promotion with the highest priority will be chosen.
    • B、If multiple discounts could apply to a given product/item, the promotion with the largest amount off will be chosen.
    • C、If more than one order level discount could apply to an order, the discount with the highest priority will bechosen.
    • D、If more than one order level discount could apply to an order, the discount with the largest amount off will be chosen.
    • E、If discounted shipping and another type of order level discount could apply to the same order, both are applied.

    正确答案:A,C

  • 第18题:

    单选题
    Which statement is true about item records and inventory management? ()
    A

     With IBM Maximo Asset Management V6.2 (IMAM), item records are created in the Item Master application, and storeroom records are created in the Storerooms application, but inventory is managed in the Inventory application.

    B

     With IMAM, item records are created in the Storerooms application, and storeroom records are created in the Inventory application, but inventory is managed in the Inventory application.

    C

     With IMAM, item records are created in the Inventory application, and storeroom records are created in the Item Master application, and inventory is managed in the Item Master application.

    D

     With IMAM, item records are created in the Inventory application, and storeroom records are created in the Storerooms application, but inventory is managed in the Item Master application.


    正确答案: B
    解析: 暂无解析

  • 第19题:

    单选题
    Proper lifting technique for heavy items is:()
    A

    to use gloves to pick up the item.

    B

    to squat and lift from the legs.

    C

    to have two people bend down and pick the item up.

    D

    to bend down and lift the item up.


    正确答案: D
    解析: 暂无解析

  • 第20题:

    单选题
    How can Service Items be reordered?()
    A

     The IBM Maximo Asset Management V6.2 (IMAM) administrator can use the Reorder Items action in the Inventory application to reorder all the Service Items required.

    B

     The IMAM administrator can create a purchase order (PO) for all the Service Items required and use the Issue on Receipt check box for PO Lines related to Service Items.

    C

     The IMAM administrator can use the Reorder Direct Issue Items and Services action in the Service Item application to reorder all items or services and are issued without being received into  inventory.

    D

     The IMAM administrator can use the Reorder Direct Issue Items and Services action in the Service Item application to reorder items or services that are listed on approved work orders and  are issued without being received into inventory.


    正确答案: B
    解析: 暂无解析

  • 第21题:

    多选题
    Which of the following are policies applied to discount promotions?()
    A

    If multiple discounts could apply to a given product/item, the promotion with the highest priority will be chosen.

    B

    If multiple discounts could apply to a given product/item, the promotion with the largest amount off will be chosen.

    C

    If more than one order level discount could apply to an order, the discount with the highest priority will bechosen.

    D

    If more than one order level discount could apply to an order, the discount with the largest amount off will be chosen.

    E

    If discounted shipping and another type of order level discount could apply to the same order, both are applied.


    正确答案: C,B
    解析: 暂无解析

  • 第22题:

    单选题
    In IBM Maximo Asset Management V6.2, what does the Purchase Orders applications Distribute Costs action do?()
    A

     Distribute the line item cost among all lines.

    B

     Distribute the line item cost among all direct issue lines.

    C

     Distribute the line item cost among multiple GL accounts.

    D

     Distribute the purchase order cost among multiple GL accounts.


    正确答案: C
    解析: 暂无解析

  • 第23题:

    单选题
    You created a custom menu for the Order Entry application. The shipping administrator has requested an additional submenu containing four items to invoke various reports. Which command type must you use to identify the parent menu item as a submenu? ()
    A

    Menu 

    B

    Plus 

    C

    Macro

    D

    PL/SQL


    正确答案: C
    解析: 暂无解析