Hi,
I don’t get it where I answer wrong in the theory section.
If double checked the answers with the documentation, but I have no clue what might be wrong. In the workflow section I got always 100% percent. In the theory between 62-77%.
My Unique-ID: 522b354d7537ad3fbb9ee861642368fb
Questions and my answers:
What can you do if there is no n8n node for an app/service that you want to use in a workflow?*
Here I assume that here C would be the correct choice:
A Ask the n8n team to create the node - might be an option if I really would like to have the node ![]()
B Create the node yourself - might be an option via community nodes
C Use the HTTP Request node instead - correct
Which of the following are Core Nodes?*
Here I assume that A, C, D would be correct
A Schedule node
B Telegram node
C IF node
D Webhook node
Which of the following are Trigger Nodes?*
Here I assume that A would be correct
A Schedule node
B Code node
C Airtable node
D Edit Fields node
Where do you get credentials for app/service nodes?\
Here I assume that B would be correct
A From the n8n documentation
B From the respective app/service you want to use
C From the dark web
You can download your workflows as .exe files.*
Here I assume that B would be correct
A True
B False
You can import a workflow from a URL or from a local JSON file.*
Here I assume that A and B would be correct
A True
B False
How does the Code node execute code?*
Here I assume that A and B would be correct
A The code gets executed only once for all items.
B The code gets executed once for every item.
What is the difference between the IF node and the Switch node?*
Here I assume that B would be correct
A None, they are the same.
B The IF node supports two conditional routes, the Switch node supports unlimited conditional routes.
C The IF node supports unlimited conditional routes, the Switch node supports two conditional routes.
What programming language can you use in the Code node?*
Here I assume that A and C would be correct
A JavaScript
B TypeScript
C Python
D Any programming language
What is the correct data structure?*
Here I assume that A would be correct
A {[json: {jsonKeyName: ‘keyValue’}]}
B [{json: {jsonKeyName: ‘keyValue’}}]
C json: [jsonKeyName: ‘keyValue’]
When executing the Code node, you might get an error “Error: Code doesn’t return items properly”. What is the reason for this error?*
Here I assume that A would be correct
A The code in the Code node doesn’t return the data in the correct structure.
B The Code node doesn’t receive any incoming data.
C The node needs credentials.
You can only activate workflows that have a Trigger node or a Webhook node.*
Here I assume that A would be correct
A True
B False
What can be the reasons for node errors?*
Here I assume that A and B would be correct
A The node credentials are missing or are incorrect.
B The node parameters are not configured correctly.
C You don’t have permission to use that node.
