Download as pdf or txt
Download as pdf or txt
You are on page 1of 18

7/13/23, 10:17 PM Delivery Foundation Academy (DFA) L1 Assessment: Attempt review

Dashboard My courses Delivery Foundation Academy (DFA) L1 for CL10 General

Delivery Foundation Academy (DFA) L1 Assessment

Started on Monday, 5 June 2023, 11:29 AM


State Finished
Completed on Monday, 5 June 2023, 12:43 PM
Time taken 1 hour 14 mins
Grade 26.08 out of 50.00 (52%)
Feedback We regret to inform you that passing marks (60%) were not achieved.
Please re-attempt the assessment. Best of Luck !

Question 1
Correct

Mark 1.00 out of 1.00

Identify the message protection deployment modes.

Select one or more:


a. Network -to-host

b. network-to-network

c. peer-to-peer

d. host-to-host

The correct answers are: Network -to-host, host-to-host, network-to-network

Question 2
Correct

Mark 1.00 out of 1.00

A malicious or unexpected data is somehow programmatically fed into the application leading to compromise of
security. What kind of hacking is this?

Select one:
a. Cross site scripting
b. Insecure Direct Object Reference
c. Injection - Correct
d. Broken security or authentication

The correct answer is: Injection - Correct

https://deepknowledge.accenture.com/mod/quiz/review.php?attempt=1585082&cmid=8420&showall=1 1/18
7/13/23, 10:17 PM Delivery Foundation Academy (DFA) L1 Assessment: Attempt review

Question 3
Correct

Mark 1.00 out of 1.00

Which of the following statement is not CORRECT about code quality metrics?

Select one:
a. Comment density is measured by dividing the number of comment lines by the total lines of code.

b. Checking code duplication.

c. Tight coupling and low cohesion indicates high quality of code

d. Cyclomatic complexity measures the complexity of a program.

The correct answer is: Tight coupling and low cohesion indicates high quality of code

Question 4
Correct

Mark 1.00 out of 1.00

Philia, a developer, is worked on a finance project in Accenture. Her Project started moving their Infrastructure to
cloud and hence forth all the requirements will be provided as service from cloud provider. Which of the following
cloud service model will be helpful for Philia here?

Select one:
a. Code As Service

b. Infrastructure As Service

c. Software As Service

d. Platform As Service

The correct answer is: Platform As Service

Question 5
Partially correct

Mark 0.75 out of 1.00

Joshua being a project manager, need to suggest methods to developers of project so that client become high-
performance businesses by delivering high-quality code. Which are they?

Select one or more:


a. Adhere to Accenture Delivery Methods best practices and guidelines

b. Implementing the practice of peer reviews.

c. Follow the Accenture Code Quality Model

d. Using automated code review tools, if permitted by client

The correct answers are: Implementing the practice of peer reviews., Using automated code review tools, if
permitted by client, Follow the Accenture Code Quality Model, Adhere to Accenture Delivery Methods best
practices and guidelines

https://deepknowledge.accenture.com/mod/quiz/review.php?attempt=1585082&cmid=8420&showall=1 2/18
7/13/23, 10:17 PM Delivery Foundation Academy (DFA) L1 Assessment: Attempt review

Question 6
Incorrect

Mark 0.00 out of 1.00

What is the function of a federated identity?

Select one:
a. Enables users to gain access to an application with a federated user name 
b. Enables users of one secure domain to securely access resources in another domain seamlessly
c. Enables users of an application to use the same authentication for other application by the same
application
d. Enables users to be certified to use specific applications

The correct answer is: Enables users of one secure domain to securely access resources in another domain
seamlessly

Question 7
Incorrect

Mark 0.00 out of 1.00

People if need to change the appearance change the hair style, clothes and appeals but may the person itself.
Which SOLID principle does the above quote satisfy?

Select one:
a. Dependency Inversion Principle

b. Single responsibility 

c. Open Closed Principle

d. Interface segregation

The correct answer is: Open Closed Principle

Question 8
Correct

Mark 1.00 out of 1.00

