Skip to content
nagupta92 edited this page Aug 1, 2019 · 5 revisions

Welcome to the interview-wiki wiki!

General Questions -

Questions to ask in a Pull Request review Here are the questions I look to give or get in a code review. There are probably more good questions, but these are the ones I find most important. These questions might also help determine whom the reviewer(s) should be for each PR:

  •   Does it solve the problem as defined in the ticket?
    
  •   Does it fit into the overall application architecture?
    
  •   Is it well architected as a whole?
    
  •   Does it follow best practices?
    
  •   Is the syntax correct?
    
  •   Does it improve or less the maintainability of the code base?
    
  •   Is it inline with — or does it enhance — the branding and styles?
    

Front End UI questions -

  1. React vs. Angular - https://programmingwithmosh.com/react/react-vs-angular/
  2. Testing Frameworks - Cypress, Selenium, Nightwatch, Mocha, Chai,
  3. Analytics tools - google Analytics, AWS data lakes analytics
  4. React js Flux Architecture - https://scotch.io/tutorials/getting-to-know-flux-the-react-js-architecture
  5. React JS - Component, State, Props -https://micropyramid.com/blog/understanding-reactjs-component-state-props/
  6. What is State in Angular — Still needs to answer
  7. How React works - https://medium.com/@vigowebs/frequently-asked-react-js-interview-questions-and-answers-36f3dd99f486
  8. Deploy React Application - https://aws.amazon.com/es/getting-started/tutorials/deploy-react-app-cicd-amplify/
  9. Running Angular application - ng serve
  10. What is Transpilling - Process of converting ts files to js.
  11. Exploring async / Await in jS - Still needs to find answer. - https://alligator.io/js/async-functions/
Clone this wiki locally