Breaking News

Building Cloud Native and Multicloud Applications Cognitive Class Exam Quiz Answers

Building Cloud Native and Multicloud Applications Cognitive Class Certification Answers

Building Cloud Native and Multicloud Applications Cognitive Class Exam Quiz Answers

Question 1: Which is not a characteristic of Cloud Native?

  • resiliency
  • agility
  • dedicated
  • observability

Question 2: Which is an ultimate goal of Cloud Native application design?

  • horizontally scale across cloud boundaries
  • vertically scale to take advantage of improved CPU, memory and disk resources
  • seamlessly build, orchestrate and run highly scalable applications
  • scale on-demand to meet customer needs
  • All of the above

Question 3: What does CD stand for?

  • Continuous Development and Delivery
  • Cloud Development and Delivery
  • Continuous Delivery and Deployment
  • Cloud Delivery and Deployment

Question 4: Which simple definition below best describes DevOps?

  • Assuring Dev and Ops teams have tooling to communicate properly
  • Bringing Dev and Ops teams together to diagnose problems in production
  • Bringing Dev and Ops teams together to increase application operability and end-to-end agility
  • Assuring Dev and Ops teams have the same access controls on target environments

Question 5: Which is goal of Cloud Native Observability?

  • Increase time-to-failure
  • Optimize continuous automation
  • Optimize Resources and Costs
  • Increase provisioning agility

Question 1: Which is not a use case for developing Cloud Native applications?

  • Optimize for server hardware
  • Polyglot programming
  • Flexible feature integration
  • Efficient resource scaling

Question 2: Which application modernization path leverages microservices?

  • Infrastructural Path
  • Architectural Path
  • Delivery Path
  • None of the above
  • All of the above

Question 3: When building applications as a Container you start with what artifact?

  • An “operating system image”
  • A “multi-layered image”
  • A “base image”
  • A “cloud native image”
  • All of the above

Question 4: Which statement is true for Container images?

  • New layers are automatically flattened
  • Developers must add their own runtimes
  • Base layers can be patched as needed
  • Container images contain hardware virtualization support
  • None of the above
  • All of the above

Question 5: Which options below are best practices for data migration? Check all that apply.

  • Only use dedicated networks
  • Verify transfer impacts on business
  • Transfer mission-critical data in stages
  • Test for data integrity at intervals

Question 1: The Event Interception strategy primarily relies upon?

  • “Intercepting” user invocations of APIs
  • “Tapping” into events at the data services layer
  • “Intercepting” function calls within the application
  • “Capturing” events initiated by functions
  • None of the above

Question 2: This is a popular containerization tool:

  • WebSphere
  • MicroProfile
  • git
  • Docker
  • Jenkins

Question 3: In the IBM Garage Method “Envision” is trying to achieve:

  • Consistent performance and SLAs are met
  • Better understand the business domain
  • Discover new business opportunities
  • Create diverse teams and empower them to make decisions
  • Creation of a reliable and repeatable approach for delivering high priority items to customers

Question 4: Which is are the functional problem with a monolithic application architecture? Check all that apply.

  • High cohesion, low coupling
  • High scalability
  • Low Cohesion, high coupling
  • Low learning curves
  • All the above

Question 5: What is the name of the dashboard controlling an OpenShift cluster?

  • Advanced Web Console
  • WebSphere
  • Kubernetes
  • Helm
  • Docker

Question 1: Which is a benefit of a CI/CD process?

  • Cheaper
  • Auditable
  • Faster
  • Repeatable
  • All the Above

Question 2: GitOps is a type of Immutable Infrastructure Practice?

  • True
  • False

Question 3: In Tekton what resource maps fields from an event message?

  • TriggerBinding
  • ServiceAccount
  • Pipeline
  • EventListener
  • Task

Question 4: A CI/CD process is started when?

  • The daily stand-up ends
  • a support ticket is created
  • QA has completed their manual testing script
  • a developer pushes code to a repo
  • A manager gives sign-off

Question 5: Merging code into the main or production branch would happen during this phase:

  • Continuous Deployment
  • Continuous Delivery
  • Continuous Integration
  • Continuous Iteration

Question 1: OpenShift helps organizations operate in a multicloud environment by?

  • Relaxing security barriers
  • Limiting the tools available to developers and operators
  • Providing a consistent dashboard and operating environment
  • Adding an additional layer of complexity

Question 2: How does a Multi-Cloud Architecture improve an organization’s resiliency?

  • Providing failover if a cloud provider experiences an outage
  • Speed delivery to market
  • Allow workloads to be run on client systems
  • Give organization’s leverage during contract negotiations
  • Reducing operational expenses

