商务英语考试

—You work for a small chain of clothing stores. The Managing Director has asked you to write a short report on last month's performance.—Look at the charts and table below, on which you have already made some handwritten notes.—Then, using all your handwr

题目

—You work for a small chain of clothing stores. The Managing Director has asked you to write a short report on last month's performance.

—Look at the charts and table below, on which you have already made some handwritten notes.

—Then, using all your handwritten notes, write the report for your Managing Director

—Write 120-140 words.

如果没有搜索结果,请直接 联系老师 获取答案。
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

翻译:Now that we have already made an inquiry on your articles, will you please make an offer before the end of this month?


正确答案: 由于我们公司已经有个关于你们商品的询价,贵司能否在月底前提供下报价?

第2题:

You work as a database administrator for Certkiller .com. In your transaction application, you have scheduled a job to update the optimizer statistics at05:00 pm every Friday. The job has successfully completed. Which three pieces of information would you check to confirm that the statistics have been collected?()

  • A、Average row size
  • B、Last analyzed date
  • C、Size of table in bytes
  • D、Size of table in database blocks
  • E、Number of free blocks in the free list
  • F、Number of extents present in the table.

正确答案:A,B,D

第3题:

You are the database administrator for a retail company. The company owns 270 stores. Every month, each store submits approximately 2,000 sales records, which are loaded into a SQL Server 2000 database at the corporate headquarters.

A Data Transformation Services (DTS) package transforms the sales records, as they are loaded. The package writes the transformed sales records to the Sales table, which has a column for integer primary key values. The IDENTITY property automatically assigns a key value to each transformed sales record.

After loading this month's sales data, you discover that a portion of the data contains errors. You stop loading data, identify the problem records, and delete those records from the database.

You want to reuse the key values that were assigned to the records that you deleted. You want to assign the deleted key values to the next sales records you load. You also want to disrupt users' work as little as possible.

What should you do?

A.Export all records from the Sales table to a temporary table. Truncate the Sales table, and then reload the records from the temporary table.

B.Export all records from the Sales table to a text file. Drop the Sales table, and then reload the records from the text file.

C.Use the DBCC CHECKIDENT statement to reseed the Sales table's IDENTITY property.

D.Set the Sales table's IDENTITY_INSERT property to ON. Add new sales records that have the desired key values.


正确答案:C
解析:Explanation: DBCC CHECKIDENT is used to check the current identity value for the specified table. It can be set to correct the identity value by specifying the RESEED option with DBCC CHECKIDENT.

Note: Example:
Assume that we have a table called test with an identity column with seed (1,1) and 1000 rows and that we delete row 901 to 950. We could then issue the command
DBCC CHECKIDENT (test, reseed, 900)

And load the 50 missing rows. These rows would get the values 901, 902, …,950 in the identity column.
We should then set the identity value to 1000 again:
DBCC CHECKIDENT (test, reseed, 1000)

So that the next new row will have identity 1001.

Incorrect Answers:
A: Exporting the data from the Sales table and then reloading the data will not correct errors contained in the table as these errors will also be exported as they are part of the data already in the table.
B: Exporting the data from the Sales table and then reloading the data will not correct errors contained in the table as these errors will also be exported as they are part of the data already in the table.

D: The SET IDENTITY_INSERT command allows explicit values to be inserted into the identity column of a table. To reuse the old key values from the rows that was deleted would require manual commands and would be awkward. This is not the best solution.

第4题:

问答题
Practice 5  ● You are on a business trip to one of your company’s factories in Paris to inspect some machines in trouble. You are asked to report to your Department Manager about your work progress there.  ● Write a memo  ● telling him what you have done so far,  ● stating what the trouble is,  ● saying what you are going to do next.  ● Write 40—50 words on the opposite page.

正确答案: 【参考范文】
To: Mr. Bill Gates
From: John Black
Date: 2 March 2009
Subject: Work Progress
I’ve been inspecting the machines which are reported to be in troubles since the day I arrived in Paris. It turns out that something goes wrong with the engines, so I decide to call the machine manufacturers tomorrow and ask their technicians to do something about it.
解析: 暂无解析

第5题:

问答题
Practice 2  You should spend about 20 minutes on this task.  The table below summarizes some data collected by a college bookshop for the month of February 1998.  Write a report describing the sales figures of various types of publications, based on the information shown in the table.  Write at least 150 words.

正确答案: 【参考范文】
This model has been prepared as an example of a very good answer. However, please note that this is just one example out of many possible approaches.
The diagram unfolds the statistics about the sale of three categories of publications in a college bookshop for February 1998. Those books include fiction, non-fiction and magazines.
Generally speaking, the number of books sold to non-book club members was approximately twice as many as that to book club members, 2,063 and 1,057. At the same time, people bought much more magazines and non-fictions (1,682 and 1,290) than fictions. In detail, among non- club members, college students bought more publications (1,452) and members of public read less than college staff. As for different categories of books, members of public bought no fiction while the rest of people had similar numbers. While the number of non-fiction bought by book club members was the largest, that by college staff was the smallest. The favorite readings for college students were magazines (1,228) and the numbers of college staff, members of public and book club members decreased gradually.(332,86,36)
解析: 暂无解析

第6题:

On Monday, you dropped the DEPT table from your schema and then you re-created the DEPT table in your schema. On Wednesday, you have a requirement to restore the DEPT table from the recycle bin. Which statement is correct?()

  • A、 You cannot restore the DEPT table by using the Oracle Flashback Drop feature because a table with the name DEPT already exists in your schema.
  • B、 You can restore the DEPT table by using the Oracle Flashback Drop feature, provided you use the RENAME TO clause.
  • C、 You cannot restore the DEPT table by using the Oracle Flashback Drop feature because the contents of the recycle bin are purged every 12 hours by default.
  • D、 You can restore the DEPT table by using the Oracle Flashback Drop feature and a system-generated name will be assigned to the restored table.

