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

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

Jaime
6 months ago
I think option B) Person.Name like 'John' could also work because it will match exactly 'John' in the name.
upvoted 0 times
...
Selene
6 months ago
I agree with Amos. Option C makes sense for finding a person whose name contains 'John.'
upvoted 0 times
...
Amos
7 months ago
I think the correct answer is C) Person.Name like '%John%' because it will match any string that contains the substring 'John.'
upvoted 0 times
...
Ronald
7 months 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
7 months 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
Jestine
7 months ago
I agree, it's definitely the best option in this scenario
upvoted 0 times
...
Olive
7 months ago
Exactly, using the wildcard '%' allows for flexibility
upvoted 0 times
...
Raina
7 months ago
Person.Name like '%John%'
upvoted 0 times
...
...
Joesph
7 months 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
7 months 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