10. If I have a code block within "catch" and "finally" block, whether and when this code will execute if: - no exception is thrown by the try block - exception thrown is caught in the catch block - exception thrown is not caught in the catch block (or the catch block is absent, the code block in question is after the end of "try" block, and before the start of "finally" block.
Python Interview Questions
6,382 python interview questions shared by candidates
Sort list of negative numbers
It is an tough interview
Technical questions were asked only
Is dict in Python an ordered data structure?
please tell us about your former assignments in details so we can feed our curiousity that has nothing to do with this assignment at all
Talk about ideal work environment, relevant experience
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.
Viewing 5821 - 5830 interview questions