zoukankan      html  css  js  c++  java
  • 面试题分享,麻麻再也不用担心我的面试了

    面试对于搞IT的人来说,尤其是对于应届毕业生来说尤为重要。9月到了,很多单位已经做好了招新的准备,同学么,你们准备好了吗?作为应届毕业生的我,和你们一起战斗,今天我和大家分享所看过的面试题目,希望能够帮到大家。这里,我只贴出面试题目,有题目不明白,想获取答案的在文章后评论留言,我会一一回复,当然也希望大家能够互动,知道的筒子们也可以帮助他们答疑解惑!

    1. What is Big “O” notation? How is it utilized?
    2. What is a virtual function? How does a pure virtual function differ from a regular one?
    3. What are basic types of trees?
    4. What is a Binary Tree, what are the advantages of a Binary Tree and what types of tree is a Binary Tree?
    5. What is the diamond inheritance problem? How can it be solved in C++?
    6. What is a functor? why would you use it?
    7. What is the difference between a struct and a class?
    8. What is the difference b/w smoke testing and sanity testing?
    9. What is the difference b/w Exploratory Testing and Ad-hoc testing?
    10. Define Monkey Testing? What is the difference between Monkey Testing and Ad-hoc testing?

    好了,铺天盖地的问题,包括了数据结构,cpp和测试的部分内容,都是比较基础的题目,大家去测试一下,你知道的到底有多少?

    根据广大读者的要求,增加一些比较简单的网络,Web相关的面试题目:

    1. Name the different flavors of HTTP?
    2. What are the differences between HTTP1.0 and HTTP 1.1?
    3. How can you verify your computer can contact another specific computer/server?
    4. If you are unable to access a shared folder/drive on another machine within your network, what could be the problem?
    5. What is the difference between Server.Transfer and Response.Redirect?
    6. Over what port does https utilize?
    7. Names some tools used to check data packets sent over the Web?

    感谢阅读,希望能够帮到大家!

    Published by Windows Live Writer!

  • 相关阅读:
    eclipse快速给表达式生成对应变量的快捷键
    java截取字符串中的最后几个字符
    javascript删除数组元素的7个方法
    java构建树形列表(带children属性)
    elementui树表修改子节点不能实时更新的解决办法
    css3的user-select属性设置文本内容能否被选择
    javascript中for-in和for-of的区别
    计算机等级考试改革
    SQL分组查询
    Windows 8 快捷键
  • 原文地址:https://www.cnblogs.com/berlin-sun/p/InterviewQuestion.html
Copyright © 2011-2022 走看看