Why wait for shipping? The moment your order is confirmed, Getcertkey emails the 98-381日本語 practice questions to your inbox, usually within a minute. You could be working through the 42 questions for the Microsoft Introduction to Programming Using Python (98-381日本語版) exam tonight.
Microsoft 98-381日本語 Exam Overview:
| Certification Vendor: | Microsoft |
|---|---|
| Exam Name: | Introduction to Programming Using Python |
| Exam Number: | 98-381 |
| Real Exam Qty: | 40-60 |
| Related Certifications: | Microsoft 98-382 Introduction to Programming Using JavaScript Microsoft 98-375 HTML5 App Development Fundamentals |
| Exam Price: | Approximately USD 127 |
| Passing Score: | Approximately 700 (70%-scale, official thresholds determined by Microsoft) |
| Exam Duration: | 45 minutes |
| Available Languages: | German, Spanish, English, Chinese (Traditional), French, Japanese, Chinese (Simplified), Portuguese (Brazil), Korean |
| Exam Format: | Multiple choice, Select from drop-down, Drag-and-drop, Multiple response |
| 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 |
|---|---|
| Perform Operations Using Data Types and Operators | - Determine sequence of execution based on operator precedence - Perform data and data type operations (type conversion, structures, indexing/slicing) - Identify Python data types (str, int, float, bool) |
| Document and Structure Code | - Define and call functions with parameters and return values - Use comments and documentation strings |
| Perform Input and Output Operations | - Console I/O (read input, print formatted text) - File I/O (open, read, write, append, close, with statement) |
| Perform Troubleshooting and Error Handling | - Handle exceptions using try/except/finally - Analyze and fix Python code errors (syntax, logic, runtime) |
| Perform Operations Using Modules and Tools | - Use built-in Python modules (math, datetime, random, os, sys) |
| Control Flow with Decisions and Loops | - Construct and analyze loops (for, while, break, continue, nested loops) - Construct and analyze branching statements (if, elif, else) |
Common Questions About the Microsoft 98-381日本語 Exam
What is the Microsoft Introduction to Programming Using Python (98-381日本語版) exam all about?
The 98-381日本語 exam is the official Microsoft exam behind the Microsoft Python certification, validating the skills measured by the Microsoft Introduction to Programming Using Python (98-381日本語版) credential. It sits at the Associate (Entry-Level) level of the Microsoft certification program. It also connects to Microsoft 98-375 HTML5 App Development Fundamentals, Microsoft 98-382 Introduction to Programming Using JavaScript, so the knowledge you build here carries over to those tracks as well.
How many questions are on the 98-381日本語 exam, and how much time do I get?
The 98-381日本語 exam contains 40-60 questions to be completed within 45 minutes. Before exam day, divide the available time by the question count to work out a comfortable per-question pace, and mark any item that eats into it so you can return later instead of getting stuck. Timed sessions in the Getcertkey test engines make that pacing automatic — run at least two full-length mock exams under the clock so time pressure never becomes the reason you drop points.
What score do I need to pass the 98-381日本語 exam, and what does it cost?
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. Retakes are not discounted — every new attempt means paying the full fee again — so it pays to measure yourself before you book. Work through the 42 practice questions on Getcertkey, sit a timed practice test, and schedule your exam only when your scores are consistently comfortable. That simple habit is the cheapest exam strategy there is.
Are there any prerequisites for the 98-381日本語 exam?
Foundational programming knowledge recommended; approximately 100+ hours of Python instruction or equivalent experience Requirements can change when Microsoft revises its certification program, so confirm the current eligibility rules on the official exam page before you register.
Can I try the 98-381日本語 practice questions before I buy?
Yes. Getcertkey provides a free 98-381日本語 PDF demo so you can review the question style and answer quality before purchasing. Every purchase also includes 365 days of free updates — if Microsoft revises the exam during that period, the updated material reaches you at no cost. Once the free-update year ends, you can extend your update service at a 50% discount.
What if I fail the 98-381日本語 exam, and how is my order delivered?
Every Microsoft Introduction to Programming Using Python (98-381日本語版) purchase on Getcertkey is covered by a 100% money-back guarantee with clear conditions: if you take the corresponding exam within 60 days of your purchase and do not pass, you can claim a full refund by submitting a scanned copy of your exam enrollment slip and your official score report as a PDF within two days of the exam date; claims are processed within seven days of submission. The guarantee does not apply to exams taken within three days of purchase, to material that was downloaded but never used in an exam attempt, or to free products and expired orders, and the candidate name must match the payer name. If you would rather not take a refund, you can instead exchange your purchase for two free exam preparation products of equal value and keep the update service on your original product.
Delivery is instant: your download is sent to your email within one minute of payment, with no limit on how many computers you may install the material on. If nothing arrives within two hours, check your spam folder and contact customer service for help.
What topics are covered in the 98-381日本語 exam?
The Microsoft Introduction to Programming Using Python (98-381日本語版) exam blueprint is organized into 6 domains. The first three are:
- Perform Operations Using Modules and Tools
- Perform Operations Using Data Types and Operators
- Perform Input and Output Operations
For the complete domain-by-domain breakdown, scroll up to the full exam topics outline above and use it to plan how you distribute your study time.
Microsoft Introduction to Programming Using Python (98-381日本語版) Sample Questions:
Question #1
ABC社は、eコマースアプリケーションを作成するコーディングチームのインターンとしてあなたを雇いました。
ユーザーに値を要求するスクリプトを作成する必要があります。ユーザーが小数値を入力した場合でも、値は計算で整数として使用する必要があります。
要件を満たすためにコードを記述する必要があります。
どのコードセグメントを使用する必要がありますか?
A. totalItems = str(input("How many items would you like?"))
B. totalItems = int(input("How many items would you like?"))
C. totalItems = input("How many items would you like?")
D. totalItems = float(input("How many items would you like?"))
Question #2
ドラッグドロップ
Pythonプログラムを書いています。このプログラムは顧客データを収集し、データベースに保存します。
このプログラムは、さまざまなデータを処理します。
データベースに正しく保存できるように、プログラムがデータを正しく処理することを確認する必要があります。
データ型をコードセグメントに一致させます。答えるには、適切なデータ型を左側の列から右側のコードセグメントにドラッグします。各データ型は、1回以上使用することも、まったく使用しないこともできます。
Question #3
ホットスポット
ABC社は、従業員が会社の士気を向上させるためのバスケットボールコートを建設しています。
従業員が平均スコアを追跡するために使用できるPythonプログラムを作成しています。
プログラムでは、ユーザーが名前と現在のスコアを入力できる必要があります。プログラムは、ユーザー名とユーザーの平均スコアを出力します。出力は次の要件を満たしている必要があります。
ユーザー名は左揃えにする必要があります。
ユーザー名の文字数が20文字未満の場合、右側にスペースを追加する必要があります。
平均スコアには、小数点の左側に3桁、小数点の右側に1桁(XXX.X)が必要です。
どのようにコードを完成させるべきですか?回答するには、回答領域で適切なコードセグメントを選択します。
注:それぞれの正しい選択には1ポイントの価値があります。
Question #4
sqrt関数を使用するアプリケーションを作成しています。プログラムは、squareRootという名前を使用して関数を参照する必要があります。
関数をインポートする必要があります。
どのコードセグメントを使用する必要がありますか?
A. from math.sqrt as squareRoot
B. import sqrt from math as squareRoot
C. from math import sqrt as squareRoot
D. import math.sqrt as squareRoot
Question #5
ホットスポット
ABC社は、出版物の特定の文字の数を見つけて、バランスが取れていることを確認する方法を必要としています。文字eの過剰使用について苦情があったようです。要件を満たす関数を作成する必要があります。
このコードをどのように完成させるべきですか?回答するには、回答領域で適切なコードセグメントを選択します。
注:それぞれの正しい選択には1ポイントの価値があります。
Solutions:
| Question #1 Correct Answer: C | Question #2 Correct Answer: Only visible for members | Question #3 Correct Answer: Only visible for members | Question #4 Correct Answer: C | Question #5 Correct Answer: Only visible for members |


PDF Version Demo
0 Customer Reviews



Quality and ValueGetCertKey Practice Exams are written to the highest standards of technical accuracy, using only certified subject matter experts and published authors for development - no all study materials.
Tested and ApprovedWe are committed to the process of vendor and third party approvals. We believe professionals and executives alike deserve the confidence of quality coverage these authorizations provide.
Easy to PassIf you prepare for the exams using our GetCertKey testing engine, It is easy to succeed for all certifications in the first attempt. You don't have to deal with all dumps or any free torrent / rapidshare all stuff.
Try Before BuyGetCertKey offers free demo of each product. You can check out the interface, question quality and usability of our practice exams before you decide to buy.