top of page
Home
SHAKTI
Web Security
Services
Projects
About Us
More
Use tab to navigate through the menu items.
Placement
Log In
Full Stack Development Quiz
1. In agile development, lengthy documentation is created.
TRUE
FALSE
2. Arrange the following scrum practices according to the order in which they are carried out. 1. Sprint planning 2. Daily scrum meet 3. Sprint retrospective meet 4. Sprint review meet 5. Sprint
1, 5, 2, 3, 4
1, 5, 2, 4, 3
1, 2, 5, 4, 3
1, 3, 2, 4, 5
3. What are the advantages of Agile Testing?
Saves time
Requires less planning and creates less documentation
Regular feedback from end users
Solves issues in advance by daily meeting
All the above
4. What will be the return value of the write() method when the Node cannot write the data immediately and has to buffer it internally?
0
1
TRUE
FALSE
5. What is a closure?
Function objects
Scope where function’s variables are resolved
Both Function objects and Scope where function’s variables are resolved
Function return value
6. A promise implementation in one of its simplest forms is as follows:
Var promise = new Promise( () => ());
Var promise = new Promise( () -> {});
Var promise = new Promise( () => []);
Var promise = new Promise( () => {});
7. What are the selector methods in D3 JS?
Select()
Select All()
Append()
Html()
All of these
8. What does D3.js mean?
It is a JavaScript framework to display D3 models
It is a JavaScript library for changing native objects to D3 objects
It is Node.js to parse a server's data to objects with D3 features
It is a JavaScript library for creating and manipulating documents based on data
9. Which of the following terms is correct about SVG?
It is a JSON object to show properties in math figures
It is a markup language for determining two-dimensional vector graphics
It is a JavaScript fabric method to show the charts, tables
It is a markup language for determining two-dimensional vector graphics
10. In which of the following cases, D3.js is helpful?
Viewing huge data reports of account detail, e-commerce budgeting, population
Using D3 models on backgrounds of gaming applications
Analyzing and representing a server data
None of the mentioned
Submit
Thanks for submitting!
bottom of page