A front-end interview Experience

Tidied interviewer asked questions and knowledge mentioned:
the project has led you about how many?
When did you enter into the company in what capacity, interns do?
Your development plan this year in what?
You worked in the past, the flow of the project is what?
You are involved in what part?
Prior to the nature of the company is what it looks like, what do the main aspects of the product?
Your company is outsourcing, you took what type of projects are?
You do outsourcing project, there is a template? What do you usually work is the use of what the template, and then change to change? Write effects of this job?
(Me: No, ah, each company's requirements are different, it certainly can not have a template, to do according to customer requirements)
that you outsource, then, when the free period if you are appearing ...... what to do
(I : free period, then everyone would have to learn it, learn some new techniques, you can learn to follow God js big thing, but the situation is rarely free period, generally a few days)

Project have done a long, parallel or serial?
(I: The project will have to do more than three months, four months, say the front end of the case, if the cycle is not fixed then the project more, then there is a parallel time)

Prior to doing more is pc or mobile terminal, I did WeChat done this kind of touch you?
Usually in the web production company we have to do it?
(I: If it is busy, I also help production division make some pages)
is busy, it will help Web production to what extent, what percentage?
(Interviewer ask this, is the percentage you want to answer, as you see the extent of the write js in the company which in the end is what kind of high school low?)
Where you are in your project done in debugging, which encountered more profound part to talk about.
You find to solve this problem with how long?
(By the difficulty of the problem you describe, and you find the time to solve the problem, you see the extent of js)
If the website production, then make a page for how long?
If you write some simple js effects of it, how long a page do?
Mixed app project code against the company, the interviewer talk about these codes you can read part of the
interviewer asked a technical question:
What ng-app that?
What to talk about MVVM-g that?
-G do not write it?

Customize the type of instruction (E, A, C, M)
$ scope and custom commands in the scope what's the difference?
Ionic Routing
(what service ah inject some related Abstract routing and routing of its sub-ah, how rendered, ah, ah ...... naming convention)
to talk about the link
Why is not recommended to use angular dom operation?
Talk about the two-way data binding
seen Angular source it, it is how to achieve a two-way data binding?
Talk about Promise: {
  Promise: null ;;
}
ui-ng-Router and Router difference?
What are the instructions?
Service service in three ways?
Talk about the promise?
$ q What is that?
$ http gulp how tasks are defined, how the implementation of

Usually with sass, less, do more than what css
(css say with more results then he would not be regarded as sass, less, or unfamiliar, no ask)
English documentation can see it?
Where did all this knowledge to learn?
You know ionic out of the two, and you understand it?
Bootstrap with a few columns?
lg md sm xs these screen width limit is how much?
Clear float
defect Angular's
(remember the interviewer has said that each bind a ng- specified, the system will divide a watcher, and then they come and collect the background watcher, how how, forget ......)
Angular synchronous or asynchronous?
In handwriting custom command
get angular in, post the request to return what kind of objects?
angular difference between the methods apply and digest?
A string, which outputs the number of letters in each occurrence, and to receive the most appear a
function F () {......} // constructor
Object.a = function () {......} // Object to add a method a
Function.b = function () {} // ...... add a method to Object B
var f = new new F. ();
inherited f on which the method, a b a and B??? Or have not inherited?

Guess you like

Origin blog.51cto.com/14337100/2402293