Cisco 300-910 Practice Test - Questions Answers, Page 5
List of questions
Related questions
Which interface is most commonly used to integrate logging, monitoring, and alerting applications into your CI/ CD pipeline?
AMQP
SNMP
SSH
REST
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.
Create a search index in Logstash.
Create an index pattern in Kibana.
Create a time filter on Kibana to look at time only.
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
app
agent
tier
event
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
Transaction Score graph of a business transaction
Code Deadlock section of the Event List
Slow Calls and Errors tab of the application
What are two advantages of using Configuration Management Tools? (Choose two.)
reduction in policy violations caused by human errors
reduction in administration costs
reduction in network changes already performed automatically
reduction of on-premises networking equipment
reduction in networking team skills
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 for response times in Nginx logs.
Check to make sure the web API response is coming back in JSON.
Check the size of the database that the application is using.
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 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.
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.
What is chaos engineering?
designing an application with fuzzy logic that makes it hard to predict
a product engineering approach that lacks a formal methodology
splitting a project between teams that do not communicate with each other
introducing problems into a system to study behavior and improve reliability
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
requirement gathering
change management process
new code scanning
rollback plans
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
Runtime Application Health-Protection
Continuous Application Security Testing
Static Analysis Security Testing
Question