Issues for Intermediate Cypher Queries Courses

Hello,
I'm study to get the Neo4j Certification, but I got some problems 3 questions of Intermediate Cypher Queries Course. The problem is that the system does not accept the answer that it should be correct (including the answer suggested in the solution of the question).
Here is the questions:
Question 1Question 2

this is what I had for question 1: Answer was 4

MATCH (m:Movie)
WHERE
m.tmdbId IS NULL
RETURN m

Question 2: 149

MATCH (m:Movie)
WHERE
m.poster IS NULL
RETURN m.title

did they work. I took the course several years ago.

1 Like

Thanks, but in my graph i got 7

As long as it works. Maybe the db is different.