0% found this document useful (0 votes)
47 views5 pages

Salesforce JavaScript Developer I Q&A

Uploaded by

patrickdare6633
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
47 views5 pages

Salesforce JavaScript Developer I Q&A

Uploaded by

patrickdare6633
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Questions & Answers PDF Page 1

Salesforce
JAVASCRIPT-DEVELOPER-I Exam
Salesforce Certified JavaScript Developer I

Thank you for downloading JAVASCRIPT-DEVELOPER-I exam


PDF Demo

You can also try our JAVASCRIPT-DEVELOPER-I practice exam


software

Download Free Demo:

[Link]
[Link]

[Link]
Questions & Answers PDF Page 2

Version: 6.0

Question: 1

Refer to the code below:


01 const exec = (item, delay) =>{
02 new Promise(resolve => setTimeout( () => resolve(item), delay)),
03 async function runParallel() {
04 Const (result1, result2, result3) = await [Link]{
05 [exec (‘x’, ‘100’) , exec(‘y’, 500), exec(‘z’, ‘100’)]
06 );
07 return `parallel is done: $(result1) $(result2)$(result3)`;
08 }
}
}
Which two statements correctly execute the runParallel () function?
Choose 2 answers

A. Async runParallel () .then(data);


B. runParallel ( ). done(function(data){
return data;
});
C. runParallel () .then(data);
D. runParallel () .then(function(data)
return data

Answer: B, D

Question: 2

A developer needs to test this function:


01 const sum3 = (arr) => (
02 if (![Link]) return 0,
03 if ([Link] === 1) return arr[0],
04 if ([Link] === 2) return arr[0] + arr[1],
05 return arr[0] + arr[1] + arr[2],
06 );
Which two assert statements are valid tests for the function?
Choose 2 answers

A. [Link](sum3(1, ‘2’)) == 12);


B. [Link](sum3(0)) == 0);

[Link]
Questions & Answers PDF Page 3

C. [Link](sum3(-3, 2 )) == -1);
D. [Link](sum3(‘hello’, 2, 3, 4)) === NaN);

Answer: A, C

Question: 3

Which statement phrases successfully?

A. [Link] ( ‘ foo ’ );
B. [Link] ( “ foo ” );
C. [Link]( “ ‘ foo ’ ” );
D. [Link](‘ “ foo ” ’);

Answer: D

Question: 4

Refer to the code below:


01 let car1 = new promise((_, reject) =>
02 setTimeout(reject, 2000, “Car 1 crashed in”));
03 let car2 = new Promise(resolve => setTimeout(resolve, 1500, “Car 2
completed”));
04 let car3 = new Promise(resolve => setTimeout (resolve, 3000, “Car 3
Completed”));
05 [Link]([car1, car2, car3])
06 .then(value => (
07 let result = $(value) the race. `;
08 ))
09 .catch( arr => (
10 [Link](“Race is cancelled.”, err);
11 ));
What is the value of result when [Link] executes?

A. Car 3 completed the race.


B. Car 1 crashed in the race.
C. Car 2 completed the race.
D. Race is cancelled.

Answer: C

Question: 5

[Link]
Questions & Answers PDF Page 4

Refer to the code below:


for(let number =2 ; number <= 5 ; number += 1 ) {
// insert code statement here
}
The developer needs to insert a code statement in the location shown. The code
statement has these requirements:
1. Does require an import
2. Logs an error when the boolean statement evaluates to false
3. Works in both the browser and [Link]
Which meet the requirements?

A. assert (number % 2 === 0);


B. [Link](number % 2 === 0);
C. [Link](number % 2 === 0);
D. [Link](number % 2 === 0);

Answer: B

[Link]
Questions & Answers PDF Page 5

Thank You for trying JAVASCRIPT-DEVELOPER-I PDF


Demo

To try our JAVASCRIPT-DEVELOPER-I practice exam software


visit link below

[Link]
[Link]

Start Your JAVASCRIPT-


DEVELOPER-I Preparation
Use Coupon “20OFF” for extra 20% discount on the purchase of
Practice Test Software. Test your JAVASCRIPT-DEVELOPER-I
preparation with actual exam questions.

[Link]

You might also like