Busy. Please wait.
Log in with Clever
or

show password
Forgot Password?

Don't have an account?  Sign up 
Sign up using Clever
or

Username is available taken
show password

Your email address is only used to allow you to reset your password. See our Privacy Policy and Terms of Service.


Already a StudyStack user? Log In

Reset Password
Enter the associated with your account, and we'll email you a link to reset your password.

3-4 DevNet

Quiz yourself by thinking what should be in each of the black spaces below before clicking on it to display the answer.
        Help!  

Question
Answer
A developer issues the Linux command pip3 freeze in an activated Python 3 virtual environment. What is the function that is provided by the command?   show
🗑
What are two characteristics of the Git version control system? (Choose two.)   show
🗑
a simple statement of what a user needs and why   show
🗑
uses standup meetings to review progress   show
🗑
a time-boxed period where working software is developed   show
🗑
show backing  
🗑
show The entire code base is reviewed in a series of meetings.  
🗑
Which fundamental Lean principle forms the basis from which all other Lean principles flow?   show
🗑
When a unified diff file is being reviewed, which symbol is used to indicate that a line has been added?   show
🗑
What special characters are used to enclose JSON objects?   show
🗑
What are two features of the formal code review? (Choose two.)   show
🗑
show Each step in the process must be completed before the next step starts  
🗑
What is clean code?   show
🗑
show git pull  
🗑
show git init  
🗑
show git push  
🗑
show It accepts selected data and displays the visual representation to the user.  
🗑
show when the function is packaged in a single Python file  
🗑
show >>> url2 = Url(‘www.cisco.com’, ‘http’)  
🗑
A developer issues a Linux command python3 -m venv devenv . What is the developer trying to achieve?   show
🗑
When a unified .diff file is being reviewed, which symbol is used to indicate that a line has been added?   show
🗑
Which software development methodology prescribes that developers follow a strict process order by completing one step in the SDLC process before proceeding to the next step.   show
🗑
show Agile  
🗑
show functions methods  
🗑
show which python3  
🗑
Which SDLC phase concludes with functional code that satisfies customer requirements and is ready to be tested?   show
🗑
What are the three states of a Git file? (Choose three.)   show
🗑
Which term is used to describe the first line of an XML document?   show
🗑
How does an application use a module in Python?   show
🗑
show It takes user input and manipulates it to the proper format for the model  
🗑
show over-the-shoulder  
🗑
show The destination host address is wrong.  
🗑
READ   show
🗑
show POST  
🗑
DELETE   show
🗑
show PUT/PATCH  
🗑
What is an architectural constraint to which a true RESTful API web service must adhere?   show
🗑
Refer to the exhibit. A network administrator is using a Python script to send a REST API request. What is the purpose of the line of code resp = requests.get(url, verify = False) ?   show
🗑
A client is sending a REST API request to a web server. The request includes the need for data compression. Which three values are acceptable for the Accept-Encoding request header? (Choose three.)   show
🗑
What is the meaning of the term flow as it relates to the OAuth 2.0 authorization framework?   show
🗑
What is a characteristic of a RESTful API?   show
🗑
show independence  
🗑
show authority  
🗑
show Envelope  
🗑
Which type of credential information is used for the bearer authentication in REST APIs?   show
🗑
What are two purposes for using rate limits on public and unrestricted APIs? (Choose two.)   show
🗑
show 401  
🗑
OK (using GET or POST to exchange data with an API successfully)   show
🗑
Created (creating resources by using a REST API call successfully)   show
🗑
Bad Request (The request from the client is failed due to client-side issue.)   show
🗑
show 401  
🗑
show 403  
🗑
show 404  
🗑
Which API architectural style uses an XML-based messaging protocol to communicate between applications?   show
🗑
show is a messaging protocol used when applications need to communicate. It is an XML-based protocol that was developed by Microsoft.  
🗑
show Curl shows how to access the content displayed in the response body using curl.  
🗑
is a tool used on many platforms for getting or sending files using URL syntax.   show
🗑
show when data is being retrieved from a database  
🗑
What is REST?   show
🗑
show 201  
🗑
REST   show
🗑
show 4  
🗑
SOAP message   show
🗑
show The protocol is missing.  
🗑
show Base64  
🗑
What is an architectural constraint to which a true RESTful API web service must adhere?   show
🗑
Client/server   show
🗑
show No client data is stored on the server between requests. The session state is stored on the client.  
🗑
Cacheable   show
🗑
show to automate configuration or data collection tasks  
🗑
What is a webhook for REST APIs?   show
🗑
As part of creating an API request using Python, the following commands are entered. What is the purpose of this step? ipaddr = 10.1.50.1 interface = Ethernet1/1 hostname = R1   show
🗑
A web service uses a rate limit algorithm that puts all incoming REST API requests into a queue in the order in which they arrive. Which rate limit algorithm is used by the web service?   show
🗑
What is an application requirement in order to receive a notification from a webhook provider?   show
🗑
Which RESTful operation corresponds to the HTTP GET method?   show
🗑


   

Review the information in the table. When you are ready to quiz yourself you can hide individual columns or the entire table. Then you can click on the empty cells to reveal the answer. Try to recall what will be displayed before clicking the empty cell.
 
To hide a column, click on the column name.
 
To hide the entire table, click on the "Hide All" button.
 
You may also shuffle the rows of the table by clicking on the "Shuffle" button.
 
Or sort by any of the columns using the down arrow next to any column heading.
If you know all the data on any row, you can temporarily remove it by tapping the trash can to the right of the row.

 
Embed Code - If you would like this activity on your web page, copy the script below and paste it into your web page.

  Normal Size     Small Size show me how
Created by: user-1878549