HomePage
Jobs
WalkIn
Articles
Group Chat
Contact Us
Feedback
Sitemap
(200-901) DevNet Associate (DEVASC) Exam Page 1 (Dumps)
Question No:-1
Which two concepts describe test-driven development? (Choose two.)
1. User acceptance testers develop the test requirements.
2. It enables code refactoring.
3. Tests are created when code is ready for release.
4. Implementation is driven by incremental testing of release candidates.
5. Write a test before writing code.
View Answer
Answer:-
(2) and (5)
Question No:-2
Which task is performed because the test-driven development approach is being used?
1. creating test scenarios based on continuous development
2. writing code without committing any coding violations
3. refactoring code that is covered by existing tests
4. testing existing software before developing new code
View Answer
Answer:-
3. refactoring code that is covered by existing tests
Question No:-3
What is the first development task in test-driven development?
1. Write code that implements a desired function.
2. Write a failing test case for a desired function.
3. Reverse engineer the code for a desired function.
4. Write a passing test case for existing code.
View Answer
Answer:-
2. Write a failing test case for a desired function.
For Reference:-
https://technologyconversations.com/2013/12/20/test-driven-development-tdd-example-walkthrough/
Question No:-4
In test-driven development, what are two of the green bar patterns? (Choose two.)
1. another test
2. break
3. triangulate
4. starter test
5. fake it
View Answer
Answer:-
(3) and (5)
For Reference:-
https://www.cs.uic.edu/~i442/Patterns%20for%20TDD.pdf
Question No:-5
In the test-driven development model, what is changed after a test fails?
1. schedule
2. project requirements
3. code
4. test
View Answer
Answer:-
3. code
Question No:-6
What is a benefit of test-driven development?
1. strict adherence to product requirements
2. faster releases that have minimal features
3. early customer involvement
4. increased code quality
View Answer
Answer:-
1. strict adherence to product requirements
Most user choose there answer as given below
4(59%)
1(41%)
Question No:-7
Which two statements describe the advantages of using a version control system? (Choose two.)
1. It allows for branching and merging so that different tasks are worked on in isolation before they are merged into a feature or master branch.
2. It provides tooling to automate application builds and infrastructure provisioning.
3. It allows multiple engineers to work against the same code and configuration files and manage differences and conflicts.
4. It provides a system to track User Stories and allocate to backlogs.
5. It allows developers to write effective unit tests.
View Answer
Answer:-
(1) and (3)
Question No:-8
What are two advantages of version control software? (Choose two.)
1. It supports tracking and comparison of changes in binary format files.
2. It allows new team members to access the current code and history.
3. It supports comparisons between revisions of source code files.
4. It provides wiki collaboration software for documentation.
5. It allows old versions of packaged applications to be hosted on the Internet.
View Answer
Answer:-
(2) and (3)
Most user choose there answer as given below
2,3(88%)
(12%)
Question No:-9
Before which process is code review performed when version control is used?
1. checkout of code
2. merge of code
3. committing code
4. branching code
View Answer
Answer:-
2. merge of code
Question No:-10
What is an advantage of a version control system?
1. facilitates resolving conflicts when merging code
2. ensures that unit tests are written
3. prevents over-writing code or configuration files
4. forces the practice of trunk-based development
View Answer
Answer:-
1. facilitates resolving conflicts when merging code
1 |
2
|
3
|
4
@2014-2022 Crackyourinterview (All rights reserved)
Privacy Policy - Disclaimer - Sitemap