devops-exercises/README.md

8251 lines
257 KiB
Markdown
Raw Normal View History

2020-08-23 17:52:53 +02:00
<p align="center"><img src="images/devops_exercises.png"/></p>
2019-10-03 19:48:59 +02:00
:information_source: &nbsp;This repo contains questions and exercises on various technical topics, sometimes related to DevOps and SRE
:bar_chart: &nbsp;There are currently **2112** exercises and questions
2021-01-23 15:48:19 +01:00
:books: &nbsp;To learn more about DevOps and SRE, check the resources in [devops-resources](https://github.com/bregman-arie/devops-resources) repository
2019-10-27 20:58:33 +01:00
2021-11-09 22:09:46 +01:00
:warning: &nbsp;You can use these for preparing for an interview but most of the questions and exercises don't represent an actual interview. Please read [FAQ page](faq.md) for more details
2019-10-23 18:54:45 +02:00
:busts_in_silhouette: &nbsp;Join our [DevOps community](https://www.facebook.com/groups/538897960007080) where we have discussions and share resources on DevOps
2019-12-09 00:06:05 +01:00
:pencil: &nbsp;You can add more exercises by submitting pull requests :) Read about contribution guidelines [here](CONTRIBUTING.md)
2021-01-23 15:48:19 +01:00
****
2019-10-03 19:48:59 +02:00
<!-- ALL-TOPICS-LIST:START -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<center>
<table>
<tr>
<td align="center"><a href="exercises/devops/README.md"><img src="images/devops.png" width="70px;" height="75px;" alt="DevOps" /><br /><b>DevOps</b></a></td>
<td align="center"><a href="exercises/cicd/README.md"><img src="images/cicd.png" width="85px;" height="85px;" alt="cicd"/><br /><b>CI/CD</b></a></td>
<td align="center"><a href="exercises/git/README.md"><img src="images/git.png" width="80px;" height="75px;" alt="Git"/><br /><b>Git</b></a></td>
<td align="center"><a href="exercises/ansible/README.md"><img src="images/ansible.png" width="75px;" height="75px;" alt="ansible"/><br /><b>Ansible</b></a></td>
<td align="center"><a href="#Network"><img src="images/network.png" width="80x;" height="75px;" alt="Network"/><br /><b>Network</b></a></td>
<td align="center"><a href="#linux"><img src="images/linux.png" width="75x;" height="75px;" alt="Linux"/><br /><b>Linux</b></a></td>
</tr>
<tr>
<td align="center"><a href="#programming"><img src="images/programming.png" width="75px;" height="75px;" alt="programming"/><br /><b>Programming</b></a></td>
<td align="center"><a href="#python"><img src="images/python.png" width="80px;" height="75px;" alt="Python"/><br /><b>Python</b></a></td>
<td align="center"><a href="#go"><img src="images/Go.png" width="75px;" height="75px;" alt="go"/><br /><b>Go</b></a></td>
<td align="center"><a href="exercises/shell/README.md"><img src="images/bash.png" width="70px;" height="75px;" alt="Bash"/><br /><b>Shell Scripting</b></a></td>
<td align="center"><a href="#kubernetes"><img src="images/kubernetes.png" width="75px;" height="75px;" alt="kubernetes"/><br /><b>Kubernetes</b></a></td>
<td align="center"><a href="#prometheus"><img src="images/prometheus.png" width="75px;" height="75px;" alt="Prometheus"/><br /><b>Prometheus</b></a></td>
</tr>
<tr>
<td align="center"><a href="exercises/cloud/README.md"><img src="images/cloud.png" width="110px;" height="75px;" alt="Cloud"/><br /><b>Cloud</b></a></td>
2020-05-09 15:40:51 +02:00
<td align="center"><a href="#aws"><img src="images/aws.png" width="75px;" height="75px;" alt="aws"/><br /><b>AWS</b></a></td>
<td align="center"><a href="#azure"><img src="images/azure.png" width="75px;" height="75px;" alt="azure"/><br /><b>Azure</b></a></td>
<td align="center"><a href="#gcp"><img src="images/googlecloud.png" width="80px;" height="75px;" alt="Google Cloud Platform"/><br /><b>Google Cloud Platform</b></a></td>
<td align="center"><a href="#openstack"><img src="images/openstack.png" width="75px;" height="75px;" alt="openstack"/><br /><b>OpenStack</b></a></td>
<td align="center"><a href="exercises/security/README.md"><img src="images/security.png" width="75px;" height="75px;" alt="security"/><br /><b>Security</b></a></td>
</tr>
2019-10-25 01:33:16 +02:00
<tr>
<td align="center"><a href="#operating-system"><img src="images/os.png" width="75px;" height="75px;" alt="Operating System"/><br /><b>Operating System</b></a></td>
<td align="center"><a href="#monitoring"><img src="images/monitoring.png" width="75px;" height="75px;" alt="Monitoring"/><br /><b>Monitoring</b></a></td>
<td align="center"><a href="#elastic"><img src="images/elastic.png" width="110px;" height="75px;" alt="Elastic"/><br /><b>Elastic</b></a></td>
<td align="center"><a href="#virtualization"><img src="images/virtualization.png" width="75px;" height="75px;" alt="Virtualization"/><br /><b>Virtualization</b></a></td>
<td align="center"><a href="exercises/dns/README.md"><img src="images/dns.png" width="75px;" height="75px;" alt="DNS"/><br /><b>DNS</b></a></td>
<td align="center"><a href="#Misc"><img src="images/general.png" width="110px;" height="75px;" alt="Misc"/><br /><b>Misc</b></a></td>
2019-12-19 11:47:55 +01:00
</tr>
<tr>
2020-01-14 10:35:25 +01:00
<td align="center"><a href="#testing"><img src="images/testing.png" width="75px;" height="75px;" alt="Testing"/><br /><b>Testing</b></a></td>
2020-01-12 19:18:40 +01:00
<td align="center"><a href="#databases"><img src="images/databases.png" width="75px;" height="75px;" alt="Databases"/><br /><b>Databases</b></a></td>
<td align="center"><a href="#regex"><img src="images/regex.png" width="75ph;" height="75px;" alt="RegEx"/><br /><b>Regex</b></a></td>
<td align="center"><a href="#system-design"><img src="images/design.png" width="110px;" height="75px;" alt="Design"/><br /><b>System Design</b></a></td>
2020-04-08 17:35:28 +02:00
<td align="center"><a href="#hardware"><img src="images/hardware.png" width="110px;" height="75px;" alt="Hardware"/><br /><b>Hardware</b></a></td>
2020-04-12 18:25:24 +02:00
<td align="center"><a href="#big-data"><img src="images/big-data.png" width="110px;" height="75px;" alt="Big Data"/><br /><b>Big Data</b></a></td>
2019-10-25 01:33:16 +02:00
</tr>
<tr>
<td align="center"><a href="#certificates"><img src="images/certificates.png" width="75px;" height="75px;" alt="Certificates"/><br /><b>Certificates</b></a></td>
<td align="center"><a href="#containers"><img src="images/containers.png" width="70px;" height="75px;" alt="Containers"/><br /><b>Containers</b></a></td>
<td align="center"><a href="#sql"><img src="images/sql.png" width="75px;" height="75px;" alt="sql"/><br /><b>SQL</b></a></td>
<td align="center"><a href="#openshift"><img src="images/openshift.png" width="75px;" height="75px;" alt="OpenShift"/><br /><b>OpenShift</b></a></td>
2020-08-16 20:11:13 +02:00
<td align="center"><a href="#storage"><img src="images/storage.png" width="75px;" height="75px;" alt="Storage"/><br /><b>Storage</b></a></td>
<td align="center"><a href="#HR"><img src="images/HR.png" width="110px;" height="75px;" alt="HR"/><br /><b>HR</b></a></td>
</tr>
<tr>
<td align="center"><a href="exercises/terraform/README.md"><img src="images/terraform.png" width="70px;" height="75px;" alt="Terraform"/><br /><b>Terraform</b></a></td>
<td align="center"><a href="#mongo"><img src="images/mongo.png" width="75px;" height="75px;" alt="Mongo"/><br /><b>Mongo</b></a></td>
<td align="center"><a href="#puppet"><img src="images/puppet.png" width="75px;" height="75px;" alt="puppet"/><br /><b>Puppet</b></a></td>
<td align="center"><a href="#distributed"><img src="images/distributed.png" width="110px;" height="75px;" alt="Distributed"/><br /><b>Distributed</b></a></td>
<td align="center"><a href="#questions-you-ask"><img src="images/you.png" width="90px;" height="75px;" alt="you"/><br /><b>Questions you can ask</b></a></td>
<td align="center"><a href="exercises/perl/README.md"><img src="images/perl.png" width="75px;" height="75px;" alt="perl"/><br /><b>Perl</b></a></td>
</tr>
</table>
</center>
<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->
<!-- ALL-TOPICS-LIST:END -->
2019-10-03 21:09:40 +02:00
## Network
2019-10-08 13:56:19 +02:00
<details>
<summary>What do you need in order to communicate?</summary><br><b>
- A common language (for the two ends to understand)
- A way to address who do you want to communicate with
- A Connection (so the content of of the communication can reach the recipients)
2019-10-25 01:33:16 +02:00
</b></details>
<details>
<summary>What is TCP/IP?</summary><br><b>
2019-10-25 01:33:16 +02:00
A set of protocols that define how two or more devices can communicate with each other.
To learn more about TCP/IP, read [here](http://www.penguintutor.com/linux/basic-network-reference)
</b></details>
<details>
<summary>What is Ethernet?</summary><br><b>
2021-06-27 04:28:58 +02:00
Ethernet simply refers to the most common type of Local Area Network (LAN) used today. A LANā€”in contrast to a WAN (Wide Area Network), which spans a larger geographical areaā€”is a connected network of computers in a small area, like your office, college campus, or even home.
2019-12-19 14:59:58 +01:00
</b></details>
2021-06-27 04:28:58 +02:00
<details>
<summary>What is a MAC address? What is it used for?</summary><br><b>
2021-06-27 04:28:58 +02:00
A MAC address is a unique identification number or code used to identify individual devices on the network.
2021-06-27 04:28:58 +02:00
Packets that are sent on the ethernet are always coming from a MAC address and sent to a MAC address. If a network adapter is receiving a packet, it is comparing the packetā€™s destination MAC address to the adapterā€™s own MAC address.
2021-06-27 04:28:58 +02:00
</b></details>
<details>
<summary>When is this MAC address used?: ff:ff:ff:ff:ff:ff</summary><br><b>
2021-06-27 04:28:58 +02:00
When a device sends a packet to the broadcast MAC address (FF:FF:FF:FF:FF:FFā€‹), it is delivered to all stations on the local network. Ethernet broadcasts are used to resolve IP addresses to MAC addresses (by ARP) at the datalink layer .
2021-06-27 04:28:58 +02:00
</b></details>
<details>
<summary>What is an IP address?</summary><br><b>
2021-06-27 04:28:58 +02:00
An Internet Protocol address (IP address) is a numerical label assigned to each device connected to a computer network that uses the Internet Protocol for communication.An IP address serves two main functions: host or network interface identification and location addressing.
2021-06-27 04:28:58 +02:00
</b></details>
<details>
<summary>Explain subnet mask and given an example</summary><br><b>
2021-06-27 04:28:58 +02:00
A Subnet mask is a 32-bit number that masks an IP address, and divides the IP address into network address and host address. Subnet Mask is made by setting network bits to all "1"s and setting host bits to all "0"s. Within a given network, two host addresses are reserved for special purpose, and cannot be assigned to hosts. The "0" address is assigned a network address and "255" is assigned to a broadcast address, and they cannot be assigned to hosts.
2021-06-27 04:28:58 +02:00
**For Example**
2021-06-27 04:28:58 +02:00
```
| Address Class | No of Network Bits | No of Host Bits | Subnet mask | CIDR notation |
| ------------- | ------------------ | --------------- | --------------- | ------------- |
| A | 8 | 24 | 255.0.0.0 | /8 |
| A | 9 | 23 | 255.128.0.0 | /9 |
| A | 12 | 20 | 255.240.0.0 | /12 |
| A | 14 | 18 | 255.252.0.0 | /14 |
| B | 16 | 16 | 255.255.0.0 | /16 |
| B | 17 | 15 | 255.255.128.0 | /17 |
| B | 20 | 12 | 255.255.240.0 | /20 |
| B | 22 | 10 | 255.255.252.0 | /22 |
| C | 24 | 8 | 255.255.255.0 | /24 |
| C | 25 | 7 | 255.255.255.128 | /25 |
| C | 28 | 4 | 255.255.255.240 | /28 |
| C | 30 | 2 | 255.255.255.252 | /30 |
2021-02-28 22:10:06 +01:00
```
2021-02-28 22:10:06 +01:00
</b></details>
<details>
<summary>What is a private IP address? In which scenarios/system designs, one should use it?</summary><br><b>
2021-02-28 22:10:06 +01:00
</b></details>
<details>
<summary>What is a public IP address? In which scenarios/system designs, one should use it?</summary><br><b>
2021-02-28 22:10:06 +01:00
</b></details>
<details>
<summary>Explain the OSI model. What layers there are? What each layer is responsible for?</summary><br><b>
2021-05-16 10:31:31 +02:00
- Application: user end (HTTP is here)
- Presentation: establishes context between application-layer entities (Encryption is here)
- Session: establishes, manages and terminates the connections
- Transport: transfers variable-length data sequences from a source to a destination host (TCP & UDP are here)
- Network: transfers datagrams from one network to another (IP is here)
- Data link: provides a link between two directly connected nodes (MAC is here)
- Physical: the electrical and physical spec the data connection (Bits are here)
2021-02-28 22:10:06 +01:00
You can read more about the OSI model in [penguintutor.com](http://www.penguintutor.com/linux/basic-network-reference)
2021-02-28 22:10:06 +01:00
</b></details>
2021-02-20 01:25:40 +01:00
<details>
<summary>For each of the following determine to which OSI layer it belongs:
2021-02-20 01:25:40 +01:00
* Error correction
* Packets routing
* Cables and electrical signals
* MAC address
* IP address
* Terminate connections
* 3 way handshake</summary><br><b>
* Error correction
* Packets routing - Network
* Cables and electrical signals - Physical
* MAC address - Data link
* IP address - Network
* Terminate connections - Session
* 3 way handshake - Transport
2020-12-16 21:47:55 +01:00
</b></details>
2021-01-22 00:53:24 +01:00
<details>
<summary>What delivery schemes are you familiar with?</summary><br><b>
2021-01-22 00:53:24 +01:00
Unitcast: One to one communication where there is one sender and one receiver.
2021-01-22 00:53:24 +01:00
Broadcast: Sending a message to everyone in the network. The address ff:ff:ff:ff:ff:ff is used for broadcasting.
Two common protocols which use broadcast are ARP and DHCP.
2021-01-22 00:53:24 +01:00
Multicast: Sending a message to a group of subscribers. It can be one-to-many or many-to-many.
2021-01-22 00:53:24 +01:00
</b></details>
<details>
<summary>What is CSMA/CD? Is it used in modern ethernet networks?</summary><br><b>
2021-01-22 00:53:24 +01:00
CSMA/CD stands for Carrier Sense Multiple Access / Collision Detection.
Its primarily focus it to manage access to shared medium/bus where only one host can transmit at a given point of time.
2021-01-22 00:53:24 +01:00
CSMA/CD algorithm:
2019-10-16 21:19:57 +02:00
1. Before sending a frame, it checks whether another host already transmitting a frame.
2. If no one transmitting, it starts transmitting the frame.
3. If two hosts transmitted at the same time, we have a collision.
4. Both hosts stop sending the frame and they send to everyone a 'jam signal' notifying everyone that a collision occurred
5. They are waiting for a random time before sending again
6. Once each host waited for a random time, they try to send the frame again and so the
2019-10-16 21:19:57 +02:00
</b></details>
<details>
<summary>Describe the following network devices and the difference between them:
* router
* switch
* hub</summary><br><b>
</b></details>
2019-10-16 22:52:28 +02:00
<details>
<summary>How does a router works?</summary><br><b>
A router is a physical or virtual appliance that passes information between two or more packet-switched computer networks. A router inspects a given data packet's destination Internet Protocol address (IP address), calculates the best way for it to reach its destination and then forwards it accordingly.
2019-10-16 22:52:28 +02:00
</b></details>
<details>
<summary>What is NAT?</summary><br><b>
Network Address Translation (NAT) is a process in which one or more local IP address is translated into one or more Global IP address and vice versa in order to provide Internet access to the local hosts.
2019-10-16 22:52:28 +02:00
</b></details>
2020-11-24 09:31:26 +01:00
<details>
<summary>What is a proxy? How does it works? What do we need it for?</summary><br><b>
2020-11-24 09:31:26 +01:00
A proxy server acts as a gateway between you and the internet. Itā€™s an intermediary server separating end users from the websites they browse.
2020-11-24 09:31:26 +01:00
If youā€™re using a proxy server, internet traffic flows through the proxy server on its way to the address you requested. The request then comes back through that same proxy server (there are exceptions to this rule), and then the proxy server forwards the data received from the website to you.
2020-11-24 09:31:26 +01:00
roxy servers provide varying levels of functionality, security, and privacy depending on your use case, needs, or company policy.
</b></details>
<details>
<summary>What is TCP? How does it works? What is the 3 way handshake?</summary><br><b>
TCP 3-way handshake or three-way handshake is a process which is used in a TCP/IP network to make a connection between server and client.
2020-03-26 03:52:12 +01:00
A three-way handshake is primarily used to create a TCP socket connection. It works when:
2019-10-23 18:54:45 +02:00
- A client node sends a SYN data packet over an IP network to a server on the same or an external network. The objective of this packet is to ask/infer if the server is open for new connections.
- The target server must have open ports that can accept and initiate new connections. When the server receives the SYN packet from the client node, it responds and returns a confirmation receipt ā€“ the ACK packet or SYN/ACK packet.
- The client node receives the SYN/ACK from the server and responds with an ACK packet.
2019-12-02 14:49:58 +01:00
</b></details>
<details>
<summary>What is round-trip delay or round-trip time?</summary><br><b>
From [wikipedia](https://en.wikipedia.org/wiki/Round-trip_delay): "the length of time it takes for a signal to be sent plus the length of time it takes for an acknowledgement of that signal to be received"
Bonus question: what is the RTT of LAN?
</b></details>
<details>
<summary>How does SSL handshake work?</summary><br><b>
2019-12-30 21:51:12 +01:00
</b></details>
2020-02-28 21:32:12 +01:00
<details>
<summary>What is the difference between TCP and UDP?</summary><br><b>
2019-10-23 18:54:45 +02:00
TCP establishes a connection between the client and the server to guarantee the order of the packages, on the other hand, UDP does not establish a connection between client and server and doesn't handle package order. This makes UDP more lightweight than TCP and a perfect candidate for services like streaming.
[Penguintutor.com](http://www.penguintutor.com/linux/basic-network-reference) provides a good explanation.
2019-10-19 22:48:17 +02:00
</b></details>
2019-10-26 01:47:54 +02:00
<details>
<summary>What TCP/IP protocols are you familiar with?</summary><br><b>
2021-08-13 08:23:50 +02:00
</b></details>
<details>
<summary>Explain "default gateway"</summary><br><b>
2021-08-13 08:23:50 +02:00
A default gateway serves as an access point or IP router that a networked computer uses to send information to a computer in another network or the internet.
2019-10-26 01:47:54 +02:00
</b></details>
2019-12-13 19:16:00 +01:00
<details>
<summary>What is ARP? How does it works?</summary><br><b>
ARP stands for Address Resolution Protocol. When you try to ping an IP address on your local network, say 192.168.1.1, your system has to turn the IP address 192.168.1.1 into a MAC address. This involves using ARP to resolve the address, hence its name.
2021-08-13 08:23:50 +02:00
Systems keep an ARP look-up table where they store information about what IP addresses are associated with what MAC addresses. When trying to send a packet to an IP address, the system will first consult this table to see if it already knows the MAC address. If there is a value cached, ARP is not used.
2019-12-13 19:16:00 +01:00
</b></details>
<details>
<summary>What is TTL? What does it helps to prevent?</summary><br><b>
2019-12-13 19:16:00 +01:00
</b></details>
2019-10-26 01:47:54 +02:00
2019-12-22 22:53:52 +01:00
<details>
<summary>What is DHCP? How does it works?</summary><br><b>
It stands for Dynamic Host Configuration Protocol, and allocates IP addresses, subnet masks and gateways to hosts. This is how it works:
* A host upon entering a network, broadcasts a message in search of a DHCP server (DHCP DISCOVER)
* An offer message is sent back by the DHCP server as a packet containing lease time, subnet mask, IP addresses, etc (DHCP OFFER)
* Depending on which offer accepted, the client sends back a reply broadcast letting all DHCP servers know (DHCP REQUEST)
* Server sends an acknowledgment (DHCP ACK)
2019-12-22 22:53:52 +01:00
Read more [here](https://linuxjourney.com/lesson/dhcp-overview)
2020-02-28 21:32:12 +01:00
</b></details>
<details>
<summary>Can you have two DHCP servers in the same network? How it works?</summary><br><b>
2020-02-28 21:32:12 +01:00
</b></details>
<details>
<summary>What is SSL tunneling? How does it works?</summary><br><b>
2020-02-28 21:32:12 +01:00
</b></details>
2020-03-06 09:57:43 +01:00
<details>
<summary>What is a socket? Where can you see the list of sockets in your system?</summary><br><b>
2020-03-06 09:57:43 +01:00
</b></details>
2020-11-24 09:31:26 +01:00
<details>
<summary>What is IPv6? Why should we consider using it if we have IPv4?</summary><br><b>
2020-11-24 09:31:26 +01:00
</b></details>
2019-10-08 13:56:19 +02:00
<details>
<summary>What is VLAN?</summary><br><b>
</b></details>
<details>
<summary>What is MTU?</summary><br><b>
</b></details>
2021-02-17 20:58:58 +01:00
<details>
<summary>What happens if you send a packet that is bigger than the MTU?</summary><br><b>
2021-02-17 20:58:58 +01:00
</b></details>
<details>
<summary>True or False?. Ping is using UDP because it doesn't care about reliable connection</summary><br><b>
</b></details>
2019-10-08 13:56:19 +02:00
2019-10-25 15:01:43 +02:00
<details>
<summary>What is SDN?</summary><br><b>
2019-10-25 15:01:43 +02:00
</b></details>
<details>
<summary>What is ICMP? What is it used for?</summary><br><b>
</b></details>
<details>
<summary>What is NAT? How does it work?</summary><br><b>
NAT stands for network address translation. Itā€™s a way to map multiple local private addresses to a public one before transferring the information. Organizations that want multiple devices to employ a single IP address use NAT, as do most home routers.
For example, your computer's private IP could be 192.168.1.100, but your router maps the traffic to it's public IP (e.g. 1.1.1.1). Any device on the internet would see the traffic coming from your public IP (1.1.1.1) instead of your private IP (192.168.1.100).
</b></details>
2020-03-26 03:52:12 +01:00
<details>
<summary>Which factors affect network performances</summary><br><b>
</b></details>
2020-03-26 03:52:12 +01:00
<details>
<summary>Which port number is used in each of the following protocols?:
* SSH
* SMTP
* HTTP
* DNS
* HTTPS
* FTP
* SFTP
</summary><br><b>
* SSH - 22
* SMTP - 25
* HTTP - 80
* DNS - 53
* HTTPS - 443
* FTP - 21
* SFTP - 22
</b></details>
#### Network - Data and Control planes
<details>
<summary>What "control plane" refers to?</summary><br><b>
The control plane is the part of the network that decides how to route and forward packets to a different location.
</b></details>
<details>
<summary>What "data plane" refers to?</summary><br><b>
The data plane is the part of the network that actually forwards the data/packets.
</b></details>
<details>
<summary>What "management plane" refers to?</summary><br><b>
Refers to monitoring and management functions.
</b></details>
<details>
<summary>To which plane (data, control, ...) is creating routing tables belongs to?</summary><br><b>
Control Plane.
2020-03-26 03:52:12 +01:00
</b></details>
<details>
<summary>Explain Spanning Tree Protocol (STP)</summary><br><b>
</b></details>
<details>
<summary>What is link aggregation? Why is it used?</summary><br><b>
</b></details>
<details>
<summary>What is Asymmetric Routing? How do deal with it?</summary><br><b>
</b></details>
<details>
<summary>What overlay (tunnel) protocols are you familiar with?</summary><br><b>
</b></details>
2021-11-07 16:54:06 +01:00
<details>
<summary>What is GRE? How does it works?</summary><br><b>
2021-11-07 16:54:06 +01:00
</b></details>
<details>
<summary>What is VXLAN? How does it works?</summary><br><b>
</b></details>
<details>
<summary>What is SNAT?</summary><br><b>
</b></details>
<details>
<summary>Explain OSPF</summary><br><b>
</b></details>
<details>
<summary>What is latency?</summary><br><b>
</b></details>
<details>
<summary>What is bandwidth?</summary><br><b>
</b></details>
<details>
<summary>What is throughput?</summary><br><b>
</b></details>
2019-10-17 21:05:51 +02:00
<details>
<summary>When performing a search query, what is more important, latency or throughput? And how to assure that what managing global infrastructure?</summary><br><b>
Latency. To have a good latency, a search query should be forwarded to the closest datacenter.
2019-10-17 21:05:51 +02:00
</b></details>
<details>
<summary>When uploading a video, what is more important, latency or throughput? And how to assure that?</summary><br><b>
2019-10-19 22:48:17 +02:00
Throughput. To have a good throughput, the upload stream should be routed to an underutilized link.
</b></details>
2019-12-06 13:49:46 +01:00
<details>
<summary>What other considerations (except latency and throughput) are there when forwarding requests?</summary><br><b>
2021-02-20 01:25:40 +01:00
* Keep caches updated (which means the request could be forwarded not to the closest datacenter)
2019-12-06 13:49:46 +01:00
</b></details>
<details>
<summary>Explain Spine & Leaf</summary><br><b>
2019-10-19 22:48:17 +02:00
</b></details>
<details>
<summary>What is Network Congestion? What can cause it?</summary><br><b>
</b></details>
2019-10-03 19:48:59 +02:00
<details>
<summary>What can you tell me about UDP packet format? What about TCP packet format? How is it different?</summary><br><b>
</b></details>
2019-10-03 20:03:08 +02:00
<details>
<summary>What is the exponential backoff algorithm? Where is it used?</summary><br><b>
2019-10-19 22:48:17 +02:00
</b></details>
<details>
<summary>Using Hamming code, what would be the code word for the following data word 100111010001101?</summary><br><b>
2021-02-20 01:25:40 +01:00
00110011110100011101
</b></details>
<details>
<summary>Give examples of protocols found in the application layer</summary><br><b>
* Hypertext Transfer Protocol (HTTP) - used for the webpages on the internet
* Simple Mail Transfer Protocol (SMTP) - email transmission
* Telecommunications Network - (TELNET) - terminal emulation to allow client access to telnet server
* File Transfer Protocol (FTP) - facilitates transfer of files between any two machines
* Domain Name System (DNS) - domain name translation
* Dynamic Host Configuration Protocol (DHCP) - allocates IP addresses, subnet masks and gateways to hosts
* Simple Network Management Protocol (SNMP) - gathers data of devices on the network
</b></details>
<details>
<summary>Give examples of protocols found in the network Layer</summary><br><b>
* Internet Protocol (IP) - assists in routing packets from one machine to another
* Internet Control Message Protocol (ICMP) - lets one know what is going such as error messages and debugging information
</b></details>
<details>
<summary>What is HSTS?</summary><br><b>
HTTP Strict Transport Security is a web server directive that informs user agents and web browsers how to handle its connection through a response header sent at the very beginning and back to the browser. This forces connections over HTTPS encryption, disregarding any script's call to load any resource in that domain over HTTP.
Read more [here](https://www.globalsign.com/en/blog/what-is-hsts-and-how-do-i-use-it#:~:text=HTTP%20Strict%20Transport%20Security%20(HSTS,and%20back%20to%20the%20browser.)
</b></details>
#### Network - Misc
<details>
<summary>What is the Internet? Is it the same as the World Wide Web?</summary><br><b>
The internet refers to network of networks, transferring huge amounts of data around the globe.<br>
The World Wide Web is an application running on millions of server, on top of the internet, accessed through what is know as the web browser
</b></details>
<details>
<summary>What is the ISP?</summary><br><b>
ISP (Internet Service Provider) is the local internet company provider.
</b></details>
## Linux
#### Linux Master Application
A completely free application for testing your knowledge on Linux
<a href="https://play.google.com/store/apps/details?id=com.codingshell.linuxmaster"><img src="images/linux_master.jpeg"/></a>
### Linux Self Assessment
<details>
<summary>What is your experience with Linux?</summary><br><b>
Only you know :)
For example:
* Administration
* Troubleshooting & Debugging
* Storage
* Networking
* Development
* Deployments
</b></details>
<details>
<summary>Explain what each of the following commands does and give an example on how to use it:
* touch
* ls
* rm
* cat
* cp
* mkdir
* pwd
* cd
</summary><br><b>
2021-10-24 10:06:32 +02:00
* touch - update file's timestamp. More commonly used for creating files
* ls - listing files and directories
* rm - remove files and directories
* cat - create, view and concatenate files
* cp - copy files and directories
* mkdir - create directories
* pwd - print current working directory (= at what path the user currently located)
* cd - change directory
2021-10-24 10:06:32 +02:00
</b></details>
2021-10-28 07:50:35 +02:00
<details>
<summary>What each of the following commands does?
2021-10-28 07:50:35 +02:00
* cd /
* cd ~
* cd
* cd ..
* cd .
* cd -
</summary><br><b>
2021-10-28 07:50:35 +02:00
* cd / -> change to the root directory
* cd ~ -> change to your home directory
* cd -> change to your home directory
* cd .. -> change to the directory above your current i.e parent directory
* cd . -> change to the directory you currently in
* cd - -> change to the last visited path
2021-10-28 07:50:35 +02:00
</b></details>
<details>
<summary>Some of the commands in the previous question can be run with the -r/-R flag. What does it do? Give an example to when you would use it</summary><br><b>
The -r (or -R in some commands) flag allows the user to run a certain command recursively. For example, listing all the files under the following tree is possible when done recursively (`ls -R`):
/dir1/
dir2/
file1
file2
dir3/
file3
2021-10-28 07:50:35 +02:00
To list all the files, one can run `ls -R /dir1`
2021-10-28 07:50:35 +02:00
</b></details>
<details>
<summary>Explain each field in the output of `ls -l` command</summary><br><b>
It shows a detailed list of files in a long format. From the left:
* file permissions, number of links, owner name, owner group, file size, timestamp of last modification and directory/file name
</b></details>
<details>
<summary>What are hidden files/directories? How to list them?</summary><br><b>
These are files directly not displayed after performing a standard ls direct listing. An example of these files are .bashrc which are used to execute some scripts. Some also store configuration about services on your host like .KUBECONFIG. The command used to list them is, `ls -a`
</b></details>
<details>
<summary>What do > and < do in terms of input and output for programs?</summary><br><b>
They take in input (<) and output for a given file (>) using stdin and stdout.
2021-10-24 10:06:32 +02:00
`myProgram < input.txt > executionOutput.txt`
2021-10-24 10:06:32 +02:00
</b></details>
<details>
<summary>Explain what each of the following commands does and give an example on how to use it:
* sed
* grep
* cut
* awk
</summary><br><b>
2021-10-24 10:06:32 +02:00
- sed: a stream editor. Can be used for various purposes like replacing a word in a file: `sed -i s/salad/burger/g`
- grep: a search tool. Used to search, count or match a text in a file:
- searching for any line that contains a word in a file: `grep 'word' file.md`
- or displaying the total number of times a string appears in a file: `grep -c 'This is a string' file.md`
- cut: a tool for cutting out selected portions of each line of a file:
- syntax: `cut OPTION [FILE]`
- cutting first two bytes from a word in a file: `cut -b 1-2 file.md`, output: `wo`
2021-10-24 10:06:32 +02:00
</b></details>
<details>
<summary>How to rename the name of a file or a directory?</summary><br><b>
Using the `mv` command.
</b></details>
<details>
<summary>Specify which command would you use (and how) for each of the following scenarios
* Remove a directory with files
* Display the content of a file
* Provides access to the file /tmp/x for everyone
* Change working directory to user home directory
* Replace every occurrence of the word "good" with "great" in the file /tmp/y</summary><br><b>
- `rm -rf dir`
- `cat or less`
- `chmod 777 /tmp/x`
- `cd ~`
- `sed -i s/good/great/g /tmp/y`
</b></details>
<details>
<summary>How can you check what is the path of a certain command?</summary><br><b>
* whereis
* which
</b></details>
<details>
<summary>What is the difference between these two commands? Will it result in the same output?
```
echo hello world
echo "hello world"
```
</summary><br><b>
2021-10-24 10:06:32 +02:00
The echo command receives two separate arguments in the first execution and in the second execution it gets one argument which is the string "hello world". The output will be the same.
</b></details>
<details>
<summary>Explain piping. How do you perform piping?</summary><br><b>
Using a pipe in Linux, allows you to send the output of one command to the input of another command. For example: `cat /etc/services | wc -l`
</b></details>
<details>
<summary>Fix the following commands:
* sed "s/1/2/g' /tmp/myFile
* find . -iname \*.yaml -exec sed -i "s/1/2/g" {} ;
</summary><br><b>
```
sed 's/1/2/g' /tmp/myFile # sed "s/1/2/g" is also fine
find . -iname "*.yaml" -exec sed -i "s/1/2/g" {} \;
```
</b></details>
<details>
<summary>How to check which commands you executed in the past?</summary><br><b>
history command or .bash_history file
</b></details>
2021-10-28 07:50:35 +02:00
<details>
<summary>Running the command <code>df</code> you get "command not found". What could be wrong and how to fix it?</summary><br><b>
</b>
<p><b>
Most likely the default/generated $PATH was somehow modified or overridden thus not containing <code>/bin/</code> where df would normally go.
This issue could also happen if bash_profile or any configuration file of your interpreter was wrongly modified, causing erratics behaviours.
You would solve this by fixing your $PATH variable:
2021-10-28 07:50:35 +02:00
As to fix it there are several options:
2021-10-28 07:50:35 +02:00
1. Manually adding what you need to your $PATH <code>PATH="$PATH":/user/bin:/..etc</code>
2. You have your weird env variables backed up.
3. You would look for your distro default $PATH variable, copy paste using method #1
2021-10-28 07:50:35 +02:00
Note: There are many ways of getting errors like this: if bash_profile or any configuration file of your interpreter was wrongly modified; causing erratics behaviours,
permissions issues, bad compiled software (if you compiled it by yourself)... there is no answer that will be true 100% of the time.
</b>
</p>
</details>
2021-10-28 07:50:35 +02:00
<details>
<summary>How do you schedule tasks periodically?</summary><br><b>
2021-10-28 07:50:35 +02:00
You can use the commands <code>cron</code> and <code>at</code>.
With cron, tasks are scheduled using the following format:
<code>*/30 * * * * bash myscript.sh</code> Executes the script every 30 minutes.
<minute> <hour> <day of month> <month> <day of week> <command to execute>
The tasks are stored in a cron file, you can write in it using <code>crontab -e</code>
Alternatively if you are using a distro with systemd it's recommended to use systemd timers.
2019-10-21 21:58:41 +02:00
</b></details>
#### Linux - I/O Redirection
2019-10-04 18:00:34 +02:00
<details>
<summary>Explain Linux I/O redirection</summary><br><b>
</b></details>
<details>
<summary>Demonstrate Linux output redirection</summary><br><b>
ls > ls_output.txt
</b></details>
<details>
<summary>Demonstrate Linux stderr output redirection</summary><br><b>
yippiekaiyay 2> ls_output.txt
</b></details>
<details>
<summary>Demonstrate Linux stderr to stdout redirection</summary><br><b>
yippiekaiyay 1>&2
</b></details>
<details>
<summary>What is the result of running the following command? <code>yippiekaiyay 1>&2 die_hard</code></code></summary><br><b>
An output similar to: `yippikaiyay: command not found...`<br>
The file `die_hard` will not be created
</b></details>
#### Linux FHS
<details>
<summary>In Linux FHS (Filesystem Hierarchy Standard) what is the <code>/</code>?</summary><br><b>
The root of the filesystem. The beginning of the tree.
</b></details>
<details>
<summary>What is stored in each of the following paths?
- /bin, /sbin, /usr/bin and /usr/sbin
- /etc
- /home
- /var
- /tmp</summary><br><b>
* binaries
* configuration files
* home directories of the different users
* files that tend to change and be modified like logs
* temporary files
</b></details>
<details>
<summary>What is special about the /tmp directory when compared to other directories?</summary><br><b>
`/tmp` folder is cleaned automatically, usually upon reboot.
</b></details>
<details>
<summary>What kind of information one can find in /proc?</summary><br><b>
</b></details>
<details>
<summary>Can you create files in /proc?</summary><br><b>
</b></details>
<details>
<summary>In which path can you find the system devices (e.g. block storage)?</summary><br><b>
</b></details>
#### Linux - Permissions
<details>
<summary>How to change the permissions of a file?</summary><br><b>
Using the `chmod` command.
</b></details>
<details>
<summary>What does the following permissions mean?:
* 777
* 644
* 750</summary><br><b>
<pre>
777 - You give the owner, group and other: Execute (1), Write (2) and Read (4); 4+2+1 = 7.
644 - Owner has Read (4), Write (2), 4+2 = 6; Group and Other have Read (4).
750 - Owner has x+r+w, Group has Read (4) and Execute (1); 4+1 = 5. Other have no permissions.
</pre>
</b></details>
<details>
<summary>What this command does? <code>chmod +x some_file</code></summary><br><b>
It adds execute permissions to all sets i.e user, group and others
</b></details>
<details>
<summary>Explain what is setgid and setuid</summary><br><b>
* setuid is a linux file permission that permits a user to run a file or program with the permissions of the owner of that file. This is possible by elevation of current user privileges.
* setgid is a process when executed will run as the group that owns the file.
</b></details>
<details>
<summary>What is the purpose of sticky bit?</summary><br><b>
Its a bit that only allows the owner or the root user to delete or modify the file.
</b></details>
<details>
<summary>What the following commands do?
- chmod
- chown
- chgrp</summary><br><b>
* chmod - changes access permissions to files system objects
* chown - changes the owner of file system files and directories
* chgrp - changes the group associated with a file system object
</b></details>
<details>
<summary>What is sudo? How do you set it up?</summary><br><b>
</b></details>
<details>
<summary>True or False? In order to install packages on the system one must be the root user or use the sudo command</summary><br><b>
True
</b></details>
2019-10-21 21:58:41 +02:00
<details>
<summary>Explain what are ACLs. For what use cases would you recommend to use them?</summary><br><b>
2019-10-21 21:58:41 +02:00
</b></details>
<details>
<summary>You try to create a file but it fails. Name at least three different reason as to why it could happen</summary><br><b>
2019-10-21 21:58:41 +02:00
* No more disk space
* No more inodes
* No permissions
2019-10-21 21:58:41 +02:00
</b></details>
<details>
<summary>A user accidentally executed the following <code>chmod -x $(which chmod)</code>. How to fix it?</summary><br><b>
2019-10-21 21:58:41 +02:00
</b></details>
#### Linux - systemd
<details>
<summary>What is systemd?</summary><br>
<b>
Systemd is a daemon (System 'd', d stands for daemon).
A daemon is a program that runs in the background without direct control of the user, although the user can at any time
talk to the daemon.
systemd has many features such as user processes control/tracking, snapshot support, inhibitor locks..
2019-10-04 22:43:47 +02:00
If we visualize the unix/linux system in layers, systemd would fall directly after the linux kernel.<br>
Hardware -> Kernel -> <u>Daemons</u>, System Libraries, Server Display.
</b>
</details>
2019-10-21 21:58:41 +02:00
2019-10-17 21:05:51 +02:00
<details>
<summary>How to start or stop a service?</summary><br><b>
To start a service: `systemctl start <service name>`
To stop a service: `systemctl stop <service name>`
2019-10-17 21:05:51 +02:00
</b></details>
2019-12-13 18:40:00 +01:00
<details>
<summary>How to check the status of a service?</summary><br><b>
2019-12-13 18:40:00 +01:00
`systemctl status <service name>`
2019-10-21 21:58:41 +02:00
</b></details>
<details>
<summary>On a system which uses systemd, how would you display the logs?</summary><br><b>
<code>journalctl</code>
2019-10-21 21:58:41 +02:00
</b></details>
<details>
<summary>Describe how to make a certain process/app a service</summary><br><b>
2019-10-21 21:58:41 +02:00
</b></details>
##### Linux - Troubleshooting & Debugging
<details>
<summary>Where system logs are located?</summary><br><b>
/var/log
</b></details>
<details>
<summary>How to follow file's content as it being appended without opening the file every time?</summary><br><b>
tail -f <file_name>
</b></details>
<details>
<summary>What are you using for troubleshooting and debugging <b>network</b> issues?</summary><br><b>
<code>dstat -t</code> is great for identifying network and disk issues.
<code>netstat -tnlaup</code> can be used to see which processes are running on which ports.
<code>lsof -i -P</code> can be used for the same purpose as netstat.
<code>ngrep -d any metafilter</code> for matching regex against payloads of packets.
<code>tcpdump</code> for capturing packets
<code>wireshark</code> same concept as tcpdump but with GUI (optional).
</b></details>
<details>
<summary>What are you using for troubleshooting and debugging <b>disk & file system</b> issues?</summary><br><b>
<code>dstat -t</code> is great for identifying network and disk issues.
<code>opensnoop</code> can be used to see which files are being opened on the system (in real time).
</b></details>
<details>
<summary>What are you using for troubleshooting and debugging <b>process</b> issues?</summary><br><b>
<code>strace</code> is great for understanding what your program does. It prints every system call your program executed.
</b></details>
2021-10-28 07:50:35 +02:00
<details>
<summary>What are you using for debugging CPU related issues?</summary><br><b>
<code>top</code> will show you how much CPU percentage each process consumes
<code>perf</code> is a great choice for sampling profiler and in general, figuring out what your CPU cycles are "wasted" on
<code>flamegraphs</code> is great for CPU consumption visualization (http://www.brendangregg.com/flamegraphs.html)
</b></details>
<details>
<summary>You get a call from someone claiming "my system is SLOW". What do you do?</summary><br><b>
* Check with `top` for anything unusual
* Run `dstat -t` to check if it's related to disk or network.
* Check if it's network related with `sar`
* Check I/O stats with `iostat`
2021-10-28 07:50:35 +02:00
</b></details>
<details>
<summary>Explain iostat output</summary><br><b>
2021-10-28 07:50:35 +02:00
</b></details>
<details>
<summary>How to debug binaries?</summary><br><b>
</b></details>
<details>
<summary>What is the difference between CPU load and utilization?</summary><br><b>
</b></details>
<details>
<summary>How you measure time execution of a program?</summary><br><b>
</b></details>
#### Linux Kernel
<details>
<summary>What is a kernel, and what does it do?</summary><br><b>
The kernel is part of the operating system and is responsible for tasks like:
* Allocating memory
* Schedule processes
* Control CPU
</b></details>
<details>
<summary>How do you find out which Kernel version your system is using?</summary><br><b>
`uname -a` command
</b></details>
2021-11-07 16:54:06 +01:00
<details>
<summary>What is a Linux kernel module and how do you load a new module?</summary><br><b>
2021-11-07 16:54:06 +01:00
</b></details>
<details>
<summary>Explain user space vs. kernel space</summary><br><b>
2021-11-07 16:54:06 +01:00
The operating system executes the kernel in protected memory to prevent anyone from changing (and risking it crashing). This is what is known as "Kernel space".
"User space" is where users executes their commands or applications. It's important to create this separation since we can't rely on user applications to not tamper with the kernel, causing it to crash.
Applications can access system resources and indirectly the kernel space by making what is called "system calls".
2021-11-07 16:54:06 +01:00
</b></details>
#### Linux - SSH
<details>
<summary>What is SSH? How to check if a Linux server is running SSH?</summary><br><b>
2021-11-07 16:54:06 +01:00
[Wikipedia Definition](https://en.wikipedia.org/wiki/SSH_(Secure_Shell)): "SSH or Secure Shell is a cryptographic network protocol for operating network services securely over an unsecured network."
[Hostinger.com Definition](https://www.hostinger.com/tutorials/ssh-tutorial-how-does-ssh-work): "SSH, or Secure Shell, is a remote administration protocol that allows users to control and modify their remote servers over the Internet."
An SSH server will have SSH daemon running. Depends on the distribution, you should be able to check whether the service is running (e.g. systemctl status sshd).
</b></details>
2021-10-28 07:50:35 +02:00
<details>
<summary>Why SSH is considered better than telnet?</summary><br><b>
2021-10-28 07:50:35 +02:00
Telnet also allows you to connect to a remote host but as opposed to SSH where the communication is encrypted, in telnet, the data is sent in clear text, so it doesn't considered to be secured because anyone on the network can see what exactly is sent, including passwords.
2021-10-28 07:50:35 +02:00
</b></details>
<details>
<summary>What is stored in <code>~/.ssh/known_hosts</code>?</summary><br><b>
</b></details>
2021-10-24 10:06:32 +02:00
<details>
<summary>You try to ssh to a server and you get "Host key verification failed". What does it mean?</summary><br><b>
2021-10-24 10:06:32 +02:00
It means that the key of the remote host was changed and doesn't match the one that stored on the machine (in ~/.ssh/known_hosts).
2021-10-24 10:06:32 +02:00
</b></details>
<details>
<summary>What is the difference between SSH and SSL?</summary><br><b>
2021-10-24 10:06:32 +02:00
</b></details>
2021-11-07 16:54:06 +01:00
<details>
<summary>What <code>ssh-keygen</code> is used for?</summary><br><b>
2021-11-07 16:54:06 +01:00
</b></details>
<details>
<summary>What is SSH port forwarding?</summary><br><b>
</b></details>
#### Linux - Globbing, Wildcards
2021-08-13 08:23:50 +02:00
<details>
<summary>What is Globbing?</summary><br><b>
</b></details>
<details>
<summary>What are wildcards? Can you give an example of how to use them?</summary><br><b>
</b></details>
<details>
<summary>Explain what will <code>ls [XYZ]</code> match</summary><br><b>
</b></details>
<details>
<summary>Explain what will <code>ls [^XYZ]</code> match</summary><br><b>
</b></details>
<details>
<summary>Explain what will <code>ls [0-5]</code> match</summary><br><b>
</b></details>
2021-11-07 16:54:06 +01:00
<details>
<summary>What each of the following matches
2021-11-07 16:54:06 +01:00
- ?
- *</summary><br><b>
2021-11-07 16:54:06 +01:00
* The ? matches any single character
* The * matches zero or more characters
2021-11-07 16:54:06 +01:00
</b></details>
2021-11-07 16:54:06 +01:00
<details>
<summary>What do we grep for in each of the following commands?:
2021-11-07 16:54:06 +01:00
* <code>grep '[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}' some_file</code>
* <code>grep -E "error|failure" some_file</code>
* <code>grep '[0-9]$' some_file</code>
</summary><br><b>
2021-11-07 16:54:06 +01:00
1. An IP address
2. The word "error" or "failure"
3. Lines which end with a number
2021-11-07 16:54:06 +01:00
</b></details>
2020-03-06 09:57:43 +01:00
<details>
<summary>Which line numbers will be printed when running `grep '\baaa\b'` on the following content:
aaa
bbb
ccc.aaa
aaaaaa</summary><br><b>
2020-05-09 15:40:51 +02:00
lines 1 and 3.
2020-03-06 09:57:43 +01:00
</b></details>
<details>
<summary>What is the difference single and double quotes?</summary><br><b>
2019-12-31 16:58:19 +01:00
</b></details>
2021-01-23 15:48:19 +01:00
<details>
<summary>What is escaping? What escape character is used for escaping?</summary><br><b>
2021-01-23 15:48:19 +01:00
</b></details>
<details>
<summary>What is an exit code? What exit codes are you familiar with?</summary><br><b>
2020-01-11 23:39:40 +01:00
An exit code (or return code) represents the code returned by a child process to its
parent process.
2021-01-22 00:53:24 +01:00
0 is an exit code which represents success while anything higher than 1 represents error.
Each number has different meaning, based on how the application was developed.
2021-01-23 15:48:19 +01:00
I consider this as a good blog post to read more about it: https://shapeshed.com/unix-exit-codes
2021-01-23 15:48:19 +01:00
</b></details>
#### Linux Boot Process
2021-01-23 15:48:19 +01:00
2021-08-17 07:03:09 +02:00
<details>
<summary>Tell me everything you know about the Linux boot process</summary><br><b>
Another way to ask this: what happens from the moment you turned on the server until you get a prompt
2021-08-17 07:03:09 +02:00
</b></details>
<details>
<summary>What is GRUB2?</summary><br><b>
</b></details>
<details>
<summary>What is Secure Boot?</summary><br><b>
</b></details>
2021-11-07 16:54:06 +01:00
<details>
<summary>What can you find in /boot?</summary><br><b>
2021-11-07 16:54:06 +01:00
</b></details>
##### Linux Disk & Filesystem
2019-10-05 15:43:54 +02:00
<details>
<summary>What's an inode?</summary><br><b>
For each file (and directory) in Linux there is an inode, a data structure which stores meta data
related to the file like its size, owner, permissions, etc.
2020-05-09 15:40:51 +02:00
</b></details>
2020-01-11 23:39:40 +01:00
<details>
<summary>Which of the following is not included in inode:
* Link count
* File size
* File name
* File timestamp</summary><br><b>
2021-08-17 07:03:09 +02:00
File name (it's part of the directory file)
</b></details>
<details>
<summary>How to check which disks are currently mounted?</summary><br><b>
Run `mount`
</b></details>
2021-01-22 00:53:24 +01:00
<details>
<summary>You run the <code>mount</code> command but you get no output. How would you check what mounts you have on your system?</summary><br><b>
2021-01-22 00:53:24 +01:00
`cat /proc/mounts`
2021-01-22 00:53:24 +01:00
</b></details>
<details>
<summary>What is the difference between a soft link and hard link?</summary><br><b>
2021-08-17 07:03:09 +02:00
Hard link is the same file, using the same inode.
Soft link is a shortcut to another file, using a different inode.
2021-08-17 07:03:09 +02:00
</b></details>
<details>
<summary>True or False? You can create an hard link for a directory</summary><br><b>
2021-08-17 07:03:09 +02:00
False
2021-08-17 07:03:09 +02:00
</b></details>
2021-01-22 00:53:24 +01:00
<details>
<summary>True or False? You can create a soft link between different filesystems</summary><br><b>
2021-08-13 08:23:50 +02:00
True
2021-08-17 07:03:09 +02:00
</b></details>
<details>
<summary>True or False? Directories always have by minimum 2 links</summary><br><b>
2021-08-17 07:03:09 +02:00
True.
2021-08-13 08:23:50 +02:00
</b></details>
<details>
<summary>What happens when you delete the original file in case of soft link and hard link?</summary><br><b>
2021-08-13 08:23:50 +02:00
</b></details>
<details>
<summary>Can you check what type of filesystem is used in /home?</summary><br><b>
2021-01-22 00:53:24 +01:00
There are many answers for this question. One way is running `df -T`
2021-01-22 00:53:24 +01:00
</b></details>
<details>
<summary>What is a swap partition? What is it used for?</summary><br><b>
</b></details>
2021-01-22 00:53:24 +01:00
<details>
<summary>How to create a
2021-01-23 15:48:19 +01:00
* new empty file
* a file with text (without using text editor)
* a file with given size</summary><br><b>
2021-01-22 00:53:24 +01:00
</b></details>
2021-07-22 19:45:06 +02:00
<details>
<summary>You are trying to create a new file but you get "File system is full". You check with df for free space and you see you used only 20% of the space. What could be the problem?</summary><br><b>
2021-07-22 19:45:06 +02:00
</b></details>
2021-08-17 07:03:09 +02:00
<details>
<summary>How would you check what is the size of a certain directory?</summary><br><b>
2021-08-17 07:03:09 +02:00
`du -sh`
2021-08-17 07:03:09 +02:00
</b></details>
<details>
<summary>What is LVM?</summary><br><b>
</b></details>
2021-08-17 07:03:09 +02:00
<details>
<summary>Explain the following in regards to LVM:
2021-08-17 07:03:09 +02:00
* PV
* VG
* LV</summary><br><b>
2021-08-17 07:03:09 +02:00
</b></details>
<details>
<summary>What is NFS? What is it used for?</summary><br><b>
</b></details>
<details>
<summary>What RAID is used for? Can you explain the differences between RAID 0, 1, 5 and 10?</summary><br><b>
</b></details>
<details>
<summary>Describe the process of extending a filesystem disk space</summary><br><b>
2021-08-17 07:03:09 +02:00
</b></details>
<details>
<summary>What is lazy umount?</summary><br><b>
2021-08-17 07:03:09 +02:00
</b></details>
<details>
<summary>What is tmpfs?</summary><br><b>
</b></details>
<details>
<summary>What is stored in each of the following logs?
* /var/log/messages
* /var/log/boot.log</summary><br><b>
</b></details>
<details>
<summary>True or False? both /tmp and /var/tmp cleared upon system boot</summary><br><b>
False. /tmp is cleared upon system boot while /var/tmp is cleared every a couple of days or not cleared at all (depends on distro).
</b></details>
#### Linux Performance Analysis
<details>
<summary>How to check what is the current load average?</summary><br><b>
One can use `uptime` or `top`
</b></details>
<details>
<summary>You know how to see the load average, great. but what each part of it means? for example 1.43, 2.34, 2.78</summary><br><b>
[This article](http://www.brendangregg.com/blog/2017-08-08/linux-load-averages.html) summarizes the load average topic in a great way
</b></details>
2021-01-22 23:45:53 +01:00
<details>
<summary>How to check process usage?</summary><br><b>
pidstat
2021-01-22 23:45:53 +01:00
</b></details>
<details>
<summary>How to check disk I/O?</summary><br><b>
`iostat -xz 1`
</b></details>
2021-01-23 15:48:19 +01:00
<details>
<summary>How to check how much free memory a system has? How to check memory consumption by each process?</summary><br><b>
2021-01-23 15:48:19 +01:00
You can use the commands <code>top</code> and <code>free</code>
2021-01-23 15:48:19 +01:00
</b></details>
2021-01-22 23:45:53 +01:00
<details>
<summary>How to check TCP stats?</summary><br><b>
2021-01-22 23:45:53 +01:00
sar -n TCP,ETCP 1
2021-01-22 23:45:53 +01:00
</b></details>
#### Linux Processes
2021-01-23 15:48:19 +01:00
<details>
<summary>how to list all the processes running in your system?</summary><br><b>
2021-01-23 15:48:19 +01:00
`ps -ef`
2021-01-23 15:48:19 +01:00
</b></details>
2021-01-22 23:45:53 +01:00
<details>
<summary>How to run a process in the background and why to do that in the first place?</summary><br><b>
2021-01-22 23:45:53 +01:00
You can achieve that by specifying & at the end of the command.
As to why, since some commands/processes can take a lot of time to finish
execution or run forever, you may want to run them in the background instead of waiting for them to finish before gaining control again in current session.
2021-01-22 23:45:53 +01:00
</b></details>
<details>
<summary>How can you find how much memory a specific process consumes?</summary><br><b>
<code>
mem()
{
ps -eo rss,pid,euser,args:100 --sort %mem | grep -v grep | grep -i $@ | awk '{printf $1/1024 "MB"; $1=""; print }'
}
</code>
[Source](https://stackoverflow.com/questions/3853655/in-linux-how-to-tell-how-much-memory-processes-are-using)
</b></details>
2021-11-07 16:54:06 +01:00
<details>
<summary>What signal is used by default when you run 'kill *process id*'?</summary><br><b>
<pre>
The default signal is SIGTERM (15). This signal kills
process gracefully which means it allows it to save current
state configuration.
</pre>
2021-11-07 16:54:06 +01:00
</b></details>
2021-01-23 15:48:19 +01:00
<details>
<summary>What signals are you familiar with?</summary><br><b>
SIGTERM - default signal for terminating a process
SIGHUP - common usage is for reloading configuration
SIGKILL - a signal which cannot caught or ignored
To view all available signals run `kill -l`
</b></details>
<details>
<summary>What <code>kill 0</code> does?</summary><br><b>
</b></details>
<details>
<summary>What <code>kill -0 <PID></code> does?</summary><br><b>
2021-01-23 15:48:19 +01:00
</b></details>
2021-11-07 16:54:06 +01:00
<details>
<summary>What is a trap?</summary><br><b>
2021-11-07 16:54:06 +01:00
</b></details>
<details>
<summary>Every couple of days, a certain process stops running. How can you look into why it's happening?</summary><br><b>
</b></details>
2021-11-07 16:54:06 +01:00
<details>
<summary>What happens when you press ctrl + c?</summary><br><b>
2021-11-07 16:54:06 +01:00
</b></details>
<details>
<summary>What is a Daemon in Linux?</summary><br><b>
A background process. Most of these processes are waiting for requests or set of conditions to be met before actually running anything.
Some examples: sshd, crond, rpcbind.
</b></details>
2021-01-23 15:48:19 +01:00
<details>
<summary>What are the possible states of a process in Linux?</summary><br><b>
<pre>
Running (R)
Uninterruptible Sleep (D) - The process is waiting for I/O
Interruptible Sleep (S)
Stopped (T)
Dead (x)
Zombie (z)
</pre>
</b></details>
<details>
<summary>How do you kill a process in D state?</summary><br><b>
2021-01-23 15:48:19 +01:00
</b></details>
<details>
<summary>What is a zombie process?</summary><br><b>
2021-01-23 15:48:19 +01:00
A process which has finished to run but has not exited.
One reason it happens is when a parent process is programmed incorrectly. Every parent process should execute wait() to get the exit code from the child process which finished to run. But when the parent isn't checking for the child exit code, the child process can still exists although it finished to run.
</b></details>
<details>
<summary>How to get rid of zombie processes?</summary><br><b>
You can't kill a zombie process the regular way with `kill -9` for example as it's already dead.
2021-01-23 15:48:19 +01:00
One way to kill zombie process is by sending SIGCHLD to the parent process telling it to terminate its child processes. This might not work if the parent process wasn't programmed properly. The invocation is `kill -s SIGCHLD [parent_pid]`
You can also try closing/terminating the parent process. This will make the zombie process a child of init (1) which does periodic cleanups and will at some point clean up the zombie process.
</b></details>
<details>
<summary>How to find all the
* Processes executed/owned by a certain user
* Process which are Java processes
* Zombie Processes
</summary><br><b>
If you mention at any point ps command with arugments, be familiar with what these arguments does exactly.
2021-01-23 15:48:19 +01:00
</b></details>
<details>
<summary>What is the init process?</summary><br><b>
It is the first process executed by the kernel during the booting of a system. It is a daemon process which runs till the system is shutdown. That is why, it is the parent of all the processes
</b></details>
<details>
<summary>Can you describe how processes are being created?</summary><br><b>
</b></details>
<details>
<summary>How to change the priority of a process? Why would you want to do that?</summary><br><b>
</b></details>
<details>
<summary>Can you explain how network process/connection is established and how it's terminated?></summary><br></b>
</b></details>
<details>
<summary>What <code>strace</code> does? What about <code>ltrace</code>?</summary><br><b>
</b></details>
<details>
<summary>Find all the files which end with '.yml' and replace the number 1 in 2 in each file</summary><br><b>
find /some_dir -iname \*.yml -print0 | xargs -0 -r sed -i "s/1/2/g"
</b></details>
<details>
<summary>You run ls and you get "/lib/ld-linux-armhf.so.3 no such file or directory". What is the problem?</summary><br><b>
The ls executable is built for an incompatible architecture.
</b></details>
<details>
<summary>How would you split a 50 lines file into 2 files of 25 lines each?</summary><br><b>
You can use the <code>split</code> command this way: <code>split -l 25 some_file</code>
</b></details>
<details>
<summary>What is a file descriptor? What file descriptors are you familiar with?</summary><br><b>
Kerberos
File descriptor, also known as file handler, is a unique number which identifies an open file in the operating system.
In Linux (and Unix) the first three file descriptors are:
* 0 - the default data stream for input
* 1 - the default data stream for output
* 2 - the default data stream for output related to errors
This is a great article on the topic: https://www.computerhope.com/jargon/f/file-descriptor.htm
</b></details>
2021-01-22 00:53:24 +01:00
<details>
<summary>What is NTP? What is it used for?</summary><br><b>
2021-01-22 00:53:24 +01:00
</b></details>
2021-01-24 01:05:01 +01:00
<details>
<summary>Explain Kernel OOM</summary><br><b>
2021-01-24 01:05:01 +01:00
</b></details>
##### Linux Security
2021-01-24 01:05:01 +01:00
<details>
<summary>What is chroot? In what scenarios would you consider using it?</summary><br><b>
2021-01-24 01:05:01 +01:00
</b></details>
<details>
<summary>What is SELiunx?</summary><br><b>
</b></details>
2021-01-24 01:05:01 +01:00
<details>
<summary>What is Kerberos?</summary><br><b>
2021-01-24 01:05:01 +01:00
</b></details>
<details>
<summary>What is nftables?</summary><br><b>
2021-01-24 01:05:01 +01:00
</b></details>
<details>
<summary>What firewalld daemon is responsible for?</summary><br><b>
2021-01-24 01:05:01 +01:00
</b></details>
<details>
<summary>Do you have experience with hardening servers? Can you describe the process?</summary><br><b>
2021-01-24 01:05:01 +01:00
</b></details>
##### Linux - Networking
2021-01-24 01:05:01 +01:00
<details>
<summary>How to list all the interfaces?</summary><br><b>
2021-01-24 01:05:01 +01:00
```
ip link show
```
2021-01-24 01:05:01 +01:00
</b></details>
<details>
<summary>What is the loopback (lo) interface?</summary><br><b>
2021-01-24 01:05:01 +01:00
The loopback interface is a special, virtual network interface that your computer uses to communicate with itself. It is used mainly for diagnostics and troubleshooting, and to connect to servers running on the local machine.
2021-01-24 01:05:01 +01:00
</b></details>
2021-08-13 08:23:50 +02:00
<details>
<summary>What the following commands are used for?
2021-08-13 08:23:50 +02:00
* ip addr
* ip route
* ip link
* ping
* netstat
* traceroute</summary><br><b>
2021-08-13 08:23:50 +02:00
</b></details>
<details>
<summary>What is a network namespace? What is it used for?</summary><br><b>
</b></details>
<details>
<summary>How to check if a certain port is being used?</summary><br><b>
One of the following would work:
```
netstat -tnlp | grep <port_number>
lsof -i -n -P | grep <port_number>
```
</b></details>
<details>
<summary>How can you turn your Linux server into a router?</summary><br><b>
</b></details>
<details>
<summary>What is a virtual IP? In what situation would you use it?</summary><br><b>
</b></details>
<details>
<summary>True or False? The MAC address of an interface is assigned/set by the OS</summary><br><b>
False
</b></details>
<details>
<summary>Can you have more than one default gateway in a given system?</summary><br><b>
Technically, yes.
</b></details>
<details>
<summary>What is telnet and why is it a bad idea to use it in production? (or at all)</summary><br><b>
Telnet is a type of client-server protocol that can be used to open a command line on a remote computer, typically a server.
By default, all the data sent and received via telnet is transmitted in clear/plain text, therefore it should not be used as it does not encrypt any data between the client and the server.
</b></details>
<details>
<summary>What is the routing table? How do you view it?</summary><br><b>
</b></details>
<details>
<summary>How can you send an HTTP request from your shell?</summary><br><b>
<br>
Using nc is one way<br>
</b></details>
<details>
<summary>What are packet sniffers? Have you used one in the past? If yes, which packet sniffers have you used and for what purpose?</summary><br><b>
It is a network utility that analyses and may inject tasks into the data-stream travelling over the targeted network.
</b></details>
<details>
<summary>How to list active connections?</summary><br><b>
</b></details>
<details>
<summary>How to trigger neighbor discovery in IPv6?</summary><br><b>
One way would be `ping6 ff02::1`
</b></details>
<details>
<summary>What is network interface bonding and do you know how it's performed in Linux?</summary><br><b>
</b></details>
<details>
<summary>What network bonding modes are there?</summary><br><b>
There a couple of modes:
* balance-rr: round robing bonding
* active-backup: a fault tolerance mode where only one is active
* balance-tlb: Adaptive transmit load balancing
* balance-alb: Adaptive load balancing
</b></details>
<details>
<summary>What is a bridge? How it's added in Linux OS?</summary><br><b>
</b></details>
##### Linux DNS
2021-09-12 08:21:32 +02:00
<details>
<summary>How to check what is the hostname of the system?</summary><br><b>
`cat /etc/hostname`
2021-09-12 08:21:32 +02:00
You can also run `hostnamectl` or `hostname` but that might print only a temporary hostname. The one in the file is the permanent one.
2021-09-12 08:21:32 +02:00
</b></details>
<details>
<summary>What the file <code>/etc/resolv.conf</code> is used for? What does it include?</summary><br><b>
</b></details>
<details>
<summary>What commands are you using for performing DNS queries (or troubleshoot DNS related issues)?</summary><br><b>
You can specify one or more of the following:
* <code>dig</code>
* <code>host</code>
* <code>nslookup</code>
</b></details>
##### Linux - Packaging
2021-09-12 08:21:32 +02:00
<details>
<summary>Do you have experience with packaging? (as in building packages) Can you explain how does it works?</summary><br><b>
2021-09-12 08:21:32 +02:00
</b></details>
<details>
<summary>How packages installation/removal is performed on the distribution you are using?</summary><br><b>
2021-09-12 08:21:32 +02:00
The answer depends on the distribution being used.
2021-09-12 08:21:32 +02:00
In Fedora/CentOS/RHEL/Rocky it can be done with `rpm` or `dnf` commands.
In Ubuntu it can be done with the `apt` command.
2021-09-12 08:21:32 +02:00
</b></details>
2021-08-13 08:23:50 +02:00
<details>
<summary>RPM: explain the spec format (what it should and can include)</summary><br><b>
2021-08-13 08:23:50 +02:00
</b></details>
<details>
<summary>How do you list the content of a package without actually installing it?</summary><br><b>
2021-08-13 08:23:50 +02:00
</b></details>
<details>
<summary>How to know to which package a file on the system belongs to? Is it a problem if it doesn't belongs to any package?</summary><br><b>
2021-08-13 08:23:50 +02:00
</b></details>
<details>
<summary>Where repositories are stored? (based on the distribution you are using)</summary><br><b>
2021-08-13 08:23:50 +02:00
</b></details>
2020-05-09 15:40:51 +02:00
<details>
<summary>What is an archive? How do you create one in Linux?</summary><br><b>
2019-10-25 13:52:11 +02:00
</b></details>
2020-11-24 09:31:26 +01:00
<details>
<summary>How to extract the content of an archive?</summary><br><b>
2021-01-23 15:48:19 +01:00
</b></details>
<details>
<summary>Why do we need package managers? Why not simply creating archives and publish them?</summary><br><b>
2021-01-23 15:48:19 +01:00
Package managers allow you to manage packages lifecycle as in installing, removing and updating the packages.<br>
In addition, you can specify in a spec how a certain package will be installed - where to copy the files, which commands to run prior to the installation, post the installation, etc.
2021-01-23 15:48:19 +01:00
</b></details>
#### Linux DNF
<details>
<summary>What is DNF?</summary><br><b>
From the [repo](https://github.com/rpm-software-management/dnf):
"Dandified YUM (DNF) is the next upcoming major version of YUM. It does package management using RPM, libsolv and hawkey libraries."
Official [docs](https://dnf.readthedocs.io/en/latest/)
</b></details>
2021-01-23 15:48:19 +01:00
<details>
<summary>How to look for a package that provides the command /usr/bin/git? (the package isn't necessarily installed)</summary><br><b>
2021-01-23 15:48:19 +01:00
dnf provides /usr/bin/git
2021-01-23 15:48:19 +01:00
</b></details>
##### Linux Applications and Services
<details>
<summary>What can you find in /etc/services?</summary><br><b>
</b></details>
2021-01-23 15:48:19 +01:00
<details>
<summary>How to make sure a Service starts automatically after a reboot or crash?</summary><br><b>
2020-11-24 09:31:26 +01:00
Depends on the init system.
2020-05-09 15:40:51 +02:00
Systemd: <code> systemctl enable [service_name] </code>
System V: <code> update-rc.d [service_name] </code> and add this line <code> id:5678:respawn:/bin/sh /path/to/app </code> to /etc/inittab
Upstart: add Upstart init script at /etc/init/service.conf
2020-05-09 15:40:51 +02:00
</b></details>
<details>
<summary>You run <code>ssh 127.0.0.1</code> but it fails with "connection refused". What could be the problem?</summary><br><b>
1. SSH server is not installed
2. SSH server is not running
</b></details>
<details>
<summary>How to print the shared libraries required by a certain program? What is it useful for?</summary><br><b>
</b></details>
2020-06-15 08:41:32 +02:00
<details>
<summary>What is CUPS?</summary><br><b>
2020-06-15 08:41:32 +02:00
</b></details>
2020-08-19 15:02:39 +02:00
<details>
<summary>What types of web servers are you familiar with?</summary><br><b>
Nginx, Apache httpd.
</b></details>
##### Linux Users and Groups
<details>
<summary>What is a "superuser" (or root user)? How is it different from regular users?</summary><br><b>
2020-08-19 15:02:39 +02:00
</b></details>
<details>
<summary>How do you create users? Where user information is stored?</summary><br><b>
2020-08-19 15:02:39 +02:00
</b></details>
<details>
<summary>Which file stores information about groups?</summary><br><b>
2020-08-19 15:02:39 +02:00
</b></details>
2021-01-22 00:53:24 +01:00
<details>
<summary>How do you change/set the password of a user?</summary><br><b>
</b></details>
2021-01-22 00:53:24 +01:00
<details>
<summary>Which file stores users passwords? Is it visible for everyone?</summary><br><b>
2021-01-22 00:53:24 +01:00
</b></details>
<details>
<summary>Do you know how to create a new user without using adduser/useradd command?</summary><br><b>
</b></details>
2021-01-22 00:53:24 +01:00
<details>
<summary>What information is stored in /etc/passwd? explain each field</summary><br><b>
2020-08-19 15:02:39 +02:00
</b></details>
<details>
<summary>How to add a new user to the system without providing him the ability to log-in into the system?</summary><br><b>
2020-08-19 15:02:39 +02:00
`adduser user_name --shell=/bin/false --no-create-home`
You can also add a user and then edit /etc/passwd.
2020-08-19 15:02:39 +02:00
</b></details>
<details>
<summary>How to switch to another user? How to switch to the root user?</summary><br><b>
2020-08-19 15:02:39 +02:00
su command.
Use su - to switch to root
2020-08-19 15:02:39 +02:00
</b></details>
2021-01-22 00:53:24 +01:00
<details>
<summary>What is the UID the root user? What about a regular user?</summary><br><b>
2021-01-22 00:53:24 +01:00
</b></details>
2020-08-19 15:02:39 +02:00
<details>
<summary>What can you do if you lost/forogt the root password?</summary><br><b>
2020-08-19 15:02:39 +02:00
Re-install the OS IS NOT the right answer :)
2020-08-29 11:37:01 +02:00
</b></details>
<details>
<summary>What is /etc/skel?</summary><br><b>
2020-08-29 11:37:01 +02:00
</b></details>
2020-08-19 15:02:39 +02:00
<details>
<summary>How to see a list of who logged-in to the system?</summary><br><b>
2020-08-19 15:02:39 +02:00
Using the `last` command.
2020-08-19 15:02:39 +02:00
</b></details>
<details>
<summary>Explain what each of the following commands does:
2020-08-19 15:02:39 +02:00
* useradd
* usermod
* whoami
* id</summary><br><b>
2020-08-23 17:52:53 +02:00
</b></details>
#### Linux Hardware
2020-08-23 17:52:53 +02:00
<details>
<summary>Where can you find information on the processor?</summary><br><b>
2020-08-23 17:52:53 +02:00
/proc/cpuinfo
</b></details>
<details>
<summary>How can you print information on the BIOS, motherboard, processor and RAM?</summary><br><b>
dmidecoode
</b></details>
<details>
<summary>How can you print all the information on connected block devices in your system?</summary><br><b>
lsblk
</b></details>
<details>
<summary>True or False? In user space, applications don't have full access to hardware resources</summary><br><b>
True. Only in kernel space they have full access to hardware resources.
</b></details>
#### Linux - Security
<details>
<summary>How do you create a private key for a CA (certificate authority)?</summary><br><b>
One way is using openssl this way:
`openssl genrsa -aes256 -out ca-private-key.pem 4096`
</b></details>
<details>
<summary>How do you create a public key for a CA (certificate authority)?</summary><br><b>
`openssl req -new -x509 -days 730 -key [private key file name] -sha256 -out ca.pem`
2020-05-09 15:40:51 +02:00
If using the private key from the previous question then the command would be:
2020-06-15 08:41:32 +02:00
`openssl req -new -x509 -days 730 -key ca-private-key.pem -sha256 -out ca.pem`
2020-06-15 08:41:32 +02:00
</b></details>
#### Linux - Namespaces
2020-08-19 15:02:39 +02:00
<details>
<summary>What types of namespaces are there in Linux?</summary><br><b>
2020-08-19 15:02:39 +02:00
- Process ID namespaces: these namespaces include independent set of process IDs
- Mount namespaces: Isolation and control of mountpoints
- Network namespaces: Isolates system networking resources such as routing table, interfaces, ARP table, etc.
- UTS namespaces: Isolate host and domains
- IPC namespaces: Isolates interprocess communications
- User namespaces: Isolate user and group IDs
- Time namespaces: Isolates time machine
2020-08-19 15:02:39 +02:00
</b></details>
<details>
<summary>True or False? In every PID (Process ID) namespace the first process assigned with the process id number 1</summary><br><b>
2020-08-19 15:02:39 +02:00
True. Inside the namespace it's PID 1 while to the parent namespace the PID is a different one.
2020-08-19 15:02:39 +02:00
</b></details>
<details>
<summary>True or False? In a child PID namespace all processes are aware of parent PID namespace and processes and the parent PID namespace has no visibility of child PID namespace processes</summary><br><b>
2020-08-19 15:02:39 +02:00
False. The opposite is true. Parent PID namespace is aware and has visibility of processes in child PID namespace and child PID namespace has no visibility as to what is going on in the parent PID namespace.
2020-08-19 15:02:39 +02:00
</b></details>
2020-05-09 15:40:51 +02:00
<details>
<summary>True or False? By default, when creating two separate network namespaces, a ping from one namespace to another will work fine</summary><br><b>
False. Network namespace has its own interfaces and routing table. There is no way (without creating a bridge for example) for one network namespace to reach another.
2020-05-09 15:40:51 +02:00
</b></details>
2020-08-23 14:17:15 +02:00
<details>
<summary>True or False? With UTS namespaces, processes may appear as if they run on different hosts and domains while running on the same host</summary><br><b>
True
2020-08-23 14:17:15 +02:00
</b></details>
2020-08-19 15:02:39 +02:00
<details>
<summary>True or False? It's not possible to have a root user with ID 0 in child user namespaces</summary><br><b>
2020-08-19 15:02:39 +02:00
False. In every child user namespace, it's possible to have a separate root user with uid of 0.
2020-08-19 15:02:39 +02:00
</b></details>
<details>
<summary>What time namespaces are used for?</summary><br><b>
2020-08-19 15:02:39 +02:00
In time namespaces processes can use different system time.
2020-08-19 15:02:39 +02:00
</b></details>
#### Linux - Virtualization
2021-01-22 23:45:53 +01:00
<details>
<summary>What virtualization solutions are available for Linux?</summary><br><b>
* [KVM](https://www.linux-kvm.org/page/Main_Page)
* [XEN](http://www.xen.org/)
* [VirtualBox](https://www.virtualbox.org/)
* [Linux-VServer](http://linux-vserver.org/Welcome_to_Linux-VServer.org)
* [User-mode Linux](http://user-mode-linux.sourceforge.net/)
* ...
2021-01-22 23:45:53 +01:00
</b></details>
<details>
<summary>What is KVM?</summary><br><b>
Is an open source virtualization technology used to operate on x86 hardware.
From the official [docs](https://www.linux-kvm.org/page/Main_Page)
Recommended read:
* [Red Hat Article - What is KVM?](https://www.redhat.com/en/topics/virtualization/what-is-KVM)
</b></details>
<details>
<summary>What is Libvirt?</summary><br><b>
It's an open source collection of software used to manage virtual machines. It can be used with: KVM, Xen, LXC and others. It's also called Libvirt Virtualization API.
From the official [docs](https://libvirt.org/)
Hypervisor supported [docs](https://libvirt.org/drivers.html)
2021-01-22 23:45:53 +01:00
</b></details>
#### Linux - AWK
2020-08-29 11:37:01 +02:00
<details>
<summary>What the <code>awk</code> command does? Have you used it? What for?</summary><br><b>
2020-08-29 11:37:01 +02:00
From Wikipedia: "AWK is domain-specific language designed for text processing and typically used as a data extraction and reporting tool"
2020-08-29 11:37:01 +02:00
</b></details>
2020-11-24 09:31:26 +01:00
<details>
<summary>How to print the 4th column in a file?</summary><br><b>
2020-11-24 09:31:26 +01:00
`awk '{print $4}' file`
2020-11-24 09:31:26 +01:00
</b></details>
2020-05-09 15:40:51 +02:00
<details>
<summary>How to print every line that is longer than 79 characters?</summary><br><b>
2020-05-09 15:40:51 +02:00
`awk 'length($0) > 79' file`
2019-10-25 15:01:43 +02:00
</b></details>
2019-10-25 13:52:11 +02:00
2020-01-11 23:39:40 +01:00
<details>
<summary>What the <code>lsof</code> command does? Have you used it? What for?</summary><br><b>
2019-10-26 01:47:54 +02:00
</b></details>
2019-12-13 18:40:00 +01:00
<details>
<summary>What is the difference between find and locate?</summary><br><b>
2019-12-13 18:40:00 +01:00
</b></details>
2019-12-31 16:58:19 +01:00
<details>
<summary>How a user process performs a privileged operation, such as reading from the disk?</summary><br><b>
Using system calls
2019-12-31 16:58:19 +01:00
</b></details>
#### Linux - System Calls
2019-12-31 16:58:19 +01:00
<details>
<summary>What is a system call? What system calls are you familiar with?</summary><br><b>
2019-12-31 16:58:19 +01:00
</b></details>
2020-08-29 11:37:01 +02:00
<details>
<summary>How a program executes a system call?</summary><br><b>
2020-08-29 11:37:01 +02:00
- A program executes a trap instruction. The instruction jump into the kernel while raising the privileged level to kernel space.
- Once in kernel space, it can perform any privileged operation
- Once it's finished, it calls a "return-from-trap" instruction which returns to user space while reducing back the privilege level to user space.
2020-08-29 11:37:01 +02:00
</b></details>
2019-12-31 16:58:19 +01:00
<details>
<summary>Explain the fork() system call</summary><br><b>
fork() is used for creating a new process. It does so by cloning the calling process but the child process has its own PID and any memory locks, I/O operations and semaphores are not inherited.
2020-01-11 23:39:40 +01:00
</b></details>
2020-08-29 11:37:01 +02:00
<details>
<summary>What is the return value of fork()?</summary><br><b>
2020-08-29 11:37:01 +02:00
- On success, the PID of the child process in parent and 0 in child process
- On error, -1 in the parent
2020-08-29 11:37:01 +02:00
</b></details>
<details>
<summary>Name one reason for fork() to fail</summary><br><b>
Not enough memory to create a new process
</b></details>
<details>
<summary>Why do we need the wait() system call?</summary><br><b>
wait() is used by a parent process to wait for the child process to finish execution.
If wait is not used by a parent process then a child process might become a zombie process.
</b></details>
<details>
<summary>How the kernel notifies the parent process about child process termination?</summary><br><b>
2020-08-06 04:17:34 +02:00
The kernel notifies the parent by sending the SIGCHLD to the parent.
</b></details>
<details>
<summary>How the waitpid() is different from wait()?</summary><br><b>
The waitpid() is a non-blocking version of the wait() function.<br>
It also supports using library routine (e.g. system()) to wait a child process without messing up with other children processes for which the process has not waited.
</b></details>
<details>
<summary>True or False? The wait() system call won't return until the child process has run and exited</summary><br><b>
True in most cases though there are cases where wait() returns before the child exits.
</b></details>
<details>
<summary>Explain the exec() system call</summary><br><b>
It transforms the current running program into another program.<br>
Given the name of an executable and some arguments, it loads the code and static data from the specified executable and overwrites its current code segment and current static code data. After initializing its memory space (like stack and heap) the OS runs the program passing any arguments as the argv of that process.
</b></details>
<details>
<summary>True or False? A successful call to exec() never returns</summary><br><b>
True<br>
Since a succesful exec replace the current process, it can't return anything to the process that made the call.
</b></details>
<details>
<summary>What system call is used for listing files?</summary><br><b>
</b></details>
<details>
<summary>What system calls are used for creating a new process?</summary><br><b>
fork(), exec() and the wait() system call is also included in this workflow.
</b></details>
<details>
<summary>What execve() does?</summary><br><b>
Executes a program. The program is passed as a filename (or path) and must be a binary executable or a script.
</b></details>
2020-01-11 23:39:40 +01:00
<details>
<summary>What is the return value of malloc?</summary><br><b>
2020-08-19 15:02:39 +02:00
</b></details>
2021-01-22 00:53:24 +01:00
<details>
<summary>Explain the pipe() system call. What does it used for?</summary><br><b>
[Unix pipe implementation](https://toroid.org/unix-pipe-implementation)
"Pipes provide a unidirectional interprocess communication channel. A pipe has a read end and a write end. Data written to the write end of a pipe can be read from the read end of the pipe.
A pipe is created using pipe(2), which returns two file descriptors, one referring to the read end of the pipe, the other referring to the write end."
2021-01-22 00:53:24 +01:00
</b></details>
<details>
<summary>What happens when you execute <code>ls -l</code>?</summary><br><b>
* Shell reads the input using getline() which reads the input file stream and stores into a buffer as a string
* The buffer is broken down into tokens and stored in an array this way: {"ls", "-l", "NULL"}
* Shell checks if an expansion is required (in case of ls *.c)
2021-01-22 00:53:24 +01:00
* Once the program in memory, its execution starts. First by calling readdir()
2020-08-19 15:02:39 +02:00
Notes:
2020-08-19 15:02:39 +02:00
* getline() originates in GNU C library and used to read lines from input stream and stores those lines in the buffer
2020-08-19 15:02:39 +02:00
</b></details>
<details>
<summary>What happens when you execute <code>ls -l *.log</code>?</summary><br><b>
2020-08-19 15:02:39 +02:00
</b></details>
<details>
<summary>What readdir() system call does?</summary><br><b>
2020-08-19 15:02:39 +02:00
</b></details>
<details>
<summary>What exactly the command <code>alias x=y</code> does?</summary><br><b>
</b></details>
<details>
<summary>Why running a new program is done using the fork() and exec() system calls? why a different API wasn't developed where there is one call to run a new program?</summary><br><b>
This way provides a lot of flexibility. It allows the shell for example, to run code after the call to fork() but before the call to exec(). Such code can be used to alter the environment of the program it about to run.
</b></details>
<details>
<summary>Describe shortly what happens when you execute a command in the shell</summary><br><b>
The shell figures out, using the PATH variable, where the executable of the command resides in the filesystem. It then calls fork() to create a new child process for running the command. Once the fork was executed successfully, it calls a variant of exec() to execute the command and finally, waits the command to finish using wait(). When the child completes, the shell returns from wait() and prints out the prompt again.
</b></details>
#### Linux Filesystem & Files
<details>
<summary>How to create a file of a certain size?</summary><br><b>
There are a couple of ways to do that:
* dd if=/dev/urandom of=new_file.txt bs=2MB count=1
* truncate -s 2M new_file.txt
* fallocate -l 2097152 new_file.txt
</b></details>
<details>
<summary>What does the following block do?:
```
open("/my/file") = 5
read(5, "file content")
```
</summary><br><b>
These system calls are reading the file <code>/my/file</code> and 5 is the file descriptor number.
</b></details>
2020-08-29 11:37:01 +02:00
<details>
<summary>Describe three different ways to remove a file (or its content)</summary><br><b>
</b></details>
<details>
<summary>What is the difference between a process and a thread?</summary><br><b>
2020-08-29 11:37:01 +02:00
</b></details>
<details>
<summary>What is context switch?</summary><br><b>
2020-08-29 11:37:01 +02:00
From [wikipedia](https://en.wikipedia.org/wiki/Context_switch): a context switch is the process of storing the state of a process or thread, so that it can be restored and resume execution at a later point
2020-08-29 11:37:01 +02:00
</b></details>
<details>
<summary>You found there is a server with high CPU load but you didn't find a process with high CPU. How is that possible?</summary><br><b>
2020-08-29 11:37:01 +02:00
</b></details>
##### Linux Advanced - Networking
<details>
<summary>When you run <code>ip a</code> you see there is a device called 'lo'. What is it and why do we need it?</summary><br><b>
</b></details>
2021-01-22 00:53:24 +01:00
<details>
<summary>What the <code>traceroute</code> command does? How does it works?</summary><br><b>
2021-01-22 00:53:24 +01:00
Another common way to task this questions is "what part of the tcp header does traceroute modify?"
2021-01-22 00:53:24 +01:00
</b></details>
2020-08-29 11:37:01 +02:00
<details>
<summary>What is network bonding? What types are you familiar with?</summary><br><b>
2020-08-29 11:37:01 +02:00
</b></details>
<details>
<summary>How to link two separate network namespaces so you can ping an interface on one namespace from the second one?</summary><br><b>
2020-08-29 11:37:01 +02:00
</b></details>
<details>
<summary>What are cgroups?</summary><br><b>
2020-08-29 11:37:01 +02:00
</b></details>
<details>
<summary>Explain Process Descriptor and Task Structure</summary><br><b>
</b></details>
<details>
<summary>What are the differences between threads and processes?</summary><br><b>
</b></details>
<details>
<summary>Explain Kernel Threads</summary><br><b>
</b></details>
2020-08-29 11:37:01 +02:00
<details>
<summary>What happens when socket system call is used?</summary><br><b>
This is a good article about the topic: https://ops.tips/blog/how-linux-creates-sockets
2020-08-29 11:37:01 +02:00
</b></details>
<details>
<summary>You executed a script and while still running, it got accidentally removed. Is it possible to restore the script while it's still running?</summary><br><b>
2020-08-29 11:37:01 +02:00
</b></details>
#### Linux Memory
2021-06-27 04:28:58 +02:00
<details>
<summary>What is the difference between MemFree and MemAvailable in /proc/meminfo?</summary><br><b>
2021-06-27 04:28:58 +02:00
MemFree - The amount of unused physical RAM in your system
MemAvailable - The amount of available memory for new workloads (without pushing system to use swap) based on MemFree, Active(file), Inactive(file), and SReclaimable.
2021-06-27 04:28:58 +02:00
</b></details>
<details>
<summary>What is the difference between paging and swapping?</summary><br><b>
2021-06-27 04:28:58 +02:00
</b></details>
2021-07-22 19:45:06 +02:00
<details>
<summary>Explain what is OOM killer</summary><br><b>
2021-07-22 19:45:06 +02:00
</b></details>
#### Distribution
2021-07-22 19:45:06 +02:00
<details>
<summary>What is a Linux distribution?</summary><br><b>
2021-07-22 19:45:06 +02:00
</b></details>
<details>
<summary>What Linux distributions are you familiar with?</summary><br><b>
2021-07-22 19:45:06 +02:00
</b></details>
2021-09-26 23:34:59 +02:00
<details>
<summary>What are the components of a Linux distribution?</summary><br><b>
2021-09-26 23:34:59 +02:00
* Kernel
* Utilities
* Services
* Software/Packages Management
2021-09-26 23:34:59 +02:00
</b></details>
#### Linux - Sed
2021-09-12 08:21:32 +02:00
<details>
<summary>Using sed, extract the date from the following line: <code>201.7.19.90 - - [05/Jun/1985:13:42:99 +0000] "GET /site HTTP/1.1" 200 32421</code></summary><br><b>
`echo $line | sed 's/.*\[//g;s/].*//g;s/:.*//g'`
2021-09-12 08:21:32 +02:00
</b></details>
#### Linux - Misc
2021-09-12 08:21:32 +02:00
<details>
<summary>Name 5 commands which are two letters long</summary><br><b>
ls, wc, dd, df, du, ps, ip, cp, cd ...
</b></details>
<details>
<summary>What ways are there for creating a new empty file?</summary><br><b>
* touch new_file
* echo "" > new_file
</b></details>
<details>
<summary>How `cd -` works? How does it knows the previous location?</summary><br><b>
$OLDPWD
</b></details>
<details>
<summary>List three ways to print all the files in the current directory</summary><br><b>
* ls
* find .
* echo *
2021-09-12 08:21:32 +02:00
</b></details>
<details>
<summary>How to count the number of lines in a file? What about words?</summary><br><b>
</b></details>
2021-06-27 04:28:58 +02:00
<details>
<summary>You define x=2 in /etc/bashrc and x=6 ~/.bashrc you then login to the system. What would be the value of x?</summary><br><b>
2021-06-27 04:28:58 +02:00
</b></details>
<details>
<summary>What is the difference between man and info?</summary><br><b>
A good answer can be found [here](https://askubuntu.com/questions/9325/what-is-the-difference-between-man-and-info-documentation)
</b></details>
<details>
<summary>Explain "environment variables". How do you list all environment variables?</summary><br><b>
</b></details>
<details>
<summary>What is a TTY device?</summary><br><b>
</b></details>
<details>
<summary>How to create your own environment variables?</summary><br><b>
`X=2` for example. But this will persist to new shells. To have it in new shells as well, use `export X=2`
</b></details>
<details>
<summary>What a double dash (--) mean?</summary><br><b>
It's used in commands to mark the end of commands options. One common example is when used with git to discard local changes: `git checkout -- some_file`
</b></details>
<details>
<summary>Wildcards are implemented on user or kernel space?</summary><br><b>
</b></details>
<details>
<summary>If I plug a new device into a Linux machine, where on the system, a new device entry/file will be created?</summary><br><b>
/dev
</b></details>
<details>
<summary>Why there are different sections in man? What is the difference between the sections?</summary><br><b>
</b></details>
<details>
<summary>What is User-mode Linux?</summary><br><b>
</b></details>
<details>
<summary>Under which license Linux is distributed? </summary><br><b>
GPL v2
</b></details>
## Operating System
### Operating System Exercises
|Name|Topic|Objective & Instructions|Solution|Comments|
|--------|--------|------|----|----|
|Fork 101|Fork|[Link](exercises/os/fork_101.md)|[Link](exercises/os/solutions/fork_101_solution.md)
|Fork 102|Fork|[Link](exercises/os/fork_102.md)|[Link](exercises/os/solutions/fork_102_solution.md)
### Operating System - Self Assessment
<details>
<summary>What is an operating system?</summary><br><b>
From the book "Operating Systems: Three Easy Pieces":
"responsible for making it easy to run programs (even allowing you to seemingly run many at the same time), allowing programs to share memory, enabling programs to interact with devices, and other fun stuff like that".
</b></details>
#### Operating System - Process
2020-08-29 11:37:01 +02:00
<details>
<summary>Can you explain what is a process?</summary><br><b>
2020-08-29 11:37:01 +02:00
A process is a running program. A program is one or more instructions and the program (or process) is executed by the operating system.
2020-08-29 11:37:01 +02:00
</b></details>
<details>
<summary>If you had to design an API for processes in an operating system, what would this API look like?</summary><br><b>
2020-08-29 11:37:01 +02:00
It would support the following:
2020-08-29 11:37:01 +02:00
* Create - allow to create new processes
* Delete - allow to remove/destroy processes
* State - allow to check the state of the process, whether it's running, stopped, waiting, etc.
* Stop - allow to stop a running process
2019-12-22 22:53:52 +01:00
</b></details>
<details>
<summary>How a process is created?</summary><br><b>
* The OS is reading program's code and any additional relevant data
* Program's code is loaded into the memory or more specifically, into the address space of the process.
* Memory is allocated for program's stack (aka run-time stack). The stack also initialized by the OS with data like argv, argc and parameters to main()
* Memory is allocated for program's heap which is required for dynamically allocated data like the data structures linked lists and hash tables
* I/O initialization tasks are performed, like in Unix/Linux based systems where each process has 3 file descriptors (input, output and error)
* OS is running the program, starting from main()
</b></details>
<details>
<summary>True or False? The loading of the program into the memory is done eagerly (all at once)</summary><br><b>
False. It was true in the past but today's operating systems perform lazy loading which means only the relevant pieces required for the process to run are loaded first.
</b></details>
<details>
<summary>What are different states of a process?</summary><br><b>
* Running - it's executing instructions
* Ready - it's ready to run but for different reasons it's on hold
* Blocked - it's waiting for some operation to complete. For example I/O disk request
</b></details>
<details>
<summary>What are some reasons for a process to become blocked?</summary><br><b>
- I/O operations (e.g. Reading from a disk)
- Waiting for a packet from a network
</b></details>
2021-01-22 00:53:24 +01:00
<details>
<summary>What is Inter Process Communication (IPC)?</summary><br><b>
2021-01-24 01:05:01 +01:00
</b></details>
<details>
<summary>What is "time sharing"?</summary><br><b>
Even when using a system with one physical CPU, it's possible to allow multiple users to work on it and run programs. This is possible with time sharing where computing resources are shared in a way it seems to the user the system has multiple CPUs but in fact it's simply one CPU shared by applying multiprogramming and multi-tasking.
2021-01-24 01:05:01 +01:00
</b></details>
<details>
<summary>What is "space sharing"?</summary><br><b>
2021-01-24 01:05:01 +01:00
Somewhat the opposite of time sharing. While in time sharing a resource is used for a while by one entity and then the same resource can be used by another resource, in space sharing the space is shared by multiple entities but in a way where it's not being transferred between them.<br>
It's used by one entity until this entity decides to get rid of it. Take for example storage. In storage, a file is yours until you decide to delete it.
2021-01-24 01:05:01 +01:00
</b></details>
<details>
<summary>What component determines which process runs at a given moment in time?</summary><br><b>
2021-01-24 01:05:01 +01:00
CPU scheduler
</b></details>
2021-01-24 01:05:01 +01:00
#### Operating System - Memory
2021-01-24 01:05:01 +01:00
<details>
<summary>What is "virtual memory" and what purpose it serves?</summary><br><b>
2021-01-24 01:05:01 +01:00
</b></details>
<details>
<summary>What is demand paging?</summary><br><b>
</b></details>
2021-01-24 01:05:01 +01:00
<details>
<summary>What is copy-on-write or shadowing?</summary><br><b>
2021-01-24 01:05:01 +01:00
</b></details>
<details>
<summary>What is a kernel, and what does it do?</summary><br><b>
The kernel is part of the operating system and is responsible for tasks like:
2021-01-24 01:05:01 +01:00
* Allocating memory
* Schedule processes
* Control CPU
2021-01-24 01:05:01 +01:00
</b></details>
<details>
<summary>True or False? Some pieces of the code in the kernel are loaded into protected areas of the memory so applications can't overwritten them</summary><br><b>
2021-01-24 01:05:01 +01:00
True
2021-01-22 00:53:24 +01:00
</b></details>
<details>
<summary>What is POSIX?</summary><br><b>
</b></details>
<details>
<summary>Explain what is Semaphore and what its role in operating systems</summary><br><b>
</b></details>
<details>
<summary>What is cache? What is buffer?</summary><br><b>
Buffer: Reserved place in RAM which is used to hold data for temporary purposes
Cache: Cache is usually used when processes reading and writing to the disk to make the process faster by making similar data used by different programs easily accessible.
</b></details>
## Virtualization
<details>
<summary>What is Virtualization?</summary><br><b>
Virtualization uses software to create an abstraction layer over computer hardware that allows the hardware elements of a single computerā€”processors, memory, storage and more - to be divided into multiple virtual computers, commonly called virtual machines (VMs).
</b></details>
2021-11-07 16:54:06 +01:00
<details>
<summary>What is a hypervisor?</summary><br><b>
2021-11-07 16:54:06 +01:00
Red Hat: "A hypervisor is software that creates and runs virtual machines (VMs). A hypervisor, sometimes called a virtual machine monitor (VMM), isolates the hypervisor operating system and resources from the virtual machines and enables the creation and management of those VMs."
2021-11-07 16:54:06 +01:00
Read more [here](https://www.redhat.com/en/topics/virtualization/what-is-a-hypervisor)
2021-11-07 16:54:06 +01:00
</b></details>
<details>
<summary>What types of hypervisors are there?</summary><br><b>
2021-11-07 16:54:06 +01:00
Hosted hypervisors and bare-metal hypervisors.
2021-11-07 16:54:06 +01:00
</b></details>
<details>
<summary>What are the advantages and disadvantges of bare-metal hypervisor over a hosted hypervisor?</summary><br><b>
Due to having its own drivers and a direct access to hardware components, a baremetal hypervisor will often have better performances along with stability and scalability.
On the other hand, there will probably be some limitation regarding loading (any) drivers so a hosted hypervisor will usually benefit from having a better hardware compatibility.
</b></details>
<details>
<summary>What types of virtualization are there?</summary><br><b>
Operating system virtualization
Network functions virtualization
Desktop virtualization
</b></details>
<details>
<summary>Is containerization is a type of Virtualization?</summary><br><b>
Yes, it's a operating-system-level virtualization, where the kernel is shared and allows to use multiple isolated user-spaces instances.
</b></details>
2021-01-22 00:53:24 +01:00
<details>
<summary>How the introduction of virtual machines changed the industry and the way applications were deployed?</summary><br><b>
The introduction of virtual machines allowed companies to deploy multiple business applications on the same hardware while each application is separated from each other in secured way, where each is running on its own separate operating system.
2021-01-22 00:53:24 +01:00
</b></details>
## Programming
<details>
<summary>What programming language do you prefer to use for DevOps related tasks? Why specifically this one?</summary><br><b>
</b></details>
<details>
<summary>What are static typed (or simply typed) languages?</summary><br><b>
In static typed languages the variable type is known at compile-time instead of at run-time.
Such languages are: C, C++ and Java
</b></details>
2019-12-30 14:53:51 +01:00
<details>
<summary>Explain expressions and statements</summary><br><b>
An expression is anything that results in a value (even if the value is None). Basically, any sequence of literals so, you can say that a string, integer, list, ... are all expressions.
Statements are instructions executed by the interpreter like variable assignments, for loops and conditionals (if-else).
</b></details>
<details>
<summary>What is Object Oriented Programming? Why is it important?</summary><br><b>
</b></details>
2020-04-25 16:10:45 +02:00
<details>
<summary>Explain Composition</summary><br><b>
</b></details>
2020-03-26 03:52:12 +01:00
<details>
<summary>What is a compiler?</summary><br><b>
</b></details>
<details>
<summary>What is an interpreter?</summary><br><b>
</b></details>
2020-01-10 01:11:02 +01:00
<details>
2020-03-06 09:57:43 +01:00
<summary>Are you familiar with SOLID design principles?</summary><br><b>
2020-01-10 01:11:02 +01:00
2020-03-06 09:57:43 +01:00
SOLID design principles are about:
2020-01-10 01:11:02 +01:00
2020-01-12 19:18:40 +01:00
* Make it easier to extend the functionality of the system
* Make the code more readable and easier to maintain
SOLID is:
* Single Responsibility - A class should only have a single responsibility
* Open-Closed - An entity should be open for extension, but closed for modification. What this practically means is that you should extend functionality by adding a new code and not by modifying it. Your system should be separated into components so it can be easily extended without breaking everything.
* Liskov Substitution - Any derived class should be able to substitute the its parent without altering its corrections. Practically, every part of the code will get the expected result no matter which part is using it
* Interface segregation - A client should never depend on anything it doesn't uses
2020-01-12 19:18:40 +01:00
* Dependency Inversion - High level modules should depend on abstractions, not low level modules
2020-01-10 01:11:02 +01:00
</b></details>
<details>
<summary>What is YAGNI? What is your opinion on it?</summary><br><b>
</b></details>
<details>
<summary>What is DRY? What is your opinion on it?</summary><br><b>
</b></details>
2019-12-24 21:31:23 +01:00
<details>
<summary>What are the four pillars of object oriented programming?</summary><br><b>
</b></details>
<details>
<summary>Explain recursion</summary><br><b>
</b></details>
2020-01-14 10:35:25 +01:00
<details>
<summary>Explain Inversion of Control</summary><br><b>
</b></details>
<details>
<summary>Explain Dependency Injection</summary><br><b>
</b></details>
<details>
<summary>True or False? In Dynamically typed languages the variable type is known at run-time instead of at compile-time</summary><br><b>
True
</b></details>
<details>
<summary>Explain what are design patterns and describe three of them in detail</summary><br><b>
</b></details>
<details>
<summary>Explain big O notation</summary><br><b>
</b></details>
2020-12-10 07:56:48 +01:00
<details>
<summary>What is "Duck Typing"?</summary><br><b>
</b></details>
2021-09-12 08:21:32 +02:00
<details>
<summary>Explain string interpolation</summary><br><b>
</b></details>
2019-12-02 19:54:31 +01:00
##### Common algorithms
<details>
<summary>Binary search:
2019-12-30 21:51:12 +01:00
2020-03-06 09:57:43 +01:00
* How does it works?
2019-12-02 19:54:31 +01:00
* Can you implement it? (in any language you prefer)
* What is the average performance of the algorithm you wrote?</summary><br><b>
It's a search algorithm used with sorted arrays/lists to find a target value by dividing the array each iteration and comparing the middle value to the target value. If the middle value is smaller than target value, then the target value is searched in the right part of the divided array, else in the left side. This continues until the value is found (or the array divided max times)
2019-12-02 19:54:31 +01:00
[python implementation](coding/python/binary_search.py)
The average performance of the above algorithm is O(log n). Best performance can be O(1) and worst O(log n).
</b></details>
2019-10-26 01:47:54 +02:00
##### Code Review
<details>
<summary>What are your code-review best practices?</summary><br><b>
</b></details>
<details>
<summary>Do you agree/disagree with each of the following statements and why?:
2019-12-30 21:51:12 +01:00
* The commit message is not important. When reviewing a change/patch one should focus on the actual change
* You shouldn't test your code before submitting it. This is what CI/CD exists for.</summary><br><b>
2019-10-26 01:47:54 +02:00
</b></details>
2019-12-29 01:28:31 +01:00
#### Strings
<details>
<summary>In any language you want, write a function to determine if a given string is a palindrome</summary><br><b>
</b></details>
2019-10-25 23:22:22 +02:00
<details>
<summary>In any language you want, write a function to determine if two strings are Anagrams </summary><br><b>
</b></details>
2019-12-29 01:28:31 +01:00
#### Integers
<details>
<summary>In any language you would like, print the numbers from 1 to a given integer. For example for input: 5, the output is: 12345</summary><br><b>
</b></details>
#### Time Complexity
<details>
<summary>Describe what would be the time complexity of the operations <code>access</code>, <code>search</code> <code>insert</code> and <code>remove</code> for the following data structures:</summary><br><b>
* Stack
* Queue
* Linked List
* Binary Search Tree
</b></details>
<details>
<summary>What is the complexity for the best, worst and average cases of each of the following algorithms?:
* Quick sort
* Merge sort
* Bucket Sort
* Radix Sort</summary><br><b>
</b></details>
2020-02-03 22:25:45 +01:00
#### Data Structures & Types
<details>
<summary>Implement Stack in any language you would like</summary><br><b>
</b></details>
2021-02-17 20:58:58 +01:00
<details>
<summary>Tell me everything you know about Linked Lists</summary><br><b>
* A linked list is a data structure
* It consists of a collection of nodes. Together these nodes represent a sequence
* Useful for use cases where you need to insert or remove an element from any position of the linked list
* Some programming languages don't have linked lists as a built-in data type (like Python for example) but it can be easily implemented
</b></details>
2021-02-20 01:25:40 +01:00
<details>
<summary>Describe (no need to implement) how to detect a loop in a Linked List</summary><br><b>
There are multiple ways to detect a loop in a linked list. I'll mention three here:
Worst solution:<br>
Two pointers where one points to the head and one points to the last node. Each time you advance the last pointer by one and check whether the distance between head pointer to the moved pointer is bigger than the last time you measured the same distance (if not, you have a loop).<br>
The reason it's probably the worst solution, is because time complexity here is O(n^2)
Decent solution:<br>
Create an hash table and start traversing the linked list. Every time you move, check whether the node you moved to is in the hash table. If it isn't, insert it to the hash table. If you do find at any point the node in the hash table, it means you have a loop. When you reach None/Null, it's the end and you can return "no loop" value.
This one is very easy to implement (just create a hash table, update it and check whether the node is in the hash table every time you move to the next node) but since the auxiliary space is O(n) because you create a hash table then, it's not the best solution
Good solution:<br>
Instead of creating a hash table to document which nodes in the linked list you have visited, as in the previous solution, you can modify the Linked List (or the Node to be precise) to have a "visited" attribute. Every time you visit a node, you set "visited" to True.<br>
Time compleixty is O(n) and Auxiliary space is O(1), so it's a good solution but the only problem, is that you have to modify the Linked List.
Best solution:<br>
You set two pointers to traverse the linked list from the beginning. You move one pointer by one each time and the other pointer by two. If at any point they meet, you have a loop. This solution is also called "Floyd's Cycle-Finding"<br>
Time complexity is O(n) and auxiliary space is O(1). Perfect :)
</b></details>
<details>
<summary>Implement Hash table in any language you would like</summary><br><b>
</b></details>
2020-02-03 22:25:45 +01:00
<details>
<summary>What is Integer Overflow? How is it handled?</summary><br><b>
</b></details>
<details>
<summary>Name 3 design patterns. Do you know how to implement (= provide an example) these design pattern in any language you'll choose?</summary><br><b>
</b></details>
2019-12-09 00:06:05 +01:00
<details>
<summary>Given an array/list of integers, find 3 integers which are adding up to 0 (in any language you would like)</summary><br><b>
```
def find_triplets_sum_to_zero(li):
li = sorted(li)
for i, val in enumerate(li):
low, up = 0, len(li)-1
while low < i < up:
tmp = var + li[low] + li[up]
if tmp > 0:
up -= 1
elif tmp < 0:
low += 1
else:
yield li[low], val, li[up]
low += 1
up -= 1
```
</b></details>
2019-10-04 18:00:34 +02:00
## Python
2021-08-13 08:23:50 +02:00
### Python Exercises
|Name|Topic|Objective & Instructions|Solution|Comments|
|--------|--------|------|----|----|
| Identify the data type | Data Types | [Exercise](exercises/python/data_types.md) | [Solution](exercises/python/solutions/data_types_solution.md)
| Identify the data type - Advanced | Data Types | [Exercise](exercises/python/advanced_data_types.md) | [Solution](exercises/python/solutions/advanced_data_types_solution.md)
| Reverse String | Strings | [Exercise](exercises/python/reverse_string.md) | [Solution](exercises/python/solutions/reverse_string.md)
| Compress String | Strings | [Exercise](exercises/python/compress_string.md) | [Solution](exercises/python/solutions/compress_string.md)
### Python Self Assessment
<details>
2019-10-21 17:05:32 +02:00
<summary>What are some characteristics of the Python programming language?</summary><br><b>
2019-10-22 09:53:53 +02:00
```
1. It is a high level general purpose programming language created in 1991 by Guido Van Rosum.
2. The language is interpreted, being the CPython (Written in C) the most used/maintained implementation.
3. It is strongly typed. The typing discipline is duck typing and gradual.
4. Python focuses on readability and makes use of whitespaces/identation instead of brackets { }
2019-10-28 07:18:26 +01:00
5. The python package manager is called PIP "pip installs packages", having more than 200.000 available packages.
6. Python comes with pip installed and a big standard library that offers the programmer many precooked solutions.
7. In python **Everything** is an object.
```
2019-10-21 17:05:32 +02:00
</b></details>
<details>
2020-01-11 23:39:40 +01:00
<summary>What built-in types Python has?</summary><br><b>
List
Dictionary
Set
Numbers (int, float, ...)
String
Bool
Tuple
Frozenset
</b></details>
<details>
2020-11-24 09:31:26 +01:00
<summary>What is mutability? Which of the built-in types in Python are mutable?</summary><br><b>
2019-10-04 18:00:34 +02:00
2020-01-14 10:35:25 +01:00
Mutability determines whether you can modify an object of specific type.
2019-10-04 18:00:34 +02:00
The mutable data types are:
List
Dictionary
Set
2019-10-04 18:00:34 +02:00
The immutable data types are:
Numbers (int, float, ...)
String
Bool
Tuple
Frozenset
</b></details>
2019-10-04 18:00:34 +02:00
2021-08-13 08:23:50 +02:00
#### Python - Booleans
2021-02-17 20:58:58 +01:00
2019-12-20 22:45:29 +01:00
<details>
2020-04-25 16:10:45 +02:00
<summary>What is the result of each of the following?
2021-08-17 07:03:09 +02:00
- 1 > 2
- 'b' > 'a'
2020-04-25 16:10:45 +02:00
* 1 == 'one'
2021-08-17 07:03:09 +02:00
- 2 > 'one'</summary><br><b>
2020-04-25 16:10:45 +02:00
* False
* True
* False
* TypeError
2020-04-25 16:10:45 +02:00
</b></details>
2021-08-13 08:23:50 +02:00
<details>
<summary>What is the result of `bool("")`? What about `bool(" ")`? Explain</summary><br><b>
bool("") -> evaluates to False<br>
bool(" ") -> evaluates to True
</b></details>
<details>
<summary>What is the result of running <code>[] is not []</code>? explain the result</summary><br><b>
It evaluates to True.<br>
The reason is that the two created empty list are different objects. `x is y` only evaluates to true when x and y are the same object.
</b></details>
<details>
<summary>What is the result of running <code>True-True</code>?</summary><br><b>
0
</b></details>
#### Python - Strings
<details>
<summary>True or False? String is an immutable data type in Python</summary><br><b>
True
</b></details>
2021-10-28 07:50:35 +02:00
<details>
<summary>How to check if a string starts with a letter?</summary><br><b>
Regex:
```
import re
if re.match("^[a-zA-Z]+.*", string):
```
string built-in:
```
if string and string[0].isalpha():
```
</b></details>
<details>
<summary>How to check if all characters in a given string are digits?</summary><br><b>
`string.isdigit`
</b></details>
<details>
<summary>How to remove trailing slash ('/') from a string?</summary><br><b>
`string.rstrip('/')`
</b></details>
2020-04-25 16:10:45 +02:00
<details>
<summary>What is the result of of each of the following?
2021-08-17 07:03:09 +02:00
- "abc"*3
- "abc"*2.5
- "abc"*2.0
- "abc"*True
- "abc"*False</summary><br><b>
2019-12-20 22:45:29 +01:00
2020-06-15 08:41:32 +02:00
* abcabcabc
* TypeError
* TypeError
* "abc"
* ""
2020-04-12 18:25:24 +02:00
</b></details>
2019-12-20 22:45:29 +01:00
2020-02-19 08:00:45 +01:00
<details>
<summary>Improve the following code:
```
char = input("Insert a character: ")
if char == "a" or char == "o" or char == "e" or char =="u" or char == "i":
2020-02-19 08:00:45 +01:00
print("It's a vowel!")
```
</summary><br><b>
2020-02-19 17:54:29 +01:00
```
2020-06-15 08:41:32 +02:00
char = input("Insert a character: ") # For readablity
if lower(char[0]) in "aieou": # Takes care of multiple characters and separate cases
2020-02-19 18:26:05 +01:00
print("It's a vowel!")
```
OR
```
2020-06-15 08:41:32 +02:00
if lower(input("Insert a character: ")[0]) in "aieou": # Takes care of multiple characters and small/Capital cases
2020-02-19 17:54:29 +01:00
print("It's a vowel!")
```
2020-04-12 18:25:24 +02:00
</b></details>
2020-02-19 18:26:05 +01:00
2021-08-13 08:23:50 +02:00
#### Python - Functions
2020-04-12 18:25:24 +02:00
<details>
<summary>How to define a function with Python?</summary><br><b>
2020-11-24 09:31:26 +01:00
Using the `def` keyword. For Examples:
```
def sum(a, b):
return (a + b)
```
2020-02-19 18:26:05 +01:00
</b></details>
2020-04-12 18:25:24 +02:00
<details>
<summary>In Python, functions are first-class objects. What does it mean?</summary><br><b>
In general, first class objects in programming languages are objects which can be assigned to variable, used as a return value and can be used as arguments or parameters.<br>
In python you can treat functions this way. Let's say we have the following function
```
def my_function():
return 5
```
You can then assign a function to a variables like this `x = my_function` or you can return functions as return values like this `return my_function`
</b></details>
2021-11-07 16:54:06 +01:00
#### Python - Integer
<details>
<summary>Write a function to determine if a number is a Palindrome</summary><br><b>
```
```
</b></details>
2021-08-13 08:23:50 +02:00
#### Python - OOP
2019-10-21 17:05:32 +02:00
<details>
<summary>Explain inheritance and how to use it in Python</summary><br><b>
2019-10-22 10:28:01 +02:00
2019-10-22 10:27:22 +02:00
```
By definition inheritance is the mechanism where an object acts as a base of another object, retaining all its
properties.
So if Class B inherits from Class A, every characteristics from class A will be also available in class B.
Class A would be the 'Base class' and B class would be the 'derived class'.
This comes handy when you have several classes that share the same functionalities.
The basic syntax is:
class Base: pass
class Derived(Base): pass
A more forged example:
class Animal:
def __init__(self):
print("and I'm alive!")
def eat(self, food):
print("Ʊom Ʊom Ʊom", food)
class Human(Animal):
def __init__(self, name):
print('My name is ', name)
super().__init__()
def write_poem(self):
print('Foo bar bar foo foo bar!')
class Dog(Animal):
def __init__(self, name):
print('My name is', name)
super().__init__()
def bark(self):
print('woof woof')
michael = Human('Michael')
michael.eat('Spam')
michael.write_poem()
bruno = Dog('Bruno')
bruno.eat('bone')
bruno.bark()
>>> My name is Michael
>>> and I'm alive!
>>> Ʊom Ʊom Ʊom Spam
>>> Foo bar bar foo foo bar!
>>> My name is Bruno
>>> and I'm alive!
>>> Ʊom Ʊom Ʊom bone
>>> woof woof
Calling super() calls the Base method, thus, calling super().__init__() we called the Animal __init__.
There is a more advanced python feature called MetaClasses that aid the programmer to directly control class creation.
```
2019-10-21 17:05:32 +02:00
</b></details>
<details>
2020-01-08 22:42:40 +01:00
<summary>Explain and demonstrate class attributes & instance attributes</summary><br><b>
In the following block of code `x` is a class attribute while `self.y` is a instance attribute
```
class MyClass(object):
x = 1
def __init__(self, y):
self.y = y
```
</b></details>
#### Python - Exceptions
2020-01-08 22:42:40 +01:00
<details>
<summary>What is an error? What is an exception? What types of exceptions are you familiar with?</summary><br><b>
```
# Note that you generally don't need to know the compiling process but knowing where everything comes from
# and giving complete answers shows that you truly know what you are talking about.
2019-10-22 13:29:48 +02:00
Generally, every compiling process have a two steps.
- Analysis
- Code Generation.
Analysis can be broken into:
2019-10-28 07:18:26 +01:00
1. Lexical analysis (Tokenizes source code)
2. Syntactic analysis (Check whether the tokens are legal or not, tldr, if syntax is correct)
for i in 'foo'
^
SyntaxError: invalid syntax
We missed ':'
3. Semantic analysis (Contextual analysis, legal syntax can still trigger errors, did you try to divide by 0,
hash a mutable object or use an undeclared function?)
1/0
ZeroDivisionError: division by zero
These three analysis steps are the responsible for error handlings.
The second step would be responsible for errors, mostly syntax errors, the most common error.
The third step would be responsible for Exceptions.
As we have seen, Exceptions are semantic errors, there are many builtin Exceptions:
ImportError
ValueError
KeyError
FileNotFoundError
IndentationError
IndexError
...
You can also have user defined Exceptions that have to inherit from the `Exception` class, directly or indirectly.
Basic example:
class DividedBy2Error(Exception):
def __init__(self, message):
self.message = message
def division(dividend,divisor):
if divisor == 2:
raise DividedBy2Error('I dont want you to divide by 2!')
return dividend / divisor
division(100, 2)
>>> __main__.DividedBy2Error: I dont want you to divide by 2!
```
2019-10-21 17:05:32 +02:00
</b></details>
<details>
<summary>Explain Exception Handling and how to use it in Python</summary><br><b>
**Exceptions:** Errors detected during execution are called Exceptions.
**Handling Exception:** When an error occurs, or exception as we call it, Python will normally stop and generate an error message.</br>
Exceptions can be handled using `try` and `except` statement in python.
**Example:** Following example asks the user for input until a valid integer has been entered. </br>
If user enter a non-integer value it will raise exception and using except it will catch that exception and ask the user to enter valid integer again.
```py
while True:
try:
a = int(input("please enter an integer value: "))
break
except ValueError:
print("Ops! Please enter a valid integer value.")
```
For more details about errors and exceptions follow this [https://docs.python.org/3/tutorial/errors.html](https://docs.python.org/3/tutorial/errors.html)
2019-10-21 17:05:32 +02:00
</b></details>
<details>
<summary>What is the result of running the following function?
```
def true_or_false():
try:
return True
finally:
return False
```
</summary><br><b>
False
</b></details>
2020-04-25 16:10:45 +02:00
#### Python Built-in functions
<details>
<summary>Explain the following built-in functions (their purpose + use case example):
* repr
2020-04-25 16:10:45 +02:00
* any
* all</summary><br><b>
</b></details>
<details>
<summary>What is the difference between repr function and str?</summary><br><b>
</b></details>
2020-11-24 09:31:26 +01:00
<details>
<summary>What is the __call__ method?</summary><br><b>
</b></details>
<details>
<summary>Do classes has the __call__ method as well? What for?</summary><br><b>
</b></details>
2019-12-04 23:54:25 +01:00
<details>
2019-12-30 14:53:51 +01:00
<summary>What _ is used for in Python?</summary><br><b>
1. Translation lookup in i18n
2. Hold the result of the last executed expression or statement in the interactive interpreter.
3. As a general purpose "throwaway" variable name. For example: x, y, _ = get_data() (x and y are used but since we don't care about third variable, we "threw it away").
2019-12-04 23:54:25 +01:00
</b></details>
<details>
2019-12-29 21:25:12 +01:00
<summary>Explain what is GIL</summary><br><b>
</b></details>
2019-10-22 09:58:47 +02:00
2020-01-06 23:25:32 +01:00
<details>
2020-01-14 10:35:25 +01:00
<summary>What is Lambda? How is it used?</summary><br><b>
2020-01-21 21:01:23 +01:00
A <code>lambda</code> expression is an 'anonymous' function, the difference from a normal defined function using the keyword `def`` is the syntax and usage.
2020-01-21 21:01:23 +01:00
2020-01-22 09:43:32 +01:00
The syntax is:
```lambda[parameters]: [expresion]```
**Examples:**
* A lambda function add 10 with any argument passed.
```py
x = lambda a: a + 10
print(x(10))
```
* An addition function
```py
addition = lambda x, y: x + y
print(addition(10, 20))
2020-01-21 21:01:23 +01:00
```
2020-01-22 09:43:32 +01:00
* Squaring function
```py
square = lambda x : x ** 2
print(square(5))
2020-01-21 21:01:23 +01:00
```
Generally it is considered a bad practice under PEP 8 to assign a lambda expresion, they are meant to be used as parameters and inside of other defined functions.
2020-01-21 21:01:23 +01:00
2020-01-06 23:25:32 +01:00
</b></details>
2020-01-14 10:35:25 +01:00
#### Properties
2019-12-29 21:25:12 +01:00
<details>
2020-01-14 10:35:25 +01:00
<summary>Are there private variables in Python? How would you make an attribute of a class, private?</summary><br><b>
</b></details>
<details>
<summary>Explain the following:
* getter
* setter
* deleter</summary><br><b>
</b></details>
<details>
<summary>Explain what is @property</summary><br><b>
2019-12-29 21:25:12 +01:00
</b></details>
2019-10-22 09:58:47 +02:00
2019-10-25 23:22:22 +02:00
<details>
2019-12-30 14:53:51 +01:00
<summary>How do you swap values between two variables?</summary><br><b>
2019-10-22 09:58:47 +02:00
2019-10-25 23:22:22 +02:00
```
2019-12-30 14:53:51 +01:00
x, y = y, x
2019-10-25 23:22:22 +02:00
```
</b></details>
2019-10-08 13:56:19 +02:00
2020-01-14 10:35:25 +01:00
<details>
<summary>Explain the following object's magic variables:
* __dict__
2020-01-14 10:35:25 +01:00
</summary><br><b>
</b></details>
2019-10-22 16:30:04 +02:00
<details>
2019-10-22 23:16:15 +02:00
<summary>Write a function to return the sum of one or more numbers. The user will decide how many numbers to use</summary><br><b>
2019-10-22 18:17:21 +02:00
First you ask the user for the amount of numbers that will be use. Use a while loop that runs until amount_of_numbers becomes 0 through subtracting amount_of_numbers by one each loop. In the while loop you want ask the user for a number which will be added a variable each time the loop runs.
2019-10-22 23:16:15 +02:00
```
2019-10-22 23:03:46 +02:00
def return_sum():
2019-10-22 18:17:21 +02:00
amount_of_numbers = int(input("How many numbers? "))
total_sum = 0
while amount_of_numbers != 0:
num = int(input("Input a number. "))
total_sum += num
amount_of_numbers -= 1
return total_sum
```
2019-10-22 16:30:04 +02:00
</b></details>
2019-12-31 16:58:19 +01:00
<details>
<summary>Print the average of [2, 5, 6]. It should be rounded to 3 decimal places</summary><br><b>
```
li = [2, 5, 6]
print("{0:.3f}".format(sum(li)/len(li)))
```
</b></details>
2021-08-13 08:23:50 +02:00
#### Python - Lists
<details>
<summary>What is a tuple in Python? What is it used for?</summary><br><b>
A tuple is a built-in data type in Python. It's used for storing multiple items in a single variable.
</b></details>
<details>
<summary>List, like a tuple, is also used for storing multiple items. What is then, the difference between a tuple and a list?</summary><br><b>
List, as opposed to a tuple, is a mutable data type. It means we can modify it and at items to it.
</b></details>
2019-10-25 23:22:22 +02:00
2021-05-18 09:47:27 +02:00
<details>
<summary>How to add the number 2 to the list <code>x = [1, 2, 3]</code></summary><br><b>
`x.append(2)`
</b></details>
<details>
<summary>How to check how many items a list contains?</summary><br><b>
`len(sone_list)`
</b></details>
<details>
<summary>How to get the last element of a list?</summary><br><b>
`some_list[-1]`
</b></details>
2020-02-19 08:00:45 +01:00
<details>
<summary>How to add the items of [1, 2, 3] to the list [4, 5, 6]?</summary><br><b>
x = [4, 5, 6]
x.extend([1, 2, 3])
2021-05-18 09:47:27 +02:00
Don't use `append` unless you would like the list as one item.
2020-02-19 08:00:45 +01:00
</b></details>
2020-04-12 18:25:24 +02:00
<details>
<summary>How to remove the first 3 items from a list?</summary><br><b>
`my_list[0:3] = []`
</b></details>
2019-12-31 16:58:19 +01:00
<details>
2021-05-18 09:47:27 +02:00
<summary>How do you get the maximum and minimum values from a list?</summary><br><b>
2019-12-31 16:58:19 +01:00
```
Maximum: max(some_list)
Minimum: min(some_list)
```
</b></details>
<details>
<summary>How to get the top/biggest 3 items from a list?</summary><br><b>
```
sorted(some_list, reverse=True)[:3]
```
2020-01-01 23:17:47 +01:00
Or
```
some_list.sort(reverse=True)
some_list[:3]
```
</b></details>
2020-07-28 13:53:44 +02:00
<details>
<summary>How to insert an item to the beginning of a list? What about two items?</summary><br><b>
</b></details>
2020-01-06 23:25:32 +01:00
<details>
2020-01-08 22:42:40 +01:00
<summary>How to sort list by the length of items?</summary><br><b>
2020-01-06 23:25:32 +01:00
```
sorted_li = sorted(li, key=len)
```
Or without creating a new list:
```
li.sort(key=len)
```
</b></details>
2020-01-01 23:17:47 +01:00
<details>
<summary>Do you know what is the difference between list.sort() and sorted(list)?</summary><br><b>
* sorted(list) will return a new list (original list doesn't change)
* list.sort() will return None but the list is change in-place
* sorted() works on any iterable (Dictionaries, Strings, ...)
* list.sort() is faster than sorted(list) in case of Lists
2019-12-31 16:58:19 +01:00
</b></details>
2020-01-01 18:18:44 +01:00
<details>
<summary>Convert every string to an integer: <code>[['1', '2', '3'], ['4', '5', '6']]</code></summary><br><b>
```
nested_li = [['1', '2', '3'], ['4', '5', '6']]
[[int(x) for x in li] for li in nested_li]
```
</b></details>
2019-10-25 23:22:22 +02:00
<details>
2019-12-30 14:53:51 +01:00
<summary>How to merge two sorted lists into one sorted list?</summary><br><b>
2020-01-01 23:17:47 +01:00
```
sorted(li1 + li2)
2020-01-01 23:17:47 +01:00
```
Another way:
```
i, j = 0
merged_li = []
while i < len(li1) and j < len(li2):
if li1[i] < li2[j]:
merged_li.append(li1[i])
i += 1
else:
merged_li.append(li2[j])
j += 1
merged_li = merged_li + merged_li[i:] + merged_li[j:]
2020-01-01 23:17:47 +01:00
```
2019-10-25 23:22:22 +02:00
</b></details>
<details>
<summary>How to check if all the elements in a given lists are unique? so [1, 2, 3] is unique but [1, 1, 2, 3] is not unique because 1 exists twice</summary><br><b>
</b>
2019-11-28 11:04:10 +01:00
There are many ways of solving this problem:<br>
2019-11-28 11:03:38 +01:00
<code># Note: :list and -> bool are just python typings, they are not needed for the correct execution of the algorithm. </code>
Taking advantage of sets and len:
```
def is_unique(l:list) -> bool:
return len(set(l)) == len(l)
```
This one is can be seen used in other programming languages.
```
def is_unique2(l:list) -> bool:
seen = []
for i in l:
if i in seen:
return False
seen.append(i)
return True
```
Here we just count and make sure every element is just repeated once.
```
def is_unique3(l:list) -> bool:
for i in l:
if l.count(i) > 1:
return False
return True
```
This one might look more convulated but hey, one liners.
```
def is_unique4(l:list) -> bool:
return all(map(lambda x: l.count(x) < 2, l))
```
</details>
2019-10-25 23:22:22 +02:00
<details>
2019-12-30 14:53:51 +01:00
<summary>You have the following function
2019-10-04 18:00:34 +02:00
2019-12-30 14:53:51 +01:00
```
def my_func(li = []):
li.append("hmm")
2019-12-30 14:53:51 +01:00
print(li)
```
If we call it 3 times, what would be the result each call?
</summary><br><b>
2020-01-01 23:17:47 +01:00
```
['hmm']
['hmm', 'hmm']
['hmm', 'hmm', 'hmm']
```
</b></details>
2019-10-04 18:00:34 +02:00
2021-05-18 09:47:27 +02:00
<details>
<summary>How to iterate over a list?</summary><br><b>
```
for item in some_list:
print(item)
```
</b></details>
<details>
<summary>How to iterate over a list with indexes?</summary><br><b>
```
for i, item in enumerate(some_list):
print(i)
```
</b></details>
<details>
<summary>How to start list iteration from 2nd index?</summary><br><b>
Using range like this
```
for i in range(1, len(some_list)):
some_list[i]
```
Another way is using slicing
```
for i in some_list[1:]:
```
</b></details>
2019-10-25 23:22:22 +02:00
<details>
2019-12-30 14:53:51 +01:00
<summary>How to iterate over a list in reverse order?</summary><br><b>
2020-01-01 18:18:44 +01:00
Method 1
```
for i in reversed(li):
...
```
Method 2
```
2020-01-01 23:17:47 +01:00
n = len(li) - 1
while n > 0:
2020-01-01 18:18:44 +01:00
...
2020-01-01 23:17:47 +01:00
n -= 1
2020-01-01 18:18:44 +01:00
```
</b></details>
2020-01-11 23:39:40 +01:00
<details>
<summary>Sort a list of lists by the second item of each nested list</summary><br><b>
```
li = [[1, 4], [2, 1], [3, 9], [4, 2], [4, 5]]
sorted(li, key=lambda l: l[1])
```
or
```
li.sort(key=lambda l: l[1)
```
</b></details>
2020-01-01 18:18:44 +01:00
<details>
<summary>Combine [1, 2, 3] and ['x', 'y', 'z'] so the result is [(1, 'x'), (2, 'y'), (3, 'z')]</summary><br><b>
```
nums = [1, 2, 3]
letters = ['x', 'y', 'z']
list(zip(nums, letters))
```
2019-10-25 23:22:22 +02:00
</b></details>
<details>
<summary>What is List Comprehension? Is it better than a typical loop? Why? Can you demonstrate how to use it?</summary><br><b>
</b></details>
<details>
<summary>You have the following list: <code>[{'name': 'Mario', 'food': ['mushrooms', 'goombas']}, {'name': 'Luigi', 'food': ['mushrooms', 'turtles']}]</code>
Extract all type of foods. Final output should be: {'mushrooms', 'goombas', 'turtles'}</summary><br><b>
```
brothers_menu = \
[{'name': 'Mario', 'food': ['mushrooms', 'goombas']}, {'name': 'Luigi', 'food': ['mushrooms', 'turtles']}]
# "Classic" Way
def get_food(brothers_menu) -> set:
temp = []
for brother in brothers_menu:
for food in brother['food']:
temp.append(food)
return set(temp)
# One liner way (Using list comprehension)
set([food for bro in x for food in bro['food']])
```
</b></details>
2021-08-13 08:23:50 +02:00
#### Python - Dictionaries
2019-12-30 14:53:51 +01:00
2020-04-12 18:25:24 +02:00
<details>
<summary>How to create a dictionary?</summary><br><b>
my_dict = dict(x=1, y=2)
OR
my_dict = {'x': 1, 'y': 2}
OR
my_dict = dict([('x', 1), ('y', 2)])
</b></details>
<details>
2020-11-24 09:31:26 +01:00
<summary>How to remove a key from a dictionary?</summary><br><b>
2020-04-12 18:25:24 +02:00
del my_dict['some_key']
you can also use `my_dict.pop('some_key')` which returns the value of the key.
</b></details>
2019-12-03 11:05:47 +01:00
<details>
2019-12-30 14:53:51 +01:00
<summary>How to sort a dictionary by values?</summary><br><b>
2020-01-01 23:17:47 +01:00
```
{k: v for k, v in sorted(x.items(), key=lambda item: item[1])}
```
2019-12-30 14:53:51 +01:00
</b></details>
<details>
<summary>How to sort a dictionary by keys?</summary><br><b>
2020-01-01 23:17:47 +01:00
```
dict(sorted(some_dictionary.items()))
```
2019-12-30 14:53:51 +01:00
</b></details>
<details>
<summary>How to merge two dictionaries?</summary><br><b>
2020-01-01 23:17:47 +01:00
```
some_dict1.update(some_dict2)
```
2019-12-03 11:05:47 +01:00
</b></details>
2020-12-10 07:56:48 +01:00
<details>
<summary>Convert the string "a.b.c" to the dictionary <code>{'a': {'b': {'c': 1}}}</code></summary><br><b>
```
output = {}
string = "a.b.c"
path = string.split('.')
target = reduce(lambda d, k: d.setdefault(k, {}), path[:-1], output)
target[path[-1]] = 1
print(output)
```
</b></details>
2019-12-02 19:54:31 +01:00
##### Common Algorithms Implementation
2019-10-21 17:05:32 +02:00
<details>
<summary>Can you implement "binary search" in Python?</summary><br><b>
2019-12-02 19:54:31 +01:00
[Solution](coding/python/binary_search.py)
2019-10-21 17:05:32 +02:00
</b></details>
2020-01-31 22:37:43 +01:00
#### Python Files
2019-10-20 22:17:27 +02:00
2019-10-20 09:27:57 +02:00
<details>
<summary>How to write to a file?</summary><br><b>
2019-10-22 09:58:47 +02:00
```
with open('file.txt', 'w') as file:
file.write("My insightful comment")
```
2019-10-20 09:27:57 +02:00
</b></details>
2020-01-12 19:18:40 +01:00
<details>
<summary>How to print the 12th line of a file?</summary><br><b>
</b></details>
2019-10-20 22:17:27 +02:00
<details>
<summary>How to reverse a file?</summary><br><b>
</b></details>
2019-12-03 11:05:47 +01:00
<details>
<summary>Sum all the integers in a given file</summary><br><b>
</b></details>
2020-01-31 22:37:43 +01:00
<details>
<summary>Print a random line of a given file</summary><br><b>
</b></details>
<details>
<summary>Print every 3rd line of a given file</summary><br><b>
</b></details>
<details>
<summary>Print the number of lines in a given file</summary><br><b>
</b></details>
<details>
<summary>Print the number of of words in a given file</summary><br><b>
</b></details>
2019-12-29 21:25:12 +01:00
<details>
<summary>Can you write a function which will print all the file in a given directory? including sub-directories</summary><br><b>
</b></details>
2021-06-27 02:15:34 +02:00
<details>
<summary>Write a dictionary (variable) to a file</summary><br><b>
```
import json
with open('file.json', 'w') as f:
f.write(json.dumps(dict_var))
```
</b></details>
2020-01-31 22:37:43 +01:00
#### Python OS
<details>
<summary>How to print current working directory?</summary><br><b>
import os
print(os.getcwd())
2020-01-31 22:37:43 +01:00
</b></details>
<details>
<summary>Given the path <code>/dir1/dir2/file1</code> print the file name (file1)</summary><br><b>
import os
print(os.path.basename('/dir1/dir2/file1'))
# Another way
print(os.path.split('/dir1/dir2/file1')[1])
2020-01-31 22:37:43 +01:00
</b></details>
<details>
<summary>Given the path <code>/dir1/dir2/file1</code>
1. Print the path without the file name (/dir1/dir2)
2. Print the name of the directory where the file resides (dir2)
</summary><br><b>
import os
## Part 1.
# os.path.dirname gives path removing the end component
dirpath = os.path.dirname('/dir1/dir2/file1')
print(dirpath)
## Part 2.
print(os.path.basename(dirpath))
2020-01-31 22:37:43 +01:00
</b></details>
<details>
<summary>How do you execute shell commands using Python?</summary><br><b>
</b></details>
<details>
<summary>How do you join path components? for example <code>/home</code> and <code>luig</code> will result in <code>/home/luigi</code> </summary><br><b>
</b></details>
<details>
<summary>How do you remove non-empty directory?</summary><br><b>
</b></details>
2020-01-26 12:46:43 +01:00
#### Python Regex
2019-10-22 16:30:04 +02:00
<details>
<summary>How do you perform regular expressions related operations in Python? (match patterns, substitute strings, etc.)</summary><br><b>
Using the re module
</b></details>
<details>
2019-10-27 11:55:14 +01:00
<summary>How to substitute the string "green" with "blue"?</summary><br><b>
2019-10-22 16:30:04 +02:00
</b></details>
<details>
2019-10-27 11:55:14 +01:00
<summary>How to find all the IP addresses in a variable? How to find them in a file?</summary><br><b>
2019-10-22 16:30:04 +02:00
</b></details>
2020-01-02 17:33:11 +01:00
#### Python Strings
2019-12-30 14:53:51 +01:00
<details>
<summary>Find the first repeated character in a string</summary><br><b>
2021-06-27 04:28:58 +02:00
While you iterate through the characters, store them in a dictionary and check for every character whether it's already in the dictionary.
```
def firstRepeatedCharacter(str):
chars = {}
for ch in str:
if ch in chars:
return ch
else:
chars[ch] = 0
```
</b></details>
2019-12-30 14:53:51 +01:00
<details>
<summary>How to extract the unique characters from a string? for example given the input "itssssssameeeemarioooooo" the output will be "mrtisaoe"</summary><br><b>
```
x = "itssssssameeeemarioooooo"
y = ''.join(set(x))
```
</b></details>
<details>
<summary>Find all the permutations of a given string</summary><br><b>
2020-01-01 18:18:44 +01:00
```
def permute_string(string):
if len(string) == 1:
return [string]
permutations = []
for i in range(len(string)):
swaps = permute_string(string[:i] + string[(i+1):])
for swap in swaps:
permutations.append(string[i] + swap)
return permutations
print(permute_string("abc"))
```
Short way (but probably not acceptable in interviews):
```
from itertools import permutations
[''.join(p) for p in permutations("abc")]
```
Detailed answer can be found here: http://codingshell.com/python-all-string-permutations
2019-12-30 14:53:51 +01:00
</b></details>
<details>
<summary>How to check if a string contains a sub string?</summary><br><b>
</b></details>
<details>
<summary>Find the frequency of each character in string</summary><br><b>
</b></details>
2019-12-29 21:25:12 +01:00
2020-01-02 17:33:11 +01:00
<details>
<summary>Count the number of spaces in a string</summary><br><b>
</b></details>
2020-01-10 01:11:02 +01:00
<details>
<summary>Given a string, find the N most repeated words</summary><br><b>
</b></details>
2020-01-01 18:18:44 +01:00
<details>
<summary>Given the string (which represents a matrix) "1 2 3\n4 5 6\n7 8 9" create rows and colums variables (should contain integers, not strings)</summary><br><b>
</b></details>
2019-12-31 16:58:19 +01:00
<details>
<summary>What is the result of each of the following?
2020-01-08 22:42:40 +01:00
2019-12-31 16:58:19 +01:00
```
>> ', '.join(["One", "Two", "Three"])
>> " ".join("welladsadgadoneadsadga".split("adsadga")[:2])
>> "".join(["c", "t", "o", "a", "o", "q", "l"])[0::2]
2020-01-08 22:42:40 +01:00
```
2019-12-31 16:58:19 +01:00
</summary><br><b>
2020-01-08 22:42:40 +01:00
2019-12-31 16:58:19 +01:00
```
>>> 'One, Two, Three'
>>> 'well done'
>>> 'cool'
```
</b></details>
<details>
2021-08-13 08:23:50 +02:00
<summary>If <code>x = "pizza"</code>, what would be the result of <code>x[::-1]</code>?</summary><br><b>
2019-12-29 21:25:12 +01:00
2021-08-13 08:23:50 +02:00
It will reverse the string, so x would be equal to `azzip`.
2019-10-22 09:22:34 +02:00
</b></details>
<details>
<summary>Reverse each word in a string (while keeping the order)</summary><br><b>
</b></details>
2019-12-30 21:51:12 +01:00
<details>
<summary>What is the output of the following code: <code>"".join(["a", "h", "m", "a", "h", "a", "n", "q", "r", "l", "o", "i", "f", "o", "o"])[2::3]</code></summary><br><b>
mario
</b></details>
2021-05-18 09:47:27 +02:00
#### Python Iterators
<details>
<summary>What is an iterator?</summary><br><b>
</b></details>
#### Python Misc
<details>
<summary>Explain data serialization and how do you perform it with Python</summary><br><b>
</b></details>
2019-10-22 16:30:04 +02:00
<details>
<summary>How do you handle argument parsing in Python?</summary><br><b>
</b></details>
2019-12-04 23:54:25 +01:00
<details>
2021-05-18 09:47:27 +02:00
<summary>What is a generator? Why using generators?</summary><br><b>
2019-12-04 23:54:25 +01:00
</b></details>
2019-10-20 00:25:34 +02:00
<details>
2021-05-18 09:47:27 +02:00
<summary>What would be the output of the following block?
```
for i in range(3, 3):
print(i)
```
</summary><br><b>
No output :)
2019-10-21 17:05:32 +02:00
</b></details>
2020-01-02 17:33:11 +01:00
<details>
<summary>What is <code>yeild</code>? When would you use it?</summary><br><b>
</b></details>
2019-10-21 17:05:32 +02:00
<details>
<summary>Explain the following types of methods and how to use them:
* Static method
* Class method
* instance method</summary><br><b>
</b></details>
<details>
<summary>How to reverse a list?</summary><br><b>
2019-10-20 00:25:34 +02:00
</b></details>
2019-10-25 23:22:22 +02:00
<details>
<summary>How to combine list of strings into one string with spaces between the strings</summary><br><b>
</b></details>
2019-12-29 21:25:12 +01:00
<details>
<summary>You have the following list of nested lists: <code>[['Mario', 90], ['Geralt', 82], ['Gordon', 88]]</code> How to sort the list by the numbers in the nested lists?</code></summary><br><b>
One way is:
the_list.sort(key=lambda x: x[1])
</b></details>
2019-12-04 23:54:25 +01:00
<details>
<summary>Explain the following:
2020-01-08 22:42:40 +01:00
2019-12-04 23:54:25 +01:00
* zip()
* map()
* filter()</summary><br><b>
</b></details>
2020-04-12 18:25:24 +02:00
#### Python - Slicing
For the following slicing exercises, assume you have the following list: `my_list = [8, 2, 1, 10, 5, 4, 3, 9]`
<details>
<summary>What is the result of `my_list[0:4]`?</summary><br><b>
</b></details>
<details>
<summary>What is the result of `my_list[5:6]`?</summary><br><b>
</b></details>
<details>
<summary>What is the result of `my_list[5:5]`?</summary><br><b>
</b></details>
<details>
<summary>What is the result of `my_list[::-1]`?</summary><br><b>
</b></details>
<details>
<summary>What is the result of `my_list[::3]`?</summary><br><b>
</b></details>
<details>
<summary>What is the result of `my_list[2:]`?</summary><br><b>
</b></details>
<details>
<summary>What is the result of `my_list[:3]`?</summary><br><b>
</b></details>
#### Python Debugging
2019-12-30 14:53:51 +01:00
2019-12-06 13:49:46 +01:00
<details>
<summary>How do you debug Python code?</summary><br><b>
2019-12-29 21:25:12 +01:00
pdb :D
2019-12-06 13:49:46 +01:00
</b></details>
2019-12-30 14:53:51 +01:00
<details>
<summary>How to check how much time it took to execute a certain script or block of code?</summary><br><b>
</b></details>
2019-10-22 16:30:04 +02:00
<details>
<summary>What empty <code>return</code> returns?</summary><br><b>
2019-11-28 10:33:07 +01:00
</b>
Short answer is: It returns a None object.
We could go a bit deeper and explain the difference between
2019-11-28 10:33:07 +01:00
```
def a ():
return
2019-11-28 10:33:07 +01:00
>>> None
```
And
```
def a ():
pass
2019-11-28 10:33:07 +01:00
>>> None
```
Or we could be asked this as a following question, since they both give the same result.
We could use the dis module to see what's going on:
```
2 0 LOAD_CONST 0 (<code object a at 0x0000029C4D3C2DB0, file "<dis>", line 2>)
2 LOAD_CONST 1 ('a')
4 MAKE_FUNCTION 0
6 STORE_NAME 0 (a)
5 8 LOAD_CONST 2 (<code object b at 0x0000029C4D3C2ED0, file "<dis>", line 5>)
10 LOAD_CONST 3 ('b')
12 MAKE_FUNCTION 0
14 STORE_NAME 1 (b)
16 LOAD_CONST 4 (None)
18 RETURN_VALUE
Disassembly of <code object a at 0x0000029C4D3C2DB0, file "<dis>", line 2>:
3 0 LOAD_CONST 0 (None)
2 RETURN_VALUE
Disassembly of <code object b at 0x0000029C4D3C2ED0, file "<dis>", line 5>:
6 0 LOAD_CONST 0 (None)
2 RETURN_VALUE
```
2019-11-28 10:48:26 +01:00
An empty <code> return</code> is exactly the same as <code>return None</code> and functions without any explicit return
will always return None regardless of the operations, therefore
2019-11-28 10:33:07 +01:00
```
def sum(a, b):
global c
2019-11-28 10:33:07 +01:00
c = a + b
2019-11-28 10:33:07 +01:00
>>> None
```
2019-12-20 22:45:29 +01:00
</b></details>
2019-11-28 10:33:07 +01:00
2019-12-20 22:45:29 +01:00
<details>
<summary>How to improve the following block of code?
```
li = []
2020-01-01 18:18:44 +01:00
for i in range(1, 10):
2019-12-20 22:45:29 +01:00
li.append(i)
```
</summary><br><b>
2020-01-01 18:18:44 +01:00
```
[i for i in range(1, 10)]
2020-01-01 18:18:44 +01:00
```
2019-12-20 22:45:29 +01:00
</b></details>
<details>
<summary>Given the following function
```
def is_int(num):
if isinstance(num, int):
print('Yes')
else:
print('No')
```
What would be the result of is_int(2) and is_int(False)?
</summary><br><b>
</b></details>
2019-10-22 16:30:04 +02:00
2021-02-20 01:25:40 +01:00
#### Python - Linked List
2019-10-20 09:27:57 +02:00
2021-02-17 20:58:58 +01:00
<details>
2021-02-20 01:25:40 +01:00
<summary>Can you implement a linked list in Python?</summary><br><b>
2021-02-17 20:58:58 +01:00
The reason we need to implement in the first place, it's because a linked list isn't part of Python standard library.<br>
2021-02-20 01:25:40 +01:00
To implement a linked list, we have to implement two structures: The linked list itself and a node which is used by the linked list.
2021-02-17 20:58:58 +01:00
2021-02-20 01:25:40 +01:00
Let's start with a node. A node has some value (the data it holds) and a pointer to the next node
2021-02-17 20:58:58 +01:00
```
class Node(object):
def __init__(self, data):
self.data = data
self.next = None
```
Now the linked list. An empty linked list has nothing but an empty head.
```
class LinkedList(object):
def __init__(self):
self.head = None
```
Now we can start using the linked list
```
ll = Linkedlist()
ll.head = Node(1)
ll.head.next = Node(2)
ll.head.next.next = Node(3)
```
What we have is:
---- ----- ----
| 1 | -> | 2 | -> | 3 |
---- ----- -----
2021-02-20 01:25:40 +01:00
Usually, more methods are implemented, like a push_head() method where you insert a node at the beginning of the linked list
```
def push_head(self, value):
new_node = Node(value)
new_node.next = self.head
self.head = new_node
```
2021-02-17 20:58:58 +01:00
</b></details>
2019-10-20 09:27:57 +02:00
<details>
2021-02-20 01:25:40 +01:00
<summary>Add a method to the Linked List class to traverse (print every node's data) the linked list</summary><br><b>
def print_list(self):
node = self.head
while(node):
print(node.data)
node = node.next
2019-10-20 09:27:57 +02:00
</b></details>
<details>
2021-02-20 01:25:40 +01:00
<summary>Write a method to that will return a boolean based on whether there is a loop in a linked list or not</summary><br><b>
Let's use the Floyd's Cycle-Finding algorithm:
```
def loop_exists(self):
one_step_p = self.head
two_steps_p = self.head
while(one_step_p and two_steps_p and two_steps_p.next):
one_step_p = self.head.next
two_step_p = self.head.next.next
if (one_step_p == two_steps_p):
return True
return False
```
</b></details>
#### Python - Stack
<details>
<summary>Implement Stack in Python</summary><br><b>
2019-10-20 09:27:57 +02:00
</b></details>
2020-12-10 07:56:48 +01:00
#### Python Testing
2019-12-04 23:54:25 +01:00
<details>
<summary>What is your experience with writing tests in Python?</summary><br><b>
</b></details>
2020-01-11 23:39:40 +01:00
<details>
<summary>What is PEP8? Give an example of 3 style guidelines</summary><br><b>
PEP8 is a list of coding conventions and style guidelines for Python
5 style guidelines:
1. Limit all lines to a maximum of 79 characters.
2. Surround top-level function and class definitions with two blank lines.
3. Use commas when making a tuple of one element
4. Use spaces (and not tabs) for indentation
5. Use 4 spaces per indentation level
</b></details>
2020-01-10 01:11:02 +01:00
<details>
<summary>How to test if an exception was raised?</summary><br><b>
</b></details>
2019-12-20 22:45:29 +01:00
<details>
<summary>What <code>assert</code> does in Python?</summary><br><b>
</b></details>
2019-12-04 23:54:25 +01:00
<details>
<summary>Explain mocks</summary><br><b>
</b></details>
2019-12-19 16:47:17 +01:00
<details>
<summary>How do you measure execution time of small code snippets?</summary><br><b>
</b></details>
2019-12-20 22:45:29 +01:00
<details>
<summary>Why one shouldn't use <code>assert</code> in non-test/production code?</summary><br><b>
</b></details>
2020-01-01 18:18:44 +01:00
#### Flask
2019-12-19 14:59:58 +01:00
<details>
<summary>Can you describe what is Django/Flask and how you have used it? Why Flask and not Django? (or vice versa)</summary><br><b>
2019-12-19 14:59:58 +01:00
</b></details>
<details>
<summary>What is a route?</summary><br><b>
As every web framework, Flask provides a route functionality that lets you serve a content of a given URL.
There are multiple ways to map a URL with a function in Python.
- Decorator: you can use python decorators. In this case we're using `app`. This `app` decorator is the instance of the `Flask` class. And route it's a method of this class.
```
@app.route('/')
def home():
return 'main website'
```
- `add_url_rule` method: This is a method of the Flask class. We can also use it for map the URL with a function.
```
def home():
return 'main website'
app.add_url_rule('/', view_func=home)
```
2019-12-19 14:59:58 +01:00
</b></details>
<details>
2020-11-24 09:31:26 +01:00
<summary>What is a blueprint in Flask?</summary><br><b>
</b></details>
<details>
<summary>What is a template?</summary><br><b>
2019-12-19 14:59:58 +01:00
</b></details>
2020-01-01 18:18:44 +01:00
#### zip
<details>
<summary>Given <code>x = [1, 2, 3]</code>, what is the result of list(zip(x))?</summary><br><b>
```
[(1,), (2,), (3,)]
```
</b></details>
<details>
<summary>What is the result of each of the following:
```
list(zip(range(5), range(50), range(50)))
list(zip(range(5), range(50), range(-2)))
```
</summary><br><b>
```
[(0, 0, 0), (1, 1, 1), (2, 2, 2), (3, 3, 3), (4, 4, 4)]
[]
```
</b></details>
2020-12-10 07:56:48 +01:00
#### Python Descriptors
<details>
<summary>Explain Descriptors</summary><br><b>
Read about descriptors [here](https://docs.python.org/3/howto/descriptor.html)
</b></details>
<details>
<summary>What would be the result of running <code>a.num2</code> assuming the following code
```
class B:
def __get__(self, obj, objtype=None):
reuturn 10
class A:
num1 = 2
num2 = Five()
```
</summary><br><b>
10
</b></details>
<details>
<summary>What would be the result of running <code>some_car = Car("Red", 4)</code> assuming the following code
```
class Print:
def __get__(self, obj, objtype=None):
value = obj._color
print("Color was set to {}".format(valie))
return value
def __set__(self, obj, value):
print("The color of the car is {}".format(value))
obj._color = value
class Car:
color = Print()
def __ini__(self, color, age):
self.color = color
self.age = age
```
</summary><br><b>
An instance of Car class will be created and the following will be printed: "The color of the car is Red"
</b></details>
#### Python Misc
2020-01-01 23:17:47 +01:00
2020-12-10 07:56:48 +01:00
<details>
<summary>How can you spawn multiple processes with Python?</summary><br><b>
</b></details>
2020-01-01 23:17:47 +01:00
<details>
<summary>Implement simple calculator for two numbers</summary><br><b>
```
def add(num1, num2):
return num1 + num2
2020-01-01 23:17:47 +01:00
def sub(num1, num2):
return num1 - num2
def mul(num1, num2):
return num1*num2
def div(num1, num2):
return num1 / num2
operators = {
2020-01-01 23:17:47 +01:00
'+': add,
'-': sub,
'*': mul,
'/': div
2020-01-01 23:17:47 +01:00
}
if __name__ == '__main__':
operator = str(input("Operator: "))
num1 = int(input("1st number: "))
num2 = int(input("2nd number: "))
print(operators[operator](num1, num2))
```
</b></details>
2019-12-19 16:47:17 +01:00
<details>
<summary>What data types are you familiar with that are not Python built-in types but still provided by modules which are part of the standard library?</summary><br><b>
This is a good reference https://docs.python.org/3/library/datatypes.html
</b></details>
<details>
<summary>Explain what is a decorator</summary><br><b>
2019-12-02 10:36:18 +01:00
</b>
<b>In python, everything is an object, even functions themselves. Therefore you could pass functions as arguments
for another function eg;
```
def wee(word):
return word
def oh(f):
return f + "Ohh"
2019-12-02 10:36:18 +01:00
>>> oh(wee("Wee"))
<<< Wee Ohh
```
This allows us to control the before execution of any given function and if we added another function as wrapper,
(a function receiving another function that receives a function as parameter) we could also control the after execution.
Sometimes we want to control the before-after execution of many functions and it would get tedious to write
<code> f = function(function_1())</code>
<code> f = function(function_1(function_2(*args)))</code>
every time, that's what decorators do, they introduce syntax to write all of this on the go, using the keyword '@'.
</b>
</details>
<details>
<summary>Can you show how to write and use decorators?</summary><br><b>
2019-12-02 10:36:18 +01:00
<code>
These two decorators (ntimes and timer) are usually used to display decorators functionalities, you can find them in lots of
tutorials/reviews. I first saw these examples two years ago in pyData 2017. https://www.youtube.com/watch?v=7lmCu8wz8ro&t=3731s</code>
```
Simple decorator:
def deco(f):
print(f"Hi I am the {f.__name__}() function!")
return f
@deco
def hello_world():
return "Hi, I'm in!"
a = hello_world()
print(a)
>>> Hi I am the hello_world() function!
Hi, I'm in!
```
This is the simplest decorator version, it basically saves us from writting <code>a = deco(hello_world())</code>.
But at this point we can only control the before execution, let's take on the after:
```
def deco(f):
def wrapper(*args, **kwargs):
print("Rick Sanchez!")
func = f(*args, **kwargs)
print("I'm in!")
return func
return wrapper
@deco
def f(word):
print(word)
a = f("************")
>>> Rick Sanchez!
************
I'm in!
```
deco receives a function -> f
wrapper receives the arguments -> *args, **kwargs
wrapper returns the function plus the arguments -> f(*args, **kwargs)
deco returns wrapper.
As you can see we conveniently do things before and after the execution of a given function.
For example, we could write a decorator that calculates the execution time of a function.
```
import time
def deco(f):
def wrapper(*args, **kwargs):
before = time.time()
func = f(*args, **kwargs)
after = time.time()
print(after-before)
return func
return wrapper
@deco
def f():
time.sleep(2)
print("************")
a = f()
>>> 2.0008859634399414
```
Or create a decorator that executes a function n times.
```
def n_times(n):
def wrapper(f):
def inner(*args, **kwargs):
for _ in range(n):
func = f(*args, **kwargs)
return func
return inner
return wrapper
@n_times(4)
def f():
print("************")
a = f()
>>>************
************
************
************
```
</b></details>
2020-01-14 10:35:25 +01:00
<details>
<summary>Write a decorator that calculates the execution time of a function</summary><br><b>
</b></details>
2019-10-20 09:27:57 +02:00
<details>
<summary>Write a script which will determine if a given host is accessible on a given port</summary><br><b>
</b></details>
<details>
2019-10-19 22:48:17 +02:00
<summary>Are you familiar with Dataclasses? Can you explain what are they used for?</summary><br><b>
</b></details>
2019-12-04 23:54:25 +01:00
<details>
<summary>You wrote a class to represent a car. How would you compare two cars instances if two cars are equal if they have the same model and color?</summary><br><b>
```
class Car:
def __init__(self, model, color):
self.model = model
self.color = color
def __eq__(self, other):
if not isinstance(other, Car):
return NotImplemented
return self.model == other.model and self.color == other.color
>> a = Car('model_1', 'red')
>> b = Car('model_2', 'green')
>> c = Car('model_1', 'red')
>> a == b
False
>> a == c
True
```
2019-12-04 23:54:25 +01:00
</b></details>
<details>
<summary>Explain Context Manager</summary><br><b>
</b></details>
2019-12-19 16:47:17 +01:00
<details>
<summary>Tell me everything you know about concurrency in Python</summary><br><b>
</b></details>
<details>
<summary>Explain the Buffer Protocol</summary><br><b>
</b></details>
2019-10-20 00:25:34 +02:00
<details>
2019-10-20 09:27:57 +02:00
<summary>Do you have experience with web scraping? Can you describe what have you used and for what?</summary><br><b>
</b></details>
<details>
<summary>Can you implement Linux's <code>tail</code> command in Python? Bonus: implement <code>head</code> as well</summary><br><b>
</b></details>
2019-10-20 09:27:57 +02:00
<details>
<summary>You have created a web page where a user can upload a document. But the function which reads the uploaded files, runs for a long time, based on the document size and user has to wait for the read operation to complete before he/she can continue using the web site. How can you overcome this?</summary><br><b>
2019-10-20 00:25:34 +02:00
</b></details>
2020-01-02 17:33:11 +01:00
<details>
<summary>How yield works exactly?</summary><br><b>
</b></details>
2019-10-25 15:01:43 +02:00
## Monitoring
<details>
<summary>Explain monitoring. What is it? What its goal?</summary><br><b>
Google: "Monitoring is one of the primary means by which service owners keep track of a systemā€™s health and availability".
2019-10-25 15:01:43 +02:00
</b></details>
2019-10-25 23:22:22 +02:00
<details>
<summary>What is wrong with the old approach of watching for a specific value and trigger an email/phone alert while value is exceeded?</summary><br><b>
This approach require from a human to always check why the value exceeded and how to handle it while today, it is more effective to notify people only when they need to take an actual action.
If the issue doesn't require any human intervention, then the problem can be fixed by some processes running in the relevant environment.
</b></details>
2019-10-25 15:01:43 +02:00
<details>
<summary>What types of monitoring outputs are you familiar with and/or used in the past?</summary><br><b>
Alerts<br>
Tickets<br>
Logging<br>
2019-10-25 15:01:43 +02:00
</b></details>
<details>
2021-07-18 21:01:18 +02:00
<summary>What is the difference between infrastructure monitoring and application monitoring? (methods, tools, ...)</summary><br><b>
2019-10-25 15:01:43 +02:00
</b></details>
## Prometheus
2019-10-22 16:30:04 +02:00
<details>
2019-10-22 22:35:31 +02:00
<summary>What is Prometheus? What are some of Prometheus's main features?</summary><br><b>
2019-10-22 16:30:04 +02:00
</b></details>
2021-07-18 21:01:18 +02:00
<details>
<summary>In what scenarios it might be better to NOT use Prometheus?</summary><br><b>
From Prometheus documentation: "if you need 100% accuracy, such as for per-request billing".
</b></details>
2019-10-22 16:30:04 +02:00
<details>
2019-10-22 22:35:31 +02:00
<summary>Describe Prometheus architecture and components</summary><br><b>
2019-10-22 16:30:04 +02:00
</b></details>
<details>
2019-10-22 22:35:31 +02:00
<summary>Can you compare Prometheus to other solutions like InfluxDB for example?</summary><br><b>
</b></details>
<details>
<summary>What is an Alert?</summary><br><b>
2019-10-22 16:30:04 +02:00
</b></details>
<details>
<summary>Describe the following Prometheus components:
2019-10-20 00:25:34 +02:00
* Prometheus server
* Push Gateway
* Alert Manager</summary><br><b>
Prometheus server is responsible for scraping and storing the data<br>
Push gateway is used for short-lived jobs<br>
Alert manager is responsible for alerts ;)
</b></details>
2019-10-22 22:35:31 +02:00
<details>
<summary>What is an Instance? What is a Job?</summary><br><b>
</b></details>
2019-10-22 16:30:04 +02:00
<details>
<summary>What core metrics types Prometheus supports?</summary><br><b>
</b></details>
<details>
<summary>What is an exporter? What is it used for?</summary><br><b>
</b></details>
2019-10-04 22:08:24 +02:00
2019-10-22 22:35:31 +02:00
<details>
2019-10-28 07:18:26 +01:00
<summary>Which Prometheus best practices are you familiar with?. Name at least three</summary><br><b>
2019-10-22 22:35:31 +02:00
</b></details>
2019-10-22 16:30:04 +02:00
<details>
<summary>How to get total requests in a given period of time?</summary><br><b>
</b></details>
2019-12-11 23:00:40 +01:00
<details>
<summary>What HA in Prometheus means?</summary><br><b>
</b></details>
2019-10-22 16:30:04 +02:00
<details>
<summary>How do you join two metrics?</summary><br><b>
</b></details>
<details>
<summary>How to write a query that returns the value of a label?</summary><br><b>
</b></details>
<details>
<summary>How do you convert cpu_user_seconds to cpu usage in percentage?</summary><br><b>
</b></details>
2019-10-15 00:59:50 +02:00
## Go
<details>
<summary>What are some characteristics of the Go programming language?</summary><br><b>
* Strong and static typing - the type of the variables can't be changed over time and they have to be defined at compile time
* Simplicity
2019-10-15 00:59:50 +02:00
* Fast compile times
* Built-in concurrency
* Garbage collected
2019-10-16 21:19:57 +02:00
* Platform independent
* Compile to standalone binary - anything you need to run your app will be compiled into one binary. Very useful for version management in run-time.
2019-10-15 00:59:50 +02:00
Go also has good community.
</b></details>
2019-10-16 21:19:57 +02:00
<details>
<summary>What is the difference between <code>var x int = 2</code> and <code>x := 2</code>?</summary><br><b>
2019-10-21 13:19:03 +02:00
The result is the same, a variable with the value 2.
2019-10-16 21:19:57 +02:00
2019-10-28 07:18:26 +01:00
With <code>var x int = 2</code> we are setting the variable type to integer while with <code>x := 2</code> we are letting Go figure out by itself the type.
2019-10-16 21:19:57 +02:00
</b></details>
2019-10-22 16:30:04 +02:00
<details>
<summary>True or False? In Go we can redeclare variables and once declared we must use it.</summary>
False. We can't redeclare variables but yes, we must used declared variables.
</b></details>
2019-10-15 00:59:50 +02:00
<details>
<summary>What libraries of Go have you used?</summary><br><b>
This should be answered based on your usage but some examples are:
* fmt - formatted I/O
</b></details>
<details>
<summary>What is the problem with the following block of code? How to fix it?
```
func main() {
var x float32 = 13.5
var y int
y = x
}
```
</summary><br><b>
</b></details>
2019-10-21 21:58:41 +02:00
<details>
<summary>The following block of code tries to convert the integer 101 to a string but instead we get "e". Why is that? How to fix it?
```
package main
import "fmt"
func main() {
var x int = 101
var y string
y = string(x)
fmt.Println(y)
}
```
</summary><br><b>
It looks what unicode value is set at 101 and uses it for converting the integer to a string.
If you want to get "101" you should use the package "strconv" and replace <code>y = string(x)</code> with <code>y = strconv.Itoa(x)</code>
2019-10-21 21:58:41 +02:00
</b></details>
<details>
<summary>What is wrong with the following code?:
```
package main
func main() {
var x = 2
var y = 3
const someConst = x + y
}
```
</summary><br><b>
Constants in Go can only be declared using constant expressions.
But `x`, `y` and their sum is variable.
<br>
<code>const initializer x + y is not a constant</code>
</b></details>
<details>
<summary>What will be the output of the following block of code?:
```
package main
import "fmt"
const (
x = iota
y = iota
)
const z = iota
func main() {
fmt.Printf("%v\n", x)
fmt.Printf("%v\n", y)
fmt.Printf("%v\n", z)
}
```
</summary><br><b>
Go's iota identifier is used in const declarations to simplify definitions of incrementing numbers. Because it can be used in expressions, it provides a generality beyond that of simple enumerations.
<br>
`x` and `y` in the first iota group, `z` in the second.
<br>
[Iota page in Go Wiki](https://github.com/golang/go/wiki/Iota)
</b></details>
<details>
<summary>What _ is used for in Go?</summary><br><b>
It avoids having to declare all the variables for the returns values.
It is called the [blank identifier](https://golang.org/doc/effective_go.html#blank).
<br>
[answer in SO](https://stackoverflow.com/questions/27764421/what-is-underscore-comma-in-a-go-declaration#answer-27764432)
</b></details>
<details>
<summary>What will be the output of the following block of code?:
```
package main
import "fmt"
const (
_ = iota + 3
x
)
func main() {
fmt.Printf("%v\n", x)
}
```
</summary><br><b>
Since the first iota is declared with the value `3` (` + 3`), the next one has the value `4`
</b></details>
<details>
<summary>What will be the output of the following block of code?:
```
package main
import (
"fmt"
"sync"
"time"
)
func main() {
var wg sync.WaitGroup
wg.Add(1)
go func() {
time.Sleep(time.Second * 2)
fmt.Println("1")
wg.Done()
}()
go func() {
fmt.Println("2")
}()
wg.Wait()
fmt.Println("3")
}
```
</summary><br><b>
Output: 2 1 3
[Aritcle about sync/waitgroup](https://tutorialedge.net/golang/go-waitgroup-tutorial/)
[Golang package sync](https://golang.org/pkg/sync/)
</b></details>
<details>
<summary>What will be the output of the following block of code?:
```
package main
import (
"fmt"
)
func mod1(a []int) {
for i := range a {
a[i] = 5
}
fmt.Println("1:", a)
}
func mod2(a []int) {
a = append(a, 125) // !
for i := range a {
a[i] = 5
}
fmt.Println("2:", a)
}
func main() {
2021-09-30 17:00:40 +02:00
s1 := []int{1, 2, 3, 4}
mod1(s1)
fmt.Println("1:", s1)
s2 := []int{1, 2, 3, 4}
mod2(s2)
fmt.Println("2:", s2)
}
```
</summary><br><b>
Output: <code><br>
1 [5 5 5 5]<br>
1 [5 5 5 5]<br>
2 [5 5 5 5 5]<br>
2 [1 2 3 4]<br>
</code>
In `mod1` a is link, and when we're using `a[i]`, we're changing `s1` value to.
But in `mod2`, `append` creats new slice, and we're changing only `a` value, not `s2`.
[Aritcle about arrays](https://golangbot.com/arrays-and-slices/),
[Blog post about `append`](https://blog.golang.org/slices)
</b></details>
<details>
<summary>What will be the output of the following block of code?:
```
package main
import (
"container/heap"
"fmt"
)
// An IntHeap is a min-heap of ints.
type IntHeap []int
func (h IntHeap) Len() int { return len(h) }
func (h IntHeap) Less(i, j int) bool { return h[i] < h[j] }
func (h IntHeap) Swap(i, j int) { h[i], h[j] = h[j], h[i] }
func (h *IntHeap) Push(x interface{}) {
// Push and Pop use pointer receivers because they modify the slice's length,
// not just its contents.
*h = append(*h, x.(int))
}
func (h *IntHeap) Pop() interface{} {
old := *h
n := len(old)
x := old[n-1]
*h = old[0 : n-1]
return x
}
func main() {
h := &IntHeap{4, 8, 3, 6}
heap.Init(h)
heap.Push(h, 7)
fmt.Println((*h)[0])
}
```
</summary><br><b>
Output: 3
[Golang container/heap package](https://golang.org/pkg/container/heap/)
</b></details>
2019-10-16 21:19:57 +02:00
## Mongo
2019-10-16 21:19:57 +02:00
<details>
<summary>What are the advantages of MongoDB? Or in other words, why choosing MongoDB and not other implementation of NoSQL?</summary><br><b>
MongoDB advantages are as followings:
- Schemaless
- Easy to scale-out
- No complex joins
- Structure of a single object is clear
</b></details>
<details>
<summary>What is the difference between SQL and NoSQL?</summary><br><b>
The main difference is that SQL databases are structured (data is stored in the form of
tables with rows and columns - like an excel spreadsheet table) while NoSQL is
unstructured, and the data storage can vary depending on how the NoSQL DB is set up, such
as key-value pair, document-oriented, etc.
</b></details>
2019-10-18 14:15:20 +02:00
<details>
<summary>In what scenarios would you prefer to use NoSQL/Mongo over SQL?</summary><br><b>
* Heterogeneous data which changes often
* Data consistency and integrity is not top priority
* Best if the database needs to scale rapidly
2019-10-18 14:15:20 +02:00
</b></details>
2019-10-16 21:19:57 +02:00
<details>
<summary>What is a document? What is a collection?</summary><br><b>
</b></details>
<details>
<summary>What is an aggregator?</summary><br><b>
</b></details>
<details>
2019-12-22 22:53:52 +01:00
<summary>What is better? Embedded documents or referenced?</summary><br><b>
</b></details>
<details>
<summary>Have you performed data retrieval optimizations in Mongo? If not, can you think about ways to optimize a slow data retrieval?</summary><br><b>
</b></details>
##### Queries
<details>
<summary>Explain this query: <code>db.books.find({"name": /abc/})</code></summary><br><b>
</b></details>
<details>
<summary>Explain this query: <code>db.books.find().sort({x:1})</code></summary><br><b>
2019-10-16 21:19:57 +02:00
</b></details>
<details>
<summary>What is the difference between find() and find_one()?</code></summary><br><b>
</b></details>
<details>
<summary>How can you export data from Mongo DB?</code></summary><br><b>
* mongoexport
* programming languages
</b></details>
2019-10-17 21:05:51 +02:00
## OpenShift
2021-08-13 08:23:50 +02:00
### OpenShift Exercises
|Name|Topic|Objective & Instructions|Solution|Comments|
|--------|--------|------|----|----|
| My First Project | Projects | [Exercise](exercises/openshift/projects_101.md) | [Solution](exercises/openshift/solutions/projects_101.md)
### OpenShift Self Assessment
2019-10-17 21:05:51 +02:00
<details>
<summary>What is OpenShift?</summary><br><b>
2021-07-20 09:48:31 +02:00
OpenShift is a container orchestration platform based on Kubernetes.<br>
It can be used for deploying applications while having minimal management overhead.
2019-10-17 21:05:51 +02:00
</b></details>
<details>
<summary>How OpenShift is related to Kubernetes?</summary><br><b>
2021-07-20 09:48:31 +02:00
It's built on top of Kubernetes while defining its own custom resources in addition to the built ones.
2019-10-17 21:05:51 +02:00
</b></details>
2020-11-24 09:31:26 +01:00
<details>
<summary>True or False? OpenShift is a IaaS (infrastructure as a service) solution</summary><br><b>
False. OpenShift is a PaaS (platform as a service) solution.
</b></details>
2021-07-20 09:48:31 +02:00
## OpenShift - Architecture
<details>
<summary>What types of nodes OpenShift has?</summary><br><b>
- Workers: Where the end-user applications are running
- Masters: Responsible for managing the cluster
</b></details>
2021-07-22 19:45:06 +02:00
<details>
<summary>Which component responsible for determining pod placement?</summary><br><b>
The Scheduler.
</b></details>
<details>
<summary>What else the scheduler responsible for except pod placement?</summary><br><b>
Application high availability by spreading pod replicas between worker nodes
</b></details>
2021-08-13 08:23:50 +02:00
## OpenShift - Projects
<details>
<summary>What is a project in OpenShift?</summary><br><b>
A project in OpenShift is a Kubernetes namespace with annotations.<br>
In simpler words, think about it as an isolated environment for users to manage and organize their resources (like Pods, Deployments, Service, etc.).
</b></details>
<details>
<summary>How to list all projects? What the "STATUS" column means in projects list output?</summary><br><b>
`oc get projects` will list all projects. The "STATUS" column can be used to see which projects are currently active.
</b></details>
<details>
<summary>You have a new team member and you would like to assign to him the "admin" role on your project in OpenShift. How to achieve that?</summary><br><b>
`oc adm policy add-role-to-user <role> <user> -n <project>`
</b></details>
2021-07-18 21:01:18 +02:00
## OpenShift - Images
<details>
<summary>What is an image stream?</summary><br><b>
</b></details>
2019-10-17 21:05:51 +02:00
<details>
<summary>What would be the best way to run and manage multiple OpenShift environments?</summary><br><b>
2019-10-17 21:05:51 +02:00
Federation
2019-10-17 21:05:51 +02:00
</b></details>
2021-07-22 19:45:06 +02:00
#### OpenShift - Federation
2019-10-17 21:05:51 +02:00
<details>
<summary>What is OpenShift Federation?</summary><br><b>
Management and deployment of services and workloads accross multiple independent clusters from a single API
2019-10-17 21:05:51 +02:00
</b></details>
<details>
<summary>Explain the following in regards to Federation:
* Multi Cluster
* Federated Cluster
* Host Cluster
* Member Cluster
</summary><br><b>
* Multi Cluster - Multiple clusters deployed independently, not being aware of each other
* Federated Cluster - Multiple clusters managed by the OpenShift Federation Control Plane
* Host Cluster - The cluster that runs the Federation Control Plane
* Member Cluster - Cluster that is part of the Federated Cluster and connected to Federation Control Plane
2019-10-17 21:05:51 +02:00
</b></details>
2021-07-22 19:45:06 +02:00
## OpenShift - Storage
2020-08-16 20:11:13 +02:00
<details>
<summary>What is a storage device? What storage devices are there?</summary><br><b>
* Hard Disks
* SSD
* USB
* Magnetic Tape
</b></details>
<details>
<summary>What is Random Seek Time?</summary><br><b>
The time it takes for a disk to reach the place where the data is located and read a single block/sector.
Bones question: What is the random seek time in SSD and Magnetic Disk?
Answer: Magnetic is about 10ms and SSD is somewhere between 0.08 and 0.16ms
</b></details>
2021-07-22 19:45:06 +02:00
#### OpenShift - Pods
<details>
<summary>What happens when a pod fails or exit due to container crash</summary><br><b>
Master node automatically restarts the pod unless it fails too often.
</b></details>
<details>
<summary>What happens when a pod fails too often?</summary><br><b>
It's marked as bad by the master node and temporarly not restarted anymore.
</b></details>
<details>
<summary>How to find out on which node a certain pod is running?</summary><br><b>
`oc get po -o wide`
</b></details>
#### OpenShift - Services
<details>
<summary>Explain Services and their benefits</summary><br><b>
- Services in OpenShift define access policy to one or more set of pods.<br>
- They are connecting applications together by enabling communication between them
- They provide permanent internal IP addresses and hostnames for applications
- They are able to provide basic internal load balancing
</b></details>
#### OpenShift - Labels
<details>
<summary>Explain labels. What are they? When do you use them?</summary><br><b>
- Labels are used to group or select API objects
- They are simple key-value pairs and can be included in metadata of some objects
- A common use case: group pods, services, deployments, ... all related to a certain application
</b></details>
#### OpenShift - Service Accounts
<details>
<summary>How to list Service Accounts?</summary><br><b>
`oc get serviceaccounts`
</b></details>
#### OpenShift - Networking
<details>
<summary>What is a Route?</summary><br><b>
A route is exposing a service by giving it hostname which is externally reachable
</b></details>
<details>
<summary>What Route is consists of?</summary><br><b>
- name
- service selector
- (optional) security configuration
</b></details>
<details>
<summary>True or False? Router container can run only on the Master node</summary><br><b>
False. It can run on any node.
</b></details>
<details>
<summary>Given an example of how a router is used</summary><br><b>
1. Client is using an address of application running on OpenShift
2. DNS resolves to host running the router
3. Router checks whether route exists
4. Router proxies the request to the internal pod
</b></details>
2021-08-13 08:23:50 +02:00
#### OpenShift - Security
<details>
<summary>What are "Security Context Constraints"?</summary><br><b>
From [OpenShift Docs](https://docs.openshift.com/container-platform/4.7/authentication/managing-security-context-constraints.html): "Similar to the way that RBAC resources control user access, administrators can use security context constraints (SCCs) to control permissions for pods".
</b></details>
<details>
<summary>How to add the ability for the user `user1` to view the project `wonderland` assuming you are authorized to do so</summary><br><b>
oc adm policy add-role-to-user view user1 -n wonderland
</b></details>
<details>
<summary>How to check what is the current context?</summary><br><b>
`oc whoami --show-context`
</b></details>
2021-09-28 22:33:38 +02:00
#### OpenShift - Serverless
<details>
<summary>What is OpenShift Serverless?</summary><br><b>
- In general 'serverless' is a cloud computing model where scaling and provisioning is taken care for application developers, so they can focus on the development aspect rather infrastructure related tasks
- OpenShift Serverless allows you to dynamically scale your applications and provides the ability to build event-driven applications, whether the sources are on Kubernetes, the cloud or on-premise solutions
- OpenShift Serverless is based on the Knative project.
</b></details>
<details>
<summary>What are some of the event sources you can use with OpenShift Serverless?</summary><br><b>
* Kafka
* Kubernetes APIs
* AWS Kinesis
* AWS SQS
* JIRA
* Slack
More are supported and provided with OpenShift.
</b></details>
<details>
<summary>Explain serverless functions</summary><br><b>
</b></details>
<details>
<summary>What is the difference between Serverless Containers and Serverless functions?</summary><br><b>
</b></details>
2021-07-22 19:45:06 +02:00
#### OpenShift - Misc
<details>
<summary>What is Replication Controller?</summary><br><b>
Replication Controller responsible for ensuring the specified number of pods is running at all times.<br>
If more pods are running than needed -> it deletes some of them<br>
If not enough pods are running -> it creates more
</b></details>
## SQL
2021-08-13 08:23:50 +02:00
### SQL Exercises
|Name|Topic|Objective & Instructions|Solution|Comments|
|--------|--------|------|----|----|
| Functions vs. Comparisons | Query Improvements | [Exercise](exercises/sql/improve_query.md) | [Solution](exercises/sql/solutions/improve_query.md)
### SQL Self Assessment
2021-08-13 08:23:50 +02:00
<details>
<summary>What is SQL?</summary><br><b>
2021-08-13 08:23:50 +02:00
SQL (Structured Query Language) is a standard language for relational databases (like MySQL, MariaDB, ...).<br>
It's used for reading, updating, removing and creating data in a relational database.
</b></details>
<details>
<summary>How is SQL Different from NoSQL</summary><br><b>
The main difference is that SQL databases are structured (data is stored in the form of
tables with rows and columns - like an excel spreadsheet table) while NoSQL is
unstructured, and the data storage can vary depending on how the NoSQL DB is set up, such
as key-value pair, document-oriented, etc.
</b></details>
<details>
<summary>When is it best to use SQL? NoSQL?</summary><br><b>
SQL - Best used when data integrity is crucial. SQL is typically implemented with many
businesses and areas within the finance field due to it's ACID compliance.
NoSQL - Great if you need to scale things quickly. NoSQL was designed with web applications
in mind, so it works great if you need to quickly spread the same information around to
multiple servers
Additionally, since NoSQL does not adhere to the strict table with columns and rows structure
that Relational Databases require, you can store different data types together.
</b></details>
2021-08-13 08:23:50 +02:00
##### Practical SQL - Basics
For these questions, we will be using the Customers and Orders tables shown below:
**Customers**
Customer_ID | Customer_Name | Items_in_cart | Cash_spent_to_Date
------------ | ------------- | ------------- | -------------
100204 | John Smith | 0 | 20.00
100205 | Jane Smith | 3 | 40.00
100206 | Bobby Frank | 1 | 100.20
**ORDERS**
Customer_ID | Order_ID | Item | Price | Date_sold
------------ | ------------- | ------------- | ------------- | -------------
100206 | A123 | Rubber Ducky | 2.20 | 2019-09-18
100206 | A123 | Bubble Bath | 8.00 | 2019-09-18
100206 | Q987 | 80-Pack TP | 90.00 | 2019-09-20
100205 | Z001 | Cat Food - Tuna Fish | 10.00 | 2019-08-05
100205 | Z001 | Cat Food - Chicken | 10.00 | 2019-08-05
100205 | Z001 | Cat Food - Beef | 10.00 | 2019-08-05
100205 | Z001 | Cat Food - Kitty quesadilla | 10.00 | 2019-08-05
100204 | X202 | Coffee | 20.00 | 2019-04-29
<details>
<summary>How would I select all fields from this table?</summary><br><b>
Select * <br>
From Customers;
</b></details>
<details>
<summary>How many items are in John's cart?</summary><br><b>
Select Items_in_cart <br>
From Customers <br>
Where Customer_Name = "John Smith";
</b></details>
<details>
<summary>What is the sum of all the cash spent across all customers?</summary><br><b>
Select SUM(Cash_spent_to_Date) as SUM_CASH <br>
From Customers;
</b></details>
<details>
<summary>How many people have items in their cart?</summary><br><b>
Select count(1) as Number_of_People_w_items <br>
From Customers <br>
where Items_in_cart > 0;
</b></details>
<details>
<summary>How would you join the customer table to the order table?</summary><br><b>
You would join them on the unique key. In this case, the unique key is Customer_ID in
both the Customers table and Orders table
</b></details>
<details>
<summary>How would you show which customer ordered which items?</summary><br><b>
Select c.Customer_Name, o.Item <br>
From Customers c <br>
Left Join Orders o <br>
On c.Customer_ID = o.Customer_ID;
</b></details>
<details>
<summary>Using a with statement, how would you show who ordered cat food, and the total amount of money spent?</summary><br><b>
with cat_food as ( <br>
Select Customer_ID, SUM(Price) as TOTAL_PRICE <br>
From Orders <br>
Where Item like "%Cat Food%" <br>
Group by Customer_ID <br>
) <br>
Select Customer_name, TOTAL_PRICE <br>
From Customers c <br>
Inner JOIN cat_food f <br>
ON c.Customer_ID = f.Customer_ID <br>
where c.Customer_ID in (Select Customer_ID from cat_food);
Although this was a simple statement, the "with" clause really shines when
a complex query needs to be run on a table before joining to another. With statements are nice,
because you create a pseudo temp when running your query, instead of creating a whole new table.
The Sum of all the purchases of cat food weren't readily available, so we used a with statement to create
the pseudo table to retrieve the sum of the prices spent by each customer, then join the table normally.
</b></details>
2021-08-13 08:23:50 +02:00
<details>
<summary>Which of the following queries would you use?
```
SELECT count(*) SELECT count(*)
FROM shawarma_purchases FROM shawarma_purchases
WHERE vs. WHERE
YEAR(purchased_at) == '2017' purchased_at >= '2017-01-01' AND
purchased_at <= '2017-31-12'
```
</summary><br><b>
```
SELECT count(*)
FROM shawarma_purchases
WHERE
purchased_at >= '2017-01-01' AND
purchased_at <= '2017-31-12'
```
When you use a function (`YEAR(purchased_at)`) it has to scan the whole database as opposed to using indexes and basically the column as it is, in its natural state.
</b></details>
2019-10-21 11:05:06 +02:00
## Azure
2019-10-25 01:33:16 +02:00
<details>
<summary>What is Azure Portal?</summary><br><b>
[Microsoft Docs](https://docs.microsoft.com/en-us/learn/modules/intro-to-azure-fundamentals/what-is-microsoft-azure): "The Azure portal is a web-based, unified console that provides an alternative to command-line tools. With the Azure portal, you can manage your Azure subscription by using a graphical user interface."
</b></details>
<details>
<summary>What is Azure Marketplace?</summary><br><b>
[Microsoft Docs](https://docs.microsoft.com/en-us/learn/modules/intro-to-azure-fundamentals/what-is-microsoft-azure): "Azure marketplace helps connect users with Microsoft partners, independent software vendors, and startups that are offering their solutions and services, which are optimized to run on Azure."
2019-10-25 01:33:16 +02:00
</b></details>
2019-10-21 11:05:06 +02:00
<details>
<summary>Explain availability sets and availability zones</summary><br><b>
An availability set is a logical grouping of VMs that allows Azure to understand how your application is built to provide redundancy and availability. It is recommended that two or more VMs are created within an availability set to provide for a highly available application and to meet theĀ 99.95% Azure SLA.
2019-10-21 11:05:06 +02:00
</b></details>
2020-01-03 14:56:36 +01:00
<details>
<summary>What is Azure Policy?</summary><br><b>
</b></details>
2019-10-21 11:05:06 +02:00
<details>
<summary>What is the Azure Resource Manager? Can you describe the format for ARM templates?</summary><br><b>
</b></details>
2019-10-21 11:24:53 +02:00
<details>
<summary>Explain Azure managed disks</summary><br><b>
</b></details>
2019-10-21 11:05:06 +02:00
#### Azure - Compute
<details>
<summary>What Azure compute services are you familiar with?</summary><br><b>
* Azure Virtual Machines
* Azure Batch
* Azure Service Fabric
* Azure Container Instances
* Azure Virtual Machine Scale Set?s
</b></details>
<details>
<summary>What "Azure Virtual Machines" service is used for?</summary><br><b>
Windows or Linux virtual machines
</b></details>
<details>
<summary>What "Azure Virtual Machine Scale Sets" service is used for?</summary><br><b>
Scaling Linux or Windows virtual machines used in Azure
</b></details>
<details>
<summary>What "Azure Functions" service is used for?</summary><br><b>
Azure Functions is the serverless compute service of Azure.
</b></details>
<details>
<summary>What "Azure Container Instances" service is used for?</summary><br><b>
Running containerized applications (without the need to provision virtual machines).
</b></details>
<details>
<summary>What "Azure Batch" service is used for?</summary><br><b>
Running parallel and high-performance computing applications
</b></details>
<details>
<summary>What "Azure Service Fabric" service is used for?</summary><br><b>
</b></details>
<details>
<summary>What "Azure Kubernetes" service is used for?</summary><br><b>
</b></details>
#### Azure - Network
2020-01-03 14:56:36 +01:00
<details>
<summary>What Azure network services are you familiar with?</summary><br><b>
</b></details>
2020-01-03 14:56:36 +01:00
<details>
<summary>What's an Azure region?</summary><br><b>
</b></details>
<details>
<summary>What is the N-tier architecture?</summary><br><b>
</b></details>
2020-08-16 20:11:13 +02:00
#### Azure Storage
2020-01-03 14:56:36 +01:00
<details>
<summary>What Azure storage services are you familiar with?</summary><br><b>
</b></details>
2020-01-03 14:56:36 +01:00
<details>
<summary>What storage options Azure supports?</summary><br><b>
</b></details>
2020-06-15 08:41:32 +02:00
#### Azure Security
2020-01-03 10:28:03 +01:00
<details>
<summary>What is the Azure Security Center? What are some of its features?</summary><br><b>
It's a monitoring service that provides threat protection across all of the services in Azure.
More specifically, it:
* Provides security recommendations based on your usage
* Monitors security settings and continuously all the services
* Analyzes and identifies potential inbound attacks
* Detects and blocks malware using machine learning
</b></details>
<details>
<summary>What is Azure Active Directory?</summary><br><b>
Azure AD is a cloud-based identity service. You can use it as a standalone service or integrate it with existing Active Directory service you already running.
</b></details>
2020-01-03 14:56:36 +01:00
<details>
<summary>What is Azure Advanced Threat Protection?</summary><br><b>
</b></details>
<details>
<summary>What components are part of Azure ATP?</summary><br><b>
</b></details>
2020-04-11 07:01:04 +02:00
<details>
<summary>Where logs are stored in Azure Monitor?</summary><br><b>
</b></details>
<details>
<summary>Explain Azure Site Recovery</summary><br><b>
</b></details>
<details>
<summary>Explain what the advisor does</summary><br><b>
</b></details>
<details>
<summary>Explain VNet peering</summary><br><b>
</b></details>
<details>
<summary>Which protocols are available for configuring health probe</summary><br><b>
</b></details>
<details>
<summary>Explain Azure Active</summary><br><b>
</b></details>
<details>
<summary>What is a subscription? What types of subscriptions are there?</summary><br><b>
</b></details>
<details>
<summary>Explain what is a blob storage service</summary><br><b>
</b></details>
2020-01-03 14:56:36 +01:00
2019-10-22 21:54:17 +02:00
## GCP
2019-10-25 01:33:16 +02:00
<details>
<summary>Explain GCP's architecture</summary><br><b>
</b></details>
2019-10-22 21:54:17 +02:00
<details>
<summary>What are the main components and services of GCP?</summary><br><b>
</b></details>
<details>
<summary>What GCP management tools are you familiar with?</summary><br><b>
</b></details>
<details>
<summary>Tell me what do you know about GCP networking</summary><br><b>
</b></details>
<details>
<summary>Explain Cloud Functions</summary><br><b>
</b></details>
<details>
<summary>What is Cloud Datastore?</summary><br><b>
</b></details>
<details>
<summary>What network tags are used for?</summary><br><b>
</b></details>
<details>
<summary>What are flow logs? Where are they enabled?</summary><br><b>
</b></details>
<details>
<summary>How do you list buckets?</summary><br><b>
</b></details>
<details>
<summary>What Compute metadata key allows you to run code at startup?</summary><br><b>
startap-script
</b></details>
<details>
<summary>What the following commands does? `gcloud deployment-manager deployments create`</summary><br><b>
</b></details>
<details>
<summary>What is Cloud Code?</summary><br><b>
It is a set of tools to help developers write, run and debug GCP kubernetes based applications. It provides built-in support for rapid iteration, debugging and running applications in development and production K8s environments.
</b></details>
### Google Kubernetes Engine (GKE)
<details>
<summary>What is GKE</summary><br><b>
* It is the managed kubernetes service on GCP for deploying, managing and scaling containerised applications using Google infrastructure.
</b></details>
### Anthos
<details>
<summary>What is Anthos</summary><br><b>
It is a managed application platform for organisations like enterprises that require quick modernisation and certain levels
of consistency for their legacy applications in a hybrid or multicloud world. From this explanation the core ideas can be drawn from these statements;
* Managed -> the customer does not need to worry about the underlying software intergrations, they just enable the API.
* application platform -> It consists of open source tools like K8s, Knative, Istio and Tekton
* Enterprises -> these are usually organisations with complex needs
* Consistency -> to have the same policies declaratively initiated to be run anywhere securely e.g on-prem, GCP or other-clouds (AWS or Azure)
fun fact: Anthos is flower in greek, they grow in the ground (earth) but need rain from the clouds to flourish.
</b></details>
<details>
<summary>List the technical components that make up Anthos</summary><br><b>
* Infrastructure management - Google Kubernetes Engine (GKE)
* Cluster management - GKE, Ingress for Anthos
* Service management - Anthos Service Mesh
* Policy enforcement - Anthos Config Management, Anthos Enterprise Data Protection, Policy Controller
* Application deployment - CI/CD tools like Cloud Build, GitLab
* Application development - Cloud Code
</b></details>
<details>
<summary>What is the primary computing environment for Anthos to easily manage workload deployment?</summary><br><b>
* Google Kubernetes Engine (GKE)
</b></details>
<details>
<summary>How does Anthos handle the control plane and node components for GKE?</summary><br><b>
On GCP the kubernetes api-server is the only control plane component exposed to customers whilst compute engine manages
instances in the project.
</b></details>
<details>
<summary>Which load balancing options are available?</summary><br><b>
* Networking load balancing for L4 and HTTP(S) Load Balancing for L7 which are both managed services that do not require
additional configuration.
* Ingress for Anthos which allows the ability to deploy a load balancer that serves an application across multiple clusters
on GKE
</b></details>
<details>
<summary>Can you deploy Anthos on AWS?</summary><br><b>
* Yes, Anthos on AWS is now GA. For more read [here](https://cloud.google.com/anthos/gke/docs/aws)
</b></details>
<details>
<summary>List and explain the enterprise security capabilities provided by Anthos</summary><br><b>
* Control plane security - GCP manages and maintains the K8s control plane out of the box. The user can secure the api-server by using master authorized networks and private clusters. These allow the user to disable access on the public IP address by assigning a private IP address to the master.
* Node security - By default workloads are provisioned on Compute engine instances that use Google's Container Optimised OS. This operating system implements a locked-down firewall, limited user accounts with root disabled and a read-only filesystem. There is a further option to enable GKE Sandbox for stronger isolation in multi-tenant deployment scenarios.
* Network security - Within a created cluster VPC, Anthos GKE leverages a powerful software-defined network that enables simple Pod-to-Pod communications. Network policies allow locking down ingress and egress connections in a given namespace. Filtering can also be implemented to incoming load-balanced traffic for services that require external access, by supplying whitelisted CIDR IP ranges.
* Workload security - Running workloads run with limited privileges, default Docker AppArmor security policies are applied to all Kubernetes Pods. Workload identity for Anthos GKE aligns with the open source kubernetes service accounts with GCP service account permissions.
* Audit logging - Adminstrators are given a way to retain, query, process and alert on events of the deployed environments.
</b></details>
<details>
<summary>How can workloads deployed on Anthos GKE on-prem clusters securely connect to Google Cloud services?</summary><br><b>
* Google Cloud Virtual Private Network (Cloud VPN) - this is for secure networking
* Google Cloud Key Management Service (Cloud KMS) - for key management
</b></details>
<details>
<summary>What is Island Mode configuration with regards to networking in Anthos GKE deployed on-prem?</summary><br><b>
* This is when pods can directly talk to each other within a cluster, but cannot be reached from outside the cluster thus forming an "island" within the network that is not connected to the external network.
</b></details>
<details>
<summary>Explain Anthos Config Management</summary><br><b>
It is a core component of the Anthos stack which provides platform, service and security operators with a single, unified approach to multi-cluster management that spans both on-premises and cloud environments. It closely follows K8s best practices, favoring declarative approaches over imperative operations, and actively monitors cluster state and applies the desired state as defined in Git. It includes three key components as follows:
1. An importer that reads from a central Git repository
2. A component that synchronises stored configuration data into K8s objects
3. A component that monitors drift between desired and actual cluster configurations with a capability of reconciliation when need rises.
</b></details>
<details>
<summary>How does Anthos Config Management help?</summary><br><b>
It follows common modern software development practices which makes cluster configuration, management and policy changes auditable, revertable, and versionable easily enforcing IT governance and unifying resource management in an organisation.
</b></details>
<details>
<summary>What is Anthos Service Mesh?</summary><br><b>
* It is a suite of tools that assist in monitoring and managing deployed services on Anthos of all shapes and sizes whether running in cloud, hybrid or multi-cloud environments. It leverages the APIs and core components from Istio, a highly configurable and open-source service mesh platform.
</b></details>
<details>
<summary>Describe the two main components of Anthos Service Mesh</summary><br><b>
1. Data plane - it consists of a set of distributed proxies that mediate all inbound and outbound network traffic between individual services which are configured using a centralised control plane and an open API
2. Control plane - is a fully managed offering outside of Anthos GKE clusters to simplify management overhead and ensure highest possible availability.
</b></details>
<details>
<summary>What are the components of the managed control plane of Anthos Service Mesh?</summary><br><b>
1. Traffic Director - it is GCP's fully managed service mesh traffic control plane, responsible for translating Istio API objects into configuration information for the distributed proxies, as well as directing service mesh ingress and egress traffic
2. Managed CA - is a centralised certificate authority responsible for providing SSL certificates to each of the distributed proxies, authentication information and distributing secrets
3. Operations tooling - formerly stackdriver, provides a managed ingestion point for observability and telemetry, specifically monitoring, tracing and logging data generated by each of the proxies. This powers the observability dashboard for operators to visually inspect their services and service dependencies assisting in the implementation of SRE best practices for monitoring SLIs and establishing SLOs.
</b></details>
<details>
<summary>How does Anthos Service Mesh help?</summary><br><b>
Tool and technology integration that makes up Anthos service mesh delivers signficant operational benefits to Anthos environments, with minimal additional overhead such as follows:
* Uniform observability - the data plane reports service to service communication back to the control plane generating a service dependency graph. Traffic inspection by the proxy inserts headers to facilitate distributed tracing, capturing and reporting service logs together with service-level metrics (i.e latency, errors, availability).
* Operational agility - fine-grained controls for managing the flow of inter-mesh (north-south) and intra-mesh (east-west) traffic are provided.
* Policy-driven security - policies can be enforced consistently across diverse protocols and runtimes as service communications are secured by default.
</b></details>
<details>
<summary>List possible use cases of traffic controls that can be implemented within Anthos Service Mesh</summary><br><b>
* Traffic splitting across differing service versions for canary or A/B testing
* Circuit breaking to prevent cascading failures
* Fault injection to help build resilient and fault-tolerant deployments
* HTTP header-based traffic steering between individual services or versions
</b></details>
<details>
<summary>What is Cloud Run for Anthos?</summary><br><b>
It is part of the Anthos stack that brings a serverless container experience to Anthos, offering a high-level platform experience on top of K8s clusters. It is built with Knative, an open-source operator for K8s that brings serverless application serving and eventing capabilities.
</b></details>
<details>
<summary>How does Cloud Run for Anthos simplify operations?</summary><br><b>
Platform teams in organisations that wish to offer developers additional tools to test, deploy and run applications can use Knative to enhance this experience on Anthos as Cloud Run. Below are some of the benefits;
* Easy migration from K8s deployments - Without Cloud Run, platform engineers have to configure deployment, service, and HorizontalPodAutoscalers(HPA) objects to a loadbalancer and autoscaling. If application is already serving traffic it becomes hard to change configurations or roll back efficiently. Using Cloud Run all this is managed thus the Knative service manifest describes the application to be autoscaled and loadbalanced
* Autoscaling - a sudden traffic spike may cause application containers in K8s to crash due to overload thus an efficient automated autoscaling is executed to serve the high volume of traffic
* Networking - it has built-in load balancing capabilities and policies for traffic splitting between multiple versions of an application.
* Releases and rollouts - supports the notion of the Knatibe API's revisions which describe new versions or different configurations of your application and canary deployments by splitting traffic.
* Monitoring - observing and recording metrics such as latency, error rate and requests per second.
</b></details>
<details>
<summary>List and explain three high-level out of the box autoscaling primitives offered by Cloud Run for Anthos that do not exist in K8s natively</summary><br><b>
* Rapid, request-based autoscaling - default autoscalers monitor request metrics which allows Cloud Run for Anthos to handle spiky traffic patterns smoothly
* Concurrency controls - limits such as max in-flight requests per container are enforced to ensure the container does not become overloaded and crash. More containers are added to handle the spiky traffic, buffering the requests.
* Scale to zero - if an application is inactive for a while Cloud Run scales it down to zero to reduce its footprint. Alternatively one can turn off scale-to-zero to prevent cold starts.
</b></details>
<details>
<summary>List some Cloud Run for Anthos use cases</summary><br><b>
As it does not support stateful applications or sticky sessions, it is suitable for running stateless applications such as:
* Machine learning model predictions e.g Tensorflow serving containers
* API gateways, API middleware, web front ends and Microservices
* Event handlers, ETL
</b></details>
2019-10-21 11:05:06 +02:00
## OpenStack
<details>
<summary>What components/projects of OpenStack are you familiar with?</summary><br><b>
</b></details>
2019-10-21 11:24:53 +02:00
<details>
<summary>Can you tell me what each of the following services/projects is responsible for?:
2019-10-21 11:24:53 +02:00
2021-08-17 07:03:09 +02:00
- Nova
- Neutron
- Cinder
- Glance
- Keystone</summary><br><b>
* Nova - Manage virtual instances
* Cinder - Block Storage
* Keystone - Authentication service across the cloud
</b></details>
<details>
<summary>Identify the service/project used for each of the following:
* Copy or snapshot instances
* GUI for viewing and modifying resources
* Block Storage
* Manage virtual instances
</summary><br><b>
2020-04-08 17:35:28 +02:00
* Glance - Images Service. Also used for copying or snapshot instances
* Horizon - GUI for viewing and modifying resources
* Cinder - Block Storage
* Nova - Manage virtual instances
</b></details>
<details>
<summary>What is a tenant/project?</summary><br><b>
</b></details>
<details>
<summary>Determine true or false:
* OpenStack is free to use
* The service responsible for networking is Glance
* The purpose of tenant/project is to share resources between different projects and users of OpenStack</summary><br><b>
2019-10-21 11:24:53 +02:00
</b></details>
<details>
<summary>Describe in detail how you bring up an instance with a floating IP</summary><br><b>
2019-10-21 11:24:53 +02:00
</b></details>
<details>
<summary>You get a call from a customer saying: "I can ping my instance but can't connect (ssh) it". What might be the problem?</summary><br><b>
</b></details>
2019-10-21 11:05:06 +02:00
<details>
<summary>What types of networks OpenStack supports?</summary><br><b>
</b></details>
2019-10-21 11:24:53 +02:00
<details>
<summary>How do you debug OpenStack storage issues? (tools, logs, ...)</summary><br><b>
</b></details>
<details>
<summary>How do you debug OpenStack compute issues? (tools, logs, ...)</summary><br><b>
2019-10-21 11:05:06 +02:00
</b></details>
2020-04-08 17:35:28 +02:00
#### OpenStack Deployment & TripleO
<details>
<summary>Have you deployed OpenStack in the past? If yes, can you describe how you did it?</summary><br><b>
</b></details>
2019-10-21 11:05:06 +02:00
<details>
2020-04-08 17:35:28 +02:00
<summary>Are you familiar with TripleO? How is it different from Devstack or Packstack?</summary><br><b>
You can read about TripleO right [here](https://docs.openstack.org/tripleo-docs/latest)
</b></details>
#### OpenStack Compute
<details>
<summary>Can you describe Nova in detail?</summary><br><b>
* Used to provision and manage virtual instances
* It supports Multi-Tenancy in different levels - logging, end-user control, auditing, etc.
* Highly scalable
* Authentication can be done using internal system or LDAP
* Supports multiple types of block storage
* Tries to be hardware and hypervisor agnostice
</b></details>
<details>
<summary>What do you know about Nova architecture and components?</summary><br><b>
* nova-api - the server which serves metadata and compute APIs
* the different Nova components communicate by using a queue (Rabbitmq usually) and a database
* a request for creating an instance is inspected by nova-scheduler which determines where the instance will be created and running
* nova-compute is the component responsible for communicating with the hypervisor for creating the instance and manage its lifecycle
</b></details>
#### OpenStack Networking (Neutron)
<details>
<summary>Explain Neutron in detail</summary><br><b>
* One of the core component of OpenStack and a standalone project
* Neutron focused on delivering networking as a service
* With Neutron, users can set up networks in the cloud and configure and manage a variety of network services
* Neutron interacts with:
* Keystone - authorize API calls
* Nova - nova communicates with neutron to plug NICs into a network
* Horizon - supports networking entities in the dashboard and also provides topology view which includes networking details
2019-10-21 11:05:06 +02:00
</b></details>
<details>
<summary>Explain each of the following components:
2021-08-17 07:03:09 +02:00
- neutron-dhcp-agent
- neutron-l3-agent
- neutron-metering-agent
- neutron-*-agtent
- neutron-server</summary><br><b>
* neutron-l3-agent - L3/NAT forwarding (provides external network access for VMs for example)
* neutron-dhcp-agent - DHCP services
* neutron-metering-agent - L3 traffic metering
* neutron-*-agtent - manages local vSwitch configuration on each compute (based on chosen plugin)
* neutron-server - exposes networking API and passes requests to other plugins if required
</b></details>
2020-04-08 17:35:28 +02:00
<details>
<summary>Explain these network types:
2021-08-17 07:03:09 +02:00
- Management Network
- Guest Network
- API Network
- External Network</summary><br><b>
2020-04-08 17:35:28 +02:00
* Management Network - used for internal communication between OpenStack components. Any IP address in this network is accessible only within the datacetner
* Guest Network - used for communication between instances/VMs
* API Network - used for services API communication. Any IP address in this network is publicly accessible
* External Network - used for public communication. Any IP address in this network is accessible by anyone on the internet
</b></details>
2021-08-13 08:23:50 +02:00
<details>
<summary>In which order should you remove the following entities:
2021-08-17 07:03:09 +02:00
* Network
* Port
* Router
* Subnet</summary><br><b>
2021-08-13 08:23:50 +02:00
- Port
- Subnet
- Router
- Network
There are many reasons for that. One for example: you can't remove router if there are active ports assigned to it.
</b></details>
<details>
<summary>What is a provider network?</summary><br><b>
</b></details>
<details>
2019-12-06 13:49:46 +01:00
<summary>What components and services exist for L2 and L3?</summary><br><b>
</b></details>
<details>
<summary>What is the ML2 plug-in? Explain its architecture</summary><br><b>
</b></details>
<details>
2020-03-06 09:57:43 +01:00
<summary>What is the L2 agent? How does it works and what is it responsible for?</summary><br><b>
</b></details>
<details>
2020-03-06 09:57:43 +01:00
<summary>What is the L3 agent? How does it works and what is it responsible for?</summary><br><b>
</b></details>
<details>
<summary>Explain what the Metadata agent is responsible for</summary><br><b>
</b></details>
2019-12-06 13:49:46 +01:00
<details>
<summary>What networking entities Neutron supports?</summary><br><b>
</b></details>
<details>
<summary>How do you debug OpenStack networking issues? (tools, logs, ...)</summary><br><b>
</b></details>
2020-04-08 17:35:28 +02:00
#### OpenStack - Glance
<details>
<summary>Explain Glance in detail</summary><br><b>
* Glance is the OpenStack image service
* It handles requests related to instances disks and images
* Glance also used for creating snapshots for quick instances backups
* Users can use Glance to create new images or upload existing ones
</b></details>
<details>
<summary>Describe Glance architecture</summary><br><b>
* glance-api - responsible for handling image API calls such as retrieval and storage. It consists of two APIs: 1. registry-api - responsible for internal requests 2. user API - can be accessed publicly
* glance-registry - responsible for handling image metadata requests (e.g. size, type, etc). This component is private which means it's not available publicly
* metadata definition service - API for custom metadata
* database - for storing images metadata
* image repository - for storing images. This can be a filesystem, swift object storage, HTTP, etc.
</b></details>
#### OpenStack - Swift
<details>
<summary>Explain Swift in detail</summary><br><b>
* Swift is Object Store service and is an highly available, distributed and consistent store designed for storing a lot of data
* Swift is distributing data across multiple servers while writing it to multiple disks
* One can choose to add additional servers to scale the cluster. All while swift maintaining integrity of the information and data replications.
</b></details>
<details>
<summary>Can users store by default an object of 100GB in size?</summary><br><b>
Not by default. Object Storage API limits the maximum to 5GB per object but it can be adjusted.
</b></details>
<details>
<summary>Explain the following in regards to Swift:
2021-08-17 07:03:09 +02:00
* Container
* Account
* Object
</summary><br><b>
2020-04-08 17:35:28 +02:00
2021-08-13 08:23:50 +02:00
- Container - Defines a namespace for objects.
- Account - Defines a namespace for containers
- Object - Data content (e.g. image, document, ...)
2020-04-08 17:35:28 +02:00
</b></details>
<details>
<summary>True or False? there can be two objects with the same name in the same container but not in two different containers</summary><br><b>
False. Two objects can have the same name if they are in different containers.
</b></details>
#### OpenStack - Cinder
2020-04-08 17:35:28 +02:00
<details>
<summary>Explain Cinder in detail</summary><br><b>
* Cinder is OpenStack Block Storage service
* It basically provides used with storage resources they can consume with other services such as Nova
* One of the most used implementations of storage supported by Cinder is LVM
* From user perspective this is transparent which means the user doesn't know where, behind the scenes, the storage is located or what type of storage is used
</b></details>
<details>
<summary>Describe Cinder's components</summary><br><b>
* cinder-api - receives API requests
* cinder-volume - manages attached block devices
* cinder-scheduler - responsible for storing volumes
</b></details>
#### OpenStack - Keystone
<details>
<summary>Can you describe the following concepts in regards to Keystone?
2021-08-13 08:23:50 +02:00
- Role
- Tenant/Project
- Service
- Endpoint
2021-08-17 07:03:09 +02:00
- Token
</summary><br><b>
2021-08-13 08:23:50 +02:00
- Role - A list of rights and privileges determining what a user or a project can perform
- Tenant/Project - Logical representation of a group of resources isolated from other groups of resources. It can be an account, organization, ...
- Service - An endpoint which the user can use for accessing different resources
- Endpoint - a network address which can be used to access a certain OpenStack service
- Token - Used for access resources while describing which resources can be accessed by using a scope
</b></details>
<details>
<summary>What are the properties of a service? In other words, how a service is identified?</summary><br><b>
Using:
2021-08-13 08:23:50 +02:00
- Name
- ID number
- Type
- Description
</b></details>
<details>
<summary>Explain the following:
2021-08-13 08:23:50 +02:00
- PublicURL
- InternalURL
- AdminURL</summary><br><b>
2021-08-13 08:23:50 +02:00
- PublicURL - Publicly accessible through public internet
- InternalURL - Used for communication between services
- AdminURL - Used for administrative management
</b></details>
<details>
<summary>What is a service catalog?</summary><br><b>
A list of services and their endpoints
</b></details>
#### OpenStack Advanced - Services
<details>
<summary>Describe each of the following services
* Swift
* Sahara
* Ironic
2020-04-08 17:35:28 +02:00
* Trove
* Aodh
2021-08-17 07:03:09 +02:00
* Ceilometer
</summary><br><b>
* Swift - highly available, distributed, eventually consistent object/blob store
* Sahara - Manage Hadoop Clusters
* Ironic - Bare Metal Provisioning
2020-04-08 17:35:28 +02:00
* Trove - Database as a service that runs on OpenStack
* Aodh - Alarms Service
* Ceilometer - Track and monitor usage
</b></details>
<details>
<summary>Identify the service/project used for each of the following:
2020-04-08 17:35:28 +02:00
* Database as a service which runs on OpenStack
* Bare Metal Provisioning
* Track and monitor usage
* Alarms Service
* Manage Hadoop Clusters
2021-08-17 07:03:09 +02:00
* highly available, distributed, eventually consistent object/blob store
</summary><br><b>
2020-04-08 17:35:28 +02:00
* Database as a service which runs on OpenStack - Trove
* Bare Metal Provisioning - Ironic
* Track and monitor usage - Ceilometer
* Alarms Service - Aodh
* Manage Hadoop Clusters
* Manage Hadoop Clusters - Sahara
* highly available, distributed, eventually consistent object/blob store - Swift
</b></details>
#### OpenStack Advanced - Keystone
<details>
<summary>Can you describe Keystone service in detail?</summary><br><b>
* You can't have OpenStack deployed without Keystone
* It Provides identity, policy and token services
* The authentication provided is for both users and services
* The authorization supported is token-based and user-based.
* There is a policy defined based on RBAC stored in a JSON file and each line in that file defines the level of access to apply
</b></details>
2019-12-06 13:49:46 +01:00
<details>
<summary>Describe Keystone architecture</summary><br><b>
* There is a service API and admin API through which Keystone gets requests
* Keystone has four backends:
* Token Backend - Temporary Tokens for users and services
* Policy Backend - Rules management and authorization
* Identity Backend - users and groups (either standalone DB, LDAP, ...)
* Catalog Backend - Endpoints
* It has pluggable environment where you can integrate with:
* LDAP
* KVS (Key Value Store)
* SQL
* PAM
* Memcached
2019-12-06 13:49:46 +01:00
</b></details>
<details>
<summary>Describe the Keystone authentication process</summary><br><b>
* Keystone gets a call/request and checks whether it's from an authorized user, using username, password and authURL
* Once confirmed, Keystone provides a token.
* A token contains a list of user's projects so there is no to authenticate every time and a token can submitted instead
</b></details>
#### OpenStack Advanced - Compute (Nova)
<details>
<summary>What each of the following does?:
* nova-api
* nova-compuate
* nova-conductor
* nova-cert
* nova-consoleauth
2021-08-17 07:03:09 +02:00
* nova-scheduler
</summary><br><b>
* nova-api - responsible for managing requests/calls
* nova-compute - responsible for managing instance lifecycle
* nova-conductor - Mediates between nova-compute and the database so nova-compute doesn't access it directly
</b></details>
<details>
<summary>What types of Nova proxies are you familiar with?</summary><br><b>
* Nova-novncproxy - Access through VNC connections
* Nova-spicehtml5proxy - Access through SPICE
* Nova-xvpvncproxy - Access through a VNC connection
</b></details>
#### OpenStack Advanced - Networking (Neutron)
<details>
<summary>Explain BGP dynamic routing</summary><br><b>
</b></details>
<details>
<summary>What is the role of network namespaces in OpenStack?</summary><br><b>
</b></details>
#### OpenStack Advanced - Horizon
<details>
<summary>Can you describe Horizon in detail?</summary><br><b>
* Django-based project focusing on providing an OpenStack dashboard and the ability to create additional customized dashboards
* You can use it to access the different OpenStack services resources - instances, images, networks, ...
* By accessing the dashboard, users can use it to list, create, remove and modify the different resources
* It's also highly customizable and you can modify or add to it based on your needs
</b></details>
<details>
<summary>What can you tell about Horizon architecture?</summary><br><b>
* API is backward compatible
* There are three type of dashboards: user, system and settings
* It provides core support for all OpenStack core projects such as Neutron, Nova, etc. (out of the box, no need to install extra packages or plugins)
* Anyone can extend the dashboards and add new components
* Horizon provides templates and core classes from which one can build its own dashboard
</b></details>
2019-12-06 13:49:46 +01:00
2019-10-21 20:50:38 +02:00
## Puppet
<details>
2020-03-06 09:57:43 +01:00
<summary>What is Puppet? How does it works?</summary><br><b>
2019-10-21 20:50:38 +02:00
</b></details>
<details>
<summary>Explain Puppet architecture</summary><br><b>
2019-10-22 10:39:22 +02:00
</b></details>
2019-10-21 20:50:38 +02:00
<details>
<summary>Can you compare Puppet to other configuration management tools? Why did you chose to use Puppet?</summary><br><b>
</b></details>
<details>
<summary>Explain the following:
* Module
* Manifest
* Node</summary><br><b>
</b></details>
<details>
<summary>Explain Facter</summary><br><b>
</b></details>
<details>
<summary>What is MCollective?</summary><br><b>
</b></details>
<details>
<summary>Do you have experience with writing modules? Which module have you created and for what?</summary><br><b>
</b></details>
<details>
<summary>Explain what is Hiera</summary><br><b>
</b></details>
2019-11-30 18:37:52 +01:00
## Elastic
<details>
2019-12-08 16:14:30 +01:00
<summary>What is the Elastic Stack?</summary><br><b>
2019-11-30 18:37:52 +01:00
The Elastic Stack consists of:
2019-12-08 16:14:30 +01:00
2019-11-30 18:37:52 +01:00
* Elasticsearch
* Kibana
* Logstash
* Beats
2020-02-19 08:00:45 +01:00
* Elastic Hadoop
2019-11-30 18:37:52 +01:00
* APM Server
2019-12-08 16:14:30 +01:00
2020-03-26 03:52:12 +01:00
Elasticserach, Logstash and Kibana are also known as the ELK stack.
</b></details>
<details>
<summary>Explain what is Elasticsearch</summary><br><b>
From the official [docs](https://www.elastic.co/guide/en/elasticsearch/reference/current/documents-indices.html):
"Elasticsearch is a distributed document store. Instead of storing information as rows of columnar data, Elasticsearch stores complex data structures that have been serialized as JSON documents"
</b></details>
<details>
<summary>What is Logstash?</summary><br><b>
From the [blog](https://logit.io/blog/post/the-top-50-elk-stack-and-elasticsearch-interview-questions):
"Logstash is a powerful, flexible pipeline that collects, enriches and transports data. It works as an extract, transform & load (ETL) tool for collecting log messages."
2019-11-30 18:37:52 +01:00
</b></details>
<details>
2020-03-26 03:52:12 +01:00
<summary>Explain what beats are</summary><br><b>
Beats are lightweight data shippers. These data shippers installed on the client where the data resides.
Examples of beats: Filebeat, Metricbeat, Auditbeat. There are much more.<br>
</b></details>
2019-12-08 16:14:30 +01:00
2020-03-26 03:52:12 +01:00
<details>
<summary>What is Kibana?</summary><br><b>
From the official docs:
"Kibana is an open source analytics and visualization platform designed to work with Elasticsearch. You use Kibana to search, view, and interact with data stored in Elasticsearch indices. You can easily perform advanced data analysis and visualize your data in a variety of charts, tables, and maps."
</b></details>
<details>
<summary>Describe what happens from the moment an app logged some information until it's displayed to the user in a dashboard when the Elastic stack is used</summary><br><b>
2020-03-26 03:52:12 +01:00
The process may vary based on the chosen architecture and the processing you may want to apply to the logs. One possible workflow is:
2019-12-08 16:14:30 +01:00
2020-02-19 08:00:45 +01:00
1. The data logged by the application is picked by filebeat and sent to logstash
2. Logstash process the log based on the defined filters. Once done, the output is sent to Elasticsearch
2. Elasticsearch stores the document it got and the document is indexed for quick future access
4. The user creates visualizations in Kibana which based on the indexed data
5. The user creates a dashboard which composed out of the visualization created in the previous step
2020-01-31 22:37:43 +01:00
</b></details>
2019-12-08 16:14:30 +01:00
##### Elasticsearch
<details>
2020-03-26 03:52:12 +01:00
<summary>What is a data node?</summary><br><b>
2019-12-08 16:14:30 +01:00
2020-03-26 03:52:12 +01:00
This is where data is stored and also where different processing takes place (e.g. when you search for a data).
</b></details>
2019-12-08 16:14:30 +01:00
2020-03-26 03:52:12 +01:00
<details>
<summary>What is a master node?</summary><br><b>
Par of a master node responsibilites:
* Track the status of all the nodes in the cluster
* Verify replicas are working and the data is available from every data node.
* No hot nodes (no data node that works much harder than other nodes)
While there can be multiple master nodes in reality only of them is the elected master node.
</b></details>
<details>
<summary>What is an ingest node?</summary><br><b>
A node which responsible for parsing the data. In case you don't use logstash then this node can recieve data from beats and parse it, similarly to how it can be parsed in Logstash.
</b></details>
<details>
<summary>What is Coordinating node?</summary><br><b>
A Coordinating node responsible for routing requests out and in to the cluser (data nodes).
</b></details>
<details>
<summary>How data is stored in elasticsearch?</summary><br><b>
* Data is stored in an index
* The index is spread across the cluster using shards
2019-11-30 18:37:52 +01:00
</b></details>
2019-12-01 15:52:49 +01:00
<details>
<summary>What is an Index?</summary><br><b>
Index in Elastic is in most cases compared to a whole database from the SQL/NoSQL world.<br>
You can choose to have one index to hold all the data of your app or have multiple indices where each index holds different type of your app (e.g. index for each service your app is running).
2019-12-08 16:14:30 +01:00
The official docs also offer a great explanation (in general, it's really good documentation, as every project should have):
"An index can be thought of as an optimized collection of documents and each document is a collection of fields, which are the key-value pairs that contain your data"
</b></details>
2020-03-26 03:52:12 +01:00
<details>
<summary>Explain Shards</summary><br><b>
An index is split into shards and documents are hashed to a particular shard. Each shard may be on a different node in a cluster and each one of the shards is a self contained index.<br>
This allows Elasticsearch to scale to an entire cluster of servers.
</b></details>
2019-12-08 16:14:30 +01:00
<details>
<summary>What is an Inverted Index?</summary><br><b>
From the official docs:
"An inverted index lists every unique word that appears in any document and identifies all of the documents each word occurs in."
2019-12-01 15:52:49 +01:00
</b></details>
<details>
<summary>What is a Document?</summary><br><b>
Continuing with the comparison to SQL/NoSQL a Document in Elastic is a row in table in the case of SQL or a document in a collection in the case of NoSQL.
As in NoSQL a Document is a JSON object which holds data on a unit in your app. What is this unit depends on the your app. If your app related to book then each document describes a book. If you are app is about shirts then each document is a shirt.
</b></details>
2020-03-06 09:57:43 +01:00
<details>
<summary>You check the health of your elasticsearch cluster and it's red. What does it mean? What can cause the status to be yellow instead of green?</summary><br><b>
Red means some data is unavailable.
Yellow can be caused by running single node cluster instead of multi-node.
</b></details>
2019-12-08 16:14:30 +01:00
<details>
<summary>True or False? Elasticsearch indexes all data in every field and each indexed field has the same data structure for unified and quick query ability</summary><br><b>
False.
From the official docs:
"Each indexed field has a dedicated, optimized data structure. For example, text fields are stored in inverted indices, and numeric and geo fields are stored in BKD trees."
</b></details>
2019-12-01 15:52:49 +01:00
<details>
<summary>What reserved fields a document has?</summary><br><b>
* _index
* _id
* _type
</b></details>
2019-12-01 16:19:12 +01:00
<details>
<summary>Explain Mapping</summary><br><b>
</b></details>
2019-12-08 16:14:30 +01:00
<details>
<summary>What are the advantages of defining your own mapping? (or: when would you use your own mapping?)</summary><br><b>
* You can optimize fields for partial matching
* You can define custom formats of known fields (e.g. date)
* You can perform language-specific analysis
</b></details>
2019-12-01 16:19:12 +01:00
<details>
<summary>Explain Replicas</summary><br><b>
In a network/cloud environment where failures can be expected any time, it is very useful and highly recommended to have a failover mechanism in case a shard/node somehow goes offline or disappears for whatever reason.
To this end, Elasticsearch allows you to make one or more copies of your indexā€™s shards into what are called replica shards, or replicas for short.
2019-12-01 16:19:12 +01:00
</b></details>
2019-12-23 17:37:33 +01:00
<details>
<summary>Can you explain Term Frequency & Document Frequency?</summary><br><b>
Term Frequency is how often a term appears in a given document and Document Frequency is how often a term appears in all documents. They both are used for determining the relevance of a term by calculating Term Frequency / Document Frequency.
</b></details>
2020-02-19 08:00:45 +01:00
<details>
<summary>You check "Current Phase" under "Index lifecycle management" and you see it's set to "hot". What does it mean?</summary><br><b>
"The index is actively being written to".
More about the phases [here](https://www.elastic.co/guide/en/elasticsearch/reference/7.6/ilm-policy-definition.html)
</b></details>
2020-03-06 09:57:43 +01:00
<details>
<summary>What this command does? <code>curl -X PUT "localhost:9200/customer/_doc/1?pretty" -H 'Content-Type: application/json' -d'{ "name": "John Doe" }'</code></summary><br><b>
It creates customer index if it doesn't exists and adds a new document with the field name which is set to "John Dow". Also, if it's the first document it will get the ID 1.
</b></details>
<details>
<summary>What will happen if you run the previous command twice? What about running it 100 times?</code></summary><br><b>
1. If name value was different then it would update "name" to the new value
2. In any case, it bumps version field by one
</b></details>
<details>
<summary>What is the Bulk API? What would you use it for?</code></summary><br><b>
Bulk API is used when you need to index multiple documents. For high number of documents it would be significantly faster to use rather than individual requests since there are less network roundtrips.
</b></details>
2019-12-05 20:22:27 +01:00
##### Query DSL
2019-12-01 16:19:12 +01:00
<details>
<summary>Explain Elasticsearch query syntax (Booleans, Fields, Ranges)</summary><br><b>
</b></details>
2019-12-05 20:22:27 +01:00
<details>
<summary>Explain what is Relevance Score</summary><br><b>
</b></details>
<details>
<summary>Explain Query Context and Filter Context</summary><br><b>
From the official docs:
"In the query context, a query clause answers the question ā€œHow well does this document match this query clause?ā€ Besides deciding whether or not the document matches, the query clause also calculates a relevance score in the _score meta-field."
"In a filter context, a query clause answers the question ā€œDoes this document match this query clause?ā€ The answer is a simple Yes or Noā€‰ā€”ā€‰no scores are calculated. Filter context is mostly used for filtering structured data"
</b></details>
2020-09-02 01:01:08 +02:00
<details>
<summary>Describe how would an architecture of production environment with large amounts of data would be different from a small-scale environment</summary><br><b>
There are several possible answers for this question. One of them is as follows:
A small-scale architecture of elastic will consist of the elastic stack as it is. This means we will have beats, logstash, elastcsearch and kibana.<br>
A production environment with large amounts of data can include some kind of buffering component (e.g. Reddis or RabbitMQ) and also security component such as Nginx.
</b></details>
2019-12-05 20:22:27 +01:00
##### Logstash
2019-12-01 16:19:12 +01:00
<details>
<summary>What are Logstash plugins? What plugins types are there?</summary><br><b>
* Input Plugins - how to collect data from different sources
* Filter Plugins - processing data
* Output Plugins - push data to different outputs/services/platforms
</b></details>
<details>
2020-02-19 08:00:45 +01:00
<summary>What is grok?</summary><br><b>
A logstash plugin which modifies information in one format and immerse it in another.
</b></details>
<details>
<summary>How grok works?</summary><br><b>
</b></details>
<details>
<summary>What grok patterns are you familiar with?</summary><br><b>
</b></details>
<details>
<summary>What is `_grokparsefailure?`</summary><br><b>
</b></details>
<details>
<summary>How do you test or debug grok patterns?</summary><br><b>
</b></details>
<details>
<summary>What are Logstash Codecs? What codecs are there?</summary><br><b>
2019-12-01 16:19:12 +01:00
</b></details>
##### Kibana
2019-12-05 20:22:27 +01:00
<details>
2020-03-26 03:52:12 +01:00
<summary>What can you find under "Discover" in Kibana?</summary><br><b>
2019-12-05 20:22:27 +01:00
2020-03-26 03:52:12 +01:00
The raw data as it is stored in the index. You can search and filter it.
2019-12-05 20:22:27 +01:00
</b></details>
2020-02-03 22:25:45 +01:00
<details>
<summary>You see in Kibana, after clicking on Discover, "561 hits". What does it mean?</summary><br><b>
Total number of documents matching the search results. If not query used then simply the total number of documents.
</b></details>
2020-03-26 03:52:12 +01:00
<details>
<summary>What can you find under "Visualize"?</summary><br><b>
"Visualize" is where you can create visual representations for your data (pie charts, graphs, ...)
</b></details>
2019-12-01 16:19:12 +01:00
<details>
<summary>What visualization types are supported/included in Kibana?</summary><br><b>
</b></details>
<details>
2019-12-05 20:22:27 +01:00
<summary>What visualization type would you use for statistical outliers</summary><br><b>
</b></details>
<details>
<summary>Describe in detail how do you create a dashboard in Kibana</summary><br><b>
2019-12-01 16:19:12 +01:00
</b></details>
2020-09-02 01:01:08 +02:00
#### Filebeat
2019-12-01 16:19:12 +01:00
<details>
<summary>What is Filebeat?</summary><br><b>
</b></details>
2020-02-19 08:00:45 +01:00
<details>
<summary>If one is using ELK, is it a must to also use filebeat? In what scenarios it's useful to use filebeat?</summary><br><b>
</b></details>
2020-02-12 15:08:08 +01:00
<details>
2020-09-02 01:01:08 +02:00
<summary>What is a harvester?</summary><br><b>
Read [here](https://www.elastic.co/guide/en/beats/filebeat/current/how-filebeat-works.html#harvester)
2020-02-12 15:08:08 +01:00
</b></details>
2019-11-30 18:37:52 +01:00
<details>
2020-09-02 01:01:08 +02:00
<summary>True or False? a single harvester harvest multiple files, according to the limits set in filebeat.yml</summary><br><b>
2019-11-30 18:37:52 +01:00
2020-09-02 01:01:08 +02:00
False. One harvester harvests one file.
</b></details>
2019-11-30 18:37:52 +01:00
2020-09-02 01:01:08 +02:00
<details>
<summary>What are filebeat modules?</summary><br><b>
2019-11-30 18:37:52 +01:00
</b></details>
#### Elastic Stack
<details>
<summary>How do you secure an Elastic Stack?</summary><br><b>
You can generate certificates with the provided elastic utils and change configuration to enable security using certificates model.
</b></details>
2019-12-13 18:40:00 +01:00
## Distributed
<details>
2019-12-23 17:37:33 +01:00
<summary>Explain Distributed Computing (or Distributed System)</summary><br><b>
According to Martin Kleppmann:
"Many processes running on many machines...only message-passing via an unreliable network with variable delays, and the system may suffer from partial failures, unreliable clocks, and process pauses."
2020-02-19 08:00:45 +01:00
Another definition: "Systems that are physically separated, but logically connected"
</b></details>
<details>
<summary>What can cause a system to fail?</summary><br><b>
* Network
* CPU
* Memory
* Disk
2019-12-13 18:40:00 +01:00
</b></details>
<details>
2019-12-23 17:37:33 +01:00
<summary>Do you know what is "CAP theorem"? (aka as Brewer's theorem)</summary><br><b>
2019-12-13 18:40:00 +01:00
According to the CAP theorem, it's not possible for a distributed data store to provide more than two of the following at the same time:
* Availability: Every request receives a response (it doesn't has to be the most recent data)
* Consistency: Every request receives a response with the latest/most recent data
* Partition tolerance: Even if some the data is lost/dropped, the system keeps running
2019-12-13 18:40:00 +01:00
</b></details>
2020-02-19 08:00:45 +01:00
<details>
<summary>What are the problems with the following design? How to improve it?<br>
<img src="images/distributed/distributed_design_standby.png" width="500x;" height="350px;"/>
</summary><br><b>
1. The transition can take time. In other words, noticeable downtime.
2. Standby server is a waste of resources - if first application server is running then the standby does nothing
</b></details>
<details>
<summary>What are the problems with the following design? How to improve it?<br>
<img src="images/distributed/distributed_design_lb.png" width="700x;" height="350px;"/>
</summary><br><b>
Issues:
If load balancer dies , we lose the ability to communicate with the application.
Ways to improve:
* Add another load balancer
* Use DNS A record for both load balancers
* Use message queue
</b></details>
2019-12-23 17:37:33 +01:00
<details>
<summary>What is "Shared-Nothing" architecture?</summary><br><b>
It's an architecture in which data is and retrieved from a single, non-shared, source usually exclusively connected to one node as opposed to architectures where the request can get to one of many nodes and the data will be retrieved from one shared location (storage, memory, ...).
</b></details>
2020-02-19 08:00:45 +01:00
<details>
2020-03-06 09:57:43 +01:00
<summary>Explain the Sidecar Pattern (Or sidecar proxy)</summary><br><b>
2020-02-19 08:00:45 +01:00
</b></details>
## Misc
2019-10-25 15:01:43 +02:00
|Name|Topic|Objective & Instructions|Solution|Comments|
|--------|--------|------|----|----|
| Highly Available "Hello World" | [Exercise](exercises/devops/ha_hello_world.md) | [Solution](exercises/devops/solutions/ha_hello_world.md)
2020-03-26 03:52:12 +01:00
<details>
2021-08-13 08:23:50 +02:00
<summary>What happens when you type in a URL in an address bar in a browser?</summary><br><b>
1. The browser searches for the record of the domain name IP address in the DNS in the following order:
* Browser cache
* Operating system cache
* The DNS server configured on the user's system (can be ISP DNS, public DNS, ...)
2. If it couldn't find a DNS record locally, a full DNS resolution is started.
3. It connects to the server using the TCP protocol
4. The browser sends an HTTP request to the server
5. The server sends an HTTP response back to the browser
6. The browser renders the response (e.g. HTML)
7. The browser then sends subsequent requests as needed to the server to get the embedded links, javascript, images in the HTML and then steps 3 to 5 are repeated.
TODO: add more details!
2020-03-26 03:52:12 +01:00
</b></details>
#### API
2020-02-03 22:25:45 +01:00
<details>
<summary>Explain what is an API</summary><br><b>
2020-02-03 22:25:45 +01:00
I like this definition from [blog.christianposta.com](https://blog.christianposta.com/microservices/api-gateways-are-going-through-an-identity-crisis):
2020-02-03 22:25:45 +01:00
"An explicitly and purposefully defined interface designed to be invoked over a network that enables software developers to get programmatic access to data and functionality within an organization in a controlled and comfortable way."
</b></details>
<details>
<summary>What is an API specification?</summary><br><b>
From [swagger.io](https://swagger.io/resources/articles/difference-between-api-documentation-specification):
"An API specification provides a broad understanding of how an API behaves and how the API links with other APIs. It explains how the API functions and the results to expect when using the API"
</b></details>
<details>
<summary>True or False? API Definition is the same as API Specification</summary><br><b>
False. From [swagger.io](https://swagger.io/resources/articles/difference-between-api-documentation-specification):
"An API definition is similar to an API specification in that it provides an understanding of how an API is organized and how the API functions. But the API definition is aimed at machine consumption instead of human consumption of APIs."
</b></details>
<details>
<summary>What is a Payload in API?</summary><br><b>
</b></details>
<details>
<summary>What is Automation? How it's related or different from Orchestration?</summary><br><b>
Automation is the act of automating tasks to reduce human intervention or interaction in regards to IT technology and systems.<br>
While automation focuses on a task level, Orchestration is the process of automating processes and/or workflows which consists of multiple tasks that usually across multiple systems.
</b></details>
2020-08-06 04:17:34 +02:00
<details>
<summary>Tell me about interesting bugs you've found and also fixed</summary><br><b>
</b></details>
2020-07-30 02:23:42 +02:00
<details>
<summary>What is a Debuggger and how it works?</summary><br><b>
</b></details>
<details>
<summary>What services an application might have?</summary><br><b>
* Authorization
* Logging
* Authentication
* Ordering
* Front-end
* Back-end
...
</b></details>
2020-12-16 21:05:01 +01:00
<details>
<summary>What is Metadata?</summary><br><b>
Data about data. Basically, it describes the type of information that an underlying data will hold.
</b></details>
2020-02-19 08:00:45 +01:00
<details>
2021-01-24 01:05:01 +01:00
<summary>You can use one of the following formats: JSON, YAML, XML. Which one would you use? Why?</summary><br><b>
I can't answer this for you :)
2020-02-19 08:00:45 +01:00
</b></details>
2021-09-28 22:33:38 +02:00
<details>
<summary>What's KPI?</summary><br><b>
</b></details>
<details>
<summary>What's OKR?</summary><br><b>
</b></details>
<details>
<summary>What's the difference between KPI and OKR?</summary><br><b>
</b></details>
2021-01-24 01:05:01 +01:00
#### YAML
2020-02-19 08:00:45 +01:00
<details>
2021-01-24 01:05:01 +01:00
<summary>What is YAML?</summary><br><b>
Data serialization language used by many technologies today like Kubernetes, Ansible, etc.
2020-02-19 08:00:45 +01:00
</b></details>
<details>
2021-01-24 01:05:01 +01:00
<summary>True or False? Any valid JSON file is also a valid YAML file</summary><br><b>
True. Because YAML is superset of JSON.
2020-02-19 08:00:45 +01:00
</b></details>
<details>
2021-01-24 01:05:01 +01:00
<summary>What is the format of the following data?
2020-02-19 08:00:45 +01:00
2021-01-24 01:05:01 +01:00
```
{
applications: [
{
name: "my_app",
language: "python",
version: 20.17
}
]
}
```
</summary><br><b>
JSON
2020-02-19 08:00:45 +01:00
</b></details>
<details>
2021-01-24 01:05:01 +01:00
<summary>What is the format of the following data?
2020-02-19 08:00:45 +01:00
2021-01-24 01:05:01 +01:00
```
applications:
- app: "my_app"
language: "python"
version: 20.17
```
</summary><br><b>
YAML
2020-02-19 08:00:45 +01:00
</b></details>
<details>
2021-01-24 01:05:01 +01:00
<summary>How to write a multi-line string with YAML? What use cases is it good for?</summary><br><b>
2020-02-19 08:00:45 +01:00
2021-01-24 01:05:01 +01:00
```
someMultiLineString: |
look mama
I can write a multi-line string
I love YAML
```
It's good for use cases like writing a shell script where each line of the script is a different command.
</b></details>
<details>
<summary>What is the difference between <code>someMultiLineString: |</code> to <code>someMultiLineString: ></code>?</summary><br><b>
using `>` will make the multi-line string to fold into a single line
```
someMultiLineString: >
This is actually
a single line
do not let appearances fool you
```
</b></details>
<details>
<summary>What are placeholders in YAML?</summary><br><b>
They allow you reference values instead of directly writing them and it is used like this:
```
username: {{ my.user_name }}
```
</b></details>
<details>
<summary>How can you define multiple YAML components in one file?</summary><br><b>
Using this: `---`
For Examples:
```
document_number: 1
---
document_number: 2
```
2020-02-19 08:00:45 +01:00
</b></details>
2021-11-07 16:54:06 +01:00
#### Firmware
<details>
<summary>Explain what is a firmware</summary><br><b>
[Wikipedia](https://en.wikipedia.org/wiki/Firmware): "In computing, firmware is a specific class of computer software that provides the low-level control for a device's specific hardware. Firmware, such as the BIOS of a personal computer, may contain basic functions of a device, and may provide hardware abstraction services to higher-level software such as operating systems."
</b></details>
2021-09-12 08:21:32 +02:00
#### Customers and Service Providers
<details>
<summary>What is SLO (service-level objective)?</summary><br><b>
</b></details>
<details>
<summary>What is SLA (service-level agreement)?</summary><br><b>
</b></details>
## Jira
2020-02-03 22:25:45 +01:00
<details>
<summary>Explain/Demonstrate the following types in Jira:
* Epic
* Story
* Task</summary><br><b>
</b></details>
<details>
<summary>What is a project in Jira?</summary><br><b>
</b></details>
2021-09-12 08:21:32 +02:00
## Kafka
2020-02-28 21:32:12 +01:00
<details>
<summary>What is Kafka?</summary><br><b>
</b></details>
<details>
<summary>In Kafka, how to automatically balance brokers leadership of partitions in a cluster?
* Enable auto leader election and reduce the imbalance
percentage ratio
* Manually rebalance by using kafkat
* Configure group.initial.rebalance.delay.ms to 3000
* All of the above
</summary><br><b>
</b></details>
2021-09-12 08:21:32 +02:00
## Cassandra
2020-02-28 21:32:12 +01:00
<details>
<summary>When running a cassandra cluster, how often do you need to run nodetool repair in order to keep the cluster consistent?
* Within the columnFamily GC-grace Once a week
* Less than the compacted partition minimum bytes
* Depended on the compaction strategy
</summary><br><b>
</b></details>
2021-09-12 08:21:32 +02:00
## HTTP
2019-12-21 20:31:11 +01:00
2019-12-19 11:47:55 +01:00
<details>
<summary>What is HTTP?</summary><br><b>
</b></details>
<details>
<summary>Describe HTTP request lifecycle</summary><br><b>
* Resolve host by request to DNS resolver
* Client SYN
* Server SYN+ACK
* Client SYN
* HTTP request
* HTTP response
</b></details>
<details>
<summary>True or False? HTTP is stateful</summary><br><b>
False. It doesn't maintain state for incoming request.
2019-12-19 11:47:55 +01:00
</b></details>
<details>
<summary>How HTTP request looks like?</summary><br><b>
It consists of:
2019-12-19 11:47:55 +01:00
* Request line - request type
* Headers - content info like length, enconding, etc.
* Body (not always included)
</b></details>
<details>
<summary>What HTTP method types are there?</summary><br><b>
* GET
* POST
* HEAD
* PUT
* DELETE
* CONNECT
* OPTIONS
* TRACE
</b></details>
<details>
<summary>What HTTP response codes are there?</summary><br><b>
* 1xx - informational
* 2xx - Success
* 3xx - Redirect
* 4xx - Error, client fault
* 5xx - Error, server fault
</b></details>
<details>
<summary>What is HTTPS?</summary><br><b>
</b></details>
2019-12-19 12:57:31 +01:00
<details>
<summary>Explain HTTP Cookies</summary><br><b>
HTTP is stateless. To share state, we can use Cookies.
TODO: explain what is actually a Cookie
</b></details>
2019-12-19 14:59:58 +01:00
<details>
<summary>What is HTTP Pipelining?</summary><br><b>
2019-12-19 14:59:58 +01:00
</b></details>
<details>
<summary>You get "504 Gateway Timeout" error from an HTTP server. What does it mean?</summary><br><b>
The server didn't receive a response from another server it communicates with in a timely manner.
</b></details>
2019-12-19 14:59:58 +01:00
<details>
<summary>What is a proxy?</summary><br><b>
2019-12-19 14:59:58 +01:00
</b></details>
<details>
<summary>What is a reverse proxy?</summary><br><b>
2019-12-19 14:59:58 +01:00
</b></details>
<details>
<summary>What is CDN?</summary><br><b>
2019-12-19 14:59:58 +01:00
</b></details>
2019-12-19 11:47:55 +01:00
<details>
<summary>When you publish a project, you usually publish it with a license. What types of licenses are you familiar with and which one do you prefer to use?</summary><br><b>
</b></details>
2021-05-18 09:47:27 +02:00
#### Load Balancers
2019-12-22 22:53:52 +01:00
<details>
<summary>What is a load balancer?</summary><br><b>
2021-05-18 09:47:27 +02:00
A load balancer accepts (or denies) incoming network traffic from a client, and based on some criteria (application related, network, etc.) it distributes those communications out to servers (at least one).
</b></details>
<details>
<summary>Why to used a load balancer?</summary><br><b>
2021-05-18 09:47:27 +02:00
* Scalability - using a load balancer, you can possibly add more servers in the backend to handle more requests/traffic from the clients, as opposed to using one server.
* Redundancy - if one server in the backend dies, the load balancer will keep forwarding the traffic/requests to the second server so users won't even notice one of the servers in the backend is down.
2019-12-22 22:53:52 +01:00
</b></details>
<details>
2021-02-28 22:10:06 +01:00
<summary>What load balancer techniques/algorithms are you familiar with?</summary><br><b>
* Round Robin
* Weighted Round Robin
* Least Connection
* Weighted Least Connection
* Resource Based
* Fixed Weighting
* Weighted Response Time
* Source IP Hash
* URL Hash
2019-12-22 22:53:52 +01:00
</b></details>
<details>
<summary>What are the drawbacks of round robin algorithm in load balancing?</summary><br><b>
* A simple round robin algorithm knows nothing about the load and the spec of each server it forwards the requests to. It is possible, that multiple heavy workloads requests will get to the same server while other servers will got only lightweight requests which will result in one server doing most of the work, maybe even crashing at some point because it unable to handle all the heavy workloads requests by its own.
* Each request from the client creates a whole new session. This might be a problem for certain scenarios where you would like to perform multiple operations where the server has to know about the result of operation so basically, being sort of aware of the history it has with the client. In round robin, first request might hit server X, while second request might hit server Y and ask to continue processing the data that was processed on server X already.
</b></details>
2019-12-22 22:53:52 +01:00
<details>
<summary>What is an Application Load Balancer?</summary><br><b>
</b></details>
2021-05-18 09:47:27 +02:00
<details>
<summary>In which scenarios would you use ALB?</summary><br><b>
</b></details>
2021-02-20 01:25:40 +01:00
<details>
<summary>At what layers a load balancer can operate?</summary><br><b>
L4 and L7
</b></details>
<details>
<summary>Can you perform load balancing without using a dedicated load balancer instance?</summary><br><b>
Yes, you can use DNS for performing load balancing.
</b></details>
2020-02-19 08:00:45 +01:00
<details>
<summary>What is DNS load balancing? What its advantages? When would you use it?</summary><br><b>
</b></details>
#### Load Balancers - Sticky Sessions
<details>
2021-02-20 01:25:40 +01:00
<summary>What are sticky sessions? What are their pros and cons?</summary><br><b>
Recommended read:
* [Red Hat Article](https://access.redhat.com/solutions/900933)
Cons:
* Can cause uneven load on instance (since requests routed to the same instances)
Pros:
* Ensures in-proc sessions are not lost when a new request is created
</b></details>
<details>
<summary>Name one use case for using sticky sessions</summary><br><b>
You would like to make sure the user doesn't lose the current session data.
</b></details>
<details>
<summary>What sticky sessions use for enabling the "stickiness"?</summary><br><b>
Cookies. There are application based cookies and duration based cookies.
</b></details>
<details>
<summary>Explain application-based cookies</summary><br><b>
* Generated by the application and/or the load balancer
* Usually allows to include custom data
</b></details>
<details>
<summary>Explain duration-based cookies</summary><br><b>
* Generated by the load balancer
* Session is not sticky anymore once the duration elapsed
</b></details>
#### Load Balancers - Load Balancing Algorithms
2020-09-03 14:26:32 +02:00
<details>
2021-02-28 22:10:06 +01:00
<summary>Explain each of the following load balancing techniques
2020-09-03 14:26:32 +02:00
* Round Robin
2021-02-28 22:10:06 +01:00
* Weighted Round Robin
2020-09-03 14:26:32 +02:00
* Least Connection
2021-02-28 22:10:06 +01:00
* Weighted Least Connection
* Resource Based
* Fixed Weighting
* Weighted Response Time
* Source IP Hash
* URL Hash
</summary><br><b>
2020-09-03 14:26:32 +02:00
</b></details>
2020-12-12 10:46:40 +01:00
<details>
<summary>Explain use case for connection draining?</summary><br><b>
To ensure that a Classic Load Balancer stops sending requests to instances that are de-registering or unhealthy, while keeping the existing connections open, use connection draining. This enables the load balancer to complete in-flight requests made to instances that are de-registering or unhealthy.
The maximum timeout value can be set between 1 and 3,600 seconds on both GCP and AWS.
</b></details>
#### Licenses
<details>
<summary>Are you familiar with "Creative Commons"? What do you know about it?</summary><br><b>
</b></details>
2020-04-11 07:01:04 +02:00
<details>
<summary>Explain the differences between copyleft and permissive licenses</summary><br><b>
In Copyleft, any derivative work must use the same licensing while in permissive licensing there are no such condition. GPL-3 is an example of copyleft license while BSD is an example of permissive license.
</b></details>
2019-12-24 21:31:23 +01:00
#### Random
2019-12-23 17:37:33 +01:00
<details>
<summary>How a search engine works?</summary><br><b>
</b></details>
2020-06-15 08:41:32 +02:00
<details>
<summary>How auto completion works?</summary><br><b>
</b></details>
2019-12-24 21:31:23 +01:00
<details>
<summary>What is faster than RAM?</summary><br><b>
CPU cache.
[Source](https://www.enterprisestorageforum.com/hardware/cache-memory/)
2019-12-24 21:31:23 +01:00
</b></details>
2020-01-12 19:18:40 +01:00
<details>
<summary>What is a memory leak?</summary><br><b>
</b></details>
2020-01-10 01:11:02 +01:00
<details>
<summary>What is your favorite protocol?</summary><br><b>
SSH
HTTP
DHCP
DNS
...
</b></details>
<details>
<summary>What is Cache API?</summary><br><b>
</b></details>
2020-01-06 23:25:32 +01:00
<details>
<summary>What is the C10K problem? Is it relevant today?</summary><br><b>
https://idiallo.com/blog/c10k-2016
</b></details>
2021-10-24 10:06:32 +02:00
## Storage
2021-10-28 07:50:35 +02:00
<details>
<summary>What types of storage formats are there?</summary><br><b>
* File
* Block
* Object
</b></details>
2021-10-24 10:06:32 +02:00
<details>
<summary>What types of storage devices are there?</summary><br><b>
</b></details>
2021-11-19 09:42:11 +01:00
<details>
<summary>Explain IOPS</summary><br><b>
</b></details>
<details>
<summary>Explain storage throughput</summary><br><b>
</b></details>
2021-10-24 10:06:32 +02:00
<details>
<summary>What is a filesystem?</summary><br><b>
</b></details>
<details>
<summary>Explain Dark Data</summary><br><b>
</b></details>
2019-12-19 11:47:55 +01:00
## HR
2020-04-12 18:25:24 +02:00
These are not DevOps related questions as you probably noticed, but since they are part of the DevOps interview process I've decided it might be good to keep them
2019-10-25 15:01:43 +02:00
<details>
<summary>Tell us little bit about yourself</summary><br><b>
</b></details>
<details>
<summary>Tell me about your last big project/task you worked on</summary><br><b>
</b></details>
2019-10-21 13:19:03 +02:00
2019-12-02 14:49:58 +01:00
<details>
<summary>What was most challenging part in the project you worked on?</summary><br><b>
</b></details>
<details>
<summary>How did you hear about us?</summary><br><b>
Tell them how did you hear about them :D
2019-12-11 07:50:33 +01:00
Relax, there is no wrong or right answer here...I think.
2019-12-02 14:49:58 +01:00
</b></details>
2019-12-04 22:28:55 +01:00
<details>
2021-08-13 08:23:50 +02:00
<summary>How would you describe a good leadership?</summary><br><b>
</b></details>
<details>
<summary>Describe yourself in one word</summary><br><b>
2019-12-04 22:28:55 +01:00
</b></details>
<details>
<summary>Tell me about a time where you didn't agree on an implementation</summary><br><b>
</b></details>
<details>
<summary>How do you deal with a situation where key stakeholders are not around and a big decision needs to be made? </summary><br><b>
</b></details>
2019-12-24 21:31:23 +01:00
<details>
<summary>Where do you see yourself 5 years down the line?</summary><br><b>
2019-12-24 21:31:23 +01:00
</b></details>
2019-12-04 22:28:55 +01:00
<details>
2020-04-12 18:25:24 +02:00
<summary>Give an example of a time when you were able to change the view of a team about a particular tool/project/technology</summary><br><b>
2019-12-04 22:28:55 +01:00
</b></details>
<details>
<summary>Have you ever caused a service outage? (or broke a working project, tool, ...?)</summary><br><b>
2019-12-11 07:50:33 +01:00
2019-12-21 20:31:11 +01:00
If you worked in this area for more than 5 years it's hard to imagine the answer would be no. It also doesn't have to be big service outage. Maybe you merged some code that broke a project or its tests. Simply focus on what you learned from such experience.
2019-12-04 22:28:55 +01:00
</b></details>
<details>
<summary>Rank the following in order 1 to 5, where 1 is most important: salaray, benefits, career, team/people, work life balance</summary><br><b>
2019-12-11 07:50:33 +01:00
You know best your order just have a good thought if you really want to put salary in top or bottom....
2019-12-04 22:28:55 +01:00
</b></details>
<details>
<summary>You have three important tasks scheduled for today. One is for your boss, second for a colleague who is also a friend, third is for a customer. All tasks are equally important. What do you do first?</summary><br><b>
</b></details>
<details>
<summary>You have a colleague you donā€˜t get along with. Tell us some strategies how you create a good work relationship with them anyway.</summary><br><b>
2019-12-11 07:50:33 +01:00
Bad answer: I don't.
Better answer: Every person has strengths and weaknesses. This is true also for colleagues I don't have good work relationship with and this is what helps me to create good work relationship with them. If I am able to highlight or recognize their strengths I'm able to focus mainly on that when communicating with them.
2019-12-04 22:28:55 +01:00
</b></details>
<details>
<summary>What do you love about your work?</summary><br><b>
2019-12-11 07:50:33 +01:00
You know the best, but some ideas if you find it hard to express yourself:
* Diversity
* Complexity
* Challenging
* Communication with several different teams
2019-12-04 22:28:55 +01:00
</b></details>
2019-12-13 19:16:00 +01:00
<details>
<summary>What are your responsibilities in your current position?</summary><br><b>
You know the best :)
</b></details>
2019-12-04 22:28:55 +01:00
<details>
<summary>Why should we hire you for the role?</summary><br><b>
2019-12-11 07:50:33 +01:00
You can use and elaborate on one or all of the following:
* Passion
* Motivation
2019-12-11 07:50:33 +01:00
* Autodidact
* Creativity (be able to support it with some actual examples)
2019-12-04 22:28:55 +01:00
</b></details>
2020-08-16 20:11:13 +02:00
#### Pointless Questions
<details>
<summary>Why do you want to work here?</summary><br><b>
</b></details>
<details>
<summary>Why are you looking to leave your current place?</summary><br><b>
</b></details>
<details>
<summary>What are your strengths and weaknesses?</summary><br><b>
</b></details>
<details>
<summary>Where do you see yourself in five years?</summary><br><b>
</b></details>
2020-01-10 01:11:02 +01:00
#### Team Lead
<details>
<summary>How would you improve productivity in your team?</summary><br><b>
</b></details>
## Questions you CAN ask
2020-01-06 23:25:32 +01:00
<a name="questions-you-ask"></a>
A list of questions you as a candidate can ask the interviewer during or after the interview.
2019-12-11 07:50:33 +01:00
These are only a suggestion, use them carefully. Not every interviewer will be able to answer these (or happy to) which should be perhaps a red flag warning for your regarding working in such place but that's really up to you.
<details>
<summary>What do you like about working here?</summary><br><b>
</b></details>
<details>
<summary>How does the company promote personal growth?</summary><br><b>
</b></details>
<details>
<summary>What is the current level of technical debt you are dealing with?</summary><br><b>
Be careful when asking this question - all companies, regardless of size, have some level of tech debt.
Phrase the question in the light that all companies have the deal with this, but you want to see the current
pain points they are dealing with <br>
This is a great way to figure how managers deal with unplanned work, and how good they are at
setting expectations with projects.
</b></details>
2020-02-12 15:08:08 +01:00
<details>
<summary>Why I should NOT join you? (or 'what you don't like about working here?')</summary><br><b>
</b></details>
<details>
<summary>What was your favorite project you've worked on?</summary><br><b>
This can give you insights in some of the cool projects a company is working on, and if
you would enjoy working on projects like these. This is also a good way to see if
the managers are allowing employees to learn and grow with projects outside of the
normal work you'd do.
</b></details>
<details>
<summary>If you could change one thing about your day to day, what would it be?</summary><br><b>
Similar to the tech debt question, this helps you identify any pain points with the company.
Additionally, it can be a great way to show how you'd be an asset to the team.<br>
For Example, if they mention they have problem X, and you've solved that in the past,
you can show how you'd be able to mitigate that problem.
</b></details>
2019-12-04 22:28:55 +01:00
<details>
<summary>Let's say that we agree and you hire me to this position, after X months, what do you expect that I have achieved?</summary><br><b>
2019-12-11 07:50:33 +01:00
Not only this will tell you what is expected from you, it will also provide big hint on the type of work you are going to do in the first months of your job.
2019-12-04 22:28:55 +01:00
</b></details>
2020-01-14 10:35:25 +01:00
## Testing
2020-02-28 21:32:12 +01:00
<details>
<summary>Explain white-box testing</summary><br><b>
</b></details>
<details>
<summary>Explain black-box testing</summary><br><b>
</b></details>
2020-01-14 10:35:25 +01:00
<details>
2020-02-19 08:00:45 +01:00
<summary>What are unit tests?</summary><br><b>
2020-01-14 10:35:25 +01:00
</b></details>
<details>
2020-02-19 08:00:45 +01:00
<summary>What types of tests would you run to test a web application?</summary><br><b>
2020-01-14 10:35:25 +01:00
</b></details>
<details>
<summary>Explain test harness?</summary><br><b>
</b></details>
<details>
<summary>What is A/B testing?</summary><br><b>
</b></details>
<details>
<summary>What is network simulation and how do you perform it?</summary><br><b>
</b></details>
<details>
<summary>What types of performances tests are you familiar with?</summary><br><b>
</b></details>
<details>
<summary>Explain the following types of tests:
* Load Testing
* Stress Testing
* Capacity Testing
* Volume Testing
* Endurance Testing
</summary><br><b>
</b></details>
2020-01-12 19:18:40 +01:00
## Databases
|Name|Topic|Objective & Instructions|Solution|Comments|
|--------|--------|------|----|----|
| Message Board Tables | Relational DB Tables | [Exercise](exercises/databases/table_for_message_board_system.md) | [Solution](exercises/databases/solutions/table_for_message_board_system.md)
<details>
<summary>What is a relational database?</summary><br><b>
* Data Storage: system to store data in tables
* SQL: programming language to manage relational databases
* Data Definition Language: a standard syntax to create, alter and delete tables
</b></details>
2021-08-13 08:23:50 +02:00
<details>
<summary>What does it mean when a database is ACID compliant?</summary><br>
ACID stands for Atomicity, Consistency, Isolation, Durability. In order to be ACID compliant, the database much meet each of the four criteria
**Atomicity** - When a change occurs to the database, it should either succeed or fail as a whole.
For example, if you were to update a table, the update should completely execute. If it only partially executes, the
update is considered failed as a whole, and will not go through - the DB will revert back to it's original
state before the update occurred. It should also be mentioned that Atomicity ensures that each
transaction is completed as it's own stand alone "unit" - if any part fails, the whole statement fails.
**Consistency** - any change made to the database should bring it from one valid state into the next.
For example, if you make a change to the DB, it shouldn't corrupt it. Consistency is upheld by checks and constraints that
are pre-defined in the DB. For example, if you tried to change a value from a string to an int when the column
should be of datatype string, a consistent DB would not allow this transaction to go through, and the action would
not be executed
**Isolation** - this ensures that a database will never be seen "mid-update" - as multiple transactions are running at
the same time, it should still leave the DB in the same state as if the transactions were being run sequentially.
For example, let's say that 20 other people were making changes to the database at the same time. At the
time you executed your query, 15 of the 20 changes had gone through, but 5 were still in progress. You should
only see the 15 changes that had completed - you wouldn't see the database mid-update as the change goes through.
**Durability** - Once a change is committed, it will remain committed regardless of what happens
(power failure, system crash, etc.). This means that all completed transactions
must be recorded in non-volatile memory.
Note that SQL is by nature ACID compliant. Certain NoSQL DB's can be ACID compliant depending on
how they operate, but as a general rule of thumb, NoSQL DB's are not considered ACID compliant
</details>
2020-11-24 09:31:26 +01:00
<details>
<summary>What is sharding?</summary><br><b>
Sharding is a horizontal partitioning.
Are you able to explain what is it good for?
</b></details>
<details>
<summary>You find out your database became a bottleneck and users experience issues accessing data. How can you deal with such situation?</summary><br><b>
Not much information provided as to why it became a bottleneck and what is current architecture, so one general approach could be<br>
to reduce the load on your database by moving frequently-accessed data to in-memory structure.
</b></details>
2020-01-12 19:18:40 +01:00
<details>
<summary>What is a connection pool?</summary><br><b>
Connection Pool is a cache of database connections and the reason it's used is to avoid an overhead of establishing a connection for every query done to a database.
</b></details>
<details>
<summary>What is a connection leak?</summary><br><b>
A connection leak is a situation where database connection isn't closed after being created and is no longer needed.
</b></details>
<details>
<summary>What is Table Lock?</summary><br><b>
</b></details>
<details>
<summary>Your database performs slowly than usual. More specifically, your queries are taking a lot of time. What would you do?</summary><br><b>
* Query for running queries and cancel the irrelevant queries
* Check for connection leaks (query for running connections and include their IP)
* Check for table locks and kill irrelevant locking sessions
</b></details>
<details>
<summary>What is a Data Warehouse?</summary><br><b>
"A data warehouse is a subject-oriented, integrated, time-variant and non-volatile collection of data in support of organisation's decision-making process"
</b></details>
2020-08-06 04:17:34 +02:00
<details>
<summary>Explain what is a time-series database</summary><br><b>
</b></details>
2020-01-12 19:18:40 +01:00
<details>
<summary>What is OLTP (Online transaction processing)?</summary><br><b>
</b></details>
<details>
<summary>What is OLAP (Online Analytical Processing)?</summary><br><b>
</b></details>
<details>
<summary>What is an index in a database?</summary><br><b>
A database index is a data structure that improves the speed of operations in a table. Indexes can be created using one or more columns, providing the basis for both rapid random lookups and efficient ordering of access to records.
</b></details>
<details>
<summary>What data types are there in relational databases?</summary><br><b>
</b></details>
<details>
<summary>Explain Normalization</summary><br><b>
Data that is used multiple times in a database should be stored once and referenced with a foreign key.<br>
This has the clear benefit of ease of maintenance where you need to change a value only in a single place to change it everywhere.
</b></details>
<details>
<summary>Explain Primary Key and Foreign Key</summary><br><b>
Primary Key: each row in every table should a unique identifier that represents the row.<br>
Foreign Key: a reference to another table's primary key. This allows you to join table together to retrieve all the information you need without duplicating data.
</b></details>
<details>
<summary>What types of data tables have you used?</summary><br><b>
* Primary data table: main data you care about
* Details table: includes a foreign key and has one to many relationship
* Lookup values table: can be one table per lookup or a table containing all the lookups and has one to many relationship
* Multi reference table
</b></details>
<details>
<summary>What is ORM? What benefits it provides in regards to relational databases usage?</summary><br><b>
[Wikipedia](https://en.wikipedia.org/wiki/Object%E2%80%93relational_mapping): "is a programming technique for converting data between incompatible type systems using object-oriented programming languages"
In regards to the relational databases:
* Database as code
* Database abstraction
* Encapsulates SQL complexity
* Enables code review process
* Enables usage as a native OOP structure
</b></details>
<details>
<summary>What is DDL?</summary><br><b>
[Wikipedia](https://en.wikipedia.org/wiki/Data_definition_language): "In the context of SQL, data definition or data description language (DDL) is a syntax for creating and modifying database objects such as tables, indices, and users."
</b></details>
2020-01-26 12:46:43 +01:00
## Regex
Given a text file, perform the following exercises
#### Extract
<details>
<summary>Extract all the numbers</summary><br><b>
</b></details>
<details>
<summary>Extract the first word of each line</summary><br><b>
Bonus: extract the last word of each line
</b></details>
<details>
<summary>Extract all the IP addresses</summary><br><b>
</b></details>
<details>
<summary>Extract dates in the format of yyyy-mm-dd or yyyy-dd-mm</summary><br><b>
</b></details>
<details>
<summary>Extract email addresses</summary><br><b>
</b></details>
#### Replace
<details>
<summary>Replace tabs with four spaces</summary><br><b>
</b></details>
<details>
<summary>Replace 'red' with 'green'</summary><br><b>
</b></details>
## System Design
2020-01-08 22:42:40 +01:00
2020-04-25 16:10:45 +02:00
<details>
2021-09-12 08:21:32 +02:00
<summary>Explain what is a "Single point of failure"?</summary><br><b>
2020-04-25 16:10:45 +02:00
</b></details>
2020-01-08 22:42:40 +01:00
<details>
<summary>Explain "3-Tier Architecture" (including pros and cons)</summary><br><b>
</b></details>
<details>
<summary>What are the drawbacks of monolithic architecture?</summary><br><b>
* Not suitable for frequent code changes and the ability to deploy new features
* Not designed for today's infrastructure (like public clouds)
* Scaling a team to work monolithic architecture is more challenging
</b></details>
<details>
2020-03-06 09:57:43 +01:00
<summary>What are the advantages of microoservices architecture over a monolithic architecture?</summary><br><b>
* Each of the services individually fail without escalating into an application-wide outage.
* Each service can be developed and maintained by a separate team and this team can choose its own tools and coding language
</b></details>
<details>
<summary>What's a service mesh?</summary><br><b>
[This article](https://www.redhat.com/en/topics/microservices/what-is-a-service-mesh) provides a great explanation.
2020-01-08 22:42:40 +01:00
</b></details>
2020-08-16 20:11:13 +02:00
<details>
<summary>Explain "Loose Coupling"</summary><br><b>
</b></details>
<details>
<summary>What is a message queue? When is it used?</summary><br><b>
</b></details>
2020-01-03 00:47:48 +01:00
#### Scalability
2020-04-25 16:10:45 +02:00
<details>
<summary>Explain Scalability</summary><br><b>
The ability easily grow in size and capacity based on demand and usage.
</b></details>
<details>
<summary>Explain Elasticity</summary><br><b>
The ability to grow but also to reduce based on what is required
</b></details>
<details>
<summary>Explain Disaster Recovery</summary><br><b>
</b></details>
2020-04-25 16:10:45 +02:00
<details>
<summary>Explain Fault Tolerance and High Availability</summary><br><b>
Fault Tolerance - The ability to self-heal and return to normal capacity. Also the ability to withstand a failure and remain functional.
High Availability - Being able to access a resource (in some use cases, using different platforms)
</b></details>
<details>
<summary>What is the difference between high availability and Disaster Recovery?</summary><br><b>
[wintellect.com](https://www.wintellect.com/high-availability-vs-disaster-recovery): "High availability, simply put, is eliminating single points of failure and disaster recovery is the process of getting a system back to an operational state when a system is rendered inoperative. In essence, disaster recovery picks up when high availability fails, so HA first."
</b></details>
2020-01-03 00:47:48 +01:00
<details>
<summary>Explain Vertical Scaling</summary><br><b>
Vertical Scaling is the process of adding resources to increase power of existing servers. For example, adding more CPUs, adding more RAM, etc.
</b></details>
2020-08-16 20:11:13 +02:00
<details>
<summary>What are the disadvantages of Vertical Scaling?</summary><br><b>
With vertical scaling alone, the component still remains a single point of failure.
In addition, it has hardware limit where if you don't have more resources, you might not be able to scale vertically.
</b></details>
<details>
<summary>Which type of cloud services usually support vertical scaling?</summary><br><b>
Databases, cache. It's common mostly for non-distributed systems.
</b></details>
2020-01-03 00:47:48 +01:00
<details>
<summary>Explain Horizontal Scaling</summary><br><b>
Horizontal Scaling is the process of adding more resources that will be able handle requests as one unit
</b></details>
2020-08-16 20:11:13 +02:00
<details>
<summary>What is the disadvantage of Horizontal Scaling? What is often required in order to perform Horizontal Scaling?</summary><br><b>
2020-08-16 20:11:13 +02:00
A load balancer. You can add more resources, but if you would like them to be part of the process, you have to serve them the requests/responses.
Also, data inconsistency is a concern with horizontal scaling.
</b></details>
<details>
2021-07-18 21:01:18 +02:00
<summary>Explain in which use cases will you use vertical scaling and in which use cases you will use horizontal scaling</summary><br><b>
</b></details>
2020-08-16 20:11:13 +02:00
<details>
<summary>Explain Resiliency and what ways are there to make a system more resilient</summary><br><b>
</b></details>
<details>
<summary>Explain "Consistent Hashing"</summary><br><b>
</b></details>
2020-01-06 23:25:32 +01:00
<details>
<summary>How would you update each of the services in the following drawing without having app (foo.com) downtime?<br>
2020-02-19 08:00:45 +01:00
<img src="images/design/cdn-no-downtime.png" width="300x;" height="400px;"/>
2020-01-06 23:25:32 +01:00
</summary><br><b>
</b></details>
2020-01-08 22:42:40 +01:00
<details>
<summary>What is the problem with the following architecture and how would you fix it?<br>
2020-02-19 08:00:45 +01:00
<img src="images/design/producers_consumers_issue.png" width="400x;" height="300px;"/>
2020-01-08 22:42:40 +01:00
</summary><br><b>
The load on the producers or consumers may be high which will then cause them to hang or crash.<br>
Instead of working in "push mode", the consumers can pull tasks only when they are ready to handle them. It can be fixed by using a streaming platform like Kafka, Kinesis, etc. This platform will make sure to handle the high load/traffic and pass tasks/messages to consumers only when the ready to get them.
<img src="images/design/producers_consumers_fix.png" width="300x;" height="200px;"/>
</b></details>
2020-01-06 23:25:32 +01:00
<details>
<summary>Users report that there is huge spike in process time when adding little bit more data to process as an input. What might be the problem?<br>
<img src="images/design/input-process-output.png" width="300x;" height="200px;"/>
</summary><br><b>
</b></details>
<details>
<summary>How would you scale the architecture from the previous question to hundreds of users?</summary><br><b>
</b></details>
2020-09-07 20:06:46 +02:00
#### Cache
<details>
<summary>What is "cache"? In which cases would you use it?</summary><br><b>
</b></details>
<details>
<summary>What is "distributed cache"?</summary><br><b>
</b></details>
<details>
<summary>What is a "cache replacement policy"?</summary><br><b>
Take a look [here](https://en.wikipedia.org/wiki/Cache_replacement_policies)
</b></details>
2020-09-03 14:26:32 +02:00
<details>
2020-09-07 20:06:46 +02:00
<summary>Which cache replacement policies are you familiar with?</summary><br><b>
You can find a list [here](https://en.wikipedia.org/wiki/Cache_replacement_policies)
</b></details>
<details>
<summary>Explain the following cache policies:
* FIFO
* LIFO
* LRU</summary><br><b>
Read about it [here](https://en.wikipedia.org/wiki/Cache_replacement_policies)
2020-09-03 14:26:32 +02:00
</b></details>
<details>
2020-09-07 20:06:46 +02:00
<summary>Why not writing everything to cache instead of a database/datastore?</summary><br><b>
2020-09-03 14:26:32 +02:00
</b></details>
2020-01-14 10:35:25 +01:00
#### Migrations
<details>
<summary>How you prepare for a migration? (or plan a migration)</summary><br><b>
You can mention:
roll-back & roll-forward
cut over
dress rehearsals
2020-01-14 10:35:25 +01:00
DNS redirection
</b></details>
<details>
<summary>Explain "Branch by Abstraction" technique</summary><br><b>
</b></details>
2020-06-15 08:41:32 +02:00
#### Design a system
<details>
<summary>Can you design a video streaming website?</summary><br><b>
</b></details>
<details>
<summary>Can you design a photo upload website?</summary><br><b>
</b></details>
<details>
<summary>How would you build a URL shortener?</summary><br><b>
</b></details>
#### More System Design Questions
Additional exercises can be found in [system-design-notebook repository](https://github.com/bregman-arie/system-design-notebook).
<p align="center"><a href="https://github.com/bregman-arie/system-design-notebook"><img src="images/system_design_notebook.png"/></a></p>
2020-04-08 17:35:28 +02:00
## Hardware
<details>
2020-04-11 07:01:04 +02:00
<summary>What is a CPU?</summary><br><b>
A central processing unit (CPU) performs basic arithmetic, logic, controlling, and input/output (I/O) operations specified by the instructions in the program. This contrasts with external components such as main memory and I/O circuitry, and specialized processors such as graphics processing units (GPUs).
2020-04-08 17:35:28 +02:00
</b></details>
<details>
<summary>What is RAM?</summary><br><b>
RAM (Random Access Memory) is the hardware in a computing device where the operating system (OS), application programs and data in current use are kept so they can be quickly reached by the device's processor. RAM is the main memory in a computer. It is much faster to read from and write to than other kinds of storage, such as a hard disk drive (HDD), solid-state drive (SSD) or optical drive.
2020-04-08 17:35:28 +02:00
</b></details>
<details>
<summary>What is an embedded system?</summary><br><b>
An embedded system is a computer system - a combination of a computer processor, computer memory, and input/output peripheral devicesā€”that has a dedicated function within a larger mechanical or electronic system. It is embedded as part of a complete device often including electrical or electronic hardware and mechanical parts.
2020-04-08 17:35:28 +02:00
</b></details>
<details>
<summary>Can you give an example of an embedded system?</summary><br><b>
Raspberry Pi
</b></details>
<details>
<summary>What types of storage are there?</summary><br><b>
</b></details>
2020-04-12 18:25:24 +02:00
## Big Data
<details>
<summary>Explain what is exactly Big Data</summary><br><b>
As defined by Doug Laney:
* Volume: Extremely large volumes of data
* Velocity: Real time, batch, streams of data
* Variety: Various forms of data, structured, semi-structured and unstructured
* Veracity or Variability: Inconsistent, sometimes inaccurate, varying data
</b></details>
<details>
<summary>What is DataOps? How is it related to DevOps?</summary><br><b>
DataOps seeks to reduce the end-to-end cycle time of data analytics, from the origin of ideas to the literal creation of charts, graphs and models that create value.
DataOps combines Agile development, DevOps and statistical process controls and applies them to data analytics.
</b></details>
<details>
<summary>What is Data Architecture?</summary><br><b>
An answer from [talend.com](https://www.talend.com/resources/what-is-data-architecture):
"Data architecture is the process of standardizing how organizations collect, store, transform, distribute, and use data. The goal is to deliver relevant data to people who need it, when they need it, and help them make sense of it."
</b></details>
2020-04-12 18:25:24 +02:00
<details>
<summary>Explain the different formats of data</summary><br><b>
* Structured - data that has defined format and length (e.g. numbers, words)
* Semi-structured - Doesn't conform to a specific format but is self-describing (e.g. XML, SWIFT)
* Unstructured - does not follow a specific format (e.g. images, test messages)
</b></details>
<details>
<summary>What is a Data Warehouse?</summary><br><b>
[Wikipedia's explanation on Data Warehouse](https://en.wikipedia.org/wiki/Data_warehouse)
[Amazon's explanation on Data Warehouse](https://aws.amazon.com/data-warehouse)
</b></details>
<details>
<summary>What is Data Lake?</summary><br><b>
[Data Lake - Wikipedia](https://en.wikipedia.org/wiki/Data_lake)
</b></details>
<details>
<summary>Can you explain the difference between a data lake and a data warehouse?</summary><br><b>
</b></details>
<details>
<summary>What is "Data Versioning"? What models of "Data Versioning" are there?</summary><br><b>
</b></details>
<details>
<summary>What is ETL?</summary><br><b>
</b></details>
2020-04-12 18:25:24 +02:00
#### Apache Hadoop
<details>
<summary>Explain what is Hadoop</summary><br><b>
[Apache Hadoop - Wikipedia](https://en.wikipedia.org/wiki/Apache_Hadoop)
</b></details>
<details>
<summary>Explain Hadoop YARN</summary><br><b>
Responsible for managing the compute resources in clusters and scheduling users' applications
</b></details>
<details>
<summary>Explain Hadoop MapReduce</summary><br><b>
A programming model for large-scale data processing
</b></details>
<details>
<summary>Explain Hadoop Distributed File Systems (HDFS)</summary><br><b>
2020-04-25 16:10:45 +02:00
* Distributed file system providing high aggregate bandwidth across the cluster.
* For a user it looks like a regular file system structure but behind the scenes it's distributed across multiple machines in a cluster
* Typical file size is TB and it can scale and supports millions of files
* It's fault tolerant which means it provides automatic recovery from faults
* It's best suited for running long batch operations rather than live analysis
</b></details>
<details>
<summary>What do you know about HDFS architecture?</summary><br><b>
[HDFS Architecture](http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/HdfsDesign.html)
* Master-slave architecture
* Namenode - master, Datanodes - slaves
* Files split into blocks
* Blocks stored on datanodes
* Namenode controls all metadata
2020-04-12 18:25:24 +02:00
</b></details>
## Ceph
<details>
<summary>Explain what is Ceph</summary><br><b>
</b></details>
<details>
<summary>True or False? Ceph favor consistency and correctness over performances</summary><br><b>
True
</b></details>
<details>
<summary>Which services or types of storage Ceph supports?</summary><br><b>
* Object (RGW)
* Block (RBD)
* File (CephFS)
</b></details>
<details>
<summary>What is RADOS?</summary><br><b>
* Reliable Autonomic Distributed Object Storage
* Provides low-level data object storage service
* Strong Consistency
* Simplifies design and implementation of higher layers (block, file, object)
</b></details>
<details>
<summary>Describe RADOS software components</summary><br><b>
* Monitor
* Central authority for authentication, data placement, policy
* Coordination point for all other cluster components
* Protect critical cluster state with Paxos
* Manager
* Aggregates real-time metrics (throughput, disk usage, etc.)
* Host for pluggable management functions
* 1 active, 1+ standby per cluster
* OSD (Object Storage Daemon)
* Stores data on an HDD or SSD
* Services client IO requests
</b></details>
<details>
<summary>What is the workflow of retrieving data from Ceph?</summary><br><b>
</b></details>
<details>
<summary>What is the workflow of retrieving data from Ceph?</summary><br><b>
</b></details>
<details>
<summary>What are "Placement Groups"?</summary><br><b>
</b></details>
<details>
<summary>Describe in the detail the following: Objects -> Pool -> Placement Groups -> OSDs</summary><br><b>
</b></details>
<details>
<summary>What is OMAP?</summary><br><b>
</b></details>
2021-01-11 21:39:24 +01:00
<details>
<summary>What is a metadata server? How it works?</summary><br><b>
</b></details>
## Packer
<details>
<summary>What is Packer? What is it used for?</summary><br><b>
In general, Packer automates machine images creation.
It allows you to focus on configuration prior to deployment while making the images. This allows you start the instances much faster in most cases.
</b></details>
<details>
<summary>Packer follows a "configuration->deployment" model or "deployment->configuration"?</summary><br><b>
A configuration->deployment which has some advantages like:
1. Deployment Speed - you configure once prior to deployment instead of configuring every time you deploy. This allows you to start instances/services much quicker.
2. More immutable infrastructure - with configuration->deployment it's not likely to have very different deployments since most of the configuration is done prior to the deployment. Issues like dependencies errors are handled/discovered prior to deployment in this model.
</b></details>
2020-04-25 16:10:45 +02:00
## Certificates
If you are looking for a way to prepare for a certain exam this is the section for you. Here you'll find a list of certificates, each references to a separate file with focused questions that will help you to prepare to the exam. Good luck :)
#### AWS
* [Cloud Practitioner](certificates/aws-cloud-practitioner.md) (Latest update: 2020)
2021-11-07 16:54:06 +01:00
* [Solutions Architect Associate](certificates/aws-solutions-architect-associate.md) (Latest update: 2021)
2020-04-25 16:10:45 +02:00
#### Azure
* [AZ-900](certificates/azure-fundamentals-az-900.md) (Latest update: 2021)
2020-05-11 00:36:32 +02:00
#### Kubernetes
* [Certified Kubernetes Administrator (CKA)](certificates/cka.md) (Latest update: 2020)
## Other DevOps Projects
<p align="center"><a href="https://github.com/bregman-arie/howtheydevops"><img src="images/how_they_devops.png"/></a></p>
<p align="center"><a href="https://github.com/bregman-arie/devops-resources"><img src="images/devops_resources.png"/></a></p>
2021-02-20 01:25:40 +01:00
<p align="center"><a href="https://github.com/bregman-arie/infraverse"><img src="images/infraverse.png"/></a></p>
## Credits
2020-01-16 22:50:49 +01:00
Thanks to all of our amazing [contributors](https://github.com/bregman-arie/devops-exercises/graphs/contributors) who make it easy for everyone to learn new things :)
2019-11-30 18:37:52 +01:00
Logos credits can be found [here](credits.md)
## License
[![License: CC BY-NC-ND 3.0](https://img.shields.io/badge/License-CC%20BY--NC--ND%203.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-nd/3.0/)