Interview Questions: Difference between revisions
From charlesreid1
(Created page with "Front end developer interview questions: https://github.com/h5bp/Front-end-Developer-Interview-Questions ==Flags== {{CSFlag}} Category:CS") |
No edit summary |
||
| Line 1: | Line 1: | ||
Front end developer interview questions: https://github.com/h5bp/Front-end-Developer-Interview-Questions | Front end developer interview questions: https://github.com/h5bp/Front-end-Developer-Interview-Questions | ||
==Answers== | |||
General Questions: | |||
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? | |||
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? | |||
If you have 5 different stylesheets, how would you best integrate them into the site? | |||
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). | |||
If you jumped on a project and they used tabs and you used spaces, what would you do? | |||
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? | |||
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. | |||
What does CORS stand for and what issue does it address? | |||
==Flags== | ==Flags== | ||
Revision as of 10:07, 14 August 2017
Front end developer interview questions: https://github.com/h5bp/Front-end-Developer-Interview-Questions
Answers
General Questions:
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?
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?
If you have 5 different stylesheets, how would you best integrate them into the site?
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).
If you jumped on a project and they used tabs and you used spaces, what would you do?
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?
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.
What does CORS stand for and what issue does it address?
Flags
| Computer Science notes on computer science topics on the wiki, for educational and learning purposes
Part of the 2017 CS Study Plan.
Python/Exceptions · Python/Assertions · Python/Decorators Python/Os (os module) · Python/Strings Python/Splat · Python/Iterators · Python/Generators Python/Comparators · Python/Lambdas
Builtin features of Java: Java/Exceptions · Java/Assertions · Java/Memory · Java/Interfaces Java/Generics · Java/Decorators · Java/Diamond Notation Java/Iterators · Java/Iterable · Iterators vs Iterable Java/Comparators · Java/Comparable · Comparators vs Comparable Java/Numeric · Java/TypeChecking · Java/Testing · Java/Timing · Java/Profiling Documentation: Javadocs · Java/Documentation Tools and functionality: Java/URLs · Java/CSV External libraries: Guava · Fastutil · Eclipse Collections OOP: OOP Checklist · Java/Abstract Class · Java/Encapsulation · Java/Generics
|
See also: