01. Which of the following is NOT a core concept in [Link] development?
Answer: c) Django
02. State whether the following statements about [Link] and RESTFUL APIs are True or False:
Answer: a) False
b) True
c) False
d) True
03. Match the following deployment concepts with their correct descriptions:
Answer: 1. E
2. D
3. A
4. C
5. B
04. Answer these Statements by True or False according to backend security development:
Answer: a) True
b) False
c) True
d) True
05. Circle the correct HTTP methods is typically used to update an existing resource in a RESTful
API?
Answer: c) PUT
06. Match the following testing tools with their Primary Functions:
Answer: 1. B
2. A
3. C
4. E
5. D
07. Match the following testing frameworks with their primary purpose:
Answer: 1. B
2. A
3. C
08. State whether the following statements about securing environment variables are True or False:
Answer: a) False
b) True
c) False
d) True
e) True
09. JWT (JSON Web Tokens) is primarily used for authorization but not for authentication in [Link]
applications.
Answer: False
10. Answer by True or False based on AAA mechanism:
Answer: a) True
b) False
c) True
11. Circle the correct answer in the following statements About role of middleware in [Link]?
Answer: b) To process requests between the server and route handlers
12. Fill in the blanks with the appropriate terms related to authentication in [Link]:
Answer: a) JSON Web Tokens
b) third-party
c) hashing
d) multiple
13. Which of the following code snippets correctly sets up a basic [Link] server?
Answer: a) const express = require('express'); const app = express(); [Link](3000, () =>
[Link]('Server running'));
14. Which of these codes correctly implements a POST endpoint in [Link]?
Answer: a) [Link]('/users', (req, res) => { [Link](201).json({ message: 'User created' }); });
15. Match the following encryption techniques with their appropriate use cases:
Answer: 1. A
2. E
3. B
4. C
5. D
16. For each of the following statements about encrypting data in [Link] using the crypto module:
Answer: a) False
b) True
c) True
17. Match the following testing concepts with their appropriate implementation methods:
Answer: 1. B
2. A
3. D
4. E
5. C