正确答案:B

第7题:

You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. Today you notice that applications that run on the server have poor performances. You doubt that this has something to do with table scans. You have to capture the appropriate information by using an appropriate Windows System Monitor object. In the options below, which performance object should you use? () 

  • A、You should use SQLServer:Buffer Manager
  • B、You should use SQLServer:Memory Manager 
  • C、You should use SQLServer:Databases 
  • D、You should use SQLServer:Access Methods

正确答案:D

第8题:

Having acknowledged receipt of the interview letter,you must prepare for the interview. Firms usually take a good deal of trouble over interviews,and there may be three or more people present,which can be a little frightening. Very often the personnel officer will begin by some words of welcome and an invitation to you to tell them a little about yourself. This is really inviting you to repeat the information you have already supplied on the application form,and which they have already read,but it does have some point. It will put you at your ease,because at least you know all about your own level of achievement and can speak about it confidently. It helps them assess your ability to communicate and your serf-esteem. Some people have too high an opinion of themselves,some take an unduly pessimistic view of their achievements,while others have a nicely balanced assessment of their own abilities.


正确答案:
在你表明收到面试函以后,就要为面试做准备了。一般说来,公司在面试上不怕麻烦,往往有两三个人员在场,这可能会有点让人害怕。多数情况下,管人事的会以欢迎一类的话作为开场白,然后就请你谈一些自己的情况。这实际上是让你把申请表里已经提供的,而且他们已经看过的情况再陈述一遍。但它却有一定的用处。它会使你放松,因为至少你对自己的水平很熟悉,可以很自信地侃侃而谈。他们也可以此来评定你的交流能力和是否自负。因为有些人对自己评价过高,有些人却无端自卑,有的人则能对自己的能力有一个中肯的判断。

第9题:

问答题
Practice 6  ● You are the head of the Administrative Department of a company. The Managing Director has asked you to write a proposal for office health and safety provisions.  ● Write a proposal for the Managing Director:  ● giving reasons for writing the proposed proposal  ● summarizing the problems that have been raised concerning office health and safety  ● giving the main causes of the possible accidents  ● suggesting new provisions of office health and safety.  ● Write 200~250 words on the separate answer paper provided.

正确答案: 【参考范文】
To: Mr. Gates, Managing Director
From: John Smith, Head of the Administrative Department
Date: March 18, 2006
Subject: Office Health and Safety Provisions
On the request of the Managing Director, I have investigated into the problems raised with regard to office health and safety. Particularly, I have talked to office managers concerning any accidents or job-related illnesses, which have occurred, and I was supposed to recommend ways to improve the situation.
A study was made about all accidents that were reported in the last year. It shows three main causes: failure to follow safety regulations; faulty equipment; inadequate knowledge of health and safety procedures of new staff.
Records of all job-related illness were also studied during the past year. Meetings will be held to discuss measures to be taken.
Proposals:
It is suggested that a list of safety regulations be clearly displayed in the company’s dining room and main offices.
Make sure the new staff are well informed of the company’s safety regulations and policy.
The Personnel Manager should take the responsibility of instructing all new staff on the procedures regarding the use of office equipment and machinery.
It is indispensable for all staff to exercise fire drill procedures at least twice a year.
It is decided by office managers that old office equipment be replaced with newer models, especially chairs without right back support.
解析: 暂无解析

第10题:

问答题
Practice 5  ● Your company has decided to invest some of this year’s exceptionally high profits in one of the following areas:  ● New company buses  ● Culture comparative Courses  ● Special bonus payments.  ● You have been asked to write a report recommending how the profits should be invested and what benefits they would bring respectively.  ● Write 200-250 words on your Answer Sheet.

正确答案: 【参考范文】
Introduction
The purpose of this report is to analyze how the company should reinvest its profits this year. Options under consideration include purchasing new company buses, providing language training courses and paying special bonuses.
Findings
Options under consideration
New company buses
Despite that the motorcade of company buses are aged, they are still good enough to use. They are equipped with comfortable sofa seats, air-conditioning system and even karaoke. Therefore, their hardware is definitely not out of date. In addition, engines of these vehicles were only replaced last year, and they all came from Bolvo which run very smoothly. As a result, new company buses would be out of the question.
Culture comparative courses
Since the company is planning to increase its international market shares, especially in China and Japan, attending culture comparative courses would be very help for employees to deal with business partners and customers in those regions. Furthermore, courses would also increase cohesion, that is to say, staff members would get on with each other as classmates. They would certainly keep in memory this special period of happy time for many years to come. Therefore, the idea of investing in culture comparative courses is not bad.
Special bonus payments
As is known to all, special bonus payments would stimulate motivations. However, they would not have immediate improvement on the company’s overall performances. In addition, there’s also a potential hazard regarding the resentment of stall ineligible for the payments. If a precedent for future payments is set, think about what we shall do then to boost the morale in a rainy day. Therefore, it would be unwise to invest in bonus payments.
Recommendations
To conclude, investing in culture comparative courses will achieve a win-win situation for both the company and staff. It is recommended that the company arrange courses in Chinese and Japanese for employees who have contact with partners and customers in the above regions. As for other members of staff who are interested, they should also be encouraged to participate in.
解析: 暂无解析

更多相关问题