All Topics
Topic112 questions

Accenture Accenture PrimerQuestions & Answers

Practice 112 verified Accenture Accenture Primer questions with detailed answers and explanations. Tap any question below to study the full solution — perfect for last-minute Accenture primer and dumps prep.

Accenture Primer question list

Choose the missing steps involved in the Change Control Process in the correct order:Match the correct option The standard document where the requester fills the change in the change management process Change Reques…Match the appropriate opening and closing blocks in looping statements.BEGINIt's Halloween. You go from house to house, tricking or treating. You get 2 candies from each house that you go to. You must retur…Choose the pseudocode for the below problem statement.Map the scenario to its appropriate array typeIn a year, there are 12 months. Seven months have 31 days. How many months have 28 days?Select the appropriate code snippet for the given problem statement provided as pseudocode.Choose the correct pseudocode for the below problem statement.If you are asked to do a modular software design, which combination of coupling and cohesions should you use for designing the sof…Statement: For a logically cohesive module, there are some activities to be implemented. These activities are preferred from insid…What kind of controlled structure is used when we don’t know the exact number of times a code needs to be executed?Which of the given statements is true about XP?Which two phases of feature driven development are repeated until no more feature exist?Predict the output What will be the output for the given code snippet startprogram public class Main { public static void main(Str…Which of the following declarations will cause a compile time error? a.int[] scores = null;Arrow symbols in the flowchart is used to show the sequence of steps and the relationship among them. State true and falseInformation hiding is achieved through which OOP principle?In multibranch, the pipeline names should not contain___________.Which are the phases of CI/CD pipeline?Predict the output of the following statement. Select substr(“Yellow is A colour”,1,5) from dual;At which level of testing the non-functional requirements are tested?Agile methodology does not accepts change of requirements at any stageWhich of the given options are true with respect to arrays?Name the type of join used to include rows that do not have matching valuesExpand DSDMA primary key can have null values. State True and False.Meta data is declared as ________in SQL?Which of the following is true about Continuous Integration?The practice of automatically provisioning a new environment at the time of deployment is referred to as _____________Scrum divides the development into short cycles called___________.Which of the following is a correct declaration in java?Raghav has developed an application to automate the billing process of the Aarvee Departmental Store. When the product is in opera…Consider the scenario: You have written a code to display a menu on the screen and some operation are preformed based on the given…Predict the output for the given pseudo code snippet. SET count = 1 While count less than or equal to 5 Print “Hello, world” Count…Pinky and Raju are working on an insurance project. They are not aware of SVN. So they created a common project on the server. Bot…does the special group or group 0 is included while coupling groups using the groupCount in java.Many_________________ are delivered in an agile process.Predict the output startprogram class Product { String productName; } class Mobile extends Product { String mobileName; void displ…Predict the output import java.util.Scanner; class WeightLimitExceeded extends Exception { WeightLimitExceeded(int x) { System.out…Predict the output What will be the output for the given code snippet Startprogram Public class Main{ public static void main(Stri…Predict the output What will be the output for the given code snippet startprogram Public class Main{ public static void main(Stri…Predict the output What will be the output for the given code snippet Startprogram Import java.util.regex; Public class Main{ publ…Predict the output What will be the output for the given code snippet startprogram Import java.util.regex; Public class Main{ publ…Predict the output What will be the output for the given code snippet startprogram Public class Main{ public static void main(Stri…Predict the output public class Main{ public static void main(String args[])Predict the output import java.util.regex.*; public class Hello {Predict the output import java.util.Scanner; public class Main { static void func(int a,int b) throws ArithmeticException, ArrayIn…Which plugin are the appropriate functionality plugins used in multibranch pipelines for validating the pull or change requests. (…In code phase, requirements and feedback are gathered from customers and stakeholders.Agile is useful when the client requirements are not clear or requirement frequently changes.Assume we have created a table employees with the columns: employee_id, employee_name, salary, designation and manager_id. Here em…Predict the output What will be the output for the given code snippet startprogram import java.util.Scanner; public class Main{ pu…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 ✓…What is the output of the query:Choose legal identifiers from the below options: a)4thvariable b)_98_William is planning to develop software- Customer Feedback System, which helps the department store to predict the sales target. H…import java.util.ArrayList; import java.util.List; class TestMain{public class Main { public void printVal(Integer i)public class TestMain extends Tree { public static void main(String s[])public class Main{ public static void main (String[] args){ String a[]=new String[-9/-4];predict output class TestMain{ int x=50;class mammel{ String name= "Dog"; String makenoise(){Bonus calculated module was unit tested by the developer. Depending on the salary the bonus needs to be calculated. Assume if one …What is the command to concatenate fname and lname with a space in between and display the output under the heading of “Full Name”…Consider the following table structure and write a query to display all the employees who have and don’t have department id assign…Select statements true about persistence Answer = i) persistence is way through which life time of object exists even after the te…public class TestMain { {class Rays { static String s=""; protected Rays(){Cost effectiveness - A)Ability to handle most of the changes without having to rewrite the entire program 2)Eficiency - B)Deals wi…public class Main { {in which of the given data structures, is pointers concept applied?appending content to existing file in vi editor can be done in mode. Command mode Insert modechoose the data control Language commands?choose the methods(s) of the stringbuilder class Intern() Delete()Consider the following structure Customer (custid,custnmae,address,city,country) Choose the option display all customer who all ar…which of the given options are true with respect to linked lists, when compared to arrays 1.Linked lists are dynamic in sizeconsider a scenario: you have written a code to display a menu on the screen and some operations are performed based on the given …US Insurance project development team members are divided into two groups, one team works in the development office in India and t…Which of the following is not a part of SRS document Ans – Functional RequirementSam and rose are working on the loan monitoring project the head version was checked out By both sam and rose .both of them made t…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 op…In a binary search algorithm, if the element to be searched is lesses than the pivot value (middle value), then is split in half. …startprogram public interface studentmark{ /*insert code here*/ int mark=100;)Amaze Agencies, Customers can apply for loan. To apply loan the customers should get registered first then apply for the loan. Th…class High{ public High(String s){ System.out.print("From High");The following XML fragment is legal. Startprogram<2020SalesReport> <income>1000000</income>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…Suresh Associate Professor 150000 5yrs Which is the command to display the outbusas tolos?public class demo { static int num1=85; Note=predict the output display the loan type and the number of customers under each loan type,considering only those loan types which …Consider the following css code snippet Startprogram H1{which of the below are functional interfaces?Spot the error. Observe the given algorithm to calculate the simple interest. Identify the incorrect step (if any)class Television { public void getPictureResolution(){in CSS, which of the following code/ codes can be used for colouringa table background in red?class TestMain{ public static void main (String[] args) { Map<Tasks, String> m= new HashMap<Tasks, String>();Agile methodology accepts change of requirement at any stage. State true orwhen an exception occours in a method.The method creates an object for that exception. To handel the exception, it is given to the…class BlackBoard{ Short story=200; BlackBoard write(BlackBoard bb)import java.util.*; public class Main {What is the relationship between these two Building has rooms Ans CompositionA Software needs to be developed for a Sterlin Hospital to monitor the radiations given for cancer patients. Even a very minute de…Consider the scenario. For an insurance, a customer makes a claim. The claim can be a normal or a critical claim. The insurance co…which of the following is not a principle of dsdm?in javascript what will be returned by the following code snippet?class ClassA protected void show(){ System.out.print("Super Class Method"),class One { } class Two extends One {SPOT THE ERROR:Which of the given options define a set of activities that transform the client needs to an effective software solutionWhich jquery syntax hides all the paragraph elements Ans- $(“p”).hide(); Integer i=new Integer(-5); Double d=new Double(new Intege…

Practice more Accenture topics

PrimerDumps has 1400+ primer questions, 2026 mocks and coding hands-on — all free.