Questions tagged [system-design]

Systems design is the process of defining the architecture, components, modules, interfaces, and data for a system to satisfy specified requirements. (wikipedia)

Systems design is the process of defining the architecture, components, modules, interfaces, and data for a system to satisfy specified requirements. Systems design could be seen as the application of systems theory to product development. ref

618 questions
-3
votes
1 answer

A algorithm to track the status of a number

To design a API, get(), it will return the random number, also the number should not duplicate, means it always be unique. put(randomvalue), it will put back the generated random number from get(), if put back, get() function can reuse this…
-3
votes
1 answer

System design for an extendable approval workflow for different type of entities

I'm looking for an efficient way to create drafts and start an approval workflow for some of the entities in my domain. Users should easily track changes and approve or reject the changes. Would you please suggest a generic model / approach /…
xkcd
  • 2,538
  • 11
  • 59
  • 96
1 2 3
41
42