Accenture
Primers
Assessments
Accenture Dumps
Coding Bank
Blog
Topics
Must Know
Mock Assessment 2026
Complete Question Index
Browse through all 2134 assessment questions (Page 11 of 15)
[DUMP]
AWS Cloud • Security and Compliance - PostQuiz
Which of the following are best practices of IAM?
[DUMP]
AWS Cloud • Security and Compliance - PostQuiz
IAM policies can be attached to __________
[DUMP]
AWS Cloud • Security and Compliance - PostQuiz
Which of the following entity allow a user to access AWS resources temporarily?
[DUMP]
AWS Cloud • Security and Compliance - PostQuiz
What is the benefit of using IAM roles for EC2 instances?
[DUMP]
AWS Cloud • Security and Compliance - PostQuiz
Which AWS service used for automated security assessments
[DUMP]
AWS Cloud • Security and Compliance - PostQuiz
How to set max permission for a user?
[DUMP]
AWS Cloud • Security and Compliance - PostQuiz
AWS is responsible for protecting the Global infrastructure based on shared responsibility model .
[DUMP]
AWS Cloud • Security and Compliance - PreQuiz
The method of authentication that enables the user to authenticate into multiple application with one set of credentials is __________
[DUMP]
AWS Cloud • Security and Compliance - PreQuiz
Which of the following services are managed service
[DUMP]
AWS Cloud • Security and Compliance - PreQuiz
The person or a workload who uses the AWS resources is known as _________
[DUMP]
AWS Cloud • Security and Compliance - PreQuiz
To simplify the assignment of similar permission for many users, ______ is used.
[DUMP]
AWS Cloud • Security and Compliance - PreQuiz
The addition layer of security along with the user credentials is __________
[DUMP]
AWS Cloud • Security and Compliance - PreQuiz
Which service used to control access to the services and resources.
[DUMP]
AWS Cloud • Security and Compliance - PreQuiz
Which of the below option is not a security best practice.
[DUMP]
AWS Cloud • Security and Compliance - PreQuiz
To organize and manage the AWS resources, _________ is used.
[DUMP]
AWS Cloud • Security and Compliance - PreQuiz
Security in the cloud means customers are responsible for securing everything they deploy in the cloud
[DUMP]
AWS Cloud • Technology Core AWS Services - PostQuiz
EC2 instance type – _________ for compute-intensive workloads.
[DUMP]
AWS Cloud • Technology Core AWS Services - PostQuiz
Which of the following is a valid EC2 instance type?
[DUMP]
AWS Cloud • Technology Core AWS Services - PostQuiz
An Amazon EBS volume can be attached to multiple instances at a time.
[DUMP]
AWS Cloud • Technology Core AWS Services - PostQuiz
What is an AMI?
[DUMP]
AWS Cloud • Technology Core AWS Services - PostQuiz
What is a virtual server platform that allows users to create and run virtual machines on Amazon’s server farm.
[DUMP]
AWS Cloud • Technology Core AWS Services - PostQuiz
What are the different types of instances? Choose all that apply
[DUMP]
AWS Cloud • Technology Core AWS Services - PostQuiz
Amazon EC2 Instances utilizes Intel® Xeon® processors for providing customers with high performance and value.
[DUMP]
AWS Cloud • Technology Core AWS Services - PostQuiz
Can you resize an EBS volume on a running EC2 instance?
[DUMP]
AWS Cloud • Technology Core AWS Services - PostQuiz
__________is a master image which provides the information required for the creation of virtual servers known as EC2 instances in the AWS environment.
[DUMP]
AWS Cloud • Technology Core AWS Services - PostQuiz
Custom AMI can be created which includes application in the image
[DUMP]
AWS Cloud • Technology Core AWS Services - PreQuiz
When you create a bucket, by default the bucket is private
[DUMP]
AWS Cloud • Technology Core AWS Services - PreQuiz
Which of the following storage class store files in on Availability Zone
[DUMP]
AWS Cloud • Technology Core AWS Services - PreQuiz
Which of the following storage class suitable for performance sensitive data?
[DUMP]
AWS Cloud • Technology Core AWS Services - PreQuiz
Which of the following is a general purpose Instance Type?
[DUMP]
AWS Cloud • Technology Core AWS Services - PreQuiz
In Amazon S3 a single object size can be ?
[DUMP]
AWS Cloud • Technology Core AWS Services - PreQuiz
S3 Bucket supports versioning? TRUE/FALSE
[DUMP]
AWS Cloud • Technology Core AWS Services - PreQuiz
Using S3, you can host_____________
[DUMP]
AWS Cloud • Technology Core AWS Services - PreQuiz
What feature required to keep multiple variants of an object in the same bucket?
[DUMP]
AWS Cloud • Technology Core AWS Services - PreQuiz
What type of storage is S3?
[DUMP]
AWS Cloud • Technology Core AWS Services - PreQuiz
Which service is used to create virtual machine in AWS?
[DUMP]
Accenture Primer • Software Configuration Management
Which of the following options are valid for the relationship between the configuration objects?
[DUMP]
Accenture Primer • Software Configuration Management
Match the following facts about Version Management
[DUMP]
Accenture Primer • Software Configuration Management
Version Control allows users to lock files so they can only be edited by one person at a time and track changes to files
[DUMP]
Accenture Primer • Software Configuration Management
Choose the missing steps involved in the Change Control Process in the correct order:
[DUMP]
Accenture Primer • Software Configuration Management
Match the correct option The standard document where the requester fills the change in the change management process Change Request Form
[DUMP]
Accenture Primer • Software Configuration Management
Which of the following describes the change history of an object?
[DUMP]
Accenture Primer • Software Configuration Management
From the options identify the features that are part of the software configuration management
[DUMP]
Accenture Primer • Software Configuration Management
_________ is a committee that makes decisions regarding whether or not proposed changes to a software project can be incorporated.
[DUMP]
Accenture Primer • Software Configuration Management
Version Management allows parallel concurrent development. State True or False.
[DUMP]
Accenture Primer • Software Configuration Management
State true or false. Automated tools are available in the market, for managing change and versioning the software
[DUMP]
Accenture Primer • Software Configuration Management
Software maintenance for the change of the platform is an example for --------- maintenance
[DUMP]
Accenture Primer • Software Configuration Management
In Software maintenance, changes are implemented by modifying existing components and adding new components to the system. State if True or False.
[DUMP]
Accenture Primer • Software Configuration Management
In an online shopping application, during customer registration the customer was made to enter his city in a text box. As the site became popular for ...
[DUMP]
Accenture Primer • Software Configuration Management
Client has developed an application that allows each of their customers to store 2TB of data. As the number of Customers are increasing client feels t...
[DUMP]
Accenture Primer • Software Configuration Management
Client wanted to add a new feature to his existing application "Discount Offers" for all the existing customers. Whenever a new product comes to the s...
[DUMP]
Accenture Primer • Software Configuration Management
Any changes done to the software during the operational phase of the software before project wind up is called as maintenance. State if True or False.
[DUMP]
Accenture Primer • Software Configuration Management
Y2K problem is an example for ------------- maintenance
[DUMP]
Accenture Primer • Looping statements
Match the appropriate opening and closing blocks in looping statements.
[DUMP]
Accenture Primer • Looping statements
Which looping logic is exit controlled?
[DUMP]
Accenture Primer • Looping statements
BEGIN
[DUMP]
Accenture Primer • Looping statements
Consider the output: “0, 2, 4, 6, 8 ,10 ,12, 16” Which of the below given pseudo code snippet gives the above output?
[DUMP]
Accenture Primer • Looping statements
Predict the output of the given flowchart.
[DUMP]
Accenture Primer • Looping statements
Iteration/looping is a repetition of___________
[DUMP]
Accenture Primer • Looping statements
Do-while looping statement is almost same as______
[DUMP]
Accenture Primer • Looping statements
What is true about FOR LOOP?
[DUMP]
Accenture Primer • Looping statements
Jack wants to book flight tickets in Feather-Airways’ online portal for his family of five. Passenger details like name, age, gender etc. should be en...
[DUMP]
Accenture Primer • Looping statements
What will be the output for WHILE loop? BEGIN DECLARE number SET number <-- 30 WHILE number>0 number <-- number-4 END WHILE PRINT number END
[DUMP]
Accenture Primer • Looping statements
What is the output for FOR-loop snippet? FOR i <--1 to 15 PRINT i i <-- i+3 END FOR
[DUMP]
Accenture Primer • Looping statements
Which of the following symbols is inappropriate in building the flowchart pertaining to sequential flow of program?
[DUMP]
Accenture Primer • Looping statements
The statement / statements within the loop must get executed at least once except for do-while statement. State True/False.
[DUMP]
Accenture Primer • Looping statements
Which of the following statements are true with respect to looping statements?
[DUMP]
Accenture Primer • Looping statements
Which of the following statements are true?
[DUMP]
Accenture Primer • Looping statements
Consider you have a Rubik cube with different colors in each face. To solve this cube, you will continue to rotate the sides until you reach same colo...
[DUMP]
Accenture Primer • Looping statements
Identify the logic which suits the flowchart?
[DUMP]
Accenture Primer • Looping statements
It's Halloween. You go from house to house, tricking or treating. You get 2 candies from each house that you go to. You must return home once you coll...
[DUMP]
Accenture Primer • Looping statements
Looping statements are also called ____________
[DUMP]
Accenture Primer • Looping statements
Choose the pseudocode for the below problem statement.
[DUMP]
Accenture Primer • Arrays
A mathematical quiz context happened in a school and the scores are stored in an array named quizmark. The coordinating person wants to copy the quiz ...
[DUMP]
Accenture Primer • Arrays
Assume, number[100] <- 99. How many elements can be stored inside the array variable number?
[DUMP]
Accenture Primer • Arrays
Map the scenario to its appropriate array type
[DUMP]
Accenture Primer • Arrays
Which of the following are False with respect to the manipulation of arrays?
[DUMP]
Accenture Primer • Arrays
Negative elements can be placed inside an array. State true / false
[DUMP]
Accenture Primer • Arrays
The names of all associates undergoing training are stored in an array named associate_name[50]. The 5th associates’ name is retrieved as
[DUMP]
Accenture Primer • Arrays
Information about ___________ need not be specified when declaring an array
[DUMP]
Accenture Primer • Arrays
It is not possible to do a search operation in an array that is not sorted. State True/False.
[DUMP]
Accenture Primer • Arrays
Random access is not possible in an array. State True/False
[DUMP]
Accenture Primer • Arrays
Assume you have an array named numbers of size 10. Which of the assignment is valid?
[DUMP]
Accenture Primer • Arrays
Which of the following statements is correct with respect to arrays?
[DUMP]
Accenture Primer • Arrays
Consider you buy a laptop. You want to store the details of that laptop such as price, model_name,model_number, warranty_period into a single array na...
[DUMP]
Accenture Primer • Arrays
Consider you want to compare the prices of redmi , sony, samsung phones in three online sites like amazon,flipkart,ebay. Which array type is best suit...
[DUMP]
Accenture Primer • Arrays
It is possible to traverse through an array from the first position to the last and not vice versa. State true or false.
[DUMP]
Accenture Primer • Arrays
An Array consists of rows and columns is also called as________
[DUMP]
Accenture Primer • Arrays
Choose the correct Pseudo code to store names in an array and display a name.
[DUMP]
Accenture Primer • Arrays
A farmer has 17 sheep and all but nine die. How many are left?
[DUMP]
Accenture Primer • Arrays
In a year, there are 12 months. Seven months have 31 days. How many months have 28 days?
[DUMP]
Accenture Primer • Arrays
What is the next letter in the following sequence? J,F, M, A, M, J, J, A, __.
[DUMP]
Accenture Primer • Arrays
Select the appropriate code snippet for the given problem statement provided as pseudocode.
[DUMP]
Accenture Primer • Arrays
Choose the correct pseudocode for the below problem statement.
[DUMP]
Accenture Primer • Accenture-Primer-Dump
If you are asked to do a modular software design, which combination of coupling and cohesions should you use for designing the software?
[DUMP]
Accenture Primer • Accenture-Primer-Dump
Statement: For a logically cohesive module, there are some activities to be implemented. These activities are preferred from inside the module itself....
[DUMP]
Accenture Primer • Accenture-Primer-Dump
What kind of controlled structure is used when we don’t know the exact number of times a code needs to be executed?
[DUMP]
Accenture Primer • Accenture-Primer-Dump
Which of the given statements is true about XP?
[DUMP]
Accenture Primer • Accenture-Primer-Dump
Which two phases of feature driven development are repeated until no more feature exist?
[DUMP]
Accenture Primer • Accenture-Primer-Dump
Predict the output What will be the output for the given code snippet startprogram public class Main { public static void main(String[] args) { try { ...
[DUMP]
Accenture Primer • Accenture-Primer-Dump
Which of the following declarations will cause a compile time error? a.int[] scores = null;
[DUMP]
Accenture Primer • Accenture-Primer-Dump
Arrow symbols in the flowchart is used to show the sequence of steps and the relationship among them. State true and false
[DUMP]
Accenture Primer • Accenture-Primer-Dump
Information hiding is achieved through which OOP principle?
[DUMP]
Accenture Primer • Accenture-Primer-Dump
In multibranch, the pipeline names should not contain___________.
[DUMP]
Accenture Primer • Accenture-Primer-Dump
Which are the phases of CI/CD pipeline?
[DUMP]
Accenture Primer • Accenture-Primer-Dump
Predict the output of the following statement. Select substr(“Yellow is A colour”,1,5) from dual;
[DUMP]
Accenture Primer • Accenture-Primer-Dump
column header is referred as
[DUMP]
Accenture Primer • Accenture-Primer-Dump
At which level of testing the non-functional requirements are tested?
[DUMP]
Accenture Primer • Accenture-Primer-Dump
Agile methodology does not accepts change of requirements at any stage
[DUMP]
Accenture Primer • Accenture-Primer-Dump
In a relational database a referential integrity constraint can be done using
[DUMP]
Accenture Primer • Accenture-Primer-Dump
Which of the given options are true with respect to arrays?
[DUMP]
Accenture Primer • Accenture-Primer-Dump
Name the type of join used to include rows that do not have matching values
[DUMP]
Accenture Primer • Accenture-Primer-Dump
Expand DSDM
[DUMP]
Accenture Primer • Accenture-Primer-Dump
A primary key can have null values. State True and False.
[DUMP]
Accenture Primer • Accenture-Primer-Dump
Meta data is declared as ________in SQL?
[DUMP]
Accenture Primer • Accenture-Primer-Dump
Which of the following is true about Continuous Integration?
[DUMP]
Accenture Primer • Accenture-Primer-Dump
The practice of automatically provisioning a new environment at the time of deployment is referred to as _____________
[DUMP]
Accenture Primer • Accenture-Primer-Dump
Scrum divides the development into short cycles called___________.
[DUMP]
Accenture Primer • Accenture-Primer-Dump
Which of the following is a correct declaration in java?
[DUMP]
Accenture Primer • Accenture-Primer-Dump
Raghav has developed an application to automate the billing process of the Aarvee Departmental Store. When the product is in operation, the client fou...
[DUMP]
Accenture Primer • Accenture-Primer-Dump
Consider the scenario: You have written a code to display a menu on the screen and some operation are preformed based on the given user input. Which c...
[DUMP]
Accenture Primer • Accenture-Primer-Dump
Predict the output for the given pseudo code snippet. SET count = 1 While count less than or equal to 5 Print “Hello, world” Count = count + 1 END WHI...
[DUMP]
Accenture Primer • Accenture-Primer-Dump
Pinky and Raju are working on an insurance project. They are not aware of SVN. So they created a common project on the server. Both retrieved the proj...
[DUMP]
Accenture Primer • Accenture-Primer-Dump
does the special group or group 0 is included while coupling groups using the groupCount in java.
[DUMP]
Accenture Primer • Accenture-Primer-Dump
Many_________________ are delivered in an agile process.
[DUMP]
Accenture Primer • Accenture-Primer-Dump
Predict the output startprogram class Product { String productName; } class Mobile extends Product { String mobileName; void display() { super.product...
[DUMP]
Accenture Primer • Accenture-Primer-Dump
Predict the output import java.util.Scanner; class WeightLimitExceeded extends Exception { WeightLimitExceeded(int x) { System.out.print(Math.abs(15-x...
[DUMP]
Accenture Primer • Accenture-Primer-Dump
Predict the output What will be the output for the given code snippet Startprogram Public class Main{ public static void main(String args[]) try { Sys...
[DUMP]
Accenture Primer • Accenture-Primer-Dump
Predict the output What will be the output for the given code snippet startprogram Public class Main{ public static void main(String args[]) int a =10...
[DUMP]
Accenture Primer • Accenture-Primer-Dump
Predict the output What will be the output for the given code snippet Startprogram Import java.util.regex; Public class Main{ public static void main(...
[DUMP]
Accenture Primer • Accenture-Primer-Dump
Predict the output What will be the output for the given code snippet startprogram Import java.util.regex; Public class Main{ public static void main(...
[DUMP]
Accenture Primer • Accenture-Primer-Dump
Predict the output What will be the output for the given code snippet startprogram Public class Main{ public static void main(String args[]) { int arr...
[DUMP]
Accenture Primer • Accenture-Primer-Dump
Predict the output public class Main{ public static void main(String args[])
[DUMP]
Accenture Primer • Accenture-Primer-Dump
Predict the output import java.util.regex.*; public class Hello {
[DUMP]
Accenture Primer • Accenture-Primer-Dump
Predict the output import java.util.Scanner; public class Main { static void func(int a,int b) throws ArithmeticException, ArrayIndexOutOfBoundsExcept...
[DUMP]
Accenture Primer • Accenture-Primer-Dump
Which plugin are the appropriate functionality plugins used in multibranch pipelines for validating the pull or change requests. (Select any two) *) G...
[DUMP]
Accenture Primer • Accenture-Primer-Dump
In code phase, requirements and feedback are gathered from customers and stakeholders.
[DUMP]
Accenture Primer • Accenture-Primer-Dump
Agile is useful when the client requirements are not clear or requirement frequently changes.
[DUMP]
Accenture Primer • Accenture-Primer-Dump
Assume we have created a table employees with the columns: employee_id, employee_name, salary, designation and manager_id. Here employee_id is set as ...
[DUMP]
Accenture Primer • Accenture-Primer-Dump
Predict the output What will be the output for the given code snippet startprogram import java.util.Scanner; public class Main{ public static void thr...
[DUMP]
Accenture Primer • Post-Quiz
This loop statement is also called as exit-controlled loop 1 4 2 a l ✓ o f o ✓ p ✓ i ✓ n ✓ g g ✓ r o 3 i ✓ t ✓ e ✓ r ✓ a ✓ t ✓ i ✓ o ✓ n i t 5 d ✓ o ✓...
[DUMP]
Accenture Primer • Primer-Dump
What is the output of the query:
[DUMP]
Accenture Primer • Primer-Dump
Choose legal identifiers from the below options: a)4thvariable b)_98_
[DUMP]
Accenture Primer • Primer-Dump
William is planning to develop software- Customer Feedback System, which helps the department store to predict the sales target. His requirements are ...
[DUMP]
Accenture Primer • Primer-Dump
import java.util.ArrayList; import java.util.List; class TestMain{
[DUMP]
Accenture Primer • Primer-Dump
public class Main { public void printVal(Integer i)
[DUMP]
Accenture Primer • Primer-Dump
public class TestMain extends Tree { public static void main(String s[])
[DUMP]
Accenture Primer • Primer-Dump
public class Main{ public static void main (String[] args){ String a[]=new String[-9/-4];
[DUMP]
Accenture Primer • Primer-Dump
predict output class TestMain{ int x=50;
[DUMP]
Accenture Primer • Primer-Dump
class mammel{ String name= "Dog"; String makenoise(){
Previous
Page 11 of 15
Next