WorksheetsGame Github Codpiot
Total questions: 10
Worksheet time: 2mins
Name
Class
Date
1.
In software development, what does BDD stand for?
a)
Business Data Development.
b)
Behavior-Driven Development.
c)
Basic Design Document.
d)
Binary Data Definition.
2.
Which of the following is a challenge often faced in manual testing?
a)
Fast execution.
b)
Lack of standardization.
c)
High accuracy.
d)
Easy CI/CD integration.
3.
One of the benefits of BDD is
a)
More complex test cases.
b)
Less communication among team members.
c)
Easy to communicate.
d)
Increased misunderstanding.
4.
Which statement best describes the reusability of test assets in Manual Testing versus Automation testing (BDD)?
a)
Test cases in manual testing can be easily reused in automation.
b)
Both methods offer the same level of reusability.
c)
Test scripts in automation (BDD) can be reused and modified, while manual test cases need to be executed manually each time.
d)
Reusability is not a relevant factor in either testing method.
5.
A significant drawback of manual testing in the long run is
a)
Infrequent errors.
b)
Efficient resource utilization.
c)
Time-consuming Execution.
d)
Comprehensive documentation.
6.
Should you fully trust the code generated by GitHub Copilot?
a)
Yes, because Copilot always generates accurate code.
b)
No, you need to review and evaluate the code before using it.
c)
Only for simple code snippets.
d)
Only when using Copilot Chat.
7.
What is an important tip when creating prompts for GitHub Copilot?
a)
Always write the shortest prompt possible.
b)
Avoid providing sample examples in the prompt.
c)
Break down complex tasks into smaller steps.
d)
Write prompts in natural language instead of code.
8.
What is the main purpose of the RAG architecture in machine learning?
a)
To store large amounts of data efficiently
b)
To enhance the process of content generation by retrieving relevant information
c)
To reduce the number of parameters in a neural network
d)
To improve the efficiency of data sorting algorithms
9.
What are the two main components of the RAG architecture?
a)
Encoder and Decoder
b)
Retriever and Generator
c)
Classifier and Retriever
d)
Generator and Optimizer
10.
In RAG architecture, what role does the 'Retriever' play?
a)
It decodes the input data into an output format
b)
It generates new content based on the given input
c)
It selects relevant documents or passages to provide context to the Generator
d)
It trains the model by adjusting its weights and biases
100 %
