BlackFriday 2024! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

OutSystems Exam Associate-Reactive-Developer Topic 1 Question 13 Discussion

Actual exam question for OutSystems's Associate-Reactive-Developer exam
Question #: 13
Topic #: 1
[All Associate-Reactive-Developer Questions]

For Aggregate as shown below, Ask filter to find the person whose name contains the string "John"

Show Suggested Answer Hide Answer
Suggested Answer: C

Contribute your Thoughts:

Goldie
7 months ago
I'm not so sure. What about B) Person.Name like "John"? Doesn't that also match names that contain "John"?
upvoted 0 times
Bea
7 months ago
Got it, thanks for the clarification
upvoted 0 times
...
Ilda
7 months ago
So, C) Person.Name like "%John%" is the most appropriate filter in this case
upvoted 0 times
...
Helene
7 months ago
No, B) Person.Name like "John" will only match names that exactly equal "John"
upvoted 0 times
...
Frederica
7 months ago
But can't B) Person.Name like "John" also match names that contain "John"?
upvoted 0 times
...
Rebeca
7 months ago
Yes, C) Person.Name like "%John%" will return names that contain the string "John"
upvoted 0 times
...
Amina
7 months ago
I think the correct answer is C) Person.Name like "%John%"
upvoted 0 times
...
...
Jarod
7 months ago
Haha, I was just about to say the same thing! Great minds think alike. C is definitely the way to go here.
upvoted 0 times
...
Kenda
7 months ago
I agree with Tarra. The 'like' operator is used for pattern matching, and the '%' is the wildcard that matches any characters. So C is the correct answer.
upvoted 0 times
...
Tarra
7 months ago
Hmm, this is an interesting one. I think the answer is C) Person.Name like "%John%". The question asks us to find the person whose name contains the string "John", so we need a wildcard to match any characters before and after "John".
upvoted 0 times
...

Save Cancel