Advertisement
Guest User

Interview questions

a guest
Apr 24th, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. Interview questions
  2.  
  3. - Prezentare proiect CM
  4. - Prezentare echipa
  5. - Prezentare mod de lucru
  6.  
  7. - Care-i ultimul proiect pe care ai lucrat?
  8. - Responsabilitati de-a lungul timpului
  9.  
  10. HTML
  11. - What are the new semantic tags introduced in HTML5
  12. - Use Canvas / SVG
  13.  
  14. CSS
  15. - Display: none VS visibility: hidden VS opacity: 0
  16. - Id vs class
  17. - Box-sizing - options?
  18. - Animations vs JS Animations
  19. - Flex / CSS grid
  20. - Media Queries / Responsive
  21. - Any Frameworks?
  22.  
  23. JS
  24. - Destructuring & spread
  25. - const { x: { a: [xa], b = { c: [] } } } = myObject;
  26. - Bubbling
  27. - Hoisting
  28. - Modules
  29. - Default param values
  30. - Arrow function VS function
  31. - Generators
  32. - Decorators
  33. - Block scope / closure
  34. - Debugging - break points + memory consumption
  35. - Promises vs async / await - observables
  36. - Symbol
  37. - Lucru cu server-side rendering
  38. - NodeJS & express + middlewares
  39. - What’s a micro service?
  40. - NodeJS router with multiples inner routers
  41. - Webpack
  42. - Patterns
  43. - Singleton
  44. - Observable
  45. - Middleware
  46.  
  47. React
  48. - React life cycle methods - when are they called
  49. - How we trigger a re-render?
  50. - How we prevent a re-render?
  51. - How do we prevent a spam on `setState()`
  52. - La ce ne trebuie `key`? Cum ar trebui sa fie?
  53. - In which method should we do a call to an API in React
  54. - Styled Components / React + CSS
  55. - Flow
  56. - Jest / TDD
  57. - Redux / middlewares
  58. - Higher order components
  59. - Render props
  60.  
  61. MySQL
  62. - security concerns
  63. - transactions
  64. - distributed databases
  65.  
  66. Working with QA
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement