LL(1) Parser

Which of the following is true
What is sufficient to prove that grammar is not LL(1)
Which one of the following kinds of derivation is used by LL(1) parsers
The grammar A → AA | (A) | ε is not suitable for predictive-parsing because the grammar is
Choose the correct Option :
Statement 1 : Predictive parsing technique avoids backtracking.
Statement 2 : LL(1) Grammar cannot be ambiguous.
Which of the following is correct about top-down parser?