Accenture
Primers
Assessments
Accenture Dumps
Coding Bank
Blog
Topics
Must Know
Mock Assessment 2026
Complete Question Index
Browse through all 2134 assessment questions (Page 12 of 15)
[DUMP]
Accenture Primer • Primer-Dump
Bonus calculated module was unit tested by the developer. Depending on the salary the bonus needs to be calculated. Assume if one of the salary-range ...
[DUMP]
Accenture Primer • Primer-Dump
What is the command to concatenate fname and lname with a space in between and display the output under the heading of “Full Name”?
[DUMP]
Accenture Primer • Primer-Dump
Consider the following table structure and write a query to display all the employees who have and don’t have department id assigned
[DUMP]
Accenture Primer • Primer-Dump
Select statements true about persistence Answer = i) persistence is way through which life time of object exists even after the terminates
[DUMP]
Accenture Primer • Primer-Dump
public class TestMain { {
[DUMP]
Accenture Primer • Primer-Dump
class Rays { static String s=""; protected Rays(){
[DUMP]
Accenture Primer • Primer-Dump
Cost effectiveness - A)Ability to handle most of the changes without having to rewrite the entire program 2)Eficiency - B)Deals with the amount of tim...
[DUMP]
Accenture Primer • Primer-Dump
public class Main { {
[DUMP]
Accenture Primer • Primer-Dump
in which of the given data structures, is pointers concept applied?
[DUMP]
Accenture Primer • Primer-Dump
appending content to existing file in vi editor can be done in mode. Command mode Insert mode
[DUMP]
Accenture Primer • Primer-Dump
choose the data control Language commands?
[DUMP]
Accenture Primer • Primer-Dump
choose the methods(s) of the stringbuilder class Intern() Delete()
[DUMP]
Accenture Primer • Primer-Dump
Consider the following structure Customer (custid,custnmae,address,city,country) Choose the option display all customer who all are not from Hyderabad...
[DUMP]
Accenture Primer • Primer-Dump
which of the given options are true with respect to linked lists, when compared to arrays 1.Linked lists are dynamic in size
[DUMP]
Accenture Primer • Primer-Dump
consider a scenario: you have written a code to display a menu on the screen and some operations are performed based on the given user input. Which co...
[DUMP]
Accenture Primer • Primer-Dump
US Insurance project development team members are divided into two groups, one team works in the development office in India and the other group works...
[DUMP]
Accenture Primer • Primer-Dump
Which of the following is not a part of SRS document Ans – Functional Requirement
[DUMP]
Accenture Primer • Primer-Dump
Sam and rose are working on the loan monitoring project the head version was checked out By both sam and rose .both of them made their changes in the ...
[DUMP]
Accenture Primer • Primer-Dump
ERD Example consider the given scenario. A product may or may not have a sale. A sale can have one or more products.Iden9fy the op9onality between the
[DUMP]
Accenture Primer • Primer-Dump
In a binary search algorithm, if the element to be searched is lesses than the pivot value (middle value), then is split in half. Right interval
[DUMP]
Accenture Primer • Primer-Dump
startprogram public interface studentmark{ /*insert code here*/ int mark=100;
[DUMP]
Accenture Primer • Primer-Dump
)Amaze Agencies, Customers can apply for loan. To apply loan the customers should get registered first then apply for the loan. The admin will approve...
[DUMP]
Accenture Primer • Primer-Dump
class High{ public High(String s){ System.out.print("From High");
[DUMP]
Accenture Primer • Primer-Dump
The following XML fragment is legal. Startprogram<2020SalesReport> <income>1000000</income>
[DUMP]
Accenture Primer • Primer-Dump
1)INNER JOIN 2)LEFT OUTERJOIN 4)RIGHT OUTER JOIN 5)FULL OUTER JOIN WITH A)Returns records that have matching values in both tables B)Returns the match...
[DUMP]
Accenture Primer • Primer-Dump
Suresh Associate Professor 150000 5yrs Which is the command to display the outbusas tolos?
[DUMP]
Accenture Primer • Primer-Dump
public class demo { static int num1=85; Note=
[DUMP]
Accenture Primer • Primer-Dump
predict the output display the loan type and the number of customers under each loan type,considering only those loan types which are taken by more th...
[DUMP]
Accenture Primer • Primer-Dump
Consider the following css code snippet Startprogram H1{
[DUMP]
Accenture Primer • Primer-Dump
which of the below are functional interfaces?
[DUMP]
Accenture Primer • Primer-Dump
Spot the error. Observe the given algorithm to calculate the simple interest. Identify the incorrect step (if any)
[DUMP]
Accenture Primer • Primer-Dump
class Television { public void getPictureResolution(){
[DUMP]
Accenture Primer • Primer-Dump
in CSS, which of the following code/ codes can be used for colouringa table background in red?
[DUMP]
Accenture Primer • Primer-Dump
class TestMain{ public static void main (String[] args) { Map<Tasks, String> m= new HashMap<Tasks, String>();
[DUMP]
Accenture Primer • Primer-Dump
Agile methodology accepts change of requirement at any stage. State true or
[DUMP]
Accenture Primer • Primer-Dump
when an exception occours in a method.The method creates an object for that exception. To handel the exception, it is given to the run time system.the...
[DUMP]
Accenture Primer • Primer-Dump
class BlackBoard{ Short story=200; BlackBoard write(BlackBoard bb)
[DUMP]
Accenture Primer • Primer-Dump
import java.util.*; public class Main {
[DUMP]
Accenture Primer • Primer-Dump
What is the relationship between these two Building has rooms Ans Composition
[DUMP]
Accenture Primer • Primer-Dump
A Software needs to be developed for a Sterlin Hospital to monitor the radiations given for cancer patients. Even a very minute deviation would result...
[DUMP]
Accenture Primer • Primer-Dump
Consider the scenario. For an insurance, a customer makes a claim. The claim can be a normal or a critical claim. The insurance company confirms the c...
[DUMP]
Accenture Primer • Primer-Dump
which of the following is not a principle of dsdm?
[DUMP]
Accenture Primer • Primer-Dump
in javascript what will be returned by the following code snippet?
[DUMP]
Accenture Primer • Primer-Dump
class ClassA protected void show(){ System.out.print("Super Class Method"),
[DUMP]
Accenture Primer • Primer-Dump
class One { } class Two extends One {
[DUMP]
Accenture Primer • Primer-Dump
SPOT THE ERROR:
[DUMP]
Accenture Primer • Primer-Dump
Which of the given options define a set of activities that transform the client needs to an effective software solution
[DUMP]
Accenture Primer • Primer-Dump
Which jquery syntax hides all the paragraph elements Ans- $(“p”).hide(); Integer i=new Integer(-5); Double d=new Double(new Integer(-6)); System.out.p...
[DUMP]
Agile, DevOps and DevSecOps • Introduction to Agile
________ is the process during which the changes of a system are implemented in a controllable manner by following a predefined model, with some reaso...
[DUMP]
Agile, DevOps and DevSecOps • Introduction to Agile
From the options select the configuration items that are eligible for configuration management
[DUMP]
Agile, DevOps and DevSecOps • Introduction to Agile
Which is the software configuration concept that ensures that change should be done in a controlled and authorized environment
[DUMP]
Agile, DevOps and DevSecOps • Introduction to Agile
Tom and Peter works on the same project. Tom does his work and update the local copy back to the configuration management server. This process is call...
[DUMP]
Agile, DevOps and DevSecOps • Introduction to Agile
____________ ensures that when two different people does the work and update parallelly, one should not over write the other
[DUMP]
Agile, DevOps and DevSecOps • Introduction to Agile
Collaborative and co-operative approach among all the stake holders is important. This is a feature of the _______________ Agile Methodology
[DUMP]
Agile, DevOps and DevSecOps • Introduction to Agile
Which of these is not an agile methodology
[DUMP]
Agile, DevOps and DevSecOps • Introduction to Agile
Scrum divides the development into short cycles called as ______
[DUMP]
Agile, DevOps and DevSecOps • Introduction to Agile
________ methodology is useful when the client requirements are not clear and stable
[DUMP]
Agile, DevOps and DevSecOps • Introduction to Agile
DSDM is iterative and incremental
[DUMP]
Agile, DevOps and DevSecOps • Introduction to Agile
following: Which agile methodology divides the development into sprint cycles, in which a Specified set of features are delivered? Choose from the
[DUMP]
Agile, DevOps and DevSecOps • Introduction to Agile
What are the roles in dynamic system development method? Choose from the following:
[DUMP]
Agile, DevOps and DevSecOps • Introduction to Agile
_____ methodology focus on visualization flow
[DUMP]
Agile, DevOps and DevSecOps • Introduction to Agile
State true or false. During agile development more emphasize is given for documentation
[DUMP]
Agile, DevOps and DevSecOps • Introduction to Agile
__________ is an iterative and incremental approach that embraces principles of agile development, including continuous user/customer involvement.
[DUMP]
Agile, DevOps and DevSecOps • Introduction to Agile
Which of the following agile methodologies depends on the cohesiveness of the team and individual commitment of the team members?
[DUMP]
Agile, DevOps and DevSecOps • Business Analytics and Design Thinking
____ layer in busness analytics indicate what is happening or what has happened
[DUMP]
Agile, DevOps and DevSecOps • Business Analytics and Design Thinking
An optimal solution is based on ___
[DUMP]
Agile, DevOps and DevSecOps • Business Analytics and Design Thinking
____ layer describes what could happen
[DUMP]
Agile, DevOps and DevSecOps • Business Analytics and Design Thinking
_____ Allows decision makers at virtually all levels of the organization to gain insight into business performance and data to support and guide actio...
[DUMP]
Agile, DevOps and DevSecOps • Business Analytics and Design Thinking
Analytics reveal hidden patterns in _____
[DUMP]
Agile, DevOps and DevSecOps • Business Analytics and Design Thinking
The challenge faced in Business Analytics are
[DUMP]
Agile, DevOps and DevSecOps • Business Analytics and Design Thinking
_____ helps to uncover unexpected patterns and associations from all data within an organization
[DUMP]
Agile, DevOps and DevSecOps • Business Analytics and Design Thinking
______ is the Process of discovering various models, summaries and derived values from a given collection of data
[DUMP]
Agile, DevOps and DevSecOps • Business Analytics and Design Thinking
To understand the best course of action for a problem is ____
[DUMP]
Agile, DevOps and DevSecOps • Business Analytics and Design Thinking
By working to plan an information agenda, master information, and apply Business Analytics, organizations can take advantage of the following areas
[DUMP]
Agile, DevOps and DevSecOps • Business Analytics and Design Thinking
Which is not a KPI
[DUMP]
Agile, DevOps and DevSecOps • Business Analytics and Design Thinking
_____ helps an organization to define and measure progress towards organizational goals.
[DUMP]
Agile, DevOps and DevSecOps • Business Analytics and Design Thinking
Which of these are attributes of performance measure
[DUMP]
Agile, DevOps and DevSecOps • Business Analytics and Design Thinking
Expand KSI
[DUMP]
Agile, DevOps and DevSecOps • Business Analytics and Design Thinking
____ reflect the success or failure after an event has been consumed
[DUMP]
Agile, DevOps and DevSecOps • Business Analytics and Design Thinking
A metric should be time bound
[DUMP]
Agile, DevOps and DevSecOps • Business Analytics and Design Thinking
____ is an important measure of how well an organization meets or exceeds a customer's expectations
[DUMP]
Agile, DevOps and DevSecOps • Business Analytics and Design Thinking
The most common form of KPI reporting is ____
[DUMP]
Agile, DevOps and DevSecOps • Business Analytics and Design Thinking
_____ is the subject matter area on which reports revolve around.
[DUMP]
Agile, DevOps and DevSecOps • Business Analytics and Design Thinking
Units per hour is an example of what KPI
[DUMP]
Agile, DevOps and DevSecOps • Business Analytics and Design Thinking
Design Thinking is focusing on the stated problem than to arrive at a solution immediately
[DUMP]
Agile, DevOps and DevSecOps • Business Analytics and Design Thinking
Which is not a phase in design thinking
[DUMP]
Agile, DevOps and DevSecOps • Business Analytics and Design Thinking
Stating Your Users' Needs and Problems is done in which phase
[DUMP]
Agile, DevOps and DevSecOps • Business Analytics and Design Thinking
Sub phases of understand phase is ___
[DUMP]
Agile, DevOps and DevSecOps • Business Analytics and Design Thinking
____ is an iterative process in which we understand the users clearly
[DUMP]
Agile, DevOps and DevSecOps • Business Analytics and Design Thinking
_______in design thinking is a written, actionable statement that expresses the problem that the design team is trying to address.
[DUMP]
Agile, DevOps and DevSecOps • Business Analytics and Design Thinking
Which of the following is mapped by an empath map
[DUMP]
Agile, DevOps and DevSecOps • Business Analytics and Design Thinking
Analyzing how users interact with their environment is a ____ activity in Empathize
[DUMP]
Agile, DevOps and DevSecOps • Business Analytics and Design Thinking
Researching Your Users' Needs is done in which phase
[DUMP]
Agile, DevOps and DevSecOps • Business Analytics and Design Thinking
Challenge Assumptions and Create Ideas is done in
[DUMP]
Agile, DevOps and DevSecOps • DevOps
Before DevOps, there is a significant delay between development and operations
[DUMP]
Agile, DevOps and DevSecOps • DevOps
Which of the following CI/CD tools is a continuous integration server developed by Atlassian?
[DUMP]
Agile, DevOps and DevSecOps • DevOps
Which of the following CI/CD tools is known for its ease of setup, out-of-the-box usability, and beautiful user interface?
[DUMP]
Agile, DevOps and DevSecOps • DevOps
In YAML file used for BitBucket pipeline, you can use different types of container for each step by selecting different images
[DUMP]
Agile, DevOps and DevSecOps • DevOps
Which of the following is the final phase of the DevOps cycle?
[DUMP]
Agile, DevOps and DevSecOps • DevOps
Which of the following CI/CD toolsprovides support for .Net framework?
[DUMP]
Agile, DevOps and DevSecOps • DevOps
Each service runs in its own process and communicates with other services through a well-defined interface in Microservices
[DUMP]
Agile, DevOps and DevSecOps • DevOps
The applications with Azure CI/CD pipelines can be deployed to multiple target environments
[DUMP]
Agile, DevOps and DevSecOps • DevOps
In which of the following pipelines, all the new changes run through a consistent set of quality checks?
[DUMP]
Agile, DevOps and DevSecOps • DevOps
In which of the following, there is no human intervention and only a failed test will prevent a new change to be deployed to production?
[DUMP]
Agile, DevOps and DevSecOps • DevOps
In GitLab, pipes are agents that run the CI/CD Jobs
[DUMP]
Agile, DevOps and DevSecOps • DevOps
Pipe uses a script that lives in a Docker container
[DUMP]
Agile, DevOps and DevSecOps • DevOps
In Continuous Integration, build status is reported to developers when they are changing the code.
[DUMP]
Agile, DevOps and DevSecOps • DevOps
Which of the following uses a version control system and a central code repository for tracking the code changes made by developers?
[DUMP]
Agile, DevOps and DevSecOps • DevOps
Which of the following CI/CD tools is designed to handle anything from a simple CI server to a complete CD hub?
[DUMP]
Agile, DevOps and DevSecOps • DevOps
You can either define the pipeline using YAML syntax or through the user interface in Azure pipeline
[DUMP]
Agile, DevOps and DevSecOps • DevOps
The __________is used to record the code changes made by developers so that these changes can be shared to others
[DUMP]
Agile, DevOps and DevSecOps • DevOps
Which of the following are the services provided by Azure DevOps?
[DUMP]
Agile, DevOps and DevSecOps • DevOps
Which of the following CI/CD tools is suitable for small projects?
[DUMP]
Agile, DevOps and DevSecOps • DevOps
In _________, developed code is continuously delivered until the programmer considers it is ready to ship.
[DUMP]
Agile, DevOps and DevSecOps • DevSecOps
DevOps bridges the gap between development and operations teams.
[DUMP]
Agile, DevOps and DevSecOps • DevSecOps
Which of the following is a a software development practice where members of a team use a version control system and frequently integrate their work t...
[DUMP]
Agile, DevOps and DevSecOps • DevSecOps
A Blue/Green deployment is a deployment strategy in which you create two separate, but identical environments.
[DUMP]
Agile, DevOps and DevSecOps • DevSecOps
With Continuous Delivery, production happens automatically without explicit approval.
[DUMP]
Agile, DevOps and DevSecOps • DevSecOps
CAMS Stands for Culture, Automation, _________ and ________.
[DUMP]
Agile, DevOps and DevSecOps • DevSecOps
In CAMS Model, ________ is all about monitoring and tracking the progress of various activities involved in the DevOps environment.
[DUMP]
Agile, DevOps and DevSecOps • DevSecOps
DevOps culture is about agility, scalability, continuous improvements in the delivery of services.
[DUMP]
Agile, DevOps and DevSecOps • DevSecOps
Using a blue/green deployment strategy increases application availability and reduces deployment risk by simplifying the rollback process if a deploym...
[DUMP]
Agile, DevOps and DevSecOps • DevSecOps
In the Blue/Green deployment, once testing has been completed on the blue environment, live application traffic is directed to the blue environment an...
[DUMP]
Agile, DevOps and DevSecOps • DevSecOps
Which of the following refers to automatically releasing a developer’s changes from the repository to production, where it is usable by customers?
[DUMP]
Agile, DevOps and DevSecOps • DevSecOps
Which of the following are the Test Automation tools?
[DUMP]
Agile, DevOps and DevSecOps • DevSecOps
Replacing or modifying older apps with newer microservices architecture can open up the doors to faster development and quicker innovation.
[DUMP]
Agile, DevOps and DevSecOps • DevSecOps
Which of the following are the Software Configuration Management tools?
[DUMP]
Agile, DevOps and DevSecOps • DevSecOps
Infrastructure-as-Code tools are used to create software environments using predefined templates.
[DUMP]
Agile, DevOps and DevSecOps • DevSecOps
version tag.
[DUMP]
Agile, DevOps and DevSecOps • DevSecOps
Which of the following phases in the CI/CD pipeline get all the features of that code from various branches of the repository, merge them and finally ...
[DUMP]
Agile, DevOps and DevSecOps • DevSecOps
Unit Testing tests individual units or components of a code written by the developer to validate if they perform as expected.
[DUMP]
Agile, DevOps and DevSecOps • DevSecOps
Which of the following are Infrastructure-As-Code tools?
[DUMP]
Agile, DevOps and DevSecOps • DevSecOps
_________ and ________ are CI/CD software that automates tasks starting from development pipeline to deployment.
[DUMP]
Agile, DevOps and DevSecOps • DevSecOps
An Elastic stack can be created to automatically monitor the application and logs.
[DUMP]
Agile, DevOps and DevSecOps • DevSecOps
A _________ is an application security solution that can help to find certain vulnerabilities in web applications while they are running in production...
[DUMP]
Agile, DevOps and DevSecOps • DevSecOps
Vulnerability Scanning ensures that code is checked for vulnerabilities at every major stage of the delivery pipeline from the time it is written to, ...
[DUMP]
Agile, DevOps and DevSecOps • DevSecOps
Use a SAST tool to ensure that your code is secure, safe, and reliable.
[DUMP]
Agile, DevOps and DevSecOps • DevSecOps
Which of the following DevSecOps tools allows an All-in-One website security scanner to support developers to detect problems at the most advanced sta...
[DUMP]
Agile, DevOps and DevSecOps • DevSecOps
__________ refers to the process of tracking the identified vulnerabilities, the steps taken to mitigate and/or eliminate those vulnerabilities, and t...
[DUMP]
Agile, DevOps and DevSecOps • DevSecOps
_________ is an enterprise-grade automated code review solution that uses static code analysis to provide comprehensive vulnerability reporting.
[DUMP]
Agile, DevOps and DevSecOps • DevSecOps
_______ is a web-based DevOps program that gives a full CI/CD toolchain out-of-the-box in one particular application.
[DUMP]
Agile, DevOps and DevSecOps • DevSecOps
Runtime protection means securing software against threats that can arise when your application starts running.
[DUMP]
Agile, DevOps and DevSecOps • DevSecOps
__________ provides a summary of possible attack scenarios, outlines the flow of sensitive data, and identifies vulnerabilities and offers potential m...
[DUMP]
Agile, DevOps and DevSecOps • DevSecOps
___________ is an application security methodology for managing open source components.
[DUMP]
Agile, DevOps and DevSecOps • DevSecOps
DSOMM Level 1 calls for the execution of static analysis tools without any changes to the tools or settings.
[DUMP]
Agile, DevOps and DevSecOps • DevSecOps
_________ is incorporated in the implementation phase of Secure SDLC.
[DUMP]
Agile, DevOps and DevSecOps • DevSecOps
Which of the following are considered as the 4-Axes in DSOMM?
[DUMP]
Agile, DevOps and DevSecOps • DevSecOps
Security issues can be addressed in the SDLC pipeline well before deployment to production.
[DUMP]
Agile, DevOps and DevSecOps • DevSecOps
During the development phase in secure SDLC, teams need to make sure that they use secure coding standards.
[DUMP]
Agile, DevOps and DevSecOps • DevSecOps
Employing both SAST and DAST in a pipeline would cover both codebase and runtime vulnerabilities.
Previous
Page 12 of 15
Next