当前位置:网站首页>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
边栏推荐
- 最新C语言入门与进阶 -史上最全最详细的C语言教程!! 第一节-总览C语言概括
- 详解文本生成图像的仿射变换模块(Affine Transformation)和条件批量标准化(CBN)
- 三种能有效融合文本和图像信息的方法——特征拼接、跨模态注意、条件批量归一化
- 6.28 flush written test
- JS -- first understand the naming rules and data types of JS and variables
- 指针常量与常量指针详细讲解
- Introduction to network - Introduction to home networking & basic network knowledge
- IS指标复现 文本生成图像IS分数定量实验全流程复现 Inception Score定量评价实验踩坑避坑流程
- 6.30联发科笔试
- [reprint] 6. Tensorrt advanced usage
猜你喜欢

Removal and addition of reference types in template and generic programming

How does MySQL get the first three items in each group

count(*)为什么很慢

Text to image论文精读GR-GAN:逐步细化文本到图像生成 GRADUAL REFINEMENT TEXT-TO-IMAGE GENERATION

Vitgan: training Gans with vision transformers

The gradient descent method and Newton method are used to calculate the open radical

解决方案:Win10如何使用bash批处理命令

2022 latest Tiktok live broadcast monitoring (II) streaming media download in live broadcast room

事务数据库及其四特性,原理,隔离级别,脏读,幻读,不可重复读?

mgre的全连和星型拓扑实验
随机推荐
Is index reproduction text generation image is score quantitative experiment whole process reproduction inception score quantitative evaluation experiment step on the pit and avoid the pit process
Introduction to network - Introduction to home networking & basic network knowledge
ACM模式输入输出练习
Fastjson handles string escape characters
[explain C language in detail] takes you to play with functions
2022 latest live broadcast monitoring 24-hour monitoring (III) analysis of barrage in live broadcast room
力扣获取第二大的成绩
mgre的全连和星型拓扑实验
Electron FAQ 61 - must the client run with administrator privileges?
高度塌陷解决方法
解决方案:炼丹师养成计划 Pytorch+DeepLearning遇见的各种报错与踩坑避坑记录(三)
Text to image论文精读SSA-GAN:基于语义空间感知的文本图像生成 Text to Image Generation with Semantic-Spatial Aware GAN
mysql优化概论
Difference between fat AP and thin AP & advantages and disadvantages of networking
关于在VS2022或者高级版本运行环境下遇到fopen,strerror等不安全的问题
How can smart people leave without offending others?
IS指标复现 文本生成图像IS分数定量实验全流程复现 Inception Score定量评价实验踩坑避坑流程
7.7 sheen Xiyin written test
Text to image intensive reading of paper gr-gan: gradually refine text to image generation
测开基础 日常刷题 (持续更新ing...)