ExamGecko
Home / Cisco / 300-910 / List of questions
Ask Question

Cisco 300-910 Practice Test - Questions Answers, Page 5

List of questions

Question 41

Report
Export
Collapse

Which interface is most commonly used to integrate logging, monitoring, and alerting applications into your CI/ CD pipeline?

AMQP

AMQP

SNMP

SNMP

SSH

SSH

REST

REST

Suggested answer: D

Explanation:

The most commonly used interface to integrate logging, monitoring, and alerting applications into your CI/CD pipeline is REST. Representational State Transfer (REST) is an architectural style that defines a set of constraints and properties based on HTTP. It enables developers to create APIs that are easy to use and access, and is well-suited for integrating logging, monitoring, and alerting applications into your CI/CD pipeline.

asked 10/10/2024
Higher System Consultancy
41 questions

Question 42

Report
Export
Collapse

To make logging searches more efficient and useful in Kibana, an Administrator wants to implement index patterns around the hostname of some software systems. Where should this be configured?

Configure a new JSON object in Kibana.

Configure a new JSON object in Kibana.

Create a search index in Logstash.

Create a search index in Logstash.

Create an index pattern in Kibana.

Create an index pattern in Kibana.

Create a time filter on Kibana to look at time only.

Create a time filter on Kibana to look at time only.

Suggested answer: C
asked 10/10/2024
AARON MCCOMBS
46 questions

Question 43

Report
Export
Collapse

AppDynamics is being used to monitor your distributed Python application. Each individual container of the application is instrumented with an AppD agent. Which two configuration variables uniquely determine the module being monitored?

(Choose two.)

node

node

app

app

agent

agent

tier

tier

event

event

Suggested answer: A, D

Explanation:

Appdynamics Agents Install Wizard Step 2 Enter the configuration values...

https://docs.appdynamics.com/appd/4.5.x/en/application-monitoring/install-app-serveragents#InstallAppServerAgents-UsetheGettingStartedWizard Tier and Node Naming Guidelines

https://docs.appdynamics.com/appd/4.5.x/en/application-monitoring/install-app-serveragents#InstallAppServerAgents-tier-node-namingTierandNodeNamingGuidelines

asked 10/10/2024
Ahmed Khalifa
47 questions

Question 44

Report
Export
Collapse

The E-commerce application is being monitored using AppDynamics. AppDynamics has noticed that the application response has degraded and has identified some thread contention that might be the cause of the delays.

Where in the interface does AppDynamics bring this to your attention?

Potential Issues section of an individual transaction

Potential Issues section of an individual transaction

Transaction Score graph of a business transaction

Transaction Score graph of a business transaction

Code Deadlock section of the Event List

Code Deadlock section of the Event List

Slow Calls and Errors tab of the application

Slow Calls and Errors tab of the application

Suggested answer: A

Explanation:

https://docs.appdynamics.com/display/PRO43/Thread+Contention

asked 10/10/2024
Malik Rubio
40 questions

Question 45

Report
Export
Collapse

What are two advantages of using Configuration Management Tools? (Choose two.)

reduction in policy violations caused by human errors

reduction in policy violations caused by human errors

reduction in administration costs

reduction in administration costs

reduction in network changes already performed automatically

reduction in network changes already performed automatically

reduction of on-premises networking equipment

reduction of on-premises networking equipment

reduction in networking team skills

reduction in networking team skills

Suggested answer: A, B

Explanation:

Configuration Management Tools allow for automated configuration of networking equipment, which helps to reduce human errors and the time and money needed to manage and configure the equipment. For example, Cisco Configuration

Professional (CCP) is a configuration management tool that provides automated configuration, validation, and troubleshooting of network infrastructure devices. CCP enables administrators to configure and deploy network changes quickly and efficiently, while also reducing the costs associated with manual configuration and troubleshooting.

asked 10/10/2024
Dario Esposito
35 questions

Question 46

Report
Export
Collapse

An end user is seeing long web page load times on the internal business application that they are trying to view. The user is seeing this issue across multiple web browsers, and other users encounter the same issue. Which action should the system administrator take to start looking for the cause of this issue?

Check to make sure Nginx is running.

Check to make sure Nginx is running.

Check for response times in Nginx logs.

Check for response times in Nginx logs.

Check to make sure the web API response is coming back in JSON.

Check to make sure the web API response is coming back in JSON.

Check the size of the database that the application is using.

Check the size of the database that the application is using.

Suggested answer: B
asked 10/10/2024
giancarlo bagnetti srl
42 questions

Question 47

Report
Export
Collapse

How long analysis systems such as Elasticsearch, Logstash, and Kibana Stack handle ingesting unstructured logs from different devices in various formats?

All devices that generate syslogs must use agents that process the local logs and transmit them in a specific format to the ELK Stack.

All devices that generate syslogs must use agents that process the local logs and transmit them in a specific format to the ELK Stack.

All logs are stored in their unstructured text format, and the ELK Stack performs data analysis by intelligently parsing the logs using machine learning algorithms.

All logs are stored in their unstructured text format, and the ELK Stack performs data analysis by intelligently parsing the logs using machine learning algorithms.

All different message formats are parsed separately using custom filters, and the resulting structured data is stored for later analysis.

All different message formats are parsed separately using custom filters, and the resulting structured data is stored for later analysis.

A single, comprehensive log format is defined on the ELK Stack. All incoming logs, regardless of format, are transformed to match the comprehensive format, and only applicable fields are populated.

A single, comprehensive log format is defined on the ELK Stack. All incoming logs, regardless of format, are transformed to match the comprehensive format, and only applicable fields are populated.

Suggested answer: C

Explanation:

The ELK Stack (Elasticsearch, Logstash, and Kibana) can handle ingesting unstructured logs from various devices in different formats by running custom filters on the logs. The filters are designed to parse the log data and extract the relevant, structured information from it, which is then stored for later analysis. This allows for faster and more accurate analysis of the data, and enables more sophisticated insights to be drawn from it.

asked 10/10/2024
Meriem Jlassi
36 questions

Question 48

Report
Export
Collapse

What is chaos engineering?

designing an application with fuzzy logic that makes it hard to predict

designing an application with fuzzy logic that makes it hard to predict

a product engineering approach that lacks a formal methodology

a product engineering approach that lacks a formal methodology

splitting a project between teams that do not communicate with each other

splitting a project between teams that do not communicate with each other

introducing problems into a system to study behavior and improve reliability

introducing problems into a system to study behavior and improve reliability

Suggested answer: D
asked 10/10/2024
vladimir nezgoda
34 questions

Question 49

Report
Export
Collapse

A developer is nearing the end of a software development cycle and is ready to deploy the software.

The customer wants to continue using a secure software development lifecycle methodology and must plan for postproduction components. Which two areas should be the developer address?

(Choose two.)

performing code reviews

performing code reviews

requirement gathering

requirement gathering

change management process

change management process

new code scanning

new code scanning

rollback plans

rollback plans

Suggested answer: A, D
asked 10/10/2024
Vincent Dsouza
37 questions

Question 50

Report
Export
Collapse

Which type of security testing should be performed as a part of a CI/CD pipeline by analyzing the source code itself without compiling the code into a running executable?

Dynamic Application Security Testing

Dynamic Application Security Testing

Runtime Application Health-Protection

Runtime Application Health-Protection

Continuous Application Security Testing

Continuous Application Security Testing

Static Analysis Security Testing

Static Analysis Security Testing

Suggested answer: D
asked 10/10/2024
Peter Keijer
36 questions
Total 128 questions
Go to page: of 13
Search

Related questions