zoukankan      html  css  js  c++  java
  • 百度前端面试题—基础

    What did you learn yesterday/this week?

    译:昨天/本周你学到了什么?

     

    What excites or interests you about coding?

    译:什么激发你对编码的兴趣?

     

    What is a recent technical challenge you experienced and how did you solve it?

    译:你最近遇到有挑战的技术问题是什么,你是如何解决的?

     

    What UI, Security, Performance, SEO, Maintainability or Technology considerations do you make while building a web application or site?

    译:当你在构建Web应用程序或网站时,在用户界面,安全性,性能,SEO,可维护性,技术上,你需要考虑什么?

     

    Talk about your preferred development environment.

    译:谈谈你喜欢的发展环境。

     

    Which version control systems are you familiar with?

    译:你熟悉的版本控制系统是什么?

     

    Can you describe your workflow when you create a web page?

    译:当你创建一个Web页面时描述一下你的工作流程。

     

    If you have 5 different stylesheets, how would you best integrate them into the site?

    译:假设你有5个不同的样式表,你将会如何把它们整合到站点上?

     

    Can you describe the difference between progressive enhancement and graceful degradation?

    译:你能描述渐进增强和优雅降级的区别吗?

     

    How would you optimize a website's assets/resources?

    译:你将如何优化一个网站的资产/资源?

     

    How many resources will a browser download from a given domain at a time?

    译:在一个时间浏览器会从一个给定的域下载多少资源?

     

    What are the exceptions?

    译:异常是什么?

     

    Name 3 ways to decrease page load (perceived or actual load time).

    译:写出3种方式来减少网页加载(潜在或实际的加载时间)。

     

    If you jumped on a project and they used tabs and you used spaces, what would you do?

    译:如果你接手一个项目,他们使用tab而你使用空格,你将如何做?

     

    Describe how you would create a simple slideshow page.

    译:描述一下你如何创建一个简单的幻灯片页面。

     

    If you could master one technology this year, what would it be?

    译:如果今年你要掌握一种技术,会是什么?

     

    Explain the importance of standards and standards bodies.

    译:说明一下标准和标准机构的重要性。

     

    What is Flash of Unstyled Content? How do you avoid FOUC?

    译:什么文档样式闪烁?如何避免它?

    参:http://www.cnblogs.com/radom/archive/2012/06/23/2559299.html

     

    Explain what ARIA and screenreaders are, and how to make a website accessible.

    译:

     

    Explain some of the pros and cons for CSS animations versus JavaScript animations.

    译:解释CSS动画与Javascript动画的利弊。

     

    What does CORS stand for and what issue does it address?

    译:什么是CORS,它解决什么问题呢?

  • 相关阅读:
    从泛型类中继承
    DataGridView中的单元格提示错误信息
    C#中的转换
    C#的运算符重载
    解决android模块化升级方法
    个人总结如何在项目管理的实际软件开发工作的几个关键点和控制
    bash no such file or directory in ubuntu 1404
    java 遍历树节点 同时保留所有的从根到叶节点的路径
    ZendFramework2学习笔记 json和ajax
    POJ 2531-Network Saboteur(DFS)
  • 原文地址:https://www.cnblogs.com/pengjielee/p/interview-questions-general.html
Copyright © 2011-2022 走看看