Skip to content

harsh-valecha/Python_Interview_Problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

This Repo is dedicated for python problems asked to me during the interview .

Problem statements :-

  1. If you are given a nested dictionary how would you get the value from any part of it ? Solution in test1.py

  2. If you are given a csv file that is having very high size i.e. in GB's how would you work on it ?

  3. Can you make a Automation Framework using Pytest and selenium for testing which has features like

    • parallel execution of testcases
    • multi browser testing
    • POM features
    • grouping tests
    • test reporting
    • saving screenshots for failed testcases
    • saving logs
    • Data driven testing
  4. Can you create a script that compares two csv files and provides all the mismatches in python ?

About

This Repo is for compilation of the python problems that was asked from me .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages