Different questions related to DSA
Python Programmer Interview Questions
5,405 python programmer interview questions shared by candidates
SQL: i was asked to write couple of SELECT statements with JOINS. Python: reversing a list, how to make objects hashable, magic methods, etc.
Q: What is generator and decorator in python? Q: Difference between lists and tuples Q: Is list a mutable in python
Projects done on python(Note:Fresher)
- Databases (debugging database, explain Indexing) - AWS services (databases again) - Dependency Injection - Asynchronous calls in Python using Celery - Design patterns (tell which one you know, explain the difference between Factory and Builder)
Develop a Django-based REST API service for financial news. The project consists of two main components: - REST API Service: Responsible for fetching and delivering financial news data. - Scraping Service: Collects and stores financial news data by scraping Yahoo Finance. Details: To schedule periodic data collection, use the Celery extension along with django-celery-beat for task scheduling. Requirements: REST API Service: Implement using Django Rest Framework (DRF). Provide endpoints to fetch news for individual stock symbols. Include pagination for fetched results. Scraping Service: Use Celery to manage asynchronous tasks and periodic scraping. Database: Use PostgreSQL as the database backend. Deployment: Containerize the entire project using Docker. Ensure all services (API, Scraping, Database) run seamlessly in Docker containers. Testing & Documentation: Write unit tests for critical components of the codebase. Submit the project to GitHub with a comprehensive README file, including deployment instructions. Only the GitHub repository is required as part of the submission.
O que eu andei trabalhando, programando antes, onde moro, hobbies.
Work permit status Work experience
There is a rope, the speed of burning is not constant. But you know that burning time of one rope is 1h. You have 2 ropes and you need to calculate 45 mins out of it.
Most of the basics, such as list comprehension, and about Flask
Viewing 1361 - 1370 interview questions