Nisha, is a new joiner to the project. She was trained to carry out security testing. She was asked to coordinate with
the deployment team to deploy the new release of the application and test the same in production environment.
What type of security testing would you suggest Nisha to perform during the production deployment of the
software application?

Select one:
a. IAST

b. Penetration Testing

c. SAST

d. None of the above

The correct answer is: Penetration Testing

https://deepknowledge.accenture.com/mod/quiz/review.php?attempt=1585082&cmid=8420&showall=1 3/18
7/13/23, 10:17 PM Delivery Foundation Academy (DFA) L1 Assessment: Attempt review

Question 9
Incorrect

Mark 0.00 out of 1.00

Which of the following is not a Scrum Artifact?

Select one:
a. Sprint Backlog
b. Product Backlog
c. Definition of Done
d. Release Backlog 

The correct answer is: Definition of Done

Question 10
Correct

Mark 1.00 out of 1.00

A team has completed 10 Sprints and moving to the 11th Sprint. Till Sprint 10, the team has achieved an average of
50 story points per sprint. The same is projected as their velocity for the upcoming sprints with the Client. What is
this approach called?

Select one:
a. Commitment Driven Sprint Planning

b. Velocity Driven Sprint Planning

c. Commitment Driven Velocity

d. Velocity Driven Commitment

The correct answer is: Velocity Driven Sprint Planning

Question 11
Correct

Mark 1.00 out of 1.00

Ms Ruby is trying to record all functional tests needs to be performed for her Web application. All the screen
navigations and screen visited information should be recorded, search bars, sign in,etc...Which software tool will
you suggest for automation of functional testing.

Select one:
a. TestUnited

b. TestFull

c. TestAutomated

d. TestComplete

The correct answer is: TestComplete

https://deepknowledge.accenture.com/mod/quiz/review.php?attempt=1585082&cmid=8420&showall=1 4/18
7/13/23, 10:17 PM Delivery Foundation Academy (DFA) L1 Assessment: Attempt review

Question 12
Correct

Mark 1.00 out of 1.00

What are guidelines that needs to be followed for managing bottlenecks during optimization?

Select one or more:


a. Increase memory space to make the program efficient in terms of speed.

b. Identifying benefits of implementing complex algorithm does not out weigh the time taken to create it.

c. Do performance testing on critical methods carrying business logic

d. Do not cache the result.

The correct answers are: Increase memory space to make the program efficient in terms of speed., Do
performance testing on critical methods carrying business logic, Identifying benefits of implementing complex
algorithm does not out weigh the time taken to create it.

Question 13
Incorrect

Mark 0.00 out of 1.00

Which of the following are CORRECT related to Secure SDLC?

A . Identifying system configuration issues related to security early.


B . Reveals the identification of shared security services

C . Influence executive decisions due to timely risk management processes.


D . Documenting and then informing management about security considerations during development phase.

Select one:
a. B,C

b. A,B,C,D

c. B,C,D 

d. A,B,C

The correct answer is: A,B,C

https://deepknowledge.accenture.com/mod/quiz/review.php?attempt=1585082&cmid=8420&showall=1 5/18
7/13/23, 10:17 PM Delivery Foundation Academy (DFA) L1 Assessment: Attempt review

Question 14
Correct

Mark 1.00 out of 1.00

The option on e-commerce websites to make payments using credit, UPI, debit, COD and others is an example of ?

Select one:
a. Interface segregation

b. Open Closed Principle

c. Dependency Inversion Principle

d. Single responsibility

The correct answer is: Interface segregation

Question 15
Incorrect

Mark 0.00 out of 1.00

Mr John is working for an ecommerce application, There are various interdependent components to this
application like Payment Provider, and Gateway, etc.. Choose CORRECT options for suitable testing needs to be
performed to test the whole solution.

Select one:
a. component testing

b. Integration Testing

c. Module Testing

d. API Testing 

The correct answer is: Integration Testing

Question 16
Correct

Mark 1.00 out of 1.00

Which of the following are the examples of Headless Web Browser?

