Free Introduction to Programming Using Python 98-381 Exam Practice Test

UNLOCK FULL
98-381 Exam Features
In Just $59 You can Access
  • All Official Question Types
  • Interactive Web-Based Practice Test Software
  • No Installation or 3rd Party Software Required
  • Customize your practice sessions (Free Demo)
  • 24/7 Customer Support
Page: 1 / 8
Total Questions: 40
  • The ABC company has hired you as an intern on the coding team that creates e-commerce applications.You must write a script that asks the user for a value. The value must be used as a whole number in a calculation, even if the user enters a decimal value.You need to write the code to meet the requirements.Which code segment should you use?

    Answer: 1 Next Question
  • You develop a Python application for your company.A list named employees contains 200 employee names, the last five being company management. You need to slice the list to display all employees excluding management.Which two code segments should you use? Each correct answer presents a complete solution. (Choose two.)

    Answer: 5 Next Question
  • You develop a Python application for your company.You want to add notes to your code so other team members will understand it.What should you do?

    Answer: 1 Next Question
  • You are creating a function that manipulates a number. The function has the following requirements:A float is passed into the functionThe function must take the absolute value of the floatAny decimal points after the integer must be removedWhich two math functions should you use? Each correct answer is part of the solution? (Choose two.)

    Answer: 4,,5 Next Question
  • You develop a Python application for your school.You need to read and write data to a text file. If the file does not exist, it must be created. If the file has content, the content must be removed.Which code should you use?

    Answer: 2 Next Question
  • You are writing an application that uses the sqrt function. The program must reference the function using the name squareRoot.You need to import the function.Which code segment should you use?

    Answer: 3 Next Question
  • You are writing code that generates a random integer with a minimum value of 5 and a maximum value of 11.Which two functions should you use? Each correct answer presents a complete solution. (Choose two.)

    Answer: 2,,4 Next Question
Page: 1 / 8
Total Questions: 40