Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Software Development Tools No-Code Development
Business
Entrepreneurship Communication Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certifications Network & Security Hardware Operating Systems & Servers Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Paid Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement & Gardening Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition & Diet Yoga Mental Health Martial Arts & Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Learning Teacher Training Test Prep Other Teaching & Academics
Web Development JavaScript React Angular CSS Node.Js PHP HTML5 Vue JS
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Amazon AWS Cisco CCNA Microsoft AZ-900 CompTIA Security+
Microsoft Power BI SQL Tableau Data Modeling Business Analysis Business Intelligence MySQL Qlik Sense Data Analysis
Unity Unreal Engine Game Development Fundamentals C# 3D Game Development C++ Unreal Engine Blueprints 2D Game Development Blender
Google Flutter iOS Development Android Development Swift React Native Dart (programming language) Kotlin Mobile App Development SwiftUI
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting Canva InDesign Character Design Procreate Digital Illustration App
Life Coach Training Personal Development Neuro-Linguistic Programming Personal Transformation Life Purpose Mindfulness Sound Therapy Meditation CBT Cognitive Behavioral Therapy
Business Fundamentals Entrepreneurship Fundamentals Freelancing Business Strategy Startup Business Plan Online Business Blogging Leadership
Digital Marketing Social Media Marketing Marketing Strategy Google Analytics Internet Marketing Email Marketing Copywriting YouTube Marketing Startup

IT & SoftwareIT CertificationsCertified Entry-Level Python Programmer (PCEP)

PCEP : Certified Entry-Level Practice Tests

Pass Python PCEP certification in 1st attempt. Six sets with exact (Python PCEP-30-01) types Questions with explanations
Rating: 4.4 out of 54.4 (40 ratings)
2,897 students
Created by Sandeep Kumar
Last updated 10/2021
English

Description

This Python certification Course(practice test) consists of 180 questions that will test your knowledge and will help you to clear the PCEP - Certified Python Entry-Level Programmer exam(PCEP-30-01).


The actual  Python PCEP certification will have 30 questions as mentioned below-


1. Exam block #1: Basic Concepts (17%)

Objectives covered by the block (5 exam items)


fundamental concepts: interpreting and the interpreter, compilation and the compiler, language elements, lexis, syntax and semantics, Python keywords, instructions, indenting

literals: Boolean, integer, floating-point numbers, scientific notation, strings

comments

the print() function

the input() function

numeral systems (binary, octal, decimal, hexadecimal)

numeric operators: ** * / % // + –

string operators: * +

assignments and shortcut operators


2. Exam block #2: Data Types, Evaluations, and Basic I/O Operations (20%)

Objectives covered by the block (6 exam items)


operators: unary and binary, priorities and binding

bitwise operators: ~ & ^ | << >>

Boolean operators: not and or

Boolean expressions

relational operators ( == != > >= < <= ), building complex Boolean expressions

accuracy of floating-point numbers

basic input and output operations using the input(), print(), int(), float(), str(), len() functions

formatting print() output with end= and sep= arguments

type casting

basic calculations

simple strings: constructing, assigning, indexing, immutability


3. Exam block #3: Control Flow – loops and conditional blocks (20%)

Objectives covered by the block (6 exam items)


conditional statements: if, if-else, if-elif, if-elif-else

multiple conditional statements

the pass instruction

building loops: while, for, range(), in

iterating through sequences

expanding loops: while-else, for-else

nesting loops and conditional statements

controlling loop execution: break, continue


4. Exam block #4: Data Collections – Lists, Tuples, and Dictionaries (23%)

Objectives covered by the block (7 exam items)


simple lists: constructing vectors, indexing, and slicing, the len() function

lists in detail: indexing, slicing, basic methods (append(), insert(), index()) and functions (len(), sorted(), etc.), del instruction, iterating lists with the for loop, initializing, in and not in operators, list comprehension, copying and cloning

lists in lists: matrices and cubes

tuples: indexing, slicing, building, immutability

tuples vs. lists: similarities and differences, lists inside tuples and tuples inside lists

dictionaries: building, indexing, adding and removing keys, iterating through dictionaries as well as their keys and values, checking key existence, keys(), items(), and values() methods

strings in detail: escaping using the \ character, quotes, and apostrophes inside strings, multi-line strings, basic string functions.


5. Exam block #5: Functions (20%)

Objectives covered by the block (6 exam items)


