Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Cisco 350-901 Exam - Topic 15 Question 74 Discussion

Refer to the exhibit.Click on the GET Resource button above to view resources that will help with this question. An engineer is managing a DC with 6000 Cisco UCS servers installed and running. The engineer has been asked to identify all resources where the model is in the UCSB family and the available memory is less than or equal to 5 GB. Which REST API call accomplishes this task?
B) GET/api/v1/compute/RackUnits?$select=Vendor,Model,Serial&$filter=Model eq 'UCSB' and AvailableMemory lt 5000
A) GET/api/v1/compute/RackUnits?$select=Vendor,Model,Serial&$filter=not(Model eq 'UCSC') and AvailableMemory le 5000
C) GET/api/v1/compute/RackUnits?$select=Vendor,Model,Serial&$filter=contains(Model, UCSB') and AvailableMemory lt 5000
D) GET/api/v1/compute/RackUnits?$select=Vendor,Model,Serial&$filter=contains(Model, UCSB') and AvailableMemory le 5000

Cisco 350-901 Exam - Topic 15 Question 74 Discussion

Actual exam question for Cisco's 350-901 exam
Question #: 74
Topic #: 15
[All 350-901 Questions]

Refer to the exhibit.

Click on the GET Resource button above to view resources that will help with this question. An engineer is managing a DC with 6000 Cisco UCS servers installed and running. The engineer has been asked to identify all resources where the model is in the UCSB family and the available memory is less than or equal to 5 GB. Which REST API call accomplishes this task?

Show Suggested Answer Hide Answer
Suggested Answer: B

Contribute your Thoughts:

0/2000 characters
Leonor
9 months ago
I agree with B, seems straightforward and accurate!
upvoted 0 times
...
Emerson
9 months ago
Definitely not A, that filter is way off.
upvoted 0 times
...
Carmela
10 months ago
Wait, is "contains" really the best way to filter for UCSB?
upvoted 0 times
...
Alona
10 months ago
I think D is the one we need, it includes "le" for less than or equal.
upvoted 0 times
...
Veronika
10 months ago
Option B looks right, UCSB and memory less than 5GB.
upvoted 0 times
...
Bethanie
10 months ago
I’m leaning towards option B, but I’m a bit confused about whether "lt" or "le" is more appropriate for the memory limit.
upvoted 0 times
...
Roslyn
11 months ago
I feel like I might have seen a similar question where we had to filter based on model names, but I can't recall if "eq" or "contains" was better.
upvoted 0 times
...
Shelba
11 months ago
I think option D looks promising since it uses "le" for available memory, which matches the requirement.
upvoted 0 times
...
Caitlin
11 months ago
I remember we practiced filtering with the REST API calls, but I'm not sure if "contains" is the right approach for this model requirement.
upvoted 0 times
...
Luke
11 months ago
This is straightforward. Option D is the correct API call to get the list of UCSB models with available memory less than or equal to 5 GB.
upvoted 0 times
...
Vilma
11 months ago
I'm a bit confused by the different filter options. I'll need to double-check the syntax and make sure I'm using the correct operators like 'eq' and 'lt' properly.
upvoted 0 times
...
Buddy
11 months ago
Okay, I think I've got this. The key is to filter the RackUnits resource to only include models in the UCSB family with available memory less than or equal to 5 GB. Option B looks like the right call.
upvoted 0 times
...
Pearly
11 months ago
Hmm, this looks like a tricky one. I'll need to carefully read through the question and examine the API call options to make sure I understand the requirements.
upvoted 0 times
...
Catrice
11 months ago
Okay, I've got this. The key is to configure the Azure Redis cache to minimize data loss in case of an outage. I think options A and D are the way to go, but I'll double-check to be sure.
upvoted 0 times
...
Nana
11 months ago
Okay, let me think this through step-by-step. APIs are used to access web-based software applications, and they provide a set of tools and protocols for doing that. I think the best answer is B, but I'll double-check the other options just to be sure.
upvoted 0 times
...
Nikita
11 months ago
Okay, the key here is that the M1 port is used exclusively for management. That means the web proxy must be assigned to one of the other available ports. I'm going to go with option D, P1.
upvoted 0 times
...
Hershel
1 year ago
Wait, is that a Cisco UCS server in the exhibit? I heard those things are like the sports cars of the data center world - super powerful, but also super expensive. I wonder if the engineer has a fleet of Ferraris in the server room too.
upvoted 0 times
Dorcas
1 year ago
C) GET/api/v1/compute/RackUnits?$select=Vendor,Model,Serial&$filter=contains(Model, UCSB') and AvailableMemory lt 5000
upvoted 0 times
...
Queenie
1 year ago
B) GET/api/v1/compute/RackUnits?$select=Vendor,Model,Serial&$filter=Model eq 'UCSB' and AvailableMemory lt 5000
upvoted 0 times
...
Princess
1 year ago
A) GET/api/v1/compute/RackUnits?$select=Vendor,Model,Serial&$filter=not(Model eq 'UCSC') and AvailableMemory le 5000
upvoted 0 times
...
...
Paris
1 year ago
This question is a piece of cake! I'm going to ace this exam, just like I ace every coding challenge. My programming skills are unmatched, baby!
upvoted 0 times
Gladys
1 year ago
C) GET/api/v1/compute/RackUnits?$select=Vendor,Model,Serial&$filter=contains(Model, UCSB') and AvailableMemory lt 5000
upvoted 0 times
...
Emerson
1 year ago
B) GET/api/v1/compute/RackUnits?$select=Vendor,Model,Serial&$filter=Model eq 'UCSB' and AvailableMemory lt 5000
upvoted 0 times
...
Scarlet
1 year ago
A) GET/api/v1/compute/RackUnits?$select=Vendor,Model,Serial&$filter=not(Model eq 'UCSC') and AvailableMemory le 5000
upvoted 0 times
...
...
Davida
1 year ago
I'm not sure why the question is using the 'le' operator instead of 'lt' for the available memory condition. Shouldn't it be less than 5000 MB, not less than or equal to?
upvoted 0 times
Annamaria
1 year ago
User1: That could be it, we need to be careful with these small details.
upvoted 0 times
...
Dominque
1 year ago
User3: Maybe the question is testing our attention to detail.
upvoted 0 times
...
Gracie
1 year ago
User2: I agree, it should probably use 'lt' for less than.
upvoted 0 times
...
Georgiann
1 year ago
User1: I think the question might have a mistake with the 'le' operator.
upvoted 0 times
...
...
Narcisa
1 year ago
Why do you think D is the correct answer?
upvoted 0 times
...
Carmen
1 year ago
Option B looks like the correct answer to me. It filters the Rack Units by the UCSB model and available memory less than 5000 MB, which is exactly what the question is asking for.
upvoted 0 times
Samuel
1 year ago
User2: Yeah, I agree. It filters by UCSB model and memory less than 5000 MB.
upvoted 0 times
...
Aracelis
1 year ago
User1: I think option B is the right choice.
upvoted 0 times
...
...
Elza
1 year ago
I disagree, I believe the correct answer is D.
upvoted 0 times
...
Narcisa
1 year ago
I think the answer is B.
upvoted 0 times
...

Save Cancel