Salesforce CRT-600

Page:    1 / 44   
Total 217 questions | Updated On: Apr 24, 2024
Question 1

A developer is debugging a web server that uses Node.js The server hits a runtimeerror
every third request to an important endpoint on the web server.
The developer added a break point to the start script, that is at index.js at he root of the
server's source code. The developer wants to make use of chrome DevTools to debug.
Which command can be run to access DevTools and make sure the breakdown is hit ?


Answer: D
Question 2

Refer to code below:
console.log(0);
setTimeout(() => (
console.log(1);
});
console.log(2);
setTimeout(() => {
console.log(3);
), 0);
console.log(4);
In which sequence will the numbers be logged?


Answer: C
Question 3

A developer at Universal Containers is creating their new landing page based on HTML, CSS, and JavaScript. The website includes multiple external resources that are loaded when the page is opened.
To ensure that visitors have a good experience, a script named personalizeWebsiteContent needs to be executed when the webpage Is loaded and there Is no need to wait for the resources to be available.
Which statement should be used to call personalizeWebsiteContent based on the above business requirement?


Answer: A
Question 4

A developer uses a parsed JSON string to work with user information as in the block below:
01 const userInformation ={
02 '' id '' : ''user-01'',
03 ''email'' : ''[email protected]'',
04 ''age'' : 25
Which two options access the email attribute in the object?
Choose 2 answers


Answer: A,C
Question 5

Which two code snippets show working examples of a recursive function?
Choose 2 answers


Answer: A,D
Page:    1 / 44   
Total 217 questions | Updated On: Apr 24, 2024

Quickly grab our CRT-600 product now and kickstart your exam preparation today!

Name: Certification Preparation for Salesforce JavaScript Developer I (WI24)
Exam Code: CRT-600
Certification: Javascript Developer
Vendor: Salesforce
Total Questions: 217
Last Updated: Apr 24, 2024