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 18 Discussion

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

Ronald
8 days ago
Hmm, I'm not so sure. I think option B, 'Person.Name like "John"', might be the right answer. That would match names that start with 'John', which seems more in line with the question.
upvoted 0 times
...
Daron
9 days ago
Yeah, I was thinking the same thing. The 'like' operator with the wildcard '%' is the way to go here. It's more flexible than an exact match.
upvoted 0 times
...
Joesph
10 days ago
I agree, this is a tricky one. I'm leaning towards option C, 'Person.Name like "%John%"', since that would match any name that contains the string 'John' anywhere in the name.
upvoted 0 times
...
Vonda
11 days ago
I think this question is a bit tricky. The correct answer is not immediately obvious, and it's important to understand the nuances of LINQ queries to get it right.
upvoted 0 times
...

Save Cancel