Question related to loop, operator,
Python Developer Interview Questions
6,392 python developer interview questions shared by candidates
How to download a file from s3 and parse the date time ( you need to do everything on your imagination, with no explanation of the schema, or date format)
file related questions
Q1.What is global interpreter lock? Q2.# Write a Python program that takes a list of integers and returns a new list with each integer squared. However, if the squared value is greater than 50, replace it with the string 'Over 50'. The program should handle any exceptions that may arise from incorrect inputs gracefully without using inbuilt functions. # input_numbers = [1, 7, 8, 4, 'a', 3] # Output - [1, 49, 'Over 50', 16, 'Invalid input: Not an integer', 9] Q3.# Given a string, find non-repeating character in it and return its index. If it doesn't exist, return -1. # input='leetcode # output=['l','t','c','o','d']
About past project details and technologies used
Oop concepts and explain any with simple example
They asked about python, flask, MySQL, Pandas.
In interviews for the Python High-Tech Developer role at Capgemini, asked to implement basic Python programs. For example, to write a simple Python code to generate the Fibonacci series or to convert a nested list into a plain list.
Openstack cloud commands Python string questions
OOP concepts, AWS concepts and live coding
Viewing 5241 - 5250 interview questions