Login
Remember
Register
User SakshiSharma
Wall
Recent activity
All questions
All answers
Ask a Question
Answers by SakshiSharma
0
votes
To use Hyperlinked API, it is essential to name the URL pattern. Is this correct?
answered
Jun 22, 2022
in
Django
hyperlinked-api
dgjango
0
votes
HyperlinkedModelSerializer includes id field by default
answered
Jun 22, 2022
in
Django
hyperlinkedmodelserializer
django
0
votes
When permission classes are set through class attribute or decorators, it ignores the default settings in the settings.py file. Is this correct
answered
Jun 22, 2022
in
Django
django
permission
0
votes
Relational fields represent model relationships. They can be applied to _______.
answered
Jun 22, 2022
in
Django
django
relational-fields
0
votes
Relational fields when rendered in a browsable API display a maximum of _____ items.
answered
Jun 22, 2022
in
Django
django
relational-fields
0
votes
The authentication scheme that allows you to delegate authentication to your web server, which sets the REMOTE_USER environment variable is called ___________.
answered
Jun 22, 2022
in
Django
authentication-scheme
django
0
votes
Which statement is applicable for CSRF validation in REST Framework
answered
Jun 22, 2022
in
Django
csrf-validation
django
0
votes
Oauth authentication scheme can be established using which external package
answered
Jun 22, 2022
in
Django
oauth-authentication
django
0
votes
The default @api_view implementation accepts only GET method and responds with _______ for other methods.
answered
Jun 22, 2022
in
Django
api-view
django
0
votes
Which is not an HTTP handler method
answered
Jun 22, 2022
in
Django
http-handler
django
0
votes
Which class controls the pluggable aspects of API views
answered
Jun 22, 2022
in
Django
api-views
django
0
votes
Which is not a view action
answered
Jun 22, 2022
in
Django
view-action
django
0
votes
Authentication by itself won’t allow or disallow an incoming request, it simply identifies the credentials that the request was made with. Is this correct?
answered
Jun 22, 2022
in
Django
authentication
django
0
votes
When you use @api_view based View, it uses default renderers, parsers and authentication classes. Is this statement correct?
answered
Jun 22, 2022
in
Django
django
0
votes
Request objects treat JSON data and other media types in same way as dealing with form data. Is this statement correct?
answered
Jun 22, 2022
in
Django
request-object
django
0
votes
APIView uses HTTPRequest and HTTPResponse instances. Is this statement correct?
answered
Jun 22, 2022
in
Django
httprequest
httpresponse
django
0
votes
Identify the concrete view which extends the GenericAPIView and ListModelMixin
answered
Jun 22, 2022
in
Django
django
0
votes
Identify the correct status code which indicates that the server is incapable of performing a request and errors out.
answered
Jun 22, 2022
in
Django
djnago
0
votes
When you want an interface for returning content-negotiated Web API responses, you go for
answered
Jun 22, 2022
in
Django
djnago
0
votes
To render the serialized data of the response into the final response, the __________ method is called.
answered
Jun 22, 2022
in
Django
djnago
Page:
« prev
1
...
73
74
75
76
77
78
79
80
81
82
83
...
382
next »
...