当前位置:七七学习网文档大全求职指南求职笔试面试笔试题目阿里巴巴技术类笔试题» 正文

阿里巴巴技术类笔试题

[10-10 21:23:13]   来源:http://www.77xue.com  笔试题目   阅读:8655
概要:2. F/(1+i n)3. F/in4. F/(1+i)nwww.77xue.com哦 Question 40. (单选)如果互连的局域网高层分别采用TCP/IP协议与SPX/IPX协议,那么我们可以选择的互连设备应该是1. 中继器2. 网桥 3. 网卡4. 路由器Question 41. (多选)有两台游戏服务器运行于linux 2.6.x内核上,需要同步用户访问日志,你会用下列哪些方法同步日志(开放题:假设权限和条件均可满足)?1. rsync2. wget3. scp4. ftp5. 还有更多(举例说明,正确者加分)Question 42. (多选)linux 2.6.* 内核支持的文件系统有:1. ext32. ext23. ext44. xfs5. ufsQuestion 43. (单选)最影响应用性能的因素是:1. cpu 的快慢2. 磁盘的快慢3. 内存的快慢4. 显卡的快慢5. 网卡的快慢Question 44. (单选)php是一门:1. 编译语言2.
阿里巴巴技术类笔试题,标签:驾照笔试题目,腾讯笔试题目,http://www.77xue.com

  2. F/(1+i n)

  3. F/in

  4. F/(1+i)n www.77xue.com哦

  Question 40. (单选)

  如果互连的局域网高层分别采用TCP/IP协议与SPX/IPX协议,那么我们可以选择的互连设备应该是

  1. 中继器

  2. 网桥
 


  3. 网卡

  4. 路由器

  Question 41. (多选)

  有两台游戏服务器运行于linux 2.6.x内核上,需要同步用户访问日志,你会用下列哪些方法同步日志(开放题:假设权限和条件均可满足)?

  1. rsync

  2. wget

  3. scp

  4. ftp

  5. 还有更多(举例说明,正确者加分)

  Question 42. (多选)

  linux 2.6.* 内核支持的文件系统有:

  1. ext3

  2. ext2

  3. ext4

  4. xfs

  5. ufs

  Question 43. (单选)

  最影响应用性能的因素是:

  1. cpu 的快慢

  2. 磁盘的快慢

  3. 内存的快慢

  4. 显卡的快慢

  5. 网卡的快慢

  Question 44. (单选)

  php是一门:

  1. 编译语言

  2. 解释语言

  3. 脚本语言

  Question 45. (单选)

  用ext2格式化文件系统,文件系统块大小为4K bytes,那么硬盘读写的最小单位是:

  1. 1 byte

  2. 1024 bytes

  3. 512 bytes

  4. 4096 bytes

  5. 1024 bits

  Question 46. (多选)

  已知如下类定义:

  class Base {

  public Base (){ //… }

  public Base ( int m ){ //… }

  protected void fun( int n ){ //… }

  }

  public class Child extends Base{

  // member methods

  }

  如下哪句可以正确地加入子类中?

  1. private?void?fun(?int?n?){?//…}

  2. void fun ( int n ){ //… }
 

www.77xue.com哦
  3. protected void fun ( int n ) { //… }

  4. public void fun ( int n ) { //… }

  Question 47. (单选)

  It is an important feature of the Java language that it always provides a default constructor to a class.

  1. FALSE

  2. TRUE

  Question 48. (单选)

  A class contained in Java program file must have the same name as the file, except for the extension “.java”.

  1. FALSE

  2. TRUE

  Question 49. (单选)

  Each method in a class must have a unique name.

  1. FALSE

  2. TRUE

  Question 50. (单选)

  When an instance of a class, or object, is specified as a parameter to a method, a reference to the said object is passed to the method.

  1. FALSE

  2. TRUE

  Question 51. (单选)

  All interface methods must be declared as public when implemented in a class.

  1. FALSE

  2. TRUE

  Question 52. (单选)

  Which of the following expressions will produce errors upon compilation?

  (A) boolean a = (boolean) 1;

上一页  [1] [2] [3] [4] [5] [6]  下一页


Tag:笔试题目驾照笔试题目,腾讯笔试题目求职指南 - 求职笔试面试 - 笔试题目
联系我们 | 网站地图 | 范文大全 | 管理知识 | 教学教育 | 作文大全 | 语句好词
Copyright http://www.77xue.com--(七七学习网) All Right Reserved.
1 2 3 4 5 6 7 8 9 10