defining and invoking your own functions and generators

return and yield keywords, returning results,

the None keyword,

recursion

parameters vs. arguments,

positional keyword and mixed argument passing,

default parameter values

converting generator objects into lists using the list() function

name scopes, name hiding (shadowing), the global keyword



PCEP Certification: Exam Information

  • Exam Name: PCEP Certified Entry-Level Python Programmer

  • Exam Code: PCEP-30-01

  • Exam Level: Entry

  • Pre-requisites: None

  • Duration: 45 minutes (exam) + approx. 5 minutes (Non-Disclosure Agreement/Tutorial)

  • Number of Questions: 30

  • Format: Single-choice and multiple-choice questions, drag & drop, gap fill | Python 3.x

  • Passing score: 70%

  • Language: English

  • Full Exam Price: USD 59

  • Delivery Channel: OpenEDG Testing Service

  • Testing Policies: Click here to view Testing Policies

  • Exam Syllabus: Click here to view the Exam Syllabus

PCEP certification is a professional Entry-Level Python Programmer Exam to test a person’s ability to understand basic coding related to Fundamentals of Python Programming. The candidate should have basic knowledge of basic Python Programming, its syntax, semantics, and basic concepts like the below -

  • Basic concepts like - literals, print(), input(), numbers, strings, etc.

  • Basic knowledge of operators - unary, binary, bitwise, boolean, relational operators, simple strings, data type, evaluation, I-O, etc.

  • Control Flow - Loops, If, While, for, break, continue, pass

  • Basic data collections - Lists, tuples, dictionaries, strings

  • Functions - Arguments, Parameters, recursion, scope, global, positional arguments, Keyword arguments, None, yield, default parameter, etc.


Other benefits of the PCEP course

  • This course will also help you to build your Python Projects.

  • The course will be of great help for students who want to clear Microsoft 98-381 exam for Python.

  • This course will also test you if you are ready to start your reparation for PCAP.

Who this course is for:

  • Individuals who want to get PCEP certification - Python Certified Entry-Level programmer
  • Python Programmers who wants to improve their marks in PCEP exam
  • Beginners who wants to pass PCEP – Certified Entry-Level Python Programmer certification
  • Students or Programmers who wants to practice similar PCEP type questions to gain confidence before the actual PCEP-30-01 exam
  • Those who wants help to clear MTA 98-381 Microsoft Python Certification Exam
  • A person who wants to enhance their resume by passing the PCEP-30-01 exam or MTA 98-381 exam.

Instructor

Sandeep Kumar
Founder of a Training company. IT Consultant, Coach, Mentor
Sandeep Kumar
  • 4.5 Instructor Rating
  • 9,889 Reviews
  • 64,329 Students
  • 15 Courses

My name is Sandeep Kumar. I have more than 12 years of experience on Mainframe and Technologies like Python, Java, PHP, Perl, Regular Expressions, JavaScript and much more. I have more than 12 years of experience as an Instructor.


I completed my Bachelor of Technology(B-Tech) in Computer Science and Master of Technology(M-Tech) in Software Application and Development from Vellore Institue of Technology(VIT).


Currently, i am the Founder of a Training company in India which provides online training on multiple IT and Non-IT related courses.

Before starting my career as an Instructor, I have worked for all types of projects like Development, Maintenance and Support projects. In my career, i have worked on Mainframe with Java, Mainframe with Perl(Regular Expressions), Mainframe with PHP, Mainframe with Unix, Python, PHP, and so on. I worked for multiple Fortune 500 companies of the world including  Fortune 1 company of the world which is a major retail giant in USA. When i was working for them, I  was part of the team which use to monitor more than 5000 stores across the world using Mainframe.

I used Mainframe in various sectors like Retail, Insurance, Banking and Share market. I have worked on many projects end to end. I am also an experienced person in Website Development as well.

I am an Expert on Mainframe(TSO/ISPF, JCL, VSAM, Cobol, DB2, CICS, IMS, PL1). Along with Mainframe, I am an IT consultant for Big Data, Cloud Computing, Complete Web Development(Java, PHP, Python, and much more)

I know 3 major language - English, French and Hindi. I have taught multiple students on French as well.

Top companies choose Udemy Business to build in-demand career skills.
NasdaqVolkswagenBoxNetAppEventbrite
  • Udemy Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Investors
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Accessibility statement
Udemy
© 2022 Udemy, Inc.