Question 3: Multi-Cloud Manager Uses these tools to handle the automated provisioning of cloud resources?

  • COBOL, Bash, and vim
  • Jenkins and C++
  • Kubernetes, and Docker
  • Advanced Cloud Manager, Ansible Tower, and Terraform
  • Java, Docker, and Jenkins

Question 4: An organization might adopt a multi-cloud strategy for the following reason?

  • Leverage unique cloud platform advantages
  • Improved Multi-Region support
  • Cost Savings
  • Scale and Resiliency benefits
  • All the Above

Question 5: Multi-Cloud Manager Cloud Pak comes with the capability of monitoring costs and resource usages across cloud platforms?

  • True
  • False

Question 1: What is not a goal of Cloud Native?

  • exploit cloud orchestration and scheduling
  • leverage cloud provider platform training
  • exploit cloud resources and services
  • leverage cloud native technologies

Question 2: Cloud Native applications can take advantage of cloud provider’s…?

  • application data services
  • orchestration and scheduling services
  • application platform services
  • converged infrastructure resources and services
  • All of the above

Question 3: What phases of the Software Development Lifecycle does Cloud Native agility focus on?

  • Idea
  • Build
  • Deploy
  • Code
  • All of the above

Question 4: Using scripts and declarative configuration, that are managed using CI processes, to automate the provisioning and deployment of code is called?

  • Cloud Native Infrastructure
  • Configuration-as-Code
  • Infrastructure-as-Code
  • Cloud Declarative Provisioning

Question 5: Site Reliability Engineering (SRE) practices suggests the creation of what teams separate from product delivery teams?

  • DevSecOps teams
  • Security teams
  • Reliability teams
  • Resiliency teams

Question 6: Which application modernization path utilizes automated CI/CD pipelines?

  • Infrastructural Path
  • Delivery Path
  • Architectural Path
  • None of the above
  • All of the above

Question 7: Virtual Machine (VM) image sizes are typically measured in what units?

  • Megabytes
  • Gigabits
  • Gigabytes
  • Megabits
  • All of the above

Question 8: Why are Virtual Machine (VM) images so large compared to Containers?

  • VMs cannot be compressed or flattened
  • VMs must include a hypervisor
  • VMs must include a full “guest” Operating System
  • VMs must always contain a backup snapshot
  • All of the above

Question 9: Which popular Linux operating system distribution is also available as a base container image?

  • Ubuntu
  • Red Hat
  • Suse
  • All of the above

Question 10: Which of the following is a law or regulation designed to protect a user’s Personal Identifying Information (PII)? Check all that apply.

  • United States Cloud Privacy Regulation (USCPR)
  • European Union Privacy Law 2019 (EUPL2019)
  • General Data Protection Regulation (GDPR)
  • ISO/IEC 27017

Question 11: What are the functional characteristics of a Microservice architecture? Check all that apply.

  • Highly scalable
  • Independent, single purpose services
  • Agile delivery of features
  • High cohesion, low coupling
  • All the above

Question 12: What is a best practice when using the Strangler pattern?

  • Assume reason for complexity
  • Start with “low hanging fruit”
  • Continue to add new features to legacy app during process
  • Only partially migrate
  • Carry over technical debt from existing monolith

Question 13: Containers help ease deployments by:

  • Adding significant overhead when running an application
  • Having long startup times
  • Requiring complex setup when deploying an applications
  • Being difficult to share
  • Packaging all an application’s runtime dependencies

Question 14: The following is a Cloud Pak offered by IBM:

  • Security
  • Integration
  • Data
  • Application
  • All the above

Question 15: After being built container images are stored in a:

  • Floppy Disk
  • Microservice
  • Email
  • Database
  • Container Image Repository

Question 16: Which of the following is NOT part of CI/CD?

  • Continuous Integration
  • Continuous Delivery
  • Continuous Design
  • Continuous Deployment

Question 17: How does defining a CI/CD process in code improve observability?

  • An automated CI/CD process is slower than a manual one
  • Code must be compiled before it can run
  • An automated CI/CD process is faster than a manual one
  • Code can be reviewed independent of execution

Question 18: Which of the following steps occur in Continuous Integration?

  • Configure environment
  • Create a release tag
  • Run automated tests
  • Deploy to stage
  • Deploy to Production

Question 19: This tool can be used to define a GitOps process:

  • ArgoCD
  • Knative
  • Docker
  • Kubernetes
  • Tomcat

