Earning the Microsoft Introduction to Programming Using Python (98-381日本語版) credential tells employers you can work with Microsoft technologies at a professional level. Prepare for the 98-381日本語 exam in 2026 with the 42 expert-prepared practice questions from Actual4Exams.
Microsoft 98-381日本語 Exam Overview:
| Certification Vendor: | Microsoft |
|---|---|
| Exam Name: | Introduction to Programming Using Python |
| Exam Number: | 98-381 |
| Related Certifications: | Microsoft 98-382 Introduction to Programming Using JavaScript Microsoft 98-375 HTML5 App Development Fundamentals |
| Exam Format: | Multiple response, Select from drop-down, Multiple choice, Drag-and-drop |
| Exam Price: | Approximately USD 127 |
| Available Languages: | Spanish, French, German, Japanese, Chinese (Simplified), Chinese (Traditional), English, Korean, Portuguese (Brazil) |
| Passing Score: | Approximately 700 (70%-scale, official thresholds determined by Microsoft) |
| Exam Duration: | 45 minutes |
| Real Exam Qty: | 40-60 |
| Certificate Validity Period: | Retired (no longer offered after June 30, 2022) |
| Sample Questions: | ![]() |
| Exam Way: | Exam retired; previously delivered at Pearson VUE or Certiport testing centres |
| Pre Condition: | Foundational programming knowledge recommended; approximately 100+ hours of Python instruction or equivalent experience |
| Official Syllabus URL: | https://learn.microsoft.com/en-us/learn/certifications/mta-introduction-to-programming-using-python |
Microsoft 98-381日本語 Exam Syllabus Topics:
| Section | Objectives |
|---|---|
| Topic 1: Document and Structure Code | - Use comments and documentation strings - Define and call functions with parameters and return values |
| Topic 2: Perform Troubleshooting and Error Handling | - Analyze and fix Python code errors (syntax, logic, runtime) - Handle exceptions using try/except/finally |
| Topic 3: Perform Input and Output Operations | - Console I/O (read input, print formatted text) - File I/O (open, read, write, append, close, with statement) |
| Topic 4: Control Flow with Decisions and Loops | - Construct and analyze branching statements (if, elif, else) - Construct and analyze loops (for, while, break, continue, nested loops) |
| Topic 5: Perform Operations Using Data Types and Operators | - Determine sequence of execution based on operator precedence - Identify Python data types (str, int, float, bool) - Perform data and data type operations (type conversion, structures, indexing/slicing) |
| Topic 6: Perform Operations Using Modules and Tools | - Use built-in Python modules (math, datetime, random, os, sys) |
Microsoft Introduction to Programming Using Python (98-381日本語版) (98-381日本語) — Questions Candidates Actually Ask
The 98-381日本語 exam, officially known as Microsoft Introduction to Programming Using Python (98-381日本語版), is the Microsoft test that leads to the Microsoft Python certification at the Associate (Entry-Level) level. Passing it validates the skills employers expect from a certified professional. It is also associated with related credentials such as Microsoft 98-375 HTML5 App Development Fundamentals, Microsoft 98-382 Introduction to Programming Using JavaScript.
The 98-381日本語 exam contains 40-60 questions, and you have 45 minutes to complete them. Work out your per-question pace before test day, and flag slow items instead of stalling on them — time pressure, not knowledge, sinks many first attempts. Timed mock exams in the Actual4Exams test engines are the most reliable way to build that rhythm.
The passing score for the 98-381日本語 exam is Approximately 700 (70%-scale, official thresholds determined by Microsoft), and the official registration fee is Approximately USD 127. If you miss the mark, a retake means paying the full fee again, so book your seat only when you are ready. A practical benchmark: score consistently above the passing line on timed practice tests before scheduling the real exam.
Foundational programming knowledge recommended; approximately 100+ hours of Python instruction or equivalent experience
Entry requirements can change, so confirm the latest conditions on the official exam page: https://learn.microsoft.com/en-us/learn/certifications/mta-introduction-to-programming-using-python.
Yes. A free PDF demo of the Microsoft Introduction to Programming Using Python (98-381日本語版) questions is available, so you can check the question style and answer quality before you pay. Every purchase also includes 365 days of free updates, and if the product expires you can renew the update service at a 50% discount from your member zone.
If you take the corresponding 98-381日本語 exam within 60 days of purchase and do not pass, you can apply for a full refund under the 100% Money Back Guarantee: submit a scan of your enrollment slip and your official Score Report (PDF) within 2 days of the exam date, and the claim is processed within 7 days. Attempts made within 3 days of purchase, downloads without an actual exam attempt, free materials, and expired orders are not eligible, and the candidate name must match the payer name. Prefer new material instead of a refund? You can exchange your purchase for two free products of equal value and keep the update service on your original product. As for delivery, the files are available for instant download and are also emailed to you within one minute of payment — if nothing arrives within 2 hours, contact customer service. There is no limit on how many computers you can install the product on.
The official Microsoft Introduction to Programming Using Python (98-381日本語版) outline is organized into 6 domains. The first three are:
- Document and Structure Code
- Perform Operations Using Data Types and Operators
- Perform Input and Output Operations
See the complete exam topics section above for the full outline and the weighting of every domain.
Microsoft Introduction to Programming Using Python (98-381日本語版) Sample Questions:
ホットスポット
オンライン製品流通会社向けのPythonアプリケーションを開発しています。
製品のリストを反復処理し、ターゲット製品IDが見つかったときにエスケープするプログラムが必要です。
どのようにコードを完成させるべきですか?回答するには、回答領域で適切なコードセグメントを選択します。
注:それぞれの正しい選択には1ポイントの価値があります。
Correct Answer:

