易安信筆試真題分享

  美國易安信公司***EMC***是資訊儲存和管理系統、軟體、服務和解決方案領域世界領先的公司。EMC公司2013年財政收入達232億美元,在全球範圍內有23,000多名員工,其中約有7000人在馬薩諸塞州。公司的股票符號是“EMC”,在紐約股票交易所交易,並且是“S&P 500”成份股之一。以下是小編為大家精心準備的:易安信筆試真題的分享。歡迎參考閱讀!

  如下:

  1 protected成員函式能被腫麼呼叫

  2 “has-a” relationship是指的啥,答案有instance, reference, pointer等。。。

  3 int, char, short, long的位元組數

  4 在C++中,變數用時宣告是為啥

  5 名稱空間的作用

  6 int a[10][10];

  int *b[10];

  以下哪個正確

  a[3][4] = 91;

  b[3][4] = 91;

  a[1] =NULL;

  b[1] = a[2];

  7 12&&10, 12||10, 12&10, 3>>1, 3>1的結果

  8 x86_64系統下

  struct

  {

  int i;

  char c;

  double d;

  };

  union

  {

  int i;

  char c;

  double d;

  };

  char s[100];

  long c;

  sizeof的值

  10. An employee has one or two managers, and one manager manages one or more employees. In database conceptual design, the relationship between entity sets employee and manager is

  A one to one

  B one to many

  C many to one

  D many to many

  E none of the above

  11 There are two relations R1***A, B, C*** and R2***B, D, E***. Which of following techniques CANNOT be used to improve the performance of the natural join of the two relations?

  A make use of multiple parallel processes on a multi-core machine to implement the join algorithm

  B increase the CPU L2 cache hit ratio of the join algorithm implementation

  C partition the relations to different machines by using join attributes and execute the join on many machines in parallel

  D when the number of tuples in R2 is large and the number of tuples in R1 is small, build and index on R1 and use index join method

  E none of the above

  12 Which of the following statements about checkpoints***with log-based recovery schemes*** in databases are/is NOT correct?

  A checkpoints are used to decrease the time used for failure recovery

  B checkpoints are done periodically in database to assure ACID properties of transactions

  C periodic checkpoints decreased the number of log entries that need to be redone during recovery

  D during checkpointing, updated disk blocks are written to disk

  E none of the above

  13 There is a huge relation R***A,B,C*** of size M and A is the primary key. The tuples in R are sorted by using A and no index is built for R. Each disk block size of b, and each block read takes N seconds. To find a tuple in R with A =17954 the estimated optimized cost is

  A M*N/b

  B N*log***M/b***

  C M*N/***2b***

  D ***M+N***/b

  E log***M*N***/b

  14 Which of the following descriptions of reader/writer locks are/is wrong?

  A caller cannot upgrade its read lock***already obtained*** to write lock

  B caller can downgrade its write lock***already obtained*** to read lock

  C caller can get read lock if there is no write lock held by others

  D multiple callers can hold a read lock at the same time

  E only one caller can hold a write lock at a time

  15 兩頁的記憶體,四頁的檔案,讀取順序為 1 2 1 3 1 2 4 2 1 3 1 2 4 2 1 2 3 4 3 1,FIFO,問cache hit ratio為多少

  16 執行緒

  選項 contained with a process

  share an address space

  share signals

  share errno

  swith的速度比process快

  17 which one is not above IP

  DNS, SNMP, HTTP, ARP, NTP

  18 Map-Reduce Framework

  19 Buffer overflow

  20 system virtualization

  VM, VMM, IO, memory space

  21

  #include

  using namespace

  void main******

  {

  cout << “hello world” << endl;

  }

  修改程式,不能修改主程式,使其輸出為

  initiate

  hello world

  destroy

  22 process & thread

  virtual memory space

  kernel register, stack

  fork

  copy-on-write
 

  筆試答題技巧:

  ***1***專業考試

  這種考試主要是檢驗應聘者擔任某一職務時是否能達到所要求的專業知識水平和相關的實際能力。對於研究生,有些用人單位不考專業知識,只看本科生、研究生學習成績和學習內容。有些特殊的用人單位要進行專業考試。如外資企業、外貿企業對應聘者要考外語,公檢法機關錄用幹部要考法律知識。

  ***2***智力測試

  主要測試應聘者的分析和觀察問題能力、綜合歸納能力、思維反映能力。

  ***3***技術測試

  主要測試應聘人員處理問題的速度和效果,檢驗對知識和智力運用的程度和能力。
 

  想取得筆試的成功,要注意哪些方面呢?

  一、瞭解筆試內容,做到心中有數。

  筆試的內容一般分為3種:文化考試、專業知識考試和專業技術能力考試。

  文化考試是為了檢驗畢業生的實際文化程度。畢業生雖然有學校開據的學習成績,用人單位為了直接掌握畢業生的文化水平,往往採取筆試的方法進行。題目型別以活題較多。如:對文科學生要求運用某一原理,或某一歷史知識,分析某一問題;對理工科學生要求運用某一專業知識,解決某一實際問題。考查畢業生文化基礎是否紮實,文字表達能力水平等等。

  專業知識考試的題目專業性很強。如,外國企業招聘僱員要考外語;科研機構招聘人員要考動手能力;國家機關招聘公務員要考行政管理方面的知識。這幾年參加國家公務員甲種考試的人數最多,它是錄用非領導職務的一般公務員,實行面對社會的公開競爭性考試。具有大學本科畢業以上文化程度者,考試科目為法律、政治、行政學、公文寫作、英語及能力考試;具有大專畢業文化程度者,考試科目為法律、政治、行政學、公文寫作及能力考試。

  專業技術能力考試是為了檢驗畢業生實際工作能力或專業技術能力。這種考試往往在特意設定的工作環境中進行。下面舉幾例:

  1、閱讀一篇文章,寫讀後感。

  2、自編一份請求報告和會議通知。

  3、聽取5個人的發言,寫一份評價報告。

  4、某公司計劃在5月份撲日本考察,寫出需做那些準備工作。

  5、給一個科研題目,寫出科研論文的詳細大綱。

  二、瞭解筆試重點,掌握筆試方法

  據瞭解,用人單位的筆試重點是常用的基礎知識。所以在筆試時,要注意以下3點:

  1、不要把複習重點放在難點、怪題上,要把基礎知識掌握好,在實際運用上下功夫。

  2、不要死扣幾道題,有時筆試出題量較大,其用意一方面考察知識掌握程度,一方面考察應試能力。所以考生在瀏覽卷面後,要迅速答較容易的題目,餘下的時間再認真推敲其它題目。

  3、答題時要掌握好主次之分。有時畢業生見簡答題是自己準備較充分的,洋洋灑灑寫了上千字,而對論述題則準備不夠,就隨便寫了幾十個字。這樣功夫沒用到點上,成績當然會受到影響。畢業生在統覽全卷的基礎上,要抓住重點題目下功夫,認真答寫,充分顯示自己的知識水平。

  三、瞭解筆試目的,運用綜合能力答題

  對於畢業生進行筆試,不僅僅考查文化、專業知識,往往包括考核心理素質、辦事效率、工作態度、修辭水平、思維方法等。所以畢業生在參加筆試時,要認真審題,將自己的認識水平、知識水平和能力水平通過筆試能較好的顯示出來。