New Year Sale ! 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
24 days 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
25 days 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
28 days 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
5 days ago
C) Person.Name like '%John%'
upvoted 0 times
...
Fidelia
10 days ago
B) Person.Name like 'John'
upvoted 0 times
...
Lavonda
13 days ago
A) Person.Name = 'John'
upvoted 0 times
...
...
Carma
2 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
17 days ago
D) Person.Name like 'John'
upvoted 0 times
...
Nathalie
1 months ago
C) Person.Name like %John%
upvoted 0 times
...
Tyisha
1 months ago
B) Person.Name like John
upvoted 0 times
...
Yuonne
2 months ago
A) Person.Name = John
upvoted 0 times
...
...
Stephaine
2 months ago
I agree with Jesusita, option C makes the most sense for finding names that contain 'John'.
upvoted 0 times
...
Yong
2 months ago
Option C looks right, the '%' wildcard should match any name that contains 'John' within it.
upvoted 0 times
Elise
1 months ago
C) Person.Name like '%John%'
upvoted 0 times
...
Louisa
1 months ago
B) Person.Name like 'John'
upvoted 0 times
...
Tamra
2 months ago
A) Person.Name = 'John'
upvoted 0 times
...
...
Jesusita
2 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