Select one:
a. Chrome version 59

b. Nightmare JS

c. Selenium

d. All of the Above

e. Chrome 60

The correct answer is: All of the Above

https://deepknowledge.accenture.com/mod/quiz/review.php?attempt=1585082&cmid=8420&showall=1 6/18
7/13/23, 10:17 PM Delivery Foundation Academy (DFA) L1 Assessment: Attempt review

Question 17
Incorrect

Mark 0.00 out of 1.00

What relationship(s) can a work product have to task?

Select one:
a. Optional input, mandatory input, primary output and secondary output.

b. Output only 

c. Input and Output

d. Input only

The correct answer is: Optional input, mandatory input, primary output and secondary output.

Question 18
Not answered

Marked out of 1.00

One of the clients of Soft Mode software solutions wants a solution which results in provisioning and de-
provisioning of cluster of servers within minutes on which the business application is hosted and which promises
infinite capacity. The solution for this requirement is Cloud Computing. What do you call the property/concept of
Cloud Computing depicted in the above scenario?

Select one:
a. Elasticity

b. Cohesion

c. Coupling and Decoupling

d. Abstraction

The correct answer is: Elasticity

Question 19
Incorrect

Mark 0.00 out of 1.00

In each daily scrum, within a sub-team, ends by designating one member as an ambassador to go and
participate in a daily scrum ceremony with ambassadors from other teams. What is that ceremony called?

Select one:
a. Super Scrum ceremony

b. Scrum of Scrum

c. Sprint Review

d. Daily Scrum 

The correct answer is: Scrum of Scrum

https://deepknowledge.accenture.com/mod/quiz/review.php?attempt=1585082&cmid=8420&showall=1 7/18
7/13/23, 10:17 PM Delivery Foundation Academy (DFA) L1 Assessment: Attempt review

Question 20
Correct

Mark 1.00 out of 1.00

What are the components of Accenture Delivery Suite(ADS)?

Select one:
a. Methods & Estimators, Deliverables, Process, Metrics

b. Methods & Estimators, Tools, Architecture, Metrics

c. Methods & Estimators, Deliverables, Architecture, Metrics

d. Methods & Estimators, Tools, Process, Metrics

The correct answer is: Methods & Estimators, Tools, Architecture, Metrics

Question 21
Not answered

Marked out of 1.00

Mr. Peter is from Technical Support team of a software firm. There was a request for him to install Cucumber tool
for performing the BDD. As a prerequisite, Mr. Peter has to install one among the below software's before installing
Cucumber tool. Identify that software.

Select one:
a. ReactJS

b. Angular JS

c. ASP.net

d. Nodejs

The correct answer is: Nodejs

Question 22
Partially correct

Mark 0.67 out of 1.00

Choose exactly three CORRECT options about Fuzzing.

Select one or more:


a. It uses unexpected randomized inputs to determine how software will respond

b. A form of black box testing

c. Analysis performed on execution code

d. Does the software meet design requirement

The correct answers are: A form of black box testing, Analysis performed on execution code, It uses unexpected
randomized inputs to determine how software will respond

https://deepknowledge.accenture.com/mod/quiz/review.php?attempt=1585082&cmid=8420&showall=1 8/18
7/13/23, 10:17 PM Delivery Foundation Academy (DFA) L1 Assessment: Attempt review

Question 23
Not answered

Marked out of 1.00

Which of the following are phases of NIST SDLC model?

A. The initiation phase


B. Functional Specification phase

C. Acquisition and development of the solution


D. The Maintenance phase

E. The operations and maintenance phase

Select one:
a. ACE

b. ABCD

c. ABCE

d. ABE

The correct answer is: ACE

Question 24
Incorrect

Mark 0.00 out of 1.00

Which of the following is not a Scrum Master’s responsibility?

Select one:
a. Preventing the Senior Management from shifting the team priorities.

b. Establish priorities together with the Product Owner for Product Backlog Items (PBIs).

c. Empowering the team.

d. Socializing the Scrum throughout the organization. 

