当前位置:网站首页>4399 it operations intern interview experience
4399 it operations intern interview experience
2022-08-08 22:35:00 【Carry,】
Body
Operation and maintenance posts are all the same.
The first time I came up, I still introduced myself. Maybe my introduction was more comprehensive. The interviewer said, "Yes, you have finished all the questions I want to ask." I smiled and said, "You can choose the ones that you are more interested in.Learn more~
Then there are technical questions, first ask me the basic concept of ARP
Answer: ARP (Address Resolution Protocol) is a protocol between the second and third layers. The main function is to pass the IP address of the known destination.Send a broadcast request in the local area network, query the destination MAC, and the ARP response message is a unicast message from the destination node to the source node.There are many types of ARP. For example, gratuitous ARP can check whether the IP addresses in the LAN are conflicting.
Then three layers did not ask, what are the commonly used protocols above TCP and UDP.
A: There are DNS, RIP, DHCP, Raidus, etc. on UDP, HTTP, BGP, Telnet, etc. on TCP. I also mentioned their port numbers.
Then ask DNS why it uses UDP instead of TCP.
Answer: I have not understood this carefully, but I think it must be related to the characteristics of UDP and TCP. I said that TCP is connection-oriented, it consumes a lot of resources, and it needs to ensure reliable transmission, and the speed is also slow.UDP is better than TCP in these aspects.
He said, yes, the main problem is the transmission speed, the signal is not very good... The latter did not hear much, so he agreed.
Then ask me what is my commonly used browser~ There is a developer option in it, you know?
A: I know that you can enter through F12, you can see the source code of some web pages, which is helpful for the design of web pages.
He talked about some functions, and he said it would be good to know about them.
Then ask me what are the HTTP status codes?
Answer: There are five categories: 100, 200, 300, 400, and 500. Commonly used is 200, which means the connection is successful, and 400, which means that some parameters of the request are wrong or other errors. There are specific 40x to indicate.
On these questions, he then asked me to talk about the understanding of the operation and maintenance position. I asked him some questions about the content of daily work, which were similar to most of the operation and maintenance positions I knew.
边栏推荐
猜你喜欢
随机推荐
你需要来自XXX的权限才能对此文件夹进行更改
C2758105-Flash 驱动配置参考
2.5W 字详解线程与锁了,面试随便问!!
嵌入式驱动开发整体调试
MySQL query problem?
How pyspark works
我曾七次鄙视自己的灵魂——纪伯伦
巨头杀入的LMFP,是未来正极材料的新归宿?
虚拟路由冗余协议VRRP——双机热备份基础
删除排序数组中的重复项(Leetcode26)
按键精灵 删除文件 命令
ArcPy要素批量转dwg
抖音开启“818发现好物节”:电商平台造节活动何时休
2020-03-16
动态主机配置协议DHCP(DHCPv4)
应用层协议——RADIUS
Matlab的下载
快手“三号人物”的出海漂流
Likou Question of the Day----Maximum Average of Subarrays
Go 1.19 发布!