Open In App

Crossword Puzzle Of The Week #6 (for System Design)

Last Updated : 01 May, 2023
Improve
Improve
Like Article
Like
Save
Share
Report

In this issue of Crossword Puzzle of the week, we will dive into the topics of System Design. The solution to the crossword puzzle is provided at the end.

Crossword Puzzle Of The Week #6 (for System Design)

HINTS:

DOWN

1.  _____ is a process used by software development organizations to plan, design, develop, test, deploy, and maintain software applications.
2. _____ involves data flow diagram, data dictionary, state transition diagram, and entity-relationship diagram. 
3. _____ extends the capability of L4 and L7 servers in different geographic locations and distributes a large amount of traffic across multiple data centers efficiently.
4. _____ is one of the important phase in SDLC
5. In the OSI model layer 4 is the transport layer(TCP/SSL) where the routing decisions are made. Layer 4 load balancer is also referred to as _____  Load Balancing.

ACROSS

1. _____ is the capacity of a system to adapt its performance and cost to the new changes in application and system processing demands.
6. The algorithm used to distribute incoming requests to the servers, such as round-robin, least connections, or IP hash.
7. The cache in your system can be full at any point in time. So, we need to use some algorithm or strategy to remove the data from the cache,To make this decision we can use some cache _____ .
8. _____ Systems are designed to speed up the execution of programs by dividing the programs into multiple fragments and processing these fragments at the same time. 
9. _____ is a very important concept that helps the system to keep data in different resources according to the sharding process.

Solution for Crossword Puzzle #6:

Crossword Puzzle Of The Week #6 (for System Design)

Answers:

DOWN

1. SDLC
2. ANALYSIS PHASE
3. GSLB 
4. DEVELOP
5. NETWORK

ACROSS

1. SCALABILITY
6. LOAD BALANCING
7. EVICTION
8. PARALLEL
9. SHARDING


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads