Exam Code: PCPP-32-101
Exam Questions: 564
Certified Professional in Python Programming 1
Updated: 24 Nov, 2025
Viewing Page : 1 - 57
Practicing : 1 - 5 of 564 Questions
Question 1

As a Cloud Developer you need to work with relational databases like SQLite. You need to create a table named employees with columns as follows:
-> id: INTEGER, NOT NULL
-> name: TEXT, NOT NULL
-> age: INTEGER, NOT NULL
And the primary key constraint set to the id column.
Which of the following statements will correctly create the employees table? (select 2)

Options :
Answer: A,D

Question 2

1

Options :
Answer: C

Question 3

You’ve created the following label using Tkinter:

label = tk.Label(

    text='Hello, World!',

    fg='white',

    bg='black',

    width=10,

    height=10

)

What are the characteristics of the above label? (select 2)

Options :
Answer: B,C

Question 4

The json.loads() method... (select 2)

Options :
Answer: B,D

Question 5

The following code snippet attempts to call a method with multiple arguments in Python. Identify the correct syntax for calling the method and provide the correct code snippet.

class Calculator:

    def add_numbers(self, num1, num2):

        return num1 + num2

 # Attempt to call the add_numbers method

calculator = Calculator()

Options :
Answer: D

Viewing Page : 1 - 57
Practicing : 1 - 5 of 564 Questions

© Copyrights FreePDFQuestions 2025. All Rights Reserved

We use cookies to ensure that we give you the best experience on our website (FreePDFQuestions). If you continue without changing your settings, we'll assume that you are happy to receive all cookies on the FreePDFQuestions.