The correct answer is: Establish priorities together with the Product Owner for Product Backlog Items (PBIs).

https://deepknowledge.accenture.com/mod/quiz/review.php?attempt=1585082&cmid=8420&showall=1 9/18
7/13/23, 10:17 PM Delivery Foundation Academy (DFA) L1 Assessment: Attempt review

Question 25
Not answered

Marked out of 1.00

What guidelines should be followed for creating the Accenture coding standards?

Select one or more:


a. Coding Standards should be easy to understand

b. Multiple developers rewrite each other's code to match their personal styles

c. Must be created after the build stage

d. Should be agreed upon across project teams spanning globally.

The correct answers are: Coding Standards should be easy to understand, Should be agreed upon across project
teams spanning globally.

Question 26
Incorrect

Mark 0.00 out of 1.00

How does microservices provide small, manageable, and deployable components.

Select one:
a. Micro-container Services

b. Micro-service Components 

c. Micro-service Containers

The correct answer is: Micro-service Containers

Question 27
Correct

Mark 1.00 out of 1.00

Shyam created container images considering his project environment requirement. Which cloud based registry
enables capability of hosting private and public content(images).

Select one:
a. Docker Container

b. Docker Hub

c. Docker Repositories

d. Docker Volumes

The correct answer is: Docker Hub

https://deepknowledge.accenture.com/mod/quiz/review.php?attempt=1585082&cmid=8420&showall=1 10/18
7/13/23, 10:17 PM Delivery Foundation Academy (DFA) L1 Assessment: Attempt review

Question 28
Correct

Mark 1.00 out of 1.00

What are various lines of businesses that Accenture Delivery Suite(ADS) support?

Select one:
a. Technology, Industry, Operations, Security, and Strategy

b. Technology, Digital, Operations, Security, and Strategy

c. Technology, Digital, Operations, Security, and Cloud

d. Technology, Digital, Operations, and Strategy

The correct answer is: Technology, Digital, Operations, Security, and Strategy

Question 29
Incorrect

Mark 0.00 out of 1.00

Consider there are two jobs Job A and Job B. How will you trigger Job B after completion of Job A ? Choose the
appropriate option.

Select one:
a. Both 1 & 2 need to be done.

b. Either 1 or 2 needs to be done

c. Call Job B from the 'Post-build Action' section of Job A 

The correct answer is: Either 1 or 2 needs to be done

Question 30
Incorrect

Mark 0.00 out of 1.00

How did object-oriented programing systems handle complexity better than procedural process?

Select one:
a. Tasks were divided into a number of sub tasks

b. All the procedures were treated as an identifiable behavior of an object.

c. Handling each task in isolation ensuring that we have the right degree of coupling in cohesion 

The correct answer is: All the procedures were treated as an identifiable behavior of an object.

https://deepknowledge.accenture.com/mod/quiz/review.php?attempt=1585082&cmid=8420&showall=1 11/18
7/13/23, 10:17 PM Delivery Foundation Academy (DFA) L1 Assessment: Attempt review

Question 31
Incorrect

Mark 0.00 out of 1.00

Which are the common coding situations that Developers come across frequently from below?

Select one:
a. code is not well commented
b. code is inconsistent 
c. Code is not well-formatted
d. code is complex

Question 32
Incorrect

Mark 0.00 out of 1.00

Alex has been identified as the Scrum Master of an Agile execution. A team of 8 members have been tagged to
him. In the capacity of Scrum Master, on a daily basis, he does the following things.

A) Talk to the team to keep them motivated

B) Connect with them twice a day, to get updates on the work done so far
C) Guide them on the Scrum Processes they need to be following

Which of these is appropriate for a Scrum Master to do?

Select one:
a. Only A and B

b. Only B and C

c. All A, B and C 

d. Only A and C

The correct answer is: Only A and C

Question 33

Correct

Mark 1.00 out of 1.00

Linda, an AWS cloud administrator, used to generate a soft token in her mobile every time she used to login to AWS
cloud console as part of cloud application security practices. Which of the following type of Identity access this
action refers to?