Question 20: What does a unit test validate?

  • A system can process a transaction
  • An application can communicate with external systems
  • An application’s internal behavior
  • An application meets visual criteria
  • An application is meeting performance requirements

Question 21: This tool in OpenShift allows additional features and functionality to be added to an OpenShift cluster?

  • Kubernetes
  • IBM Garage
  • Operator Hub
  • Aspera
  • Data Cloud Pak

Question 22: Organizations can combine Hybrid-Cloud and Multi-Cloud architecture?

  • True
  • False

Question 23: Regulatory requirements around data storing and processing often concern?

  • Who has access to the data
  • Where data is processed
  • The type of data stored (e.g. personally identifiable data)
  • Where data is stored
  • All the above

Question 24: How can a Multicloud or Hybrid-Cloud architecture help an organization meet regulatory requirements?

  • Improve resiliency and scale capabilities
  • Improve response time for users
  • Provide greater observability
  • Allow data to be stored and processed in a specific jurisdiction or geographical region
  • All the Above

Question 25: A multicloud architecture can help an organization save on operational costs by?

  • Improve disaster recovery capabilities
  • Provide be multi-region support
  • Allow for hyper-scaling of infrastructure
  • Take advantage of better pricing for certain services or worloads
  • All the Above

Introduction to Building Cloud Native and Multicloud Applications

Building cloud-native and multicloud applications involves designing and developing applications that leverage the advantages of cloud computing and can seamlessly operate across multiple cloud platforms. Here are key considerations and practices for building such applications:

  1. Microservices Architecture:
    • Break down the application into smaller, independent services (microservices).
    • Each microservice focuses on a specific business capability.
    • Enables easier scalability, maintenance, and deployment.
  2. Containerization:
    • Use containerization platforms like Docker to package and deploy applications with their dependencies.
    • Ensures consistency across different environments.
  3. Orchestration:
    • Employ container orchestration tools like Kubernetes to manage and scale containers efficiently.
    • Kubernetes provides features for load balancing, automatic scaling, and self-healing.
  4. Serverless Computing:
    • Leverage serverless architectures for specific functions or components.
    • Allows automatic scaling, and you only pay for the actual compute resources used.
  5. DevOps Practices:
    • Implement continuous integration and continuous delivery (CI/CD) pipelines.
    • Automate testing, deployment, and monitoring to achieve faster and more reliable releases.
  6. Infrastructure as Code (IaC):
    • Define infrastructure using code (e.g., using tools like Terraform or AWS CloudFormation).
    • Enables consistent and repeatable infrastructure deployment.
  7. Decentralized Data Management:
    • Use distributed databases and storage solutions.
    • Consider databases that support horizontal scaling and replication for resilience.
  8. API-First Design:
    • Design applications with a focus on well-defined APIs.
    • Allows for flexibility, interoperability, and easy integration with other services.
  9. Security Best Practices:
    • Implement security measures at every layer of the application.
    • Utilize identity and access management (IAM) solutions for secure access.
  10. Monitoring and Logging:
    • Implement comprehensive monitoring and logging to gain insights into application performance and issues.
    • Use tools like Prometheus, Grafana, and ELK stack for logging and monitoring.
  11. Multi-Cloud Considerations:
    • Design applications to be cloud-agnostic, considering differences between cloud providers.
    • Use cloud-agnostic services or implement abstraction layers.
  12. Data Residency and Compliance:
    • Understand data residency requirements and compliance standards.
    • Implement data management practices that adhere to regulations across different regions.
  13. Hybrid Cloud Integration:
    • Enable seamless integration between on-premises infrastructure and multiple cloud providers.
    • Use solutions that facilitate hybrid cloud connectivity.
  14. Cost Management:
    • Optimize resource usage and costs by monitoring and scaling based on demand.
    • Utilize cloud cost management tools to track expenses.
  15. Documentation and Collaboration:
    • Maintain comprehensive documentation for deployment, configuration, and troubleshooting.
    • Foster collaboration between development, operations, and other stakeholders.

Building cloud-native and multicloud applications requires a combination of architectural decisions, development practices, and operational strategies to fully leverage the benefits of cloud computing in a flexible and scalable manner across multiple cloud environments.

About Clear My Certification

Check Also

Controlling Hadoop Jobs using Oozie Cognitive Class Exam Quiz Answers

Controlling Hadoop Jobs using Oozie Cognitive Class Exam Quiz Answers

Enroll Here: Controlling Hadoop Jobs using Oozie Cognitive Class Exam Quiz Answers Controlling Hadoop Jobs …

Leave a Reply

Your email address will not be published. Required fields are marked *