PracHub
QuestionsPremiumLearningGuidesCheatsheetNEWCoaches
|Home/System Design/Microsoft

Design a cloud console main page

Last updated: Mar 29, 2026

Quick Overview

This question evaluates a candidate's understanding of designing a secure, multi-tenant cloud console main page, emphasizing authentication, authorization/permissions (including RBAC and scoped roles), audit logging, end-to-end request flow, and scaling for low-latency and high availability.

  • medium
  • Microsoft
  • System Design
  • Software Engineer

Design a cloud console main page

Company: Microsoft

Role: Software Engineer

Category: System Design

Difficulty: medium

Interview Round: Onsite

## Scenario You are building the **main landing page (home page) of a cloud service console** that a user sees **immediately after logging in** (e.g., similar to a cloud provider dashboard). The interviewer cares especially about: - **Authentication** (how the user proves who they are) - **Authorization/permissions** (what the user is allowed to see/do) - **Audit logging** (tracking sensitive actions and access) ## Requirements ### Functional 1. After login, show a personalized main page with: - The user’s accessible **projects/accounts/tenants** - A summary of key resources (e.g., VMs, databases, buckets) the user has permission to view - Recent activity / notifications (optional) 2. Enforce **multi-tenancy isolation**: user must never see resources from tenants they don’t have access to. 3. Support common permission models: - Role-based access control (RBAC) at minimum (e.g., Owner/Admin/Viewer) - Preferably allow resource- or project-scoped roles 4. Produce **audit logs** for security-relevant events (at least): - Login/logout, token issuance/refresh - Viewing sensitive pages or listing sensitive resources (state your stance) - Permission changes / role assignments - Resource create/update/delete actions triggered from the console ### Non-functional (assume reasonable scale) - Low latency for home page render (e.g., p95 < 500–1000 ms) - High availability (e.g., 99.9%+) - Secure by default (least privilege, strong session handling) - Audit logs are **tamper-resistant** and queryable by security/compliance ## Deliverables Describe: - End-to-end request flow from login to home page render - Core services/components and APIs - Permission checks (where/how enforced) - Audit log pipeline (what you log, where it goes, how to secure it) - Key data models and scaling considerations

Quick Answer: This question evaluates a candidate's understanding of designing a secure, multi-tenant cloud console main page, emphasizing authentication, authorization/permissions (including RBAC and scoped roles), audit logging, end-to-end request flow, and scaling for low-latency and high availability.

Related Interview Questions

  • Design A Scalable Web Crawler - Microsoft (medium)
  • Design User Re-engagement Notifications - Microsoft (medium)
  • Design a typeahead search service - Microsoft (hard)
  • Design a Secure Copilot API - Microsoft
  • Design a URL Shortener - Microsoft (hard)
Microsoft logo
Microsoft
Dec 15, 2025, 12:00 AM
Software Engineer
Onsite
System Design
199
0

Scenario

You are building the main landing page (home page) of a cloud service console that a user sees immediately after logging in (e.g., similar to a cloud provider dashboard).

The interviewer cares especially about:

  • Authentication (how the user proves who they are)
  • Authorization/permissions (what the user is allowed to see/do)
  • Audit logging (tracking sensitive actions and access)

Requirements

Functional

  1. After login, show a personalized main page with:
    • The user’s accessible projects/accounts/tenants
    • A summary of key resources (e.g., VMs, databases, buckets) the user has permission to view
    • Recent activity / notifications (optional)
  2. Enforce multi-tenancy isolation : user must never see resources from tenants they don’t have access to.
  3. Support common permission models:
    • Role-based access control (RBAC) at minimum (e.g., Owner/Admin/Viewer)
    • Preferably allow resource- or project-scoped roles
  4. Produce audit logs for security-relevant events (at least):
    • Login/logout, token issuance/refresh
    • Viewing sensitive pages or listing sensitive resources (state your stance)
    • Permission changes / role assignments
    • Resource create/update/delete actions triggered from the console

Non-functional (assume reasonable scale)

  • Low latency for home page render (e.g., p95 < 500–1000 ms)
  • High availability (e.g., 99.9%+)
  • Secure by default (least privilege, strong session handling)
  • Audit logs are tamper-resistant and queryable by security/compliance

Deliverables

Describe:

  • End-to-end request flow from login to home page render
  • Core services/components and APIs
  • Permission checks (where/how enforced)
  • Audit log pipeline (what you log, where it goes, how to secure it)
  • Key data models and scaling considerations

Solution

Show

Comments (0)

Sign in to leave a comment

Loading comments...

Browse More Questions

More System Design•More Microsoft•More Software Engineer•Microsoft Software Engineer•Microsoft System Design•Software Engineer System Design
PracHub

Master your tech interviews with 7,500+ real questions from top companies.

Product

  • Questions
  • Learning Tracks
  • Interview Guides
  • Resources
  • Premium
  • For Universities
  • Student Access

Browse

  • By Company
  • By Role
  • By Category
  • Topic Hubs
  • SQL Questions
  • Compare Platforms
  • Discord Community

Support

  • support@prachub.com
  • (916) 541-4762

Legal

  • Privacy Policy
  • Terms of Service
  • About Us

© 2026 PracHub. All rights reserved.