Below are general senior level full stack developer Q&As.
List some issues within RESTful APIs that GraphQL attempts to solve.
Write a snippet of code violating the Don't Repeat Yourself (DRY) principle. Then, fix it. Use any language.
// past your code here
Many state that, in Object-Oriented Programming, composition is often a better option than inheritance. What's you opinion?
How do tests and TDD influence code design?
Why is developing a backend service (e.g. a Laravel API) as a stateless servie so important? What's the advantages of stateless code?