Select one:
a. Multifactor authentication

b. Federated Identity management

c. Single Sign-on/off

d. Token based authentication

The correct answer is: Multifactor authentication

https://deepknowledge.accenture.com/mod/quiz/review.php?attempt=1585082&cmid=8420&showall=1 12/18
7/13/23, 10:17 PM Delivery Foundation Academy (DFA) L1 Assessment: Attempt review

Question 34
Correct

Mark 1.00 out of 1.00

At home we replace an old CFL bulb to a new LED bulb. Although we change the bulb, we don’t change the
functionality. which SOLID principle does it satisfy?

Select one:
a. Interface segregation

b. Liskov substitution

c. Open Closed Principle

d. Dependency Inversion Principle

The correct answer is: Liskov substitution

Question 35
Correct

Mark 1.00 out of 1.00

Scrum of Scrum meeting is focused on ?

Select one:
a. Progress within a team

b. Progress of every individual

c. Resolving coordination challenges between teams

d. Resolving coordination challenges within a team

The correct answer is: Resolving coordination challenges between teams

Question 36
Correct

Mark 1.00 out of 1.00

Which global policy of Accenture does ADS meet?

Select one:
a. Policy 1100

b. Policy 0012

c. Policy 0011

d. Policy 1200

The correct answer is: Policy 0011

https://deepknowledge.accenture.com/mod/quiz/review.php?attempt=1585082&cmid=8420&showall=1 13/18
7/13/23, 10:17 PM Delivery Foundation Academy (DFA) L1 Assessment: Attempt review

Question 37
Partially correct

Mark 0.33 out of 1.00

Which of the following tasks will be performed by the Configuration Manager? Choose exactly THREE correct
options.

Select one or more:


a. Plans Configuration Management

b. Attends and facilitates CCB meetings.

c. Makes sure that project complies with CM standards and procedures. 

d. Tracks and Reports on CM status and audits.

The correct answers are: Tracks and Reports on CM status and audits., Plans Configuration Management, Attends
and facilitates CCB meetings.

Question 38
Incorrect

Mark 0.00 out of 1.00

What was seen in application over time, which creates the need of solutions which could also be used in other
projects?

Select one:
a. Complexity of application and managing business

b. Faster time to market

c. More effective and efficient process 

The correct answer is: Complexity of application and managing business

Question 39

Partially correct

Mark 0.50 out of 1.00

Identify the correct options for Load Testing.

Select one or more:


a. Test software under normal load conditions

b. Requires a baseline of normal activity

c. Commonly used to test high availability solutions 

d. Test software under extreme load conditions

The correct answers are: Test software under normal load conditions, Requires a baseline of normal activity

https://deepknowledge.accenture.com/mod/quiz/review.php?attempt=1585082&cmid=8420&showall=1 14/18
7/13/23, 10:17 PM Delivery Foundation Academy (DFA) L1 Assessment: Attempt review

Question 40
Partially correct

Mark 0.67 out of 1.00

Once the Configuration Management team determines the appropriate level of CM control. ABC Utility is trying to
determine which CM Tool to use. Assume that you are part of CM team and select the appropriate tool to use.
Choose exactly THREE correct options.

Select one or more:


a. Mercurial

b. PVCS(Poly Version Control System)

c. VSS(Visual SourceSafe)

d. GitLab 

The correct answers are: PVCS(Poly Version Control System), Mercurial, VSS(Visual SourceSafe)

Question 41
Correct

Mark 1.00 out of 1.00

What are the benefits of adopting the security-centric approach to develop the applications in the cloud?

Select one:
a. Identify system configuration issues

b. Early identification and mitigation of security vulnerabilities

c. Reuse of the security stratergies and tools

d. All the above

The correct answer is: All the above

Question 42
Incorrect

Mark 0.00 out of 1.00

Keith working on configuring Jenkins for his project. He would like to avoid single point of failure of Jenkins Services.
Which environmental setup will be suggested to be followed by him?

Select one:
a. Non Master-Slave Jenkins environment setup

