Advertisement
mvsil

Questions

Jun 29th, 2018
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. What's variable
  2. What's variable's value
  3. What's reference
  4.  
  5. What's string inside?
  6. What's list inside?
  7.  
  8. What's object, what's for and what are its members
  9.  
  10. OOP principles: Inheritance, Polymorphism, Incapsulation
  11.  
  12. Deadlock
  13. Synchronization primitives
  14.  
  15. Patterns of GoF
  16. Strategy pattern
  17.  
  18. Concurrency and parallelism
  19. Events, event loop
  20.  
  21.  
  22. GIL (CPU, I/O)?
  23.  
  24. REST
  25. OPTIONS HEAD GET POST PUT PATCH DELETE
  26.  
  27. RPC
  28. SOAP
  29. JSON-RPC
  30.  
  31. WebSockets
  32. AWS services
  33. Functional programming
  34. What's the main difference between functional programming and OOP paradigms?
  35. Higher order functions
  36. Libraries and docs - do you read the code of libraries?
  37.  
  38. GitFlow
  39. Scrum
  40.  
  41. decorator?
  42. comprehensions?
  43. generator expressions (x ** 2 for x in range(10 ** 6))
  44.  
  45. microservices?
  46. eventual consistency?
  47. wrk, ab for load testing
  48. debugging (pdb, ipdb)
  49. profiling cProfile and profile built-in modules, line_profiler library
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement