46家著名公司笔试题目byYray.DOC

上传人:国*** 文档编号:763510 上传时间:2018-10-31 格式:DOC 页数:29 大小:188.50KB
下载 相关 举报
46家著名公司笔试题目byYray.DOC_第1页
第1页 / 共29页
46家著名公司笔试题目byYray.DOC_第2页
第2页 / 共29页
46家著名公司笔试题目byYray.DOC_第3页
第3页 / 共29页
46家著名公司笔试题目byYray.DOC_第4页
第4页 / 共29页
46家著名公司笔试题目byYray.DOC_第5页
第5页 / 共29页
点击查看更多>>
资源描述

1、- 中国最先进的大学生互动求职平台 1 / 2946家著名公司笔试题目 by Yray Sony笔试题 1完成下列程序 * *.*. *.*.*. *.*.*.*. *.*.*.*.*. *.*.*.*.*.*. *.*.*.*.*.*.*. *.*.*.*.*.*.*.*. #include #define N 8 int main() int i; int j; int k; - | | | | | | - return 0; 2完成程序,实现对数组的降序排序 #include void sort( ); int main() int array=45,56,76,234,1,34,23

2、,2,3 ; /数字任/意给出 sort( ); return 0; void sort( ) _ | | | | |-| - 中国最先进的大学生互动求职平台 2 / 293费波那其数列,1,1,2,3,5编写程序求第十项。可以用递归,也可以用其他方法,但要说明你选择的理由。 #include int Pheponatch(int); int main() printf(“The 10th is %d“,Pheponatch(10); return 0; int Pheponatch(int N) - | | | | - 4下列程序运行时会崩溃,请找出错误并改正,并且说明原因。 #inclu

3、de #include typedef struct TNode* left; TNode* right; int value; TNode; TNode* root=NULL; void append(int N); int main() append(63); append(45); append(32); append(77); append(96); append(21); append(17); / Again, 数字任意给出 void append(int N) TNode* NewNode=(TNode *)malloc(sizeof(TNode); NewNode-value=

