

InterviewSolution
Saved Bookmarks
1. |
String expressions, with the exception of ________ only have a well-defined behavior for strings of ASCII characters.(a) $setcon(b) $concatenation(c) $concat(d) None of the mentionedThe question was asked during a job interview.I need to ask this question from Pipeline Limits in section Aggregation Concepts and Aggregation Mechanics of MongoDB |
Answer» CORRECT option is (c) $concat The best I can EXPLAIN: $concat BEHAVIOR is well-defined REGARDLESS of the CHARACTERS used. |
|