This role was specifically for Python Automation role with 3-7 yrs experience
Here, I'll be sharing both technical round ques as well as their solution
As of now, I've given 3 rounds & all rounds have 1 question each to test your technical approach
You can directly run the codes in Online Python Interpreter
Solution. SolidDiamondAlphabetPattern.py
Directly check how it's running in Programiz Python Interpreter
Q. The task is to open the Mathup website, click the "Start" button and record the difficulty level of the game in the terminal. This process should be repeated for ten times from opening of the “Mathup” website, hitting the "Start" button and noting the difficulty level for each time.
Solution. Round2.py
Q. The assignment is to calculate the time it takes for the webpage to fully load, starting from the moment the “Mathup” webpage is opened to the moment the “Start’ button pops up. The candidates have to repeat this process for ten times and then provide us with the average time it takes for the entire webpage to load.
Solution. Round3.py