Filter interviews by
Moderate level coding test is conducted
Advanced level coding is given to solve
Experienced Python Developer with a passion for creating efficient and scalable solutions.
Over 5 years of experience in Python development
Strong knowledge of Python frameworks such as Django and Flask
Proficient in database management with SQL and NoSQL databases
Familiar with front-end technologies like HTML, CSS, and JavaScript
Experience in developing RESTful APIs and integrating third-party services
Strong problem-solv...
I applied via Referral and was interviewed in May 2023. There were 3 interview rounds.
The first step is to pass successfully for different tech stacks.
I was interviewed before Nov 2023.
Turings inbuilt platform to write functions of a python code
Program to maximize money from robbing 9 houses without triggering alarm for consecutive robberies
Create a list of money in each house
Use dynamic programming to keep track of maximum money robbed without triggering alarm
Consider robbing or skipping each house based on previous robberies
Example: houses = [10, 20, 15, 25, 10, 30, 50, 5, 40]
A recursive function is a function that calls itself within its definition.
A recursive function must have a base case to prevent infinite recursion.
Recursion can be used to solve problems that can be broken down into smaller, similar subproblems.
Example: Factorial calculation using recursion: def factorial(n): return 1 if n == 0 else n * factorial(n-1)
I was interviewed in Oct 2019.
I was interviewed in Oct 2019.
based on 3 interviews
Interview experience
based on 1 review
Rating in categories
Data Scientist
70
salaries
| ₹11.5 L/yr - ₹36 L/yr |
Talent Acquisition Specialist
36
salaries
| ₹4 L/yr - ₹15 L/yr |
Data Specialist
32
salaries
| ₹3.2 L/yr - ₹5.4 L/yr |
Business Analyst
30
salaries
| ₹4.5 L/yr - ₹14.5 L/yr |
Data Analyst
20
salaries
| ₹4 L/yr - ₹12 L/yr |
Infosys
Wipro
TCS
HCLTech