Delivery Foundation Academy (DFA) L1 Assessment_ Attempt review SET 3

You might also like

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

7/13/23, 10:18 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 Friday, 19 November 2021, 4:50 PM


State Finished
Completed on Friday, 19 November 2021, 6:06 PM
Time taken 1 hour 15 mins
Grade 5.67 out of 50.00 (11%)
Feedback We regret to inform you that passing marks (60%) were not achieved.
Please re-attempt the assessment. Best of Luck !

Question 1
Partially correct

Mark 0.67 out of 1.00

Mr. John is a Team Lead handling a team of 10 members. He suggested their team members to adopt DevOps
process and the team is planning to implement the DevOps process for software delivery. Which among the
following benefits you think team can achieve by adopting Devops process. Choose exactly 3 CORRECT ANSWERS.

Select one or more:


a. Application stack consistency

b. Production readiness

c. Infrequent build and integration 

d. Application monitoring management

The correct answers are: Production readiness, Application stack consistency, Application monitoring
management

Question 2
Incorrect

Mark 0.00 out of 1.00

How to handle alternatives based on the type or how to create pluggable software components?

Select one:
a. All of the above

b. Assign responsibility for the behavior using polymorphic operations to the types for which the behavior 
varies

c. Identity Classes/Types which would have the behavior changing slightly. Assign responsibility to a type for
which the behavior varies

d. None of the above

The correct answer is: All of the above

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

Question 3
Partially correct

Mark 0.50 out of 1.00

John has written code that includes multiple methods that is not synonymous with functionality of it. Many of
those methods contain lots of nested statements, hard coded values and over 500 lines of code. What standard
coding patterns would you suggest to him?

Select one or more:


a. Limit the method size between 100 and 150 code lines by refactoring it.

b. Group logically related statements for easy readability

c. Name of methods does not matter.

d. It's okay to have hard-coded values in the same code 

The correct answers are: Name of methods does not matter., Group logically related statements for easy
readability

Question 4

Incorrect

Mark 0.00 out of 1.00

Which of the following is done as part of ''Kanban'?

a) Splitting work into smaller items


b) Deciding the sequence of steps the work items need to go through

c) not imposing any limit on the work in progress

d) Track the lead and cycle time

Select one:
a. Only b,c and d

b. Only a,b and d

c. Only a,b and c

d. All of the options 

The correct answer is: Only a,b and d

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

Question 5
Partially correct

Mark 0.50 out of 1.00

Mr Robin is supporting a web application which processes 500 requests daily. Suddenly one night when Robin was
in night shift he got a P1 ticket. Customer complaining that application is not accessible. Robin and his team
started doing analysis and found that approximately. 600 request came in the night and his application was not
capable for handling the load. What should Team ensure from given and which type of testing needs to be
performed.

Select one or more:


a. Load Balancing

b. Accept only minimal request

c. Setting Threshold limit on Performance 

d. Auto scaling configurations

The correct answers are: Load Balancing, Auto scaling configurations

Question 6
Correct

Mark 1.00 out of 1.00

Which global policy of Accenture does ADS meet?

Select one:
a. Policy 1100

b. Policy 1200

c. Policy 0011

d. Policy 0012

The correct answer is: Policy 0011

Question 7
Incorrect

Mark 0.00 out of 1.00

Which of the following is the description for the Level 1 OWASP threat assessment maturity practice?

Select one:
a. Increase the accuracy of the threat assessment and improve granularity of per-project understanding. 
b. Map compensating controls to each threat against the internal and third-party software
c. Identify and understand the high level threats to the organization and individual projects

The correct answer is: Identify and understand the high level threats to the organization and individual projects

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

Question 8
Correct

Mark 1.00 out of 1.00

When we try to push the changes into github.com using git, few git commands need to be executed. Identify the
right order of execution of the following git commands.

Select one:
a. git commit -m "Commenting" ; git push ; git add .

b. git commit -m "Commenting" ; git add . ; git push

c. git push ; git add . ; git commit -m "Commenting"

d. git add . ; git commit -m "Commenting" ; git push

The correct answer is: git add . ; git commit -m "Commenting" ; git push

Question 9
Correct

Mark 1.00 out of 1.00

