I applied via
Company Website
and was interviewed in Jul 2024. There
were
2 interview rounds.
Round 1 - Coding Test
Python duration was 1 hour
Round 2 - HR
(1 Question)
Q1. What is the process to run a python program
Ans.
To run a Python program, you need to write the code in a .py file, open a terminal or command prompt, navigate to the file's directory, and then run the program using the 'python' command.
Write the Python code in a .py file using a text editor or an IDE
Open a terminal or command prompt on your computer
Navigate to the directory where the .py file is located using the 'cd' command