9) Mention pricing strategies in sap is Retail? A) Competitor pricing B) Mardown pricing C) Customer pricing D) Vendor Pricing E) Market basket pricing
A and B only
A , B , C, D Only
A, B , E only
All of the above.
10) Identify key process not involved in SAP IS Retail?
Assortment Management
Sales Price Calculation
Promotion Management
Loyalty Management
Allocation
11) Identify the actors in Retail Process flow: A) Vendor B) customer C) Distribution center D) Store E) Consumer
A,B, C Only
A,B, C ,D Only
D and E only.
12)what is a site? A) store B) distribution center C) Plot D) Warehouse
A only
A,B, and C only.
A and D only.
13)what is a purchasing group? a) group of buyers b) group of vendors c) group of administrators. d) group of pickers
14) What is a Sales area?
Sales Org + Distribution channel
Sales org + Distribution Center
Sales org + Distribution Chain
Sales org + Division
List the subsequent activities to trigger promotion? A) activating prices, B) generating and editing the promotion allocation table, C) announcing the promotion, D) Plan Promotion E) determining sources of supply and additional
C,D,E only
A,B,c only
A,B,C,E only.
All of the above:
Which of the following errors are possible within a COBOL if statement?
Infinite loop
Logical Error
Runtime Error
All of the above
The COBOL perform loop is the equivalent of which of the following structures found in other languages, such as Java or C++
For loop
Do-while loop
method
None of the above
If someone wanted a COBOL perform "loop" to execute once before the condition is checked, which of the following would they do?
Use a standard perform statement
Use an in line perform
Skillful use of the COBOL reserved word "AFTER"
This is not possible in COBOL