《维尔 2022 软件开发面试题(应聘 求职 面试准备资料).docx》由会员分享,可在线阅读,更多相关《维尔 2022 软件开发面试题(应聘 求职 面试准备资料).docx(3页珍藏版)》请在taowenge.com淘文阁网|工程机械CAD图纸|机械工程制图|CAD装配图下载|SolidWorks_CaTia_CAD_UG_PROE_设计图分享下载上搜索。
1、维尔2022软件开发面试题第 1 题: A class B network on the internet has a subnet mask of255.255.240.0, what is the maximum number of hosts per subnet.a. 240 b. 255 c. 4094 d. 65534第2题:What is the difference: between o(log n) and o(log nA2), where both log arithems have base 2 .a. o(log nA2) is bigger b. o(log n)
2、is bigger c. no difference第3题:For a class what would happen if we call a classs constructor from with the same classs constructor.a. compilation error b. linking errorc. stack overflow d. none of the above第4题:“new in C+ is a:.a. library function like malloc in cb. key word c. operatord. none of the
3、above第5题:Which of the following information is not contained in an inode .a. file owner b. file sizec. file name d. disk address第6题:Whats the number of comparisons in the worst case to merge two sorted lists containing n elements each .a. 2n b.2n-l c.2n+l d.2n-2第7题:Time complexity of n algorithm T(n), where n is the input size ,is T(n) =T(n-l)+l/n if nl otherwise 1 the order of this algorithm is .a. log (n) b. n c. nA2 d. nAn第8题:The number of ls in the binary representation of 3*4096+ 15*256+5*16+3 are.a. 8 b. 9 c. 10 d. 12-3-