Free Practice Salesforce CRT-600 Exam Questions 2025

Stay ahead with 100% Free Certification Preparation for Salesforce JavaScript Developer I (WI25) CRT-600 Dumps Practice Questions

Page:    1 / 44      
Total 217 Questions | Updated On: Mar 27, 2025
Add To Cart
Question 1

Refer to the code below:
Let car1 = new Promise((_ , reject) =>
setTimeout(reject, 2000, ''car 1 crashed in'' =>
Let car2 =new Promise(resolve => setTimeout(resolve, 1500, ''car 2 completed'')
Let car3 =new Promise(resolve => setTimeout(resolve, 3000, ''car 3 completed'')
Promise.race(( car1, car2, car3))
.then (value => (
Let result = '$(value) the race.';)}
.catch(arr => {
console.log(''Race is cancelled.'', err);
});
What is the value of result when Promise.race executes?


Answer: B
Question 2

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 3

Refer to the code below:
Const resolveAfterMilliseconds = (ms) => Promise.resolve (
setTimeout (( => console.log(ms), ms ));
Const aPromise = await resolveAfterMilliseconds(500);
Const bPromise = await resolveAfterMilliseconds(500);
Await aPromise, wait bPromise;
What is the result of running line 05?


Answer: B
Question 4

Refer to the code below:
console.log(''start);
Promise.resolve('Success') .then(function(value){
console.log('Success');
});
console.log('End');
What is the output after the code executes successfully?


Answer: C
Question 5

Refer to code below:
Const objBook = {
Title: 'Javascript',
};
Object.preventExtensions(objBook);
Const newObjBook = objBook;
newObjectBook.author = 'Robert';
What are the values of objBook and newObjBook respectively ?


Answer: A
Page:    1 / 44      
Total 217 Questions | Updated On: Mar 27, 2025
Add To Cart

© Copyrights TheExamsLab 2025. All Rights Reserved

We use cookies to ensure your best experience. So we hope you are happy to receive all cookies on the TheExamsLab.