Which GRASP principle talks about, who should be responsible for creating new objects or use other objects in your
program or your system ?

Select one:
a. Creator

b. Controller

c. High Cohesion

d. Low Coupling

The correct answer is: Creator

Question 10
Correct

Mark 1.00 out of 1.00

Choose the most appropriate option : Janet requires to automate end to end process in her project based on
requirement received. Which of the following task is possible to be automated using Jenkins?

Select one:
a. Deployment

b. All of the Above

c. Testing

d. Build Process

e. Code Analysis

The correct answer is: All of the Above

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

Question 11
Not answered

Marked out of 1.00

Identify the correct order of risk investigation and rating process.

A. Probability that that risk could be realized against an asset


B. Identification of potential risk areas

C. Risk investigation and rating process


D. Severity level of the risk

E. Defining the risk impact

F. Mitigation listing

Select one:
a. FDCABE

b. BAEDFC

c. BDECFA

d. ADFCBE

The correct answer is: BAEDFC

Question 12
Not answered

Marked out of 1.00

What is the key benefit of the least privilege approach to security?

Select one:
a. it results in the tasks being completed quicker

b. Ensures modular, reusable output

c. it minimized the level of compromise in the event of a security breech

The correct answer is: it results in the tasks being completed quicker

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

Question 13
Not answered

Marked out of 1.00

In a Banking application, we keep the CustomerUI logic separate from the backend or the business logic of our
application. Which GRASP principle would take the request from the UI and then assign that to the proper object to
do the work?

Select one:
a. Controller

b. Creator

c. High Cohesion

d. Low Coupling

The correct answer is: Controller

Question 14
Not answered

Marked out of 1.00

Mr Peter is performing GUI testing for Web Application. Which all features should he need to make sure while GUI
Testing of the Web application can be automated? Choose CORRECT options.

Select one:
a. touch screen

b. displaying help texts

c. mouse clicks

d. Validation of fields

e. All of the Above

The correct answer is: All of the Above

Question 15
Not answered

Marked out of 1.00

As part of cloud application security, which of the following are the identity and access solutions provided by the
cloud service providers?

Select one or more:


a. Multifactor Authentication

b. Federation and Identity Provision

c. Single Sign-On/Off

d. Role based authentication

The correct answers are: Federation and Identity Provision, Single Sign-On/Off, Multifactor Authentication

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

Question 16
Not answered

Marked out of 1.00

The projects should adopt the security testing tools that regularly gets updated with the new set of vulnerabilities
in the market (every regular intervals, there are new vulnerabilities added into the bucket vulnerabilities). These
tools would eventually do security testing rigorously to identify the defects due to new and potential vulnerabilities
before it is deployed and cause damage to the application and client business. Name the team in Accenture that
does this quality check before the product getting deployed into the production environment.

Select one:
a. ADM

b. ADOP

c. AllSec

d. ASOC

The correct answer is: ASOC

Question 17
Not answered

Marked out of 1.00

Mr Jane is supporting a web application which processes 500 requests daily. Suddenly one night when Jane was
in night shift he got a P1 ticket. Customer complaining that application is not accessible. Jane and his team started
doing analysis and found that approximately. 600 request came in the night and his application was not capable
for handling the load. Which type of testing needs to be performed to avoid this situation.

Select one:
a. All of the above

b. Stress Testing

c. Load Testing

d. Performance Testing

The correct answer is: All of the above

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

Question 18
Not answered

Marked out of 1.00

Projects should establish baselines at the end of each project stage. Typically, a baseline is created for each major
stage of work, and the Team Lead for each stage (or the Project Manager) is responsible for creating that baseline.
Which of the following baseline will be supported for project's work according to you? Choose exactly THREE
correct options.

Select one or more:


a. Requirements Baseline

b. Integration Baseline

c. Testing Baseline

d. Architecture Baseline

The correct answers are: Architecture Baseline, Integration Baseline, Requirements Baseline

Question 19

Not answered

Marked out of 1.00

Sohini is a new developer on XYZ e-commerce project. She has a written a piece of code for handling errors that
may occur because of non availability of product in a cart already added earlier. Her first task is to define these
issue under a suitable category. Identify the correct category from the following options:

Select one:
a. Technical Exceptions

b. Application Exceptions

c. Business Exceptions

