Scenario: Your team is tasked with designing a system to handle real-time analytics on social media interactions. Which type of NoSQL database would you recommend, and why?

  • Column Store
  • Document Store
  • Graph Database
  • Key-Value Store
For real-time analytics on social media interactions, a Graph Database would be recommended. It's suitable for representing complex relationships between entities like users, posts, and interactions, facilitating efficient query processing.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *