Giter Club home page Giter Club logo

python_interview_prep's Introduction

Python_Interview_Prep

A Collection of Python Interview Questions and Code

Name: Brian Yegerlehner

Date: December 3rd, 2021

Title: List of Python Interview Practice Questions

Python Programming Coding Questions on Numbers Q1). Write a program to reverse an integer in Python Q2). Write a program in Python to check whether an integer is Armstrong number or not. (COMPLETED) Q3). Write a program in Python to check given number is prime or not. (COMPLETED) Q4). Write a program in Python to print the Fibonacci series using iterative method. Q5). Write a program in Python to print the fibonacci series using recursive method. Q6). Write a program in Python to check whether a number is palindrome or not using iterative method. Q7). Write a program in Python to check whether a number is palindrom or not using recursive method. Q8). Write a program in Python to find greatest among three integers. Q9). Write a program in Python to check if a number is binary? Q10). Write a program in Python to find sum of digits of a number using recursion? Q11). Write a program in Python to swap two numbers without using third variable? Q12). Write a program in Python to swap two numbers using third variable? Q13). Write a program in Python to find prime factors of a given integer. Q14). Write a program in Python to add two integer without using arithmetic operator? Q15). Write a program in Python to find given number is perfect or not?

Python Programming Coding Questions on String Q1). Write a method in Python which will remove any given character from a String. Q2). Write a program in Python to count occurrence of a given character in a String? Q3). Write a program in Python to check if two String are Anagram. Q4). Write a program in Python to check a String is palindrome or not.

Python Programming Coding Questions on Array Q1). Write a program in Python for, In array 1-100 numbers are stored, one number is missing how do you find it. Q2). Write a program in Python for, In a array 1-100 multiple numbers are duplicates, how do you find it. Q3). Write a program in Python for, How to find all pairs in array of integers whose sum is equal to given number. Q4). Write a program in Python for, How to compare two array is equal in size or not. Q5). Write a program in Python to find largest and smallest number in array. Q6). Write a program in Python to find second highest number in an integer array. Q7). Write a program in Python to find top two maximum number in array? Q8). Write a program in Python to remove duplicate elements form array. (IN-PROGRESS)

python_interview_prep's People

Contributors

jeagermeister avatar

Stargazers

Roman avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.