New Text Document

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 10

Improve quality and performance of the applications is a major driver for switching

to DevOps--true
Running the TensorFlow session is mandatory to run TensorFlow graph.--true
In TensorFlow, a computation runs before the creation of a session.--false
TensorFlow is based on ________________.dataflow graph
What is a tensor?--an n-dimesional array
Linear regression requires an activation function when calculating the output.--
FALSE
The independent variable is _______________ and is used to predict the changes in
the dependent variable.--EXPLANATORY
When there are multiple dependent variables in a model, what is the model called?
0--multi variate and linear regression
In TensorFlow computation graph, the nodes represent mathematical operations.--true
_________________ are values that are initially unassigned but get initialized when
the session is invoked.--variables(W)
___________________ are values that are initially unassigned but get initialized
when the session is invoked.--placeholders
When there are multiple dependent variables in a model, what is the model called?--
Multi Variate Linear Regression
Which of the following you use to update parameters when training the model in
TensorFlow?--placeholders(W),
Which one of the following you make use of when you want to pass the data from a
source during session runtime?--placeholder
Scalars are tensors of rank 0.--true
Dimension determines the number of coordinates required to locate a specific
point.-true
Linear regression requires an activation function when calculating the output.--
false
In TensorFlow, a computation runs before the creation of a session.--false
Gradient Descent is an example of ____________________.--Optimizer

While fitting linear regression model, ___________________ is minimized during


training.---loss
A matrix is known as a 2-dimensional array of numbers arranged in ________________
and _________________.rows and columns
A _________________ has only magnitude but no direction.--scalar
What does an edge represent in a data flow graph?--Tensor
Which of the following is strictly a one-dimensional array?--vector
Variables should always be initialized before running the session.--true
What are the color channels that each image is broken down into?--Blue , White and
Grey
Which of the following is minimized when you run
tf.train.GradientDescentOptimizer().minimize()?--learning rate
TensorFlow performs necessary uplifting to perform gradient descent optimization.--
true
Which of the following is used to find dot product of two matrix?--
tf.dotprod(mat1,mat2)(W),tf.multiply(mat1,mat2)(W),

Which one of the following would you use to initialize a constant in TensorFlow?--
tf.constant
Which of the following acts as in memory buffers?--variables
The advantage of using a placeholder is when required data can be added during the
actual runtime from any external sources.--true
TensorFlow is written in __________.--c++
How is a vector represented?--List of Characters
above is for tensor flow
KIBANA

Kibana - Data Exquisites


===========================

Is it necessary to use curl command while querying in Kibana?

Yes, it is necessary.

No, not necessary.--co

Default location to run Kibana is _.

localhost:0000

localhost:8888

localhost:5601--co

localhost:5602

If Elasticsearch is not visible via Kibana, what could be the problem?

url should match to localhost:9200 if it has not been changed manually

Both of these--co

None of these

elasticsearch.url is not set correct

What can be created with the help of Kibana?

Histograms

Line Graphs

All of these--co

Pie Charts

Kibana is an independent tool nothing to do with ELK stack.

True

False--co

Which of the following is an appropriate query to be typed in search bar for


getting all documents in which �state� equals �TX�?

TX:state

874

State: 874
state: TX--co

Configuration file for Kibana is named as .

Kibana.html

Kibana.xml

Kibana.txt

Kibana.yml--co

What is Kibana?

A visualization tool--co

Both of these

None of these

Elasticsearch Plugin

You can only set the Index pattern once.

False--co

True

Where can you access discover page in Kibana?

Top left side below the Kibana Logo--c

Right Side below the Kibana logo

At the bottom right

At the bottom left

Can boolean operators like AND, OR etc. can be used in Lucene Query Syntax?

Yes, it is used--c

No, it is not used

Filters may be ___.

Positive

Negative

Both of these--c

In bucket aggregation, buckets are created to store _.

Indices
All of these

Documents--co

Clusters

Geohash is used to create buckets based upon .

geo_point fields--co

any field

date/time field

Visualize page is responsible for __.

Creating Heatmaps

All of these--co

Creating charts

Visualization of data

Upon searching, the listing is done in chronological order which means ___.

Oldest document first

Any order

Newest document first--co

