HTML and Testing Concepts Overview
HTML and Testing Concepts Overview
What do we use?
R/ The Inspect Element (Inspect) or View Page Source
5. The good practices of testing say that when it is difficult to write an automated test
from some module of the system, then it will be difficult to use that module in other parts later
of the system. What is the favorable relationship between attributes that they detected?
R/ Testing capacity and reusability
6. Definition of tests:
R/It is the process of evaluating a product, learning through exploration and
experimentation, which includes: questioning, studying, modeling, observing and inferring, checking
data outputs, etc
What is a variable?
R/ An instruction structure that returns a value
9. It is required to create a bash program that allows backing up information and that
transfers them packaged over the network to another computer where the IP is known and
the place to which the backup should be transferred. What is the most optimal way to pass the
information?
R/ Package the information, use an FTP account and decompress the information
11. Modularity allows us to have independence in the code and avoid collapses.
software.
R/ True
12.
In a car sales system, which of these options best describes the objects?
involved?
REVIEW CLASS
13.
The attributes of an object must be:
numerical
REVIEW CLASS
14.
Which of the following objects can be created with the statement 'create'?
Constraint
REVIEW CLASS
15.
What is the main query statement?
PROJECT
REVIEW CLASS
16.
To transmit secure changes between your local repository and GitHub, what is recommended?
17.
What does the Open Closed Principle teach us?
No two classes should have the same name.
REVIEW CLASS
18.
What advantages does automated TestNG have over manual TestNG?
It is less expensive
REVIEW CLASS
19.
What is progressive enhancement?
It is a design methodology that allows us to create accessible applications.
REVIEW CLASS
20.
What are the sheets that are within the Config file?
Name, Value, Descripton, Assets
REVIEW CLASS
21.
What is the continue statement used for?
To skip the current iteration of a loop and move on to the next one.
22.
What common functions can we find in the math.h library?
29.
To work with JavaScript outside the browser, it is necessary to download:
[Link]
30.
What is level 77 used for in a COBOL program?
To define a variable that references the content of the file.
Quality of Service is
How ISPs reshape traffic to degrade certain connections
2.
In the requirements gathering, we work to understand and define:
The technology to be used
3.
Which of the following scenarios corresponds to an integration test?
4.
Not documenting properly, not providing evidence for defects, carrying out poor
Coding practices are examples of:
5.
When the information entered by the user is captured and size validation is used
field can delete the information:
True
6.
The case statement can evaluate a range of characters.
True
7.
What is the correct format to declare a while loop? Considering that everything is in a
line and that the words <condition> and <sentences> will be replaced by a condition
logic and statements respectively.
8.
What is the purpose of the break statement within a loop?
9.
What command is used to create a directory called prueba?
10.
What is the reserved word for defining a class in Python?
class
11.
Which of the following objects can be created with the "create" statement?
Constraint
REVIEW CLASS
12.
What is the basic structure of a query?
PROJECT FROM
REVIEW CLASS
13.
Can I with amend?
Correct the messages of a commit that I made wrong without leaving it in the repository's history.
14.
What is a brief used for?
To define the technology that we are going to use to develop the project.
REVIEW CLASS
15.
Which of the following is a data type that allows us to store numbers with a decimal point?
floating?
float
16.
At what stage of REF do we perform the preliminary configuration for our process (open pages
web, open programs, etc)?
Initialization
17.
A good practice when we use an unknown term in our technical document
es:
Define its meaning from the beginning.
18.
In binary, how would the string 'hello' be represented?
hola
19.
How do we represent the color red in RGB?
(255,0,0)
20.
What is the modern software development workflow?
All the answers are correct.
21.
Which of the following statements is true regarding a higher frequency of
collaboration
Cover page
26.
What operator helps us to concatenate the output of a command to a text file?
>
REVIEW CLASS
27.
It is a bad security practice to assign the following permissions configuration in mode
octal to any file or directory.
777
28.
To search for all the png images on our computer, we can run: