-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhard.json
More file actions
87 lines (87 loc) · 2.3 KB
/
Copy pathhard.json
File metadata and controls
87 lines (87 loc) · 2.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
[
{
"words": "FUNCTION",
"clue": "A reusable block of code that performs a specific task.",
"difficulty": "HARD"
},
{
"words": "CLASS",
"clue": "A blueprint for creating objects in object-oriented programming.",
"difficulty": "HARD"
},
{
"words": "CONCURRENCY",
"clue": "Managing multiple tasks executed during overlapping time periods.",
"difficulty": "HARD"
},
{
"words": "VIRTUALIZATION",
"clue": "Creating virtual versions of hardware or systems to run multiple environments.",
"difficulty": "HARD"
},
{
"words": "SCALABILITY",
"clue": "The ability of a system to handle increased workload or users.",
"difficulty": "HARD"
},
{
"words": "EXTENSIBILITY",
"clue": "The ability to add new features without affecting existing functionality.",
"difficulty": "HARD"
},
{
"words": "REDUNDANCY",
"clue": "Having backup components to ensure system reliability.",
"difficulty": "HARD"
},
{
"words": "ARCHITECTURE",
"clue": "The overall structure and design of a system.",
"difficulty": "HARD"
},
{
"words": "AGGREGATION",
"clue": "A relationship where one object contains another but both can exist independently.",
"difficulty": "HARD"
},
{
"words": "ASYNCHRONOUS",
"clue": "Executing tasks without waiting for previous tasks to finish.",
"difficulty": "HARD"
},
{
"words": "BENCHMARKING",
"clue": "Measuring system performance using tests or standards.",
"difficulty": "HARD"
},
{
"words": "CYBERSECURITY",
"clue": "Protecting systems, networks, and data from attacks.",
"difficulty": "HARD"
},
{
"words": "DISTRIBUTION",
"clue": "Spreading system components across multiple machines.",
"difficulty": "HARD"
},
{
"words": "PROVISIONING",
"clue": "Preparing and supplying system resources like servers or storage.",
"difficulty": "HARD"
},
{
"words": "SCHEDULING",
"clue": "Planning and managing task execution.",
"difficulty": "HARD"
},
{
"words": "SEGMENTATION",
"clue": "Dividing data or systems into smaller sections.",
"difficulty": "HARD"
},
{
"words": "SIMULATION",
"clue": "Creating a model to imitate real-world processes.",
"difficulty": "HARD"
}
]