Talk about ideal work environment, relevant experience
Desarrollador De Software Python Interview Questions
5,389 desarrollador de software python interview questions shared by candidates
What is the most interesting feature you’ve ever built?
How did you use python ? do you a software to make verifications with your models ? do you have an experience with other engineers / team management ?
🔗 SECTION 4: API Design (7 Qs) 1. Explain REST principles. Stateless, resource-based URIs, HTTP verbs, uniform interface, cacheable responses. 2. How to version APIs? Via URL /api/v1/users/ or header Accept: application/vnd.company.v1+json. 3. How to secure APIs? Use JWT/OAuth2, HTTPS, rate limiting, API key verification. 4. Difference between PUT and PATCH. PUT replaces full resource, PATCH updates part. 5. Write Flask API endpoint.
some tech questions from sql and python
Experiencia profesional, conocimientos de la empresa, expectativas salariales
1) Difference between Authorization and authentication? And how to implement in application? 2) Generator in python? And how to implement in application? 3) Abstract classes in python? 4) what is annotations? 5) what is model manager? And how to create custom model manager? 6) Django revert migration?
index in sql some complicated backtracking recursion question
Regarding project and python codes.
def foo(x, l=None): l.append(x*2) del l print(foo(9)) print(foo(3))
Viewing 4941 - 4950 interview questions