当前位置:网站首页>7.8 Ruijie online written examination
7.8 Ruijie online written examination
2022-07-27 02:13:00 【Yu Xiaohe】
Software Test Engineer for investment ,45 Multi channel single selection +10 There are many ways to choose , common 80 branch , Time of written examination 100 minute
The written examination mainly includes basic questions 、 Computer network problem 、 Code basis question 、 Logical reasoning questions ... ... It's still very difficult
Single topic selection
1.BGP Route selection rules
2.VXLAN The advantages of Technology
3. Use putchar Function time , The header file must be included before stdio.h
4. Which of the following messages will not appear in DHCP In the process of getting the address
5. The main features of maintainable software include
6.uml It is an important tool in software development , It is mainly used in
Object-based object-oriented approach
7.() To ensure the quality of each development process , Work to prevent software errors from being transferred to the next process
Quality inspection
8. Maintainable features , Paradoxically
Efficiency and modifiability
9. Judging from the present situation , The main problem of incremental model is
Lack of rich and powerful software development tools and development environment
10. Program output %d, 200+(int*)300
11. Among the following tools , Belonging to the requirements tracking tool is
Tracking and status reporting Document and modification management
12. The graphic tool for the connection between detailed design and outline design is
SC chart
13. Please find all errors in the following code . explain : The function of the following code is to reverse a string , Such as “abcd” In reverse order, it becomes “dcba”.
1 #include "string.h"
2 int main()
3 {
4 char *src = "hello,world";
5 char *dest = NULL;
6 int len = strlen(src);
7 dest = (char *)malloc(len);
8 char *d = dest;
9 char *s = src[len];
10 while (len-- != 0)
11 *d++ = *s--;
12 printf("%s", dest);
13 return 0;
14
15}The first 7 Line to be '\0' Allocate a space
The first 9 Change line to char * s = &src[len-1]
The first 12 Add *d = '\0'
The first 13 Don't add free(dest), Space will also be released at the end of the program
ABCD
14. Ask the following code snippet , Identify the line where there are errors
15. Which of the following protocol messages is not multicast MAC
16. Which of the following MAC The address may appear in VRRP Networking environment
17. It belongs to only one VLAN What is the interface of
Access Port of type
18.DSCP The value of is 46 when , The corresponding flow type is
19.VRRP Multicast address used
20.BPDU Multicast address
21.BGP The multicast address of
22.*(*(p+2)+1) Two dimensional array pointer displacement
23. The following about PDL The incorrect statement of language is
24. In the following statement about routing protocol , It's true that
25.BGP 65535
26. Ask the following code snippet , Which version has the least problems
27. Languages that are not suitable for data processing and database applications are
Lisp
28. About route entry filtering , The wrong is
29.244.0.0.0~239.255.255.255 What address type
Multicast address
30. Here's the clip ,64 Bit compiler environment , Assume p1 The application is successful and the address is 0x643010, Printed values
31. Please use gcc-Wall a.c What error warnings will be prompted
32.OSPF Only in ABR perhaps ASBR Route filtering on ?
33.OSPF It can be used to filter routing entries sent by designated neighbors ?
Multiple choice
1. The following addresses are private addresses
2. Software module coupling includes which of the following types
3. The following belongs to software testing Engineering
unit testing 、 Assembly testing 、 Confirmation test 、 The system test
4. The following can be targeted at the message MAC Field to control acl The type is
mac acl
expert access-list
ip extended access-list
ip standard access-list
5. A large network , Select routing protocol , There are
6. The basic principles of demand analysis are
7. Which of the following are static tests
White box method 、...
8. Factors affecting maintenance work include
边栏推荐
- [FPGA tutorial case 29] the second DDS direct digital frequency synthesizer based on FPGA - Verilog development
- 选择器的使用语法与场景以及背景图片大小、文字盒子阴影、过度效果的使用方法
- 6.28 Dahua written examination
- 解决方案:Win10如何使用bash批处理命令
- Introduction to network - Introduction to Enterprise Networking & basic knowledge of network
- 超出隐藏显示省略号
- mysql优化概论
- 事务数据库及其四特性,原理,隔离级别,脏读,幻读,不可重复读?
- 动态路由rip协议实验
- [详解C语言]一文带你玩转循环结构(for_while_do-while)
猜你喜欢

第五讲—按键控制LED

Unity Huatuo example project source code analysis and inspiration

7.13 蔚来提前批笔试

Introduction to network - Introduction to Enterprise Networking & basic knowledge of network

C语言实现小游戏【三子棋】注释详细 逻辑清晰 快来看看吧!!

Talking about server virtualization & hyper convergence & Storage

读写分离、主从同步一文搞定
![[MySQL] MySQL startup and shutdown commands and some error reports to solve problems](/img/23/b4c90604eba796692fbe049d2679d1.png)
[MySQL] MySQL startup and shutdown commands and some error reports to solve problems

Solution: various error reports and pit stepping and pit avoidance records encountered in the alchemist cultivation plan pytoch+deeplearning (II)

OGeek Meetup第一期,携手CubeFS火热来袭
随机推荐
STM32入门教程第二讲
解决方案:炼丹师养成计划 Pytorch+DeepLearning遇见的各种报错与踩坑避坑记录(二)
2022 open source work of the latest text generated image research (papers with code)
力扣获取第二大的成绩
Enumerated valueof() method stepping on the pit
6.30 didi surface warp (one side + two sides)
STM32入门教程第一讲
详解文本生成图像的仿射变换模块(Affine Transformation)和条件批量标准化(CBN)
Solution: various error reports and pit stepping and pit avoidance records encountered in the alchemist cultivation plan pytoch+deeplearning (II)
[explain C language in detail] this article takes you to know C language and makes you impressed
R分数复现 R-precision评估指标定量 文本生成图像R分数定量实验全流程复现(R-precision)定量评价实验踩坑避坑流程
6.28 Dahua written examination
[FPGA tutorial case 30] DDS direct digital frequency synthesizer based on FPGA -- frequency accuracy analysis with MATLAB
测开基础 日常刷题 (持续更新ing...)
Difference between fat AP and thin AP & advantages and disadvantages of networking
关于编程的自我介绍和规划
STM32_HAL_SUMMARY_NOTE
Autojs learning - realize the display of date and lunar time
Three methods that can effectively fuse text and image information -- feature stitching, cross modal attention, conditional batch normalization
[explain C language in detail] takes you to play with functions