What happens if an SSL/TLS certificate expires? Can it be bypassed?
Tech Support / L1-L3
What opportunities are there for career development and transition to other roles (e.g., DevOps)?
1832. Check if the Sentence Is Pangram A pangram is a sentence where every letter of the English alphabet appears at least once. Given a string sentence containing only lowercase English letters, return true if sentence is a pangram, or false otherwise. Example 1: Input: sentence = "thequickbrownfoxjumpsoverthelazydog" Output: true Explanation: sentence contains at least one of every letter of the English alphabet. Example 2: Input: sentence = "leetcode" Output: false Constraints: - 1 <= sentence.length <= 1000 - sentence consists of lowercase English letters.
What is sharding and replication? What are they used for?
How does the HTTPS protocol work? Describe the process of establishing a secure connection, encryption, and key management.
What is Kubernetes and what is this system designed for?
What are requests and limits in Kubernetes? What does requests specify?
How does Kubernetes use cgroups to manage resource limits?
What is the difference between PostgreSQL and ClickHouse? When should you use each of them?
What happens when a container exceeds the CPU limit?
What mechanism in Kubernetes restarts a container when it exceeds the memory limit?
What are partitions in Kafka? How do they differ from topics and what are they used for?
What is the purpose of StatefulSet in Kubernetes?
What are indexes in databases and what are they for? How do they work?
How many people are in the team? What roles are represented?