d. Compiler Exceptions

The correct answer is: Business Exceptions

Question 20
Not answered

Marked out of 1.00

Every sprint starts with _________ and ends with ___________ and ______________.

Select one:
a. 1. Sprint planning 2. Sprint Review 3. Sprint Retrospective

b. 1. Sprint Retrospective 2. Sprint Review 3. Sprint planning

c. 1. Sprint Review 2. Sprint planning 3. Sprint Retrospective

d. 1. Daily Stand Up 2. Sprint Review 3. Sprint retrospective

The correct answer is: 1. Sprint planning 2. Sprint Review 3. Sprint Retrospective

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

Question 21
Not answered

Marked out of 1.00

What are the three security features match the Database level security ?

Select one:
a. Logins, Users, Audits

b. Schemas,users,roles

c. Server Roles, schemas,Audits

d. Schemas,users,logins

The correct answer is: Schemas,users,roles

Question 22
Not answered

Marked out of 1.00

Which type of risk analysis agile team uses to rank risks by evaluating their probability of occurrence and impact?

Select one:
a. Qualitative analysis

b. Quantitative analysis

c. Risk Burndown Chart

d. Assumptions analysis

The correct answer is: Quantitative analysis

Question 23

Not answered

Marked out of 1.00

In Accenture Code Quality Model, fundamental area of Performance and Scalability, select the important
considerations from below -

Select one or more:


a. Sensitive data not being used or passed unnecessarily

b. Data Encryption and encoding implementation

c. Object pooling and recycling patterns

d. Parallel processing and concurrency

The correct answers are: Parallel processing and concurrency, Object pooling and recycling patterns

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

Question 24
Not answered

Marked out of 1.00

Consider the scenario - John is software designer, who is currently working on CHARSONS-KART application
software which is e-business application.

Peter is a security testing expert who is coordinating with John for threat modelling.

When these two are involved in designing the payment subsystem, what and all are the potential parameters they
need to concentrate on?

Select one:
a. A. When mode of transaction is Credit/Debit card, there is high chances of stealing the confidential
information about the card like, CVV, transaction password, OTP etc.

b. Both A and B

c. Neither A, nor B

d. B. When mode of transaction is online payment, there is high chances spoofing the customer for identify
stealing.

The correct answer is: Both A and B

Question 25
Not answered

Marked out of 1.00

Cameroon is a Middle African country. The government of this country has lot of data on paper media and it is
very crucial and essential data. It must be retained for centuries. The country has decided to go for Cloud services
and taken a service from very well-known cloud service platform. If you are a cloud solution architect, which XaaS
you suggest to the government of Cameroon?

Select one:
a. BPaaS

b. STaaS

c. DaaS

d. CaaS

The correct answer is: STaaS

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

Question 26
Not answered

Marked out of 1.00

Complete the statements- Accenture Delivery Suite (or ADS) is our standard delivery framework designed to help
our teams "___________" results.

Select one:
a. efficient, predictable, reliable and high-quality results

b. smooth, efficient, predictable, reliable and high-quality results

c. workable, smooth, reliable and high-quality results

d. fast, efficient, predictable, reliable and high-quality results

The correct answer is: fast, efficient, predictable, reliable and high-quality results

Question 27
Not answered

Marked out of 1.00

Sujata a senior developer of project has been assigned a task to look at the code structure and decoupling
component wherever deemed necessary. What points she should keep in mind while checking?

Select one or more:


a. The average complexity of classes, programs, methods, procedures, or functions is under control.

b. Components responsibilities are maximized.

c. Dependencies to external libraries are well known.

d. There are no cyclic dependencies between classes, components or layers.

The correct answers are: Dependencies to external libraries are well known., The average complexity of classes,
programs, methods, procedures, or functions is under control., There are no cyclic dependencies between classes,
components or layers.

Question 28
Not answered

Marked out of 1.00

What does VSM tool help reduce?

Select one:
a. Time

b. All of the Above

c. Delays

d. Non Value Added activities

e. Defects

The correct answer is: All of the Above

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

Question 29
Not answered

Marked out of 1.00

What are the OOP components that is influenced in Design Patterns?

Select one or more:


a. Inheritance

b. Polymorphism

c. Abstraction

d. Encapsulation

