profile pic # DevOps @ Yahoo
Upvote 0 Downvote
Setting Up VPC with Public and Private Subnets in Terraform DevOps Engineer @ Yahoo Difficulty Easy

How would you set up a VPC with both public and private subnets, an Internet Gateway, and a NAT Gateway using Terraform? Provide the Terraform code for creating these resources.

Solution:

Please sign-in to view the solution

Upvote 0 Downvote
Top Memory-Consuming Processes Using Bash and Awk DevOps Engineer @ Yahoo Difficulty Medium

Write a Bash script that uses awk to extract and display the top 5 processes consuming the most memory on a Linux system. Include comments to explain each part of your script.

Solution:

Please sign-in to view the solution

Upvote 0 Downvote
Linux Boot Process Explained DevOps Engineer @ Yahoo Difficulty Medium

Describe the sequence of events that occur when a Linux machine starts up. Highlight the roles of BIOS/UEFI, bootloader, kernel, init system, and runlevels/targets in your explanation.

Solution:

Please sign-in to view the solution

Upvote 0 Downvote
Deploying Configurations to Multiple Machines at Scale DevOps Engineer @ Yahoo Difficulty Medium

Describe how you would apply a configuration to many machines at scale without using SSH or SCP. Include steps on handling machine failures, ensuring configurations are applied, and reporting errors.

Solution:

Please sign-in to view the solution

Upvote 0 Downvote
Troubleshooting Latency Issues in Yahoo In-Mail Infrastructure DevOps Engineer @ Yahoo Difficulty Medium

You are asked to identify potential causes of user latency problems and how to troubleshoot at all levels of the infrastructure. Describe the steps you would take to diagnose and resolve these latency issues, including client-side issues, network issues, server-side issues, database issues, external dependencies, and monitoring.

Solution:

Please sign-in to view the solution

Upvote 0 Downvote
Finding Similar Files in a Directory DevOps Engineer @ Yahoo Difficulty Easy

If you need to find all files which are similar in a directory, which command should you use? Additionally, explain how that command works internally.

Solution:

Please sign-in to view the solution

Upvote 0 Downvote
Diagnosing Latency Issues in a Java Application DevOps Engineer @ Yahoo Difficulty Medium

If there is a long latency for a Java application running on a server, what could be the possible causes and how would you diagnose and resolve them?

Solution:

Please sign-in to view the solution

Upvote 0 Downvote
Linux Commands for Viewing Open Ports and /proc Information DevOps Engineer @ Yahoo Difficulty Medium

What Linux commands would you use to see open ports and gather information from the /proc directory? Explain the purpose and usage of each command.

Solution:

Please sign-in to view the solution

Upvote 0 Downvote
Using tcpdump for Network Traffic Analysis DevOps Engineer @ Yahoo Difficulty Medium

How did you use tcpdump? Explain the basic usage and provide examples of how to capture and analyze network traffic.

Solution:

Please sign-in to view the solution

Upvote 0 Downvote
Basic Linux File Structure DevOps Engineer @ Yahoo Difficulty Medium

Explain the basic Linux file structure. What are the main directories and their purposes?

Solution:

Please sign-in to view the solution

Upvote 0 Downvote
Troubleshooting Common Linux Issues DevOps Engineer @ Yahoo Difficulty Medium

Describe common troubleshooting scenarios in Linux and provide examples of commands you would use in these scenarios.

Solution:

Please sign-in to view the solution