b. One Master Node Jenkins Environment setup

c. On-Premises Setup 

d. Master-Slave Jenkins environment setup

The correct answer is: Master-Slave Jenkins environment setup

https://deepknowledge.accenture.com/mod/quiz/review.php?attempt=1585082&cmid=8420&showall=1 15/18
7/13/23, 10:17 PM Delivery Foundation Academy (DFA) L1 Assessment: Attempt review

Question 43
Partially correct

Mark 0.67 out of 1.00

Identify the services provided by Microservices when compare to Design Patterns.

Select one or more:


a. Environment

b. Catalog of Solutions 

c. Code Access

d. Implementation

The correct answers are: Implementation, Environment, Code Access

Question 44
Correct

Mark 1.00 out of 1.00

Sprints are usually _______________.

Select one:
a. Time Boxing

b. Feature Boxing

c. Theme Boxing

d. Epic Boxing

The correct answer is: Time Boxing

Question 45

Incorrect

Mark 0.00 out of 1.00

CIs are the work products within the selected categories that the project wants under configuration control.
Imagine you are the person for writing the CM Plan who typically works with the Team Leads to document the CIs
for the designated categories. Once the team determines the CM categories and the naming convention for each
CI, it must maintain a list of the actual CIs. Which role you are playing from below options.

Select one:
a. Scrum Master Manager 

b. Configuration Manager

c. Project Manager

d. Product Manager

The correct answer is: Configuration Manager

https://deepknowledge.accenture.com/mod/quiz/review.php?attempt=1585082&cmid=8420&showall=1 16/18
7/13/23, 10:17 PM Delivery Foundation Academy (DFA) L1 Assessment: Attempt review

Question 46
Partially correct

Mark 0.50 out of 1.00

Which steps are recommended to be performed by Development team to optimize testing?

Select one or more:


a. Overwrite the process

b. Properly report risk

c. Identify risk areas

d. Exclude Test plan execution 

The correct answers are: Identify risk areas, Properly report risk

Question 47
Correct

Mark 1.00 out of 1.00

To secure the http messages in the API calls, its necessary to:

Select one:
a. Use cryptography
b. avoid hardcoding any sensitive data in the messages
c. implement identity management
d. All the above

The correct answer is: All the above

Question 48
Correct

Mark 1.00 out of 1.00

What is the website to access Accenture Delivery Suite(ADS)?

Select one:
a. https://accenturedeliverysuite.accenture.com

b. https://in.accenture.com/accenturedeliverysuite/

c. https://methodology.accenture.com

d. https://ads.acceture.com

The correct answer is: https://in.accenture.com/accenturedeliverysuite/

https://deepknowledge.accenture.com/mod/quiz/review.php?attempt=1585082&cmid=8420&showall=1 17/18
7/13/23, 10:17 PM Delivery Foundation Academy (DFA) L1 Assessment: Attempt review

Question 49
Correct

Mark 1.00 out of 1.00

A Scrum Development Team is supposed to be 'Self Organized' that would mean.

Select one:
a. They can accept decisions made on their behalf by Product Owner

b. They can identify their own goals and make decisions on their own

c. They are experts in different technologies

d. They can accept decisions made on their behalf by Scrum Master

The correct answer is: They can identify their own goals and make decisions on their own

Question 50
Incorrect

Mark 0.00 out of 1.00

If we need to apply design patterns, can we do it without the principles of object-oriented programing and
standards?

Select one:
a. No, Design Patterns are logical and comprehensive sequencing of elements with object-oriented principles
only

b. Yes, Design Patterns can be formed by principles, any programing language and standard 

c. Yes, Design Patterns are logical and comprehensive sequencing of elements with procedural principles

The correct answer is: No, Design Patterns are logical and comprehensive sequencing of elements with object-
oriented principles only

Previous activity

◄ Delivery Foundation Academy (DFA) Sample Assessment

Jump to...

https://deepknowledge.accenture.com/mod/quiz/review.php?attempt=1585082&cmid=8420&showall=1 18/18

You might also like