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

OutSystems Exam Associate-Reactive-Developer Topic 5 Question 38 Discussion

Actual exam question for OutSystems's Associate-Reactive-Developer exam
Question #: 38
Topic #: 5
[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:

Pamela
3 months ago
As a database pro, I can confirm that C is the way to go here. The '%' wildcard is the classic substring match.
upvoted 0 times
...
Lovetta
3 months ago
Option D seems a bit odd, using single quotes for the string match. I'd go with C to be safe.
upvoted 0 times
...
Domitila
3 months ago
Haha, the 'John' in the question is so obvious, I bet the answer is C! Gotta love these tricky certification exams.
upvoted 0 times
Jennifer
2 months ago
C) Person.Name like '%John%'
upvoted 0 times
...
Fidelia
2 months ago
B) Person.Name like 'John'
upvoted 0 times
...
Lavonda
2 months ago
A) Person.Name = 'John'
upvoted 0 times
...
...
Carma
4 months ago
I think B is the correct answer. The 'like' operator with no wildcards should match the exact 'John' string.
upvoted 0 times
Loreen
3 months ago
D) Person.Name like 'John'
upvoted 0 times
...
Nathalie
3 months ago
C) Person.Name like %John%
upvoted 0 times
...
Tyisha
3 months ago
B) Person.Name like John
upvoted 0 times
...
Yuonne
4 months ago
A) Person.Name = John
upvoted 0 times
...
...
Stephaine
4 months ago
I agree with Jesusita, option C makes the most sense for finding names that contain 'John'.
upvoted 0 times
...
Yong
4 months ago
Option C looks right, the '%' wildcard should match any name that contains 'John' within it.
upvoted 0 times
Elise
3 months ago
C) Person.Name like '%John%'
upvoted 0 times
...
Louisa
3 months ago
B) Person.Name like 'John'
upvoted 0 times
...
Tamra
4 months ago
A) Person.Name = 'John'
upvoted 0 times
...
...
Jesusita
4 months ago
I think the answer is C) Person.Name like '%John%' because it will find any name that contains the string 'John'.
upvoted 0 times
...

Save Cancel