@@ -215,28 +215,29 @@ This project is admittedly inspired by [Front-end Job Interview Questions](https
215
215
216
216
####[[ ↑]] ( #toc ) <a name =' architecture ' >Questions about Software Architecture:</a >
217
217
218
+ * When is a cache not useful or even dangerous?
219
+ * Why does Event-Driven Architecture improve scalability?
220
+ * What makes code readable?
221
+ * What is the difference between emergent design and evolutionary architecture?
218
222
* Scale out vs scale up: how are they different? When to apply one, when the other?
223
+ * How to deal with failover and user sessions?
219
224
* What is CQRS (Command Query Responsibility Segregation)? How is it different from the oldest Command-Query Separation Principle?
220
225
* What is Three-Tier architecture?
221
226
* How would you design a software system for scalability?
222
227
* What are the strategies to deal with the C10k problem?
223
- * How to deal with failover and user sessions?
224
228
* How would you design a decentralized (that is, with no central server) P2P system?
225
229
* Why doesn't CGI scale?
226
230
* How would you defend the design of your systems against Vendor Lock-in?
227
- * What makes code readable?
228
231
* What are the disadvantages of the Publish-Subscribe pattern at scale?
229
232
* When would you apply horizontal scaling and when vertical scaling?
230
- * When is a cache not useful or even dangerous?
231
233
* What's new in CPUs since the 80s, and how does it affect programming?
232
234
* In which part of the lifecycle performance should be taken in consideration, and how?
233
235
* How could a Denial of Service arise not maliciously but for a design or architectural problem?
234
- * Why does Event-Driven Architecture improve scalability?
235
236
* What’s the relationship between Performance and Scalability?
236
237
* When is it OK to use tight coupling?
237
238
* What characteristic should a system have to be Cloud Ready?
238
239
* Does unity of design imply an aristocracy of architects?
239
- * What is the difference between emergent design and evolutionary architecture?
240
+
240
241
241
242
242
243
####[[ ↑]] ( #toc ) <a name =' soa ' >Questions about Service Oriented Architecture and Microservices:</a >
0 commit comments