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 1 Question 15 Discussion

Actual exam question for OutSystems's Associate Reactive Developer (OutSystems 11)Exam exam
Question #: 15
Topic #: 1
[All Associate Reactive Developer (OutSystems 11)Exam 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:

Shayne
8 days ago
You know, I was thinking the same thing about option D. It's just too literal. I'm with you guys on option C - that's the most robust and flexible way to handle this kind of partial string match.
upvoted 0 times
...
Tequila
9 days ago
Haha, option D. 'John'. That's just silly. As if someone's name would be literally just 'John' with no other characters. These exam questions really try to trip you up sometimes, don't they?
upvoted 0 times
...
Charlene
10 days ago
Yeah, I agree with you on option C. The `like` operator is perfect for this kind of partial string match. The other options are too specific - option A would only match exact names of "John", and option D would be case-sensitive, which might not be what the exam is looking for.
upvoted 0 times
...
Elza
11 days ago
Hmm, this seems like a straightforward SQL query, but I want to make sure I understand the nuances. The question is asking us to find the person whose name contains the string "John", so I'd say option C is the way to go. The `like '%John%'` syntax allows us to match any name that has "John" anywhere within it.
upvoted 0 times
...

Save Cancel