Which of the following is not a metric aggregation?

Log--co

Sum

Min

Count

Discover is used for .

Both of these--co

For data search

None of these

Exploring the data

Date histogram is performed on date/time values that are automatically extracted


from documents.
NGINX
Nginx
=======

___________ was introduced in the year 1995.

Apache HTTP--co

Apache Tomcat

Nginx

IBM Websphere

___________ webserver was introduced primarily to support Java servlets.

Apache Tomcat--co

IBM Websphere

Nginx

Apache HTTP

Nginx was introduced in the year _________.

1998

1999--co

1996

1997

IBM Websphere was introduced in the year __________.

1999

1995

1996

1998--co

Nginx has become popular as it resolves __________.

C10X problem

C10M problem

C10K problem--co

Event-driven

How many default servers can you configure?

Any number of--c


Depends upon the application

Depends upon the capacity

One

Apache cannot handle 10K connections because it is a _____________ webserver.

single worker

traditional--co

event-driven

thread based

Choose the best option. Nginx is a ___________. A) Webserver B) Reverse proxy C)


Loadbalancer D) Hub

All the options--c

Options A,B and C

Options A and B

Options A,B and D

Nginx supports __________ through SCGI protocol.

DNS

Reverse Proxying--co

Web resource sharing

Load balancing

Nginx can be started using _____________.

nginx -s start
service nginx -s start
service nginx begin
service nginx start --co

Which of the following line can be used to install Nginx?

apt-get nginx install -g


yum-get install nginx
sudo install nginx -g
apt-get install nginx--co

You can ask Nginx to refresh its configuration file using _____________.

nginx -s restart
nginx -s reopen
nginx -s reload--co
nginx -s refresh
It is always recommended to install ___________ version of Nginx.

legacy

stable

development--co

binary

For smooth shutdown of Nginx, you must use _____________.

nginx -s quit--co
nginx -s shutdown
nginx -s stop
nginx -s exit

In nginx.conf, a block of lines defined within a pair of curly braces is called


_____________.

SubContext

Context--co

Server

Directive

The event-polling nature of Nginx can be dealt with using _____________.

events--co

Contexts

Directives

main context

Each resource has its own _____________.

URL

URI--co

URA

URC

worker_connections is a directive contained within ___________.

server

location

events--co

http
Infrastructure as code
Infrastructure as Code
=========================

When a server requires special configuration beyond that covered by automated


deployment scripts, it is called

Snowflake Server--co

Server Sprawl

Automation Fear

Configuration Drift

__________ configuration is faster than ___________ configuration

Automated, Manual--co

Manual, Hybrid

Manual, Automated

Automated, Hybrid

For quick configurations, the servers must be

Well configured

Automated

Identical--co

Different

Which is directly proportional to your business?

Clarity

Security

None of the options

Availability--co

IaC is frequently referred to as, _

infrastructure automation

Infrastructure Programming

Programmable infrastructure--co

Automated Infrastructure

IaC simplifies the tasks of


Coding team

None of the options

IT team--co

Testing Team

_________ causes more failure than _________

Hardware failure, Humar error

Hardware failure, Software Error

Human Error, Hardware failure--co

Software failure, Human Error

A challenge that grows over time is, __

Fragile Infrastructure

Erosion

Configuration Drift--co

Snowflake Servers

When we don't record the adhoc changes of hardware/software, it is called the

Erosion

Server Sprawl

Server Spikes

Configuration Drift--co

Which of the following describes only the desired state of the system?

Imperative

Iterative

Intelligent

Declarative--co

If a change is patched, it is ___ infrastructure

Mutable--co

immutable

hybrid

Semi-immutable
The most straightforward approach to implement IaC is

Physical Configuration

Manual Configuration

Scripting--co

Automated Configuration

Which of the following describes how to achieve the desired state of the system?

Declarative

Imperative--co

Intelligent

Iterative

__________ infrastructure replaces a server completely when there is a change

Semi-immutable

Mutable

immutable--co

hybrid

Which of the following is not a cloud service provider?

AWS Lambda

IBM OpenWhisk

Cloud Functions

Google Azure--co

__________ infrastructure increases the predictability

hybrid

immutable--co

Mutable

Semi-immutable

You might also like