4、N; if(root=NULL) root=NewNode; return; - 中国最先进的大学生互动求职平台 3 / 29 else TNode* temp; temp=root; while(N=temp.value while(N=temp.value) temp.left=NewNode; else temp.right=NewNode; return; 华为笔试题 1请你分别画出OSI的七层网络结构图和TCP/IP的五层结构图。 2请你详细地解释一下IP协议的定义,在哪个层上面?主要有什么作用?TCP与UDP呢? 3请问交换机和路由器各自的实现原理是什么?分别在哪个层次上面实现的

5、? 4请问C+的类和C里面的struct有什么区别? 5请讲一讲析构函数和虚函数的用法和作用。 6全局变量和局部变量有什么区别?是怎么实现的?操作系统和编译器是怎么知道的? 78086是多少位的系统?在数据总线上是怎么实现的? 联想笔试题 1设计函数 int atoi(char *s)。 2int i=(j=4,k=8,l=16,m=32); printf(“%d”, i); 输出是多少? 3解释局部变量、全局变量和静态变量的含义。 4解释堆和栈的区别。- 中国最先进的大学生互动求职平台 4 / 295论述含参数的宏与函数的优缺点。普天C+ 笔试题 1实现双向链表删除一个节点P,在节点P后插

6、入一个节点,写出这两个函数。 2写一个函数,将其中的t都转换成4个空格。 3Windows程序的入口是哪里?写出 Windows消息机制的流程。 4如何定义和实现一个类的成员函数为回调函数? 5C+里面是不是所有的动作都是main()引起的?如果不是,请举例。 6C+里面如何声明const void f(void)函数为C 程序中的库函数? 7下列哪两个是等同的 int b; A const int* a = B const* int a = C const int* const a = D int const* const a = 8内联函数在编译时是否做参数类型检查? void g(bas

7、e void main() son s; g(s); return; 大唐电信 DTT笔试题 考试时间一小时,第一部分是填空和选择: 1数列6,10,18,32,“?”,问“ ?”是几? 2某人出70买进一个x,80卖出,90买回,100卖出,这桩买卖怎么样? 3月球绕地球一圈,至少要多少时间? 47个人用7小时挖了7米的沟,以同样的速度在50小时挖50米的沟要多少人? 5鱼头长9,鱼尾等于鱼头加半个鱼身,鱼身等于鱼头加鱼尾,问鱼全长多少? 6一个小姐买了一块手表,回家发现手表比她家的表慢了两分钟,晚上看新闻的时候又发现她家的表比新闻里的时间慢了两分钟,则。 A 手表和新闻里的时间一样 B 手

8、表比新闻里的时间慢 C 手表比新闻里的时间快 7王先生看到一则招聘启事,发现两个公司除了以下条件不同外,其他条件都相同 A 半年年薪50万,每半年涨 5万- 中国最先进的大学生互动求职平台 5 / 29B 一年年薪100万,每一年涨 20万 王先生想去一家待遇比较优厚的公司,他会去哪家? 10问哪个袋子里有金子? A袋子上的标签是这样写的: B袋子上的话是对的,金子在A袋子。 B袋子上的标签是这样写的:A袋子上的话是错的,金子在A袋子里。 113个人住酒店30块钱,经理找回5块钱,服务生从中藏了2块钱,找给每人1块钱, 3(10?1)+2=29,问这是怎么回事? 12三篇写作,均为书信形式。

9、 (1)一片中文的祝贺信,祝贺某男当了某公司xx (2)两篇英文的,一是说有事不能应邀,派别人去;另一篇是讨债的,7天不给钱就走人(主要考business letter格式)。大唐面试试题 1什么是中断?中断发生时CPU做什么工作? 2CPU 在上电后,进入操作系统的main()之前必须做什么工作? 3简述ISO OSI的物理层Layer1,链路层Layer2,网络层Layer3 的任务。 4有线电话和无线电话有何区别?无线电话特别需要注意的是什么? 5软件开发五个主要step是什么? 6你在开发软件的时候,这5个step分别占用的时间百分比是多少? 7makefile文件的作用是什么? 8U

10、NIX 显示文件夹中,文件名的命令是什么?能使文件内容显示在屏幕的命令是什么? 9(选做)手机用户在从一个基站漫游到另一个基站的过程中,都会发生什么? 网通笔试题 选择题(每题5分,只有一个正确答案) 1中国1号信令协议属于的协议。 A ccs B cas C ip D atm 2isdnpri协议全称是。 A 综合业务模拟网基速协议 B 综合业务模拟网模拟协议 C 综合业务数字网基率协议 D 综合业务数字网基次协议 3路由协议中, 协议是用距离作为向量的。 A ospf B bgp C is-is D rip 4中国智能网中,ssp与scp间最上层的ss7协议是。 A incs B is41

11、b C is41c D inap 5dtmf全称是。 A 双音多频 B多音双频 C多音三频 D三音多频 6计算机的基本组成部分中,不包含下面设备的是。- 中国最先进的大学生互动求职平台 6 / 29A cpu B输入设备 C存储器 D接口 7脉冲编码调制的简称是。 A pcm B pam C (delta)M D atm 8普通电话线接口专业称呼是。 A rj11 B rj45 C rs232 D bnc 9现有的公共数据网都采用。 A电路交换技术 B报文交换技术 C语音插空 D分组交换 10ss7协议中的制止市忙消息简写为。 A stb B slb C sub D spb 简答题(每题10

12、分) 1简述普通电话与IP电话的区别。 2简述随路信令与公路信令的根本区别。 3说明掩码的主要作用。 4ss7协议中,有三大要素决定其具体定位,哪三大要素? 5描述ss7的基本通话过程。 6简述通信网的组成结构。 7面向连接与面向非连接各有何利弊? 8写出爱尔兰的基本计算公式。 9数据网主要有哪些设备? 10中国一号协议是如何在被叫号码中插入主叫号码的? 东信笔试题目 笔试:30分钟。 1压控振荡器的英文缩写。 2动态随机存储器的英文缩写。 3选择电阻时要考虑什么? 4单片机上电后没有运转,首先要检查什么? 5计算机的基本组成部分及其各自的作用。 6怎样用D触发器、与或非门组成二分频电路? 中

13、软融鑫笔试题 1关于工作 (1) 你对未来的工作生活是怎样憧憬的?为何选择我公司作为求职公司? (2)请用不超过30个字给出一个最能让我们录用你的理由。 (3)你认为比较理想的工作环境是怎样的? (4)你个人的中长期的职业发展目标是怎样的? 2关于社会 (1)如果你是杨利伟,你在太空中向祖国人民说的第一句话是什么?- 中国最先进的大学生互动求职平台 7 / 29(2)宋美龄女士于2003年10月谢世,对这位著名人士在西安事变中的态度和作用,你是如何看待的?(不超过300字) (3)北京*颁布的对拾金不昧者,失主要奖励相当于财产20%奖金的公告,你是如何看的? (4)如果给你50万元人民币,你

14、将会用这些钱做什么? (5)在美国,男、女卫生间(厕所)的正确称呼为什么?请用英语写出答案。 (6)你认为麦当劳是世界最大的汉堡生产商吗?如果不是,请说出你的观点。 3教育背景 (1)你受过哪些正规的教育或培训?(自高中毕业起) (2)在校期间进行过哪些社会活动? Delphi笔试题目 机械类笔试试题 1. Briefly describe what is blanking(cutting), forming, coining and embosing in stamping process. 2. What is metal clading? 3. What is the purpose o

15、f adding glass fiber to thermoplastic material? 4. In contrast with metal and thermoplastic material, which has a higher coefficient of thermal expansion(CTE). 5. The most suitable material for a integral hinge design (typical plastic thickness=0.25 to 0.5mm at hinge) 6. Can a bending load makes bot

16、h compressive and tensile stress in a member? 7. What is the design criteria used in plastics catch/snap? 8. What is FEA? 9. Why is natural frequency important in vibration analysis? 10. What is the deflection equation of a cantilever beam fixed at one edge ? EE笔试试题 1. Name 3 Vehicle Buses. 2. Name

17、2 possible sources of Electromagnetic interference on Electronics Circuit ASM. 3. Wavelength for 12MHz frequency signal is_ 4. Name 2 important considerations for car radio performance related to audio signal processing under multipath condition? 5. What is the typical FM receiver RF signal strength

18、 to achieve 30dB S/N for car radio? 6. When a radio is tuned to 98.1 MHz c = a+b; 4. What do the following declarations mean? (1)const int a; (2)int const a; (3)const int *a; (4)int * const a; (5)int const * a const; 5. Which of the following statements describe the use of the keyword static? (1)Wit

19、hin the body of a function: A static variable maintains its value between function revocations (2)Within a module: A static variable is accessible by all functions within that module (3)Within a module: A static function can only be called by other functions within that module 6. Embedded systems al

20、ways require the user to manipulate bits in registers or variables. Given an integer variable a, write two code fragments. The first should set bit 5 of a. The second shnuld clear bit 5 of a. In both cases, the remaining bits should be unmodified. 7. What does the following function return? char foo

21、(void) unsigned int a = 6; iht b = -20; char c; (a+b 6) ? (c=1): (c=0); return c; - 中国最先进的大学生互动求职平台 9 / 298. What will be the output of the following C code? main() int k, num= 30; k =(num 5 ? (num 15) 12. How many flip-flop circuits are needed to divide by 16? 13. Provides 3 properties that make a

22、n OS, a RTOS? 14. What is pre-emption? 15. Assume the BC register value is 8538H, and the DE register value is 62 A5H.Find the value of register BC after the following assembly operations: MOV A,C SUB E MOV C,A MOV A,B SBB D MOV B,A 16. In the Assembly code shown below LOOP: MVI C,78H DCR C JNZ LOOP

23、 HLT How many times is the DCR C Operation executed? 17. Describe the most efficient way (in term of execution time and code size) to divide a number by 4 in assembly language 18. what value is stored in m in the following assembly language code fragment if n=7? LDAA #n LABEL1: CMPA #5 - 中国最先进的大学生互动

24、求职平台 10 / 29BHI L3 BEQ L2 DECA BRA L1 LABEL2: CLRA LABEL3: STAA #m 19. What is the state of a process if a resource is not available? #define a 365*24*60*60 20. Using the #define statement, how would you declare a manifest constant that returns the number of seconds in a year? Disregard leap years

25、in your answer. 21. Interrupts are an important part of embedded systems. Consequently, many compiler vendors offer an extension to standard C to support interrupts. Typically, the keyword is _interrupt. The following routine (ISR). Point out problems in the code. _interrupt double compute_area (dou

26、ble radius) double area = PI * radius * radius; printf(“nArea = %f”, area); return area; Hongkong Bank笔试题 1. Please state why you chose to follow these activities and how they have contributed to your personal development. You may wish to give details of your role whether anyone else was involved an

27、d any difficulties you encountered. 2. Please state how you have benefited from your work experience. 3. How much is your present monthly salary including allowances. 4. Do you need to compensate your present employer if you resign? If so, please give details. 5. Other than academic success, what ha

28、s been your greatest achievement to date? What do you see as your personal strength, why? 6. Please state why the position you have applied for is appropriate for you; Why you have selected HongKong Bank and what your career objectives are. A.T. Keaney笔试题 1. Describe your greatest achievement in the

29、 past 4-5 years? 2. What are your short-term and long-term career objectives? What do you think is the most ideal job for you? 3. Why do you want to join A.T kearney? What do you think you can contribute to A.T kearney? 4. Why are you applying for a position at Arthur Anderson? 5. What are your expectations of our firm.

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 重点行业资料库 > 1

Copyright © 2018-2021 Wenke99.com All rights reserved

工信部备案号浙ICP备20026746号-2  

公安局备案号:浙公网安备33038302330469号

本站为C2C交文档易平台,即用户上传的文档直接卖给下载用户,本站只是网络服务中间平台,所有原创文档下载所得归上传人所有,若您发现上传作品侵犯了您的权利,请立刻联系网站客服并提供证据,平台将在3个工作日内予以改正。