Search the practice set

275 questions, 991 terms and 600 topics in 30 areas.

60 results for “Mobile App Architecture”

Terminology · 14
term

Platform Lifecycle Constraint

The operating system's rules about when your process runs, which are not negotiable and invalidate most assumptions carried over from server code.

Mobile App Architecture
term

Architecture Cost Model

A calculation, made during design, of what an architecture will cost to run at expected and at peak volume.

Cost & FinOps
term

Architecture Decision Log

The ordered, immutable collection of a system's decision records, read as a history rather than as a specification.

Architecture Communication
term

Architecture Decision Record

A short, immutable document capturing one architectural decision, its context, the alternatives, and its consequences.

Architecture Decision-Making
term

Architecture Development Method

TOGAF's iterative cycle for developing enterprise architecture, which is valuable as a checklist of concerns and harmful when followed literally.

TOGAF
term

Architecture Principle

A durable, agreed rule that constrains design decisions in advance, stated with its rationale and its implications.

Architecture Fundamentals
term

Architecture Review Board

A forum that reviews significant designs against standards, risks and strategy before commitment.

Enterprise Architecture
term

Architecture Roadmap

A sequenced plan of architectural change expressed as capability outcomes and decision points rather than as a fixed timeline of projects.

Architecture Roadmaps
term

Architecture Sinkhole

A request that passes through every layer of a layered architecture without any layer adding logic, indicating that the layering is pure overhead for that path.

Layered Architecture
term

Architecture Style

A named, coarse-grained way of organising a whole system, as distinct from a pattern that solves one recurring problem inside it.

Architecture Fundamentals
term

Architecture Trade-off Analysis Method

A structured evaluation that scores an architecture against prioritised quality-attribute scenarios and identifies the points where those attributes conflict.

Architecture Decision-Making
term

Architecture Viewpoint

A perspective on a system tailored to the concerns of a particular audience, recognising that no single diagram serves everyone.

Architecture Documentation
term

Cell-Based Architecture

Partitioning a service into complete, independent copies of itself, each serving a subset of customers, so a failure is bounded to one cell.

Architecture Patterns
term

Clean Architecture

Concentric layers with a strict dependency rule — source code dependencies point only inwards, towards higher-level policy.

Software Architecture
Questions · 5
quiz

You are designing APIs for a platform with a web app, a mobile app, internal service-to-service traffic and third-party partners. What do you expose, and where?

What the interviewer is testing Whether you choose per constraint or adopt one technology as an identity. The wrong answers here are all defensible sounding and

API & Integration
quiz

You are designing a field-service application for engineers who work in basements and rural sites with no reliable connectivity. What is the architecture, and what are the decisions that will bite later?

The shape: local first, with the server as an eventual replica Connectivity is an optimisation, not a precondition. The application writes to a local store, ren

Offline-First
quiz

A CFO asks why the architecture function should be funded when it ships no features. You have five minutes. What do you say?

Do not answer with activities "We produce standards, run a review board and maintain the technology radar" describes what the function does, not what the busine

Outcome Measurement
quiz

A regulator asks how you ensure marketing consent withdrawal is honoured everywhere. What does the architecture need to show?

The answer they want is mechanism plus evidence Not "we have a consent database". They want to see how a withdrawal reaches every system that could act on it, a

Consent Architecture
quiz

Architecture decisions in your organisation are either ignored or bottlenecked in a review board. Design something better.

Why both failure modes have the same cause A review board is a synchronous, low bandwidth, high latency channel: teams wait, decisions are made by people distan

Fitness Functions
Topics · 30
topic

Mobile App Architecture

Layering, navigation, background execution, and the platform rules you do not set.

2 items
topic

Edge, Mobile & IoT

General material on architecture beyond the data centre boundary.

2 items
topic

IoT Ingest Architecture

Millions of small, unreliable, frequently duplicated messages arriving continuously.

3 items
topic

AI-Era Architecture

General material on architecting systems that include models.

31 items
topic

Accessibility Architecture

Semantics, focus management and announcements designed in rather than audited in.

3 items
topic

Application Architecture

The application estate as a designed portfolio rather than an accumulation.

2 items
topic

Architecture Communication

General material on communicating architecture.

14 items
topic

Architecture Compliance Checks

Automating conformance to standards so review effort goes to the genuinely novel.

2 items
topic

Architecture Cost Modelling

Pricing a design before building it, at expected and at ten times volume.

2 items
topic

Architecture Decision Records

One decision, its context, alternatives and consequences, kept immutable.

3 items
topic

Architecture Decision-Making

General material on making and recording architectural decisions.

27 items
topic

Architecture Diagrams

Choosing an audience and refusing to mix levels of abstraction.

3 items
topic

Architecture Documentation

What to write down, at what altitude, and what nobody will ever read.

3 items
topic

Architecture Fundamentals

General material on what solution architecture is and what an architect is accountable for.

30 items
topic

Architecture Governance

Preventive, automated controls rather than review meetings.

5 items
topic

Architecture Patterns

General material on architectural patterns and their trade-offs.

32 items
topic

Architecture Principles

Durable agreed rules that rule options out, stated with rationale and implications.

4 items
topic

Architecture Review Boards

Thresholds, early engagement and a real route to accept deviation.

2 items
topic

Architecture Reviews

Reviewing early enough to influence rather than to veto.

3 items
topic

Architecture Roadmaps

Sequencing change across an estate with dependencies and funding.

3 items
topic

Architecture Roles

Solution, enterprise, domain and platform architecture, and where each is accountable.

3 items
topic

Architecture Styles

System-level organising shapes, and how they differ from problem-level patterns.

2 items
topic

Business Architecture

General material on the business side of architecture.

19 items
topic

Cell-Based Architecture

Complete isolated copies each serving a subset of customers.

2 items
topic

Certification Impact on Architecture

What SOC 2 and ISO 27001 actually require of a design, and what they do not.

3 items
topic

Clean Architecture

Concentric layers with dependencies pointing only inwards.

2 items
topic

Client State Architecture

Server state, UI state and derived state, and why conflating them causes most bugs.

3 items
topic

Cloud Architecture

General material on designing for cloud platforms.

28 items
topic

Cluster Architecture

How many clusters, split by what, and the blast radius each split buys.

4 items
topic

Consent Architecture

Capturing, versioning and propagating consent to every system that acts on the data.

3 items