参照:
https://www.w3resource.com/python/python-while-loop.php
ドラッグドロップ
Pythonプログラムを書いています。このプログラムは顧客データを収集し、データベースに保存します。
このプログラムは、さまざまなデータを処理します。
データベースに正しく保存できるように、プログラムがデータを正しく処理することを確認する必要があります。
データ型をコードセグメントに一致させます。答えるには、適切なデータ型を左側の列から右側のコードセグメントにドラッグします。各データ型は、1回以上使用することも、まったく使用しないこともできます。
Correct Answer:

参照:
https://www.w3resource.com/python/python-data-type.php
従業員に奉仕記念日におめでとうメッセージを表示するPythonプログラムを作成しています。
勤続年数を計算し、お祝いのメッセージを印刷する必要があります。
次のコードを作成しました。行番号は参照用にのみ含まれています。
プログラムを完了する必要があります。
行03でどのコードを使用する必要がありますか?
- A. print("Congratulations on" + str(end - start)) + "years of service!"
- B. print("Congratulations on" + int(end - start) + "years of service!"
- C. print("Congratulations on" + (int(end)-int(start)) + "years of service!"
- D. print("Congratulations on" + str(int(end)-int(start)) + "years of service!"
Correct Answer: C 🗳️
Explanation: Only visible for Actual4Exams members. You can sign-up / login (it's free).
ホットスポット
ABCオーガニック企業には、コールセンターが新しいコーヒー品種の調査データを入力するために使用する簡単なプログラムが必要です。
プログラムは入力を受け入れ、5つ星のスケールに基づいて平均評価を返す必要があります。出力は小数点以下2桁に丸める必要があります。
要件を満たすためにコードを完成させる必要があります。
どのようにコードを完成させるべきですか?回答するには、回答領域で適切なコードセグメントを選択します。
注:それぞれの正しい選択には1ポイントの価値があります。
Correct Answer:

参照:
https://www.w3resource.com/python/python-format.php#num
会社のPythonアプリケーションを開発します。
他のチームメンバーが理解できるように、コードにメモを追加する必要があります。
あなたは何をするべきか?
- A. いつでも括弧内にメモを配置します
- B. 空白行で区切られたコードの最初の行の前にメモを配置します
- C. 空白行で区切られたコードの最後の行の後にメモを配置します
- D. 任意の行の#記号の後にメモを配置します
Correct Answer: D 🗳️
Explanation: Only visible for Actual4Exams members. You can sign-up / login (it's free).
No help, Full refund!
Actual4Exams confidently stands behind all its offerings by giving Unconditional "No help, Full refund" Guarantee. Since the time our operations started we have never seen people report failure in the Microsoft 98-381日本語 exam after using our products. With this feedback we can assure you of the benefits that you will get from our products and the high probability of clearing the 98-381日本語 exam.
We still understand the effort, time, and money you will invest in preparing for your certification exam, which makes failure in the Microsoft 98-381日本語 exam really painful and disappointing. Although we cannot reduce your pain and disappointment but we can certainly share with you the financial loss.
This means that if due to any reason you are not able to pass the 98-381日本語 actual exam even after using our product, we will reimburse the full amount you spent on our products. you just need to mail us your score report along with your account information to address listed below within 7 days after your unqualified certificate came out.




