Which filter statement should you use?

You need to create an OData filter expression that returns bools that match the following characteristics:
– Published after 1 /1/2000
– Have "Science” as the first word
Which filter statement should you use?
A. /books?$filter=PublishDate gt datetime’2000-1-1′ and startswith(Title, ‘Science’)
B. /books?$filter=PublishDate greaterthan datetime’2000-1-1′ and startswithfTitle, ‘Science’)
C. /search?$filter=PublishDate greaterthan datetime’2000-1-1′ and beginswith (Title, ‘Science’)
D. /search?$filter=PublishDate gt datetime’2000-1-1′ and beginswith(Title,’Science’)

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.