Web Development Practices quiz advanced level

TAKE THE TEST SEND THIS TEST TO MY CANDIDATES

Test description

This test assesses general knowledge in web development. It touches several areas, from architecture, DevOps to web development fundamentals. It is more suitable for senior profiles in backend web development.
Topics: architecture, security, data architecture, performance, testing, I18n, software development fundamentals, DevOps, web technology fundamentals, Cloud.

Sample questions

1
You work on an online web shop and, currently, store all the cart items from your users (shoppers) in the browser's local storage. The setup is a simple microservices based app with a relational database.
The business wants to develop a mobile application and for this you need to have a shared cart between web and mobile (when a user adds an item to the cart from the web, it has to be shown also on mobile, and vice-versa).
What is the most optimal way to implement this?