Generative AI Foundations Exam 1¶
Question 1¶
A marketing company is new to AI and is learning about the different types of AI.
Which output is a result of Generative AI?
A. Detecting an anomaly in sales patterns for a new drink.
B. Classifying feedback from an event as positive or negative.
C. Knowing the amount of staffing needed for an upcoming publicity event.
D. A house that is added to a photo after being described.
Hint
Đáp án: D
Giải thích:
Một ngôi nhà được thêm vào tấm hình sau khi mô tả là một ví dụ về AI tạo sinh (Generative AI).
Biết được cần bao nhiêu nhân sự cho sự kiện quảng bá là kết quả của AI dự đoán (Predictive AI).
Phân loại phản hồi tích cực hoặc tiêu cực là một ví dụ về AI phân biệt (Discriminative AI).
Phát hiện sự bất thường trong doanh số bán đồ uống là một ví dụ về AI phân tích (Analytica AI).
Question 2¶
Categorize whether each example would be performed using generative AI or a search engine.
- People ask quesions to get answer.
- Many answers are generated per inquiry.
- One answer is generated per inquiry.
- People use phrases to get answer.
| Generative AI | Search Engines |
|---|---|
Hint
Đáp án:
Generative AI
- People ask questions to get answers
- One answer is generated per inquiry
Search Engines
- People use phrases to get answers
- Many answers are generated per inquiry
Question 3¶
For each statement regarding LLMs, indicate Yes if the statement is true and No if it is false.
| Yes | No | |
|---|---|---|
| LLMs can automate repetitive internal processes. | ||
| LLMs are trained on huge datasets. | ||
| LLMs are completely fact-based. |
Hint
Đáp án:
| Yes | No | |
|---|---|---|
| LLMs can automate repetitive internal processes. | ✓ | |
| LLMs are trained on huge datasets. | ✓ | |
| LLMs are completely fact-based. | ✓ |
Giải thích:
Các LLM sử dụng rất nhiều dữ liệu, cho nên sẽ có nhiều ý kiến và quan điểm khác nhau về nội dung mà các LLM này tạo.
Question 4¶
For each statement on how image models are trained in generative AI, indicate Yes if the statement is true and No if it is false.
| Yes | No | |
|---|---|---|
| Image models are trained on text-image pairs that can be tagged manually. | ||
| Image models are trained on text-image pairs that can be tagged automatically with the use of machine learning. | ||
| Image models are trained solely using large datasets of other images to learn rules. |
Hint
| Yes | No | |
|---|---|---|
| Image models are trained on text-image pairs that can be tagged manually. | ✓ | |
| Image models are trained on text-image pairs that can be tagged automatically with the use of machine learning. | ✓ | |
| Image models are trained solely using large datasets of other images to learn rules. | ✓ |
Giải thích:
Các mô hình xử lý hình ảnh được huấn luyện bằng cách sử dụng các tập dữ liệu lớn và văn bản liên quan để học các quy tắc.
Question 5¶
A marketing professional is at an international conference and wants to order a latte but does not speak the native language of that location. The person types, "A mocha latte, please." and shows the barista "Einen Mokka Latte, bitte."
Which AI type is being used?
A. Audio-to-audio
B. Audio-to-text
C. Text-to-text
D. Text-to-audio
Hint
Đáp án: C
Giải thích:
Người dùng đang nhập văn bản và tạo ra văn bản, cho nên loại AI là chuyển đổi văn bản thành văn bản (Text-to-text).
Không có âm thanh nào được sử dụng, cho nên loại AI không phải là chuyển đổi âm thanh thành văn bản (audio-to-text), văn bản thành âm thanh (text-to-audio) hoặc âm thanh thành âm thanh (audio-to-audio).
Question 6¶
Using drag and drop, match each initial prompt with the type it represents.
| One-shot | Write code that will generate a random number. |
| Zero-shot | Write code that will generate a random number between 1 and 10. |
| Few-shot | Write code that will generate a random number between two previously generated random numbers. |
Hint
Đáp án:
Zero-shot — Write code that will generate a random number.
One-shot — Write code that will generate a random number between 1 and 10.
Few-shot — Write code that will generate a random number between two previously generated random numbers.
Giải thích:
Một prompt mà không có ví dụ là zero-shot prompt, ví dụ như "Hãy viết mã để tạo ra một số ngẫu nhiên."
Một prompt mà có một ví dụ là one-shot prompt, ví dụ như "Hãy viết mã để tạo ra một số ngẫu nhiên nằm giữa 1 và 10."
Một prompt mà có một vài ví dụ là few-shot prompt, ví dụ như "Hãy viết mã để tạo ra một số ngẫu nhiên nằm giữa hai số ngẫu nhiên đã được tạo trước đó."
Question 7¶
Using the dropdown lists, provide the input needed and output generated with each type of data.
OCR:
- Input: [Choose One: Image, Audio, Text, Video]
- Output: [Choose One: Text, Audio, Image, Video]
Talking-head:
- Input: [Choose One: Audio, Image, Text, Video]
- Output: [Choose One: Video, Audio, Image, Text]
Hint
Giải thích:
Optical Character Recognition (OCR) tạo ra văn bản từ phần văn bản nằm trong hình.
- Input: Image
- Output: Text
Các mô hình tạo video người nói (Talking-head) sử dụng audio để tạo ra video.
- Input: Audio
- Output: Video
Question 8¶
Using drag and drop, match each AI tool with a task that the tool performs for a user of that tool.
| Google Gems | Can be customized with a specific dataset on how to respond to customer queries. |
| Custom GPT | Can be used to generate a meeting summary in Docs. |
| Microsoft CoPilots | Uses Power Automate to send an updated sales spreadsheet weekly. |
Hint
Đáp án:
Custom GPT — can be customized with specific datasets, such as datasets on how to respond to customer queries.
Google Gems — enhances productivity in Google Workspace, with one example being a meeting summary generated in Docs based on a meeting transcript.
Microsoft CoPilots — integrates with Microsoft Tools, including using Power Automate to send an updated Excel file to company executives weekly.
Question 9¶
A junior programmer is learning Python and wants to know how to use it to generate a random number.
Which prompt will show the code they want to see?
A. Write code that will generate a random number.
B. Write Python code that will give me a random number between 1 and 10.
C. How do I get a random number in Python?
D. Write Python code that will generate a random number.
Hint
Đáp án: D
Giải thích:
Các prompt nên được viết ở dạng khẳng định, cụ thể hóa những gì cần thiết. Do đó, prompt tốt nhất cho nhiệm vụ này là write Python code that will generate a random number.
Nếu không chỉ định ngôn ngữ, người dùng sẽ thấy mã lệnh của nhiều ngôn ngữ hoặc sẽ được yêu cầu nhập ngôn ngữ.
Prompt không yêu cầu phạm vi cụ thể cho số ngẫu nhiên.
Question 10¶
Which categories, when used in collecting data, can create bias in Generative AI output? (Choose two)
A. Gender
B. Race
C. Location
D. Statistics
Hint
Đáp án: A và B
Giải thích:
Các thiên kiến trong Gen AI tập trung vào thiên kiến cá nhân, chẳng hạn như giới tính hoặc chủng tộc của một người.
Vị trí địa lý tự nó không gây ra thiên kiến.
Dữ liệu thống kê tự nó không phải là nguồn gốc của thiên kiến.
Question 11¶
Using drag and match, match each problem with Generative AI output with a characteristic of that problem.
| Bias | Output that favors people of a certain socio-economic status. |
| Misinformation | Output that presents false information as factual. |
| Halluciation | Output not based on training data or similar knowledge. |
Hint
Giải thích:
Kết quả đầu ra ưu tiên những người thuộc một tầng lớp kinh tế - xã hội nhất định là một ví dụ về thiên kiến (bias).
Thông tin không đúng được trình bày như thông tin thật là một ví dụ về thông tin sai lệch (misinformation).
Kết quả đầu ra mà không không dựa trên dữ liệu huấn luyện hoặc kiến thức tương tự thì được gọi là ảo giác (hallucination).
Question 12¶
A recreation company is looking to use generative AI to develop marketing campaigns.
Which factors are considerations for selecting a tool for these marketing campaigns? (Choose two)
A. Competition analysis
B. Cost
C. Ease of use
D. Marketing needs
Hint
Đáp án: B và C
Giải thích:
Tiếp thị và cạnh tranh là những yếu tố cần xem xét đối với kết quả đầu ra, chứ không phải là yếu tố quyết định lựa chọn công cụ.
Question 13¶
Which instruction for a prompt for a marketing flyer advertising a dog grooming business is an example of a few-shot prompt?
A. Build a marketing flyer for a dog grooming business. Include the word "shine".
B. Build a marketing flyer for a dog grooming business.
C. Here are some marketing catch phrases: "Groom to bloom," "Doggie waggie," and "a fine canine".
D. Build a marketing flyer for a dog grooming business. Examples include "groom to bloom" and "doggie waggie".
Hint
Đáp án: D
Giải thích:
Phương án D có nhiều ví dụ, đây là few-shot prompt.
Phương án A là one-shot prompt.
Phương án B là zero-shot prompt.
Phương án C: đưa cho AI một số từ mà không yêu cầu nó tạo cái gì thì đó là fine-tuning.
Question 14¶
Which problems with data cause bias(es) within a dataset and in generative AI outputs? (Choose two)
A. Lack of data.
B. Anomalies in data.
C. Unusual negative sentiments due to an event.
D. Lack of diversity.
Hint
Đáp án: C và D
Giải thích:
Thiếu tính đa dạng trong dữ liệu và những cảm xúc tiêu cực bất thường do một sự kiện nào đó có thể gây ra thiên kiến trong tập dữ liệu.
Thiếu dữ liệu không hẳn gây ra thiên kiết.
Những bất thường trong dữ liệu thì không trực tiếp gây ra thiên kiến.
Question 15¶
A ski company looking to use Generative AI wants to know specific requirements for being able to run AI models to produce output.
For each statement regarding what is required to produce output quickly, indicate Yes if the statement is true and No if it is false.
| Yes | No | |
|---|---|---|
| High-speed internet. | ||
| High-end GPUs. | ||
| A small amount of data. |
Hint
Đáp án:
| Yes | No | |
|---|---|---|
| High-speed internet. | ✓ | |
| High-end GPUs. | ✓ | |
| A small amount of data. | ✓ |
Giải thích:
Generative AI đòi hỏi nhiều năng lượng điện, kết nối internet tốc độ cao và càng nhiều GPU càng tốt để chạy các mô hình AI một cách hiệu quả.
Một lượng dữ liệu nhỏ thường không đủ để tạo ra kết quả chính xác.
Question 16¶
Which types of data should one avoid using when collecting data to train a Generative AI model? (Choose two)
A. Personal information
B. Historical data
C. Company private data
D. KPIs
Hint
Đáp án: A và C
Giải thích:
Thông tin cá nhân và dữ liệu riêng tư của công ty không nên được sử dụng để huấn luyện mô hình Generative AI.
Dữ liệu lịch sử và các chỉ số KPI thường được sử dụng để huấn luyện mô hình AI.
Question 17¶
What part of this AI-generated picture shows an inconsistency with Generative AI output?
A. The filing cabinets are not the same.
B. The chairs have different characteristics.
C. The monitors are not the same.
D. The clocks show different times.
Hint
Đáp án: D
Giải thích:
Hai cái đồng hồ hiển thị thời gian khác nhau mặc dù đang cùng một phòng, nghĩa là không nhất quán.
Hai cái ghế có đặc điểm khác nhau trông khá thực.
Hai cái màn hình không nhất thiết phải giống nhau. Hai cái tủ đựng hồ sơ cũng vậy.
Question 18¶
| Yes | No | |
|---|---|---|
| Indicating what food is in the house should be part of the prompt. | ||
| Having an idea of what meal is wanted should be part of the prompt. | ||
| Asking what is needed at the store should be part of the prompt. |
Hint
Đáp án:
| Yes | No | |
|---|---|---|
| Indicating what food is in the house should be part of the prompt. | ✓ | |
| Having an idea of what meal is wanted should be part of the prompt. | ✓ | |
| Asking what is needed at the store should be part of the prompt. | ✓ |
Giải thích:
Nếu mục tiêu của kết quả đầu ra là hiển thị công thức nấu ăn dựa trên những thực phẩm có sẵn trong nhà thì việc chỉ ra những gì cần mua ở cửa hàng không phải là thông tin liên quan và không nên có trong prompt.
Question 19¶
A Generative AI output of the number of trees in each continent is returned in paragraph form.
Which prompts would summarize the data, thus making it easier to read? (Choose two)
A. Show the number of trees on each continent in a chart format. B. Show the number of trees on each continent in a table format. C. Show the number of trees on each continent in a numbered format. D. Show the number of trees on each continent in a bulleted format.
Hint
Đáp án: A và B
Question 20¶
A 9th-grade student, interested in building homes, wants a thorough explanation of the opposite of a cosine in geometry.
Which prompts would give the student an explanation personalized for the student's grade level after an initial prompt that generates a standard response? (Choose two)
A. Give an example of the opposite of a cosine.
B. Show an example related to house building.
C. Explain the opposite of a cosine at a 9th grade level.
D. Explain the opposite of a cosine.
Hint
Đáp án: B và C
Question 21¶
For each Generative AI prompt, indicate Yes if the prompt is effective at describing the content of an image and No if not.
| Yes | No | |
|---|---|---|
| What is in the background of this image? | ||
| Generate a green background for the image of the camera. | ||
| Build a similar image using the background of this image. |
Hint
Đáp án:
| Yes | No | |
|---|---|---|
| What is in the background of this image? | ✓ | |
| Generate a green background for the image of the camera. | ✓ | |
| Build a similar image using the background of this image. | ✓ |
Giải thích:
Cả hai phát biểu sai đều phát sinh nội dung, chứ không phải mô tả nội dung.
Question 22¶
Using drag and drop, match each Generative AI prompt with its role in either creating or transforming a video.
| Create a video showing a beach and a sunny sky with light clouds. | Interpolating between images. |
| Create a video that transforms the sunrise image to the sunset image. | Generating a video from a prompt. |
| Delete the surfer from the existing video. | Removing an object from a video. |
Hint
Giải thích:
Việc tạo video chuyển đổi từ hình ảnh mặt trời mọc sang hình ảnh mặt trời lặn là một ví dụ về việc nội suy (interpolating) giữa các hình ảnh.
Việc tạo video kèm mô tả, chẳng hạn như bãi biển với bầu trời nắng và những đám mây nhẹ, là một ví dụ về việc tạo video từ một prompt.
Việc xóa một người lướt sóng khỏi video là một ví dụ về việc loại bỏ một đối tượng khỏi video.
Question 23¶
For each statement regarding assumptions in getting content from input into Generative AI, indicate Yes if the statement is true and No if it is false.
| Yes | No | |
|---|---|---|
| Adding context to an AI prompt will help produce a better output. | ||
| It's safe to assume that an AI engine will know what you are talking about. | ||
| Giving an AI prompt a persona does not affect the output. |
Hint
Đáp án:
| Yes | No | |
|---|---|---|
| Adding context to an AI prompt will help produce a better output. | ✓ | |
| It's safe to assume that an AI engine will know what you are talking about. | ✓ | |
| Giving an AI prompt a persona does not affect the output. | ✓ |
Giải thích:
Không nên cho rằng công cụ AI sẽ hiểu những gì bạn đang nói.
Việc gán cho AI một vai trò cụ thể chắc chắn sẽ ảnh hưởng đến kết quả đầu ra, ngay cả đối với những thao tác đơn giản.
Question 24¶
A copy editor is using ChatGPT to help edit the grammar, spelling, and word choice of articles used for a magazine. The copy editor wants to ensure that these factors are consistent for all the articles being edited.
What should the copy editor include in each prompt to ensure grammar, spelling, and word choice consistency among these articles?
A. A persona
B. A glossary
C. A reference to a style guide
D. A role
Hint
Đáp án: C
Giải thích:
Nên thêm một tài liệu tham khảo về hướng dẫn văn phong (a reference to a style guide), chẳng hạn như Microsoft Style Guide hoặc Associated Press (AP), vào mỗi prompt để bảo đảm tính nhất quán về ngữ pháp, chính tả và từ ngữ giữa các bài viết.
Thêm yếu tố cá tính (a persona) sẽ giúp cải thiện giọng điệu của mỗi bài viết, nhưng không cải thiện được ngữ pháp, chính tả hoặc từ ngữ.
Thêm yếu tố vai trò (a role) sẽ giúp cải thiện phong cách của bài viết, nhưng không cải thiện được ngữ pháp, chính tả hoặc từ ngữ.
Bảng thuật ngữ (a glossary) giúp chuyển đổi dữ liệu sang ngữ cảnh phù hợp trong các ngôn ngữ khác.
Question 25¶
A sales team wants to use Generative AI to update its customers on new products via email.
What can the sales team use strictly within an AI tool to ensure each customer gets a personalized email but with the same content?
A. A connection to a database.
B. Mail Merge.
C. An API to data.
D. Template.
Hint
Đáp án: D
Giải thích:
Mẫu (template) cho phép đầu ra có cùng nội dung nhiều lần, có dấu ngoặc vuông để tùy biến các phần.
Tính năng Mail Merge được sử dụng trong Microsoft Word, chứ không phải trong Generative AI.
Một prompt có thể khởi tạo kết nối đến cơ sở dữ liệu, nhưng cũng có nghĩa là prompt không chỉ giới hạn trong phạm vi công cụ AI để tạo ra đầu ra.
API có thể được sử dụng, nhưng cũng có nghĩa là công cụ AI phải truy xuất bên ngoài để lấy dữ liệu.
Question 26¶
A person looking for knowledge on well-priced restaurants in an area the person is traveling to runs the same prompt several times to get several results.
Which prompting technique is the person using? (Check Yes if the prompt applies and check No if it does not.)
| Yes | No | |
|---|---|---|
| Self-consistency | ||
| Zero-shot | ||
| Few-shot | ||
| Generate knowledge |
Hint
Đáp án:
| Yes | No | |
|---|---|---|
| Self-consistency | ✓ | |
| Zero-shot | ✓ | |
| Few-shot | ✓ | |
| Generate knowledge | ✓ |
Giải thích:
Tính tự nhất quán (self-consistency) là một kỹ thuật prompt mà trong đó, cùng một prompt được đưa ra nhiều lần và kết quả, thường khác nhau, được sử dụng để thiết lập mức độ nhất quán cơ bản giữa các kết quả.
Prompt không có dữ liệu tham khảo (zero-shot) là một kỹ thuật prompt không cần bất kỳ tài liệu tham khảo nào trước đó.
Prompt với ít dữ liệu tham khảo (few-shot) là một kỹ thuật prompt đưa ra một vài ví dụ để cố gắng đạt được kết quả chính xác hơn.
Tạo kiến thức (generate knowledge) là một kỹ thuật prompt mà thông tin nền được cung cấp trước khi trả lời một câu hỏi cụ thể, dẫn đến các câu trả lời chính xác hơn.
Question 27¶
For each Generative AI prompt, indicate Yes if the prompt uses a reverse prompting technique and No if it does not.
| Yes | No | |
|---|---|---|
| I am interviewing someone for a graphics design position. What three interview questions should I start with? | ||
| If I want to improve my team meetings, what specific tips would you give? | ||
| Which database system would be best to use for data requiring a high amount of statistical analysis? |
Hint
Đáp án:
| Yes | No | |
|---|---|---|
| I am interviewing someone for a graphics design position. What three interview questions should I start with? | ✓ | |
| If I want to improve my team meetings, what specific tips would you give? | ✓ | |
| Which database system would be best to use for data requiring a high amount of statistical analysis? | ✓ |
Giải thích:
Trong kỹ thuật gợi ý ngược (reverse prompting), prompt bắt đầu bằng một kết quả đã biết và làm việc ngược lại. Ví dụ về việc hỏi nên sử dụng hệ cơ sở dữ liệu nào không phải là một ví dụ về kết quả đã biết.
Question 28¶
A researcher is using Generative AI to look up facts on current events for a newsletter.
How can the researcher verify that the facts in the Generative AI outputs are accurate? (Choose two)
A. These are facts, they need no verification.
B. Use fact-checking websites.
C. Cross-reference the data.
D. Rerun a prompt.
Hint
Đáp án: B và C
Giải thích:
Đối chiếu dữ liệu và sử dụng các trang web kiểm chứng thông tin là hai phương pháp hiệu quả để xác minh tính chính xác của các sự kiện trong sản phẩm đầu ra của Gen AI.
Việc chạy lại prompt không xác minh được bất kỳ thông tin nào.
Các sự kiện đều cần được xác minh. AI không được xây dựng để trở thành một công cụ hoàn toàn chính xác khi truyền bá thông tin.
Question 29¶
For each statement regarding AI and the impacts of Generative AI on the job market, indicate Yes if the statement is true and No if it is false.
| Yes | No | |
|---|---|---|
| There is a fear that AI will take over jobs and humanity. | ||
| AI can serve as a job creator. | ||
| Every job will eventually be run by AI. |
Hint
Đáp án:
| Yes | No | |
|---|---|---|
| There is a fear that AI will take over jobs and humanity. | ✓ | |
| AI can serve as a job creator. | ✓ | |
| Every job will eventually be run by AI. | ✓ |
Giải thích:
Hiện vẫn chưa biết liệu hầu hết hay tất cả công việc rồi sẽ bị AI làm hết. Điều chắc chắn duy nhất là sẽ có nhiều công việc sử dụng AI dưới một hình thức nào đó.
Question 30¶
A developer wants to build an AI model and is looking to use Azure Open AI for the model building. The developer notices that Microsoft has guardrails in place for any data in an AI model.
How can those guardrails cause bias within the data used for the model?
A. Bias is introduced in the prompts people use to generate content. B. Guardrails only cause bias if they are turned off. C. An entity defines what is and is not harmful content. D. The amount of data in the model is limited.
Hint
Đáp án: C
Giải thích:
Các rào chắn (guardrail) là để bảo vệ người dùng tránh khỏi nội dung độc hại. Do đó, thiên kiến (bias) phát sinh từ việc can thiệp quá mức (potential overreach) do cách mà một tổ chức định nghĩa về nội dung độc hại, điều mà có thể làm sai lệch dữ liệu trong mô hình.
Các rào chắn không gây ra thiên kiến từ các prompt của người dùng.
Các rào chắn không phải là giới hạn về lượng dữ liệu trong mô hình AI.
Các rào chắn không gây ra thiên kiến nếu chúng bị tắt.
Question 31¶
A technology company wants to build an AI model using data from manufacturers' websites. Some of that data is copyrighted.
What would be the proper way to incorporate that data into their AI model?
A. The company should follow industry regulations for how to use the data.
B. The company should implement guardrails for the data.
C. The company should seek permission to use the data.
D. The company should change the data as to not infringe on copyright laws.
Hint
Đáp án: C
Giải thích:
Công ty nên tuân thủ luật bản quyền và không sử dụng dữ liệu mà không có sự cho phép của nhà sản xuất. Công ty nên xin phép trước khi sử dụng dữ liệu.
Hiện không có cơ quan quản lý hoặc bộ luật nào quy định cách thức sử dụng Gen AI.
Việc thiết lập các rào chắn (guardrail) sẽ không loại bỏ được dữ liệu có bản quyền.
Việc thay đổi dữ liệu có thể làm cho nó trở thành vô dụng trong mô hình AI.
Question 32¶
For which life tasks can one enlist Generative AI to do those tasks more efficiently? (Choose two)
A. Help with emotional support.
B. Generating a summary of large amounts of text.
C. Generating a grocery list from a recipe.
D. Help create an original artwork.
Hint
Đáp án: B và C
Giải thích:
Generative AI có thể trợ giúp các công việc thường ngày như lập danh sách mua sắm từ công thức nấu ăn hoặc tóm tắt lượng lớn văn bản.
Generative AI không giúp tạo ra nội dung gốc, chẳng hạn như dự án nghệ thuật, vì kết quả luôn đến từ dữ liệu hiện có.
Generative AI cũng không hỗ trợ về mặt cảm xúc.
Question 33¶
What are some legal implications of using generated content inappropriately when using Generative AI? (Choose two)
A. Copyright infringement.
B. Claims of defamation.
C. Bias.
D. Tokenization.
Hint
Đáp án: A và B
Giải thích:
Hệ quả pháp lý của việc sử dụng nội dung tạo ra một cách không phù hợp bao gồm: cáo buộc phỉ báng và vi phạm bản quyền (claim of defamation and copyright infringement).
Thiên kiến có thể dẫn đến việc sử dụng không phù hợp các nội dung tạo ra.
Việc mã hóa (tokenizing) loại bỏ thông tin cá nhân khỏi dữ liệu để tránh dẫn sử dụng dữ liệu tạo ra một cách không phù hợp.
Question 34¶
For each statement regarding data privacy and Generative AI, indicate Yes if the statement is true and No if it is false.
| Yes | No | |
|---|---|---|
| Human-generated content can be used to train an AI model. | ||
| People can opt out of having their data being used in an AI model. | ||
| Generative AI engines return the same personal data websites have on people. |
Hint
Đáp án:
| Yes | No | |
|---|---|---|
| Human-generated content can be used to train an AI model. | ✓ | |
| People can opt out of having their data being used in an AI model. | ✓ | |
| Generative AI engines return the same personal data websites have on people. | ✓ |
Giải thích:
Các công cụ Gen AI không trả về dữ liệu cá nhân của người dùng trừ khi dữ liệu đó được nhập vào mô hình AI.
Question 35¶
Which kinds of content created with Generative AI could lead to civil or criminal actions? (Choose two)
A. Bullying
B. Negative Sentiments
C. Gossip
D. Stalking
E. Exclusion
Hint
Đáp án: A và D
Giải thích:
Hành vi bắt nạt (bullying), tội ác do thù hận, gian lận, rình rập (stalking) và lừa đảo đều có thể dẫn đến các kiện tụng dân sự hoặc truy tố hình sự.
Các cảm xúc tiêu cực (negative sentiment) không dẫn đến các kiện tụng dân sự hoặc truy tố hình sự.
Mặc dù có thể gây hại, cô lặp (exclusion) và nói xấu (gossip) không dẫn đến các kiện tụng dân sự hoặc truy tố hình sự.
Question 36¶
Which Generative AI prompt is using the generate knowledge technique?
A. Define glassblowing.
B. Define glassblowing. Then tell me how it is used to make coke bottles.
C. If a room is 10 feet by 8 feet, what is the area of the room? Multiply the two sides to get the result.
D. A sedan is used for city driving. An SUV is used to drive in the outdoors. What's the role of a crossover?
Hint
Đáp án: B
Giải thích:
Một prompt dạng "tạo kiến thức" yêu cầu kiến thức tổng quát về một chủ đề và sau đó là kiến thức cụ thể về chủ đề đó. Như vậy, "Define glassblowing. Then tell me how it is used to make coke bottles." là một ví dụ về prompt dạng "tạo kiến thức".
Chia nhỏ các bước là một ví dụ về prompt dạng "chuỗi suy luận".
Chỉ hỏi một điều gì đó mà không có bất kỳ ngữ cảnh nào là một ví dụ về prompt dạng "không có gợi ý".
Yêu cầu nội dung kèm theo một số hướng dẫn là một ví dụ về prompt dạng "ít gợi ý".
Question 37¶
You are a Biology teacher at a community college. You want to recommend an AI tool to your freshman students to help them learn new concepts, practice writing, and prepare for exams.
Which AI tool is best at generating human-like conversations, answering questions, and providing information on a variety of topics?
A. ChatGPT
B. Stable Diffusion
C. Azure AI Studio
D. Adobe Firefly
Hint
Đáp án: A
Giải thích:
ChatGPT là tốt nhất về việc tạo ra các cuộc hội thoại giống con người, trả lời câu hỏi và cung cấp thông tin về nhiều chủ đề khác nhau.
Azure AI Studio là nền tảng mạnh mẽ dành cho các doanh nghiệp để phát triển, triển khai và quản lý các giải pháp AI tùy ý.
Stable Diffusion là công cụ mạnh mẽ, có thể tùy biến để tạo và chỉnh sửa hình ảnh.
Adobe Firefly chuyên về các quy trình sáng tạo, cung cấp khả năng tạo hình ảnh và video được tích hợp với bộ công cụ của Adobe.
Question 38¶
Your classmates have formed a study group to prepare for a final exam in their World History course. The group has decided that each classmate will share their notes written over the semester and then use Generative AI to help them prepare for the final exam.
Which prompt would best summarize the information reviewed by the group?
A. Using the uploaded World History class syllabus create a summary.
B. Analyze the uploaded notes and organize the information in chronological order.
C. Create a study guide of World History.
D. Write a summary of World History that can be used to teach a group of students.
Hint
Đáp án: B
Question 39¶
The students at your new school have been invited to submit artwork for a mascot. The name of the mascot is the Tornados.
Which AI prompt should you use?
A. Create an animorphic cartoon image of a Tornado carrying a football and wearing a football helmet.
B. Create an animated GIF of a tornado using the school colors.
C. Create an image of a student riding on a tornado.
D. Create a composite image of a tornado blowing over the school.
Hint
Đáp án: A
Question 40¶
You've been assigned the task of converting an instructional video to be accessible to viewers who cannot use audio.
Which AI prompt should you use?
A. Add subtitles to the uploaded video.
B. Transform this video into a slide presentation.
C. Disable the audio on this video and add subtitles.
D. Translate the uploaded video to Spanish.
Hint
Đáp án: A
Question 41¶
Using drag and drop, match each Generative AI prompt with its role in either creating or transforming a video.
| Persona | Be specific, do not abbreviate nor assume the AI generator will know the circumstances. |
| Content | Provide examples of the tone, or a design guide. |
| Context | Give the AI a role. |
| Style | Describe the situation, do not assume the AI generator will know the surrounding conditions. |
Hint
Giải thích:
Với prompt ban đầu và kết quả đầu ra tương ứng, hãy đánh giá cách cải thiện prompt đó để thu được kết quả đầu ra chính xác hơn.
Content - Hãy cụ thể, đừng viết tắt và đừng cho rằng AI sẽ biết được các tình huống.
Style - Hãy cung cấp ví dụ về văn phong hoặc hướng dẫn về kiểu mẫu.
Persona - Hãy giao vai trò cho AI.
Context - Hãy mô tả tình huống, đừng cho rằng AI sẽ biết được các điều kiện xung quanh..
Question 42¶
After an initial prompt creates output, which three additional inputs can you use to elicit more targeted output? (Choose 3)
A. Earlier conversation in the same thread.
B. Templates.
C. Documents to use for research.
D. Instructional videos.
E. Website.
Hint
Đáp án: A, B và C
Giải thích:
Nói chung, sau khi prompt đầu tạo ra kết quả, có năm đầu vào bổ sung mà bạn có thể sử dụng để thu thập kết quả chính xác hơn:
- Một vài ví dụ, chẳng hạn một vài tấm hình (few-shot).
- Bảng thuật ngữ để dịch thuật (glossary).
- Mẫu (templates).
- Tài liệu để nghiên cứu.
- Cuộc trò chuyện trước đó trong cùng một chủ đề.
Question 43¶
A company is building an AI model to predict staffing needs for a recreation center. They want to ensure personal data is not included in the model to eliminate the risk of identity theft.
The company is primarily concerned with two issues:
Possible [Choose One: civil, criminal, bias, anonymization] action taken by the persons whose identity may be stolen and [Choose One: civil, criminal, bias, anonymization] action for violating law.
Hint
Giải thích:
Công ty chủ yếu quan tâm đến hai vấn đề:
Khả năng khởi kiện dân sự (civil) của những người bị đánh cắp danh tính và hành động hình sự (criminal) đối với hành vi vi phạm pháp luật.
Question 44¶
How can a user avoid the risks associated with utilizing the output of Generative AI?
A. Avoid using AI.
B. Cite your information sources.
C. Retain a good attorney.
D. Human oversight.
Hint
Đáp án: D
Giải thích:
Để tránh những rủi ro liên quan đến kết quả đầu ra của AI, hãy luôn kiểm tra thông tin bằng sự giám sát của con người (human oversight). Việc kiểm tra thường xuyên có thể giúp tránh lan truyền thông tin sai lệch hoặc có hại, khiến cho bạn hoặc công ty bị ảnh hưởng về tài chính và/hoặc pháp lý.
Question 45¶
Which three are positive impacts Generative AI has on society? (Choose 3)
A. Helps overcome language barriers.
B. Makes life tasks more efficient to do.
C. Brings equality to education.
D. Sparks creativity.
E. Builds financial security.
Hint
Đáp án: A, B, D
Giải thích:
Sau đây là những tác động tích cực mà Generative AI mang lại cho xã hội:
- Gen AI giúp ta làm việc hiệu quả hơn.
- Giúp ta giao tiếp tốt hơn, đặc biệt là giữa các ngôn ngữ.
- Giúp ta học tập hiệu quả hơn.
- Tạo ra ý tưởng để khơi nguồn sáng tạo, động não.
- Giúp ta thực hiện các công việc hằng ngày hiệu quả hơn: thực đơn, công thức nấu ăn, danh sách mua sắm, tóm tắt các tin nhắn dài từ bạn bè và gia đình.
- Phân tích mẫu và trình bày chúng như những cơ hội.
- Tạo ra những việc làm khác.
