Shraddha Suryawanshiterraform-handson-projects.hashnode.dev·Jul 24, 2024Advanced Scenario-Based Terraform Interview Questions and AnswersThese advanced scenario-based questions cover a wide range of complex situations you might encounter while managing infrastructure with Terraform, ensuring you can demonstrate in-depth knowledge and practical problem-solving skills. Scenario 1 : You ...37 readsTerraform
Shraddha Suryawanshiterraform-handson-projects.hashnode.dev·Jul 24, 2024Basic Scenario-Based Terraform Interview Questions and AnswersScenario: You need to create a VPC with multiple subnets in different availability zones. Question: How would you define this in Terraform? Answer: You would use the aws_vpc, aws_subnet, and aws_availability_zone resources, utilizing modules for reus...interview questions
SUDHIR PATELsudhircyber.hashnode.dev·May 23, 2024Effective Incident Response with the NIST Cybersecurity FrameworkReview the scenario below: You are a cybersecurity analyst working for a multimedia company that offers web design services, graphic design, and social media marketing solutions to small businesses. Your organization recently experienced a DDoS att...CYBERSECURITY ANALYTIC REPORTincident report in cybersecurity
Ashvini Mahajanashwinimahajan.hashnode.dev·Mar 18, 2024Day 6 . Shell Scripting Real-Time ScenariosWrite a shell script function to find and kill all the zombie processes. when a zombie is detected a log message is generated and sent to a log directory for when the kill is successful and not successful. #You can create a sample zombie process usi...#scenarios
bhavya bojanapallibhavyabojanapalli.hashnode.dev·Oct 3, 2023Troubleshooting of K8's common error's- Day 9ImagePullBackoff Scenario Suppose you have a Kubernetes cluster, and you've deployed a pod using the following YAML configuration: apiVersion: v1 kind: Pod metadata: name: my-app spec: containers: - name: my-app-container image: myregis...38 likes·2.6K readsKubernetes
Animesh PathakforKeploy Community Blogkeploy.hashnode.dev·Sep 15, 2023Understanding the Difference Between Test Scenarios and Test CasesWhen we discuss software testing, we hear commonly about two things: - "test scenarios" and "test cases". Now, these terms might sound similar to each other, but they play distinct roles in ensuring the quality of software applications. So, let's bre...60 likes·249 readsTesting
Richard de Rozariordr.hashnode.dev·Feb 28, 2023Which scenarios?Over the years, I've written many risk scenarios1. They are narratives about possible, but undesirable situations. Scenarios help understand the complexities and are useful as a basis for further modelling and monitoring. However, a question often co...26 reads#risk analysis