2 Chen Products produces four manufactured products: Products 1, 2, 3 and 4. The company’s risk committee recently
met to discuss how the company might respond to a number of problems that have arisen with Product 2. After a
number of incidents in which Product 2 had failed whilst being used by customers, Chen Products had been presented
with compensation claims from customers injured and inconvenienced by the product failure. It was decided that the
risk committee should meet to discuss the options.
When the discussion of Product 2 began, committee chairman Anne Ricardo reminded her colleagues that, apart from
the compensation claims, Product 2 was a highly profitable product.
Chen’s risk management committee comprised four non-executive directors who each had different backgrounds and
areas of expertise. None of them had direct experience of Chen’s industry or products. It was noted that it was
common for them to disagree among themselves as to how risks should be managed and that in some situations,
each member proposed a quite different strategy to manage a given risk. This was the case when they discussed
which risk management strategy to adopt with regard to Product 2.
Required:
(a) Describe the typical roles of a risk management committee. (6 marks)
第1题:
The following information is available for a manufacturing company which produces multiple products:
(i) The product mix ratio
(ii) Contribution to sales ratio for each product
(iii) General fixed costs
(iv) Method of apportioning general fixed costs
Which of the above are required in order to calculate the break-even sales revenue for the company?
A.All of the above
B.(i), (ii) and (iii) only
C.(i), (iii) and (iv) only
D.(ii) and (iii) only
The method of apportioning general fixed costs is not required to calculate the break-even sales revenue.
第2题:
第3题:
第4题:
第5题:
Company could reject the products back from its customers.
第6题:
A customer currently buys HP ProLiant servers and EMC storage. The customer has encountered various problems getting certain servers to work with their storage. Which of the following arguments can the Sales Specialist present to best position IBM? ()
第7题:
The TRANS_SUMMARY table contains product-wise transaction details that get updated with every transactionin the system. Each row has cumulative transaction details of a single product and every product is identified bya product code, which is the primary key.As part of the archival process, the company wants to transfer therows in the TRANS_SUMMARY table to the TRANS_SUMMARY_DUP table at the end of every quarter of theyear. Along with existing products, the company deals with many new products during every quarter. Whichmethod is best suited for this quarterly data transfer()
第8题:
Near Cache
Distributed Cache
Local Cache
Replicated Cache
第9题:
displaying the minimum list price for each product status
displaying all supplier IDs whose average list price is more than 500
displaying the number of products whose list prices are more than the average list price
displaying all the products whose minimum list prices are more than the average list price of products having the product status orderable
displaying the total number of products supplied by supplier 102071 and having product status OBSOLETE
第10题:
第11题:
are regarded as loyal customers.
happen to buy the products from a company.
trust the quality of the products from a company.
care little about prices of the products.
第12题:
the number of products sold.
increase of a product’s market share.
the improvement of communication and consumers’ attitude toward products.
increase of retail outlets.
第13题:
第14题:
第15题:
第16题:
第17题:
Which two types of information might be found at the Small Business Partner Central website? ()
第18题:
ABC Company has approximately 150’000 products in their catalog and wants to put these within a Coherence cache to improve performance and access times of their existing JEE application without too much change to existing code. There are a number of servlets that get the same product information multiple times within a page. There are also a number of server-based processes that run at regular intervals and also request product information many times. Products have small changes which need to be updated during the day. What would be the most appropriate caching scheme to use ? ()
第19题:
Evaluate the following SQL statement used to create the PRODUCTS table: CREATE TABLE products (product_id NUMBER(3) PRIMARY KEY, product_desc VARCHAR2(25), qtyNUMBER(8,2), rate NUMBER(10,2), total_value AS ( qty * rate)) PARTITION BY RANGE (total_value) (PARTITION p1 VALUES LESS THAN (100000), PARTITION p2 VALUES LESS THAN (150000), PARTITION p3 VALUES LESS THAN (MAXVALUE)) COMPRESS FOR ALL OPERATIONS; Which statement is true regarding this command?()
第20题:
第21题:
recommend the products to other people.
are sensitive to the price of the product.
need less service provided by a company.
contribute more to the image of a company.
第22题:
第23题:
using the MERGE command
using the SQL*Loader utility
using the correlated UPDATE command
using the INSERT command to perform bulk operation