The correct answers are: Abstraction, Encapsulation, Inheritance, Polymorphism

Question 30
Not answered

Marked out of 1.00

Which of the following is CORRECT about a Proxy Product Owner?


i) Proxy PO comes into picture when PO is absent

ii) Proxy PO has all the power and authority as that of a PO


iii) Proxy PO can make 'Go' or 'No-Go' decisions with the teams

Select one:
a. All the options

b. Only i

c. Only iii

d. Only ii and iii

The correct answer is: All the options

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

Question 31
Not answered

Marked out of 1.00

Mr Alex is required to do API testing for his application. Since Alex does have access to source code and know
about how source code was implemented - kind of white box testing. Which of the following factors needs to be
ensured by Alex while performing API testing?

Select one or more:


a. Kind of data, or parameters, or arguments that API function requires as input

b. API Data Flow

c. API testing needs Sandbox Environments

d. Valid datatype supported

The correct answers are: Kind of data, or parameters, or arguments that API function requires as input, Valid
datatype supported, API Data Flow, API testing needs Sandbox Environments

Question 32

Not answered

Marked out of 1.00

Which SOLID principle states that an abstraction should not depend on details, but the details should depend on
the abstractions?

Select one:
a. Open Closed Principle

b. Dependency Inversion Principle

c. Interface segregation

d. Single responsibility

The correct answer is: Dependency Inversion Principle

Question 33
Not answered

Marked out of 1.00

Let's consider a scenario, when ABC Project team members are developing microservices, and they are checking
out their code on tools like GitHub. Which of the following tool helps them to observe any commit into source code
management or GitHub and then perform build and test the code automatically?

Select one:
a. Selenium and Maven

b. Git

c. Jenkins

d. Maven

The correct answer is: Jenkins

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

Question 34
Not answered

Marked out of 1.00

Who should be responsible when an expert violates high cohesion and low coupling?

Select one:
a. Closely look at domain/design model to locate the classes with low cohesion and high coupling, Create a
new class to take the responsibility of functionality causing low cohesion and high coupling

b. None of the above

c. All of the above

The correct answer is: All of the above

Question 35
Not answered

Marked out of 1.00

Which SOLID principle repesents the follwing statement " the vehicle is an abstract for truck and bike"

Select one:
a. Dependency Inversion Principle

b. Open/Closed Principle

c. Single Responsibility Principle

d. Liskov Substitution Principle

The correct answer is: Liskov Substitution Principle

Question 36
Not answered

Marked out of 1.00

What are the ADM 5 main focus areas?

Select one or more:


a. Operations

b. Management

c. Development

d. Testing

e. Planning

The correct answers are: Management, Planning, Development, Operations, Testing

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

Question 37
Not answered

Marked out of 1.00

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

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

b. https://accenturedeliverysuite.accenture.com

c. https://in.accenture.com/accenturedeliverysuite/

d. https://ads.acceture.com

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

Question 38
Not answered

Marked out of 1.00

Mr. Vincent is the Configuration Manager for one project in Accenture. He has to identify and establish
Configuration Items.
Assume that you are Mr. Vincent and select the steps involved while identifying and establishing CIs mentioned
below.
A. Determine CI Categories.

B. Determine CM Control Levels.


C. Determine CI Tools.

D. Determine CI Naming Conventions.


E. Audits and Status Reporting

F. Select CIs

Select one:
a. A,B,C,D,F

b. A,B,E,F

c. A,C,D,E

d. A,B,C,D

The correct answer is: A,B,C,D,F

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

Question 39
Not answered

Marked out of 1.00

Who is responsible for conducting Performance Appraisals of Development Team Members in the Scrum?

Select one:
a. Both of them

b. None of the above

c. Scrum Master

d. Product Owner

The correct answer is: None of the above

Question 40
Not answered

Marked out of 1.00

Which of the following action to be taken before pushing the code into github.com when we have sensitive
information in the source code ?

Select one:
a. Move the sensitive information to .gitignore file

b. Delete all the sensitive information

c. No change needed as the information is needed for application functionality

d. Replace the sensitive data with mock data

The correct answer is: Move the sensitive information to .gitignore file

Question 41
Not answered

Marked out of 1.00

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

Select one:
a. Input only

b. Input and Output

c. Optional input, mandatory input, primary output and secondary output.

d. Output only

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

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

Question 42
Not answered

Marked out of 1.00

…............. used to identify security vulnerabilities in an application while it is being developed. Useful in penetration
testing.

Select one:
a. Vault

b. Fortify

c. OWASP ZAP

d. SonarQube

The correct answer is: OWASP ZAP

Question 43
Not answered

Marked out of 1.00

Identify the correct options for Stress Testing.

Select one or more:


a. Requires a baseline of normal activity

b. Test software under extreme load conditions

c. Test software under normal load conditions

d. Commonly used to test high availability solutions

The correct answers are: Test software under extreme load conditions, Commonly used to test high availability
solutions

Question 44
Not answered

Marked out of 1.00

A release has been planned with 5 sprints. The team, for the sake of convenience, has decided to keep the sprint
duration open. Depending on how much they commit and achieve, they decide to wrap up the sprint at an
appropriate time. Which of the following is True in this given context?

Select one:
a. This will not work for certain technologies

b. Estimating the velocity would be difficult in such a scenario

c. This helps the team to perform at their convenience

d. This is the best case for a self-organized team

The correct answer is: Estimating the velocity would be difficult in such a scenario

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

Question 45
Not answered

Marked out of 1.00

What are the responsibilities of the Change Control Board? Choose exactly TWO correct options.

Select one or more:


a. Monitor changes and updates to the project requirements as part of CM.

b. Review and authorize changes to the baselines.

c. Represent the interests of the Project Manager and any groups who are not affected by changes to the
baselines.

d. Authorize the creation of products from the RTM library.

The correct answers are: Monitor changes and updates to the project requirements as part of CM., Review and
authorize changes to the baselines.

Question 46
Not answered

Marked out of 1.00

Which of the following is NOT one of the 9 key principles of GRASP?

Select one:
a. Low Coupling

b. Creator

c. High Cohesion

d. Inheritance

The correct answer is: Inheritance

Question 47
Not answered

Marked out of 1.00

___________________ helps the design process, whereas ______________ is more suitable for
integration and functional testing.

Select one:
a. BDD, BDD

b. TDD, BDD

c. TDD, TDD

d. BDD, TDD

The correct answer is: TDD, BDD

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

Question 48
Not answered

Marked out of 1.00

For handling errors in ABC project code base, Sam has been assigned task for creating exceptions. Which
guidelines he must follow while writing exceptions?

Select one or more:


a. Create new types of exceptions to handle any kind of situation if need be.

b. Write exceptions in usual flow of program.

c. Always handle the exception as it is an unusual event that may occur.

d. No need to document exceptions.

The correct answers are: Always handle the exception as it is an unusual event that may occur., Create new types
of exceptions to handle any kind of situation if need be.

Question 49
Not answered

Marked out of 1.00

In a Build Triggers section of a Jenkins job, Build Periodically is selected and the corresponding value is provided as
"2 15 * * 3". What does that mean? Choose the most appropriate answer.

Select one:
a. Build Triggers periodically every 3rd day of month at 2:15 AM as per the local time

b. Build Triggers periodically every Wednesday in a week at 3:02 PM as per the local time

c. Build Triggers periodically for every 3 minutes of every hour on 15th February of every year

d. Build Triggers periodically every Wednesday in a week at 2:15 AM as per the local time

The correct answer is: Build Triggers periodically every Wednesday in a week at 3:02 PM as per the local time

Question 50
Not answered

Marked out of 1.00

David, a developer, is working on login component of an application and dealing with sensitive data. Hence before
pushing the code to github.com, he moved the sensitive information in a "logindata.cfg" file and added the file
name as "login.cfg" by mistake in .gitignore and also pushed the changed to github.com. Later he identified and
removed it from repository before anyone uses that file. Is there any risk associated with this?

Select one:
a. Yes, the changes will be reflected in the version history.

b. No, the file is a cfg file as most of the team members have their own cfg file

c. No, there is no risk as he removed from github.com

d. Yes, the file is being modified by other team member

The correct answer is: Yes, the changes will be reflected in the version history.

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

Previous activity
◄ Delivery Foundation Academy (DFA) Sample Assessment

Jump to...

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

You might also like