All Topics
Topic131 questions
Accenture Software FundamentalsQuestions & Answers
Practice 131 verified Accenture Software Fundamentals questions with detailed answers and explanations. Tap any question below to study the full solution — perfect for last-minute Accenture primer and dumps prep.
Software Fundamentals question list
Select the appropriate code snippet for the given problem statement provided as pseudocode. Problem Statement : Dinner Plan F…Choose the correct pseudocode for the below problem statement. Problem Statement : Find Maximum value Choose a pseudo code…A mathematical quiz context happened in a school and the scores are stored in an array named quizmark. The coordinating person wan…Assume, number[100] <- 99. How many elements can be stored inside the array variable number?Which of the following are False with respect to the manipulation of arrays?Negative elements can be placed inside an array. State true / falseThe names of all associates undergoing training are stored in an array named associate_name[50]. The 5th associates’ name is retri…Information about ___________ need not be specified when declaring an arrayIt is not possible to do a search operation in an array that is not sorted. State True/False.The operation of ordering the elements in the list is known asRandom access is not possible in an array. State True/FalseAssume you have an array named numbers of size 10. Which of the assignment is valid?Which of the following statements is correct with respect to arrays?Expression within [ ] should always resolve to aConsider you buy a laptop. You want to store the details of that laptop such as price, model_name,model_number, warranty_period i…List of songs stored in your mobile phone is a good example forConsider you want to compare the prices of redmi , sony, samsung phones in three online sites like amazon,flipkart,ebay. Which ar…It is possible to traverse through an array from the first position to the last and not vice versa. State true or false.An Array consists of rows and columns is also called as________Choose the correct Pseudo code to store names in an array and display a name.Expression is a combination of ___________, ____________ and _______________1.Take 1 away from me and you get a prime number; add 1 to me and you get twice that prime number.Find out the logic of series and complete. 9 = 4, 21 = 9, 22 = 9, 24 = 10, 8 = 5, 7 = 5, 99 = 10, 100 = 7, 16 = ?I am an odd number; take away an alphabet and I become even. What am I?Select the appropriate code snippet for the given problem statement provided as pseudocode. Problem Statement : Strong number …Choose the pseudocode for the below problem statement. Problem Statement : Vehicle Registration Mr.William buys a new Audi c…Consider the output: “0, 2, 4, 6, 8 ,10 ,12, 16” Which of the below given pseudo code snippet gives the above output?Predict the output of the given flowchart.Iteration/looping is a repetition of___________ Select one or more:Do-while looping statement is almost same as______What is true about FOR LOOP?Jack wants to book flight tickets in Feather-Airways’ online portal for his family of five. Passenger details like name, age, gend…What will be the output for WHILE loop? BEGIN DECLARE number SET number <-- 30 WHILE number>0 number <-- numbe…What is the output for FOR-loop snippet? FOR i <--1 to 15 PRINT i i <-- i+3 END FORWhich of the following symbols is inappropriate in building the flowchart pertaining to sequential flow of program?The statement / statements within the loop must get executed at least once except for do-while statement. State True/False.Which of the following statements are true with respect to looping statements? Select one or more:Which of the following statements are true?Consider you have a Rubik cube with different colors in each face. To solve this cube, you will continue to rotate the sides until…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 retur…Looping statements are also called ____________Which of the following options are the steps involved in Requirements Analysis? Select one or more:From the below options, identify the role of the system analyst.Identify the correct statements from the below options.Match the correct objectives of each phase involved in Requirements EngineeringIdentify the type of design that helps in transforming the data model created during requirements analysis phase into the data str…Match the objectives of the types of design involvedWhenever a new product is arrived, the stock needs to be updated. This requirement is an example for non functional requirement. S…Identify the possible entities from the given option Select one or more:Consider the below scenario. A team has many players and the player belongs to one team. Identify the cardinality between player …Which of the following are available in SRS Document?What kind of non functional requirement best suit the below scenario: Whenever the new offers are published in the online shoppin…_______ describes how the development activities will be performed and how development phases follow each other.During which phase the following activities are performed: Identifying the major modules of the system, how these modules integra…Aesthetics of the website is part of the functional requirement. State true or false_________ is the application of a systematic, disciplined, quantifiable approach to the design, development, operation and mainten…Requirement came to Allen Software company to develop a software for military purpose. .00001 second delay in the missile launchi…Question 1 Pointing to a photograph of a boy Mathew said, "He is the son of the only son of my mother." How is Mathew related…Save Tweety Silvester and Tweety are friends. Bender was one of the Silvester's enemy. One day Silvester and Tweety went on to a t…Hide and Seek One day, Bunny and his friends were playing hide and seek in the forest. Tom went along to hide. He finds an aband…Choose the correct options to complete the pseudo-code and determine whether the number is positive, zero, or negative. BEGIN …You are returning home from a hotel. On the way, you find a sealed envelope in a street, fully addressed with unused stamps on it.…Decision statements are also called as _______________.When a single if-else logic is used, how many possible choices can be there?If a doctor gives you 3 pills and tells you to take one pill every half hour, how long would it take before all the pills had been…From the option, find the correct pseudo-code to find the greatest of three numbersManual execution of the steps in the algorithm is called as _____A computer program must either use conditional statements or looping statements or sequential statements to solve a problem. All o…Which statement logic implements multiple-way selection?By default, the flow of a program is________Identify the logic which suits the flowchartWhich of the keyword is used to close the IF block, while writing a pseudo-code?Which of the following is not a keyword used in a pseudo-codeConsider the pseudo-code snippet. What output do you think the snippet will produce if the sample input for number is 3? BEGIN DE…What do you infer from this statement? “Only if Alvin is happy, then he does not go to work.”Go to statements in the algorithm is…Arrange the pseudo-code logic for checking a number divisible by 5 or 11.______________must be used when a set of statements needs to be executed only if a condition is met.Identify the correct pseudo-code logic for checking a number divisible by 5 or 11.If there are 6 chocolates and you take away 4, how many do you have?READ age IF age>18 THEN PRINT “Eligible to vote” ENDIF The given pseudo-code snippet is an example for_______Which of the following options are valid for the relationship between the configuration objects?Version Control allows users to lock files so they can only be edited by one person at a time and track changes to filesChoose the missing steps involved in the Change Control Process in the correct order: Identify and submit change request _______…State true or false. Automated tools are available in the market, for managing change and versioning the softwareVersion Management allows parallel concurrent development. State True or False.Which of the following describes the change history of an object?_________ is a committee that makes decisions regarding whether or not proposed changes to a software project can be incorporated.From the options identify the features that are part of the software configuration managementY2K problem is an example for ------------- maintenanceClient wanted to add a new feature to his existing application "Discount Offers" for all the existing customers. Whenever a new …Client has developed an application that allows each of their customers to store 2TB of data. As the number of Customers are incre…In an online shopping application, during customer registration the customer was made to enter his city in a text box. As the site…Any changes done to the software during the operational phase of the software before project wind up is called as maintenance. St…In Software maintenance, changes are implemented by modifying existing components and adding new components to the system. State i…Software maintenance for the change of the platform is an example for --------- maintenanceWhich conforms that the software meets its technical specifications?The software is put into operation in the client’s environment. The client comes back to enhance the UI to attract more customers.…Which of the below is one of the phase of the prototype model?Major functions are addressed in the first cycles there by delivering an operational product. Which of the SDLC process models ac…Beta technologies has undertaken a collision avoidance system software to be implemented for airports. Additional safety measures …The student mark processing system software has been developed and deployed at the St. Peters university. The system shows the gra…Which model emphasizes Validation and Verification at each level of stage containment?Consider that you have to develop a flight control system. The system is simulated as such that the original system is working. Th…Testing performed by the user to ensure that the system meets the agreed upon quality attributes and the specification is called a…Choose the option that accurately represents the sequential order of phases in the Waterfall model.Scenario: LIC has manually carried out their process of premium collection procedure for the past 45 years. Now, they have employe…ABC company comes to the Allen Software Company with various requirement. The client wants the functionality to view all the emplo…A client wants to develop a Web application for the new Super market store. The client want to have lot of UI components and custo…________ involves transformation of user needs into an effective software solution.Spiral life cycle model is not suitable for products that are vulnerable to large number of risks. State if True or False.When there is a difference between the output what is expected and the actual one is termed as……XYZ Finance Co. has, at present, started its operations in India. Based on the first six months performance, it has plans for expa…Identify this technique of dynamic testing where, For a range of input, three values are chosen, One value above the range, One va…What is the difference between the actual output of a software and the correct output?What is the type of testing in which the tester will know about the input and the expected output details based on the specificati…Identify the correct phases of software testing life cycle.Which all of the following options would basis path testing perform?Tester is trying to test whether the values in the drop down are listed properly. What type of testing the tester performs in thi…After implementation of Library management system, the tester identified that certain logic are redundantly rewritten by the devel…Determine the cyclomatic complexity for the following code: …Boundary value analysis can only be used during white-box testing. State if True or False.In the online shopping portal, for customer registration the password field can accept only characters in the range of 5 to 25. De…Walk through is performed by the trained moderator, whereas the Inspection is usually conducted by the author itself to record def…The testing technique that deals with the internal logic and structure of the code is called ________.The standard document that describes all the requirements of the system is called as …Client Comes to Allen Company for a Banking Solution. Who from the below options would be best suited to gather all the requiremen…In remote control Car application, in the step by step execution of the requirement described, it is mentioned when the fuel leve…A good SRS should be ______, ________ and _______.Client Comes to Allen Company for a Banking Solution.Which phase of SDLC is best suited to gather what is expected from clientAn SRS has the following requirement.The stock exchange shall show the stock report for the next 24 hours.What is the issue with t…Practice more Accenture topics
PrimerDumps has 1400+ primer questions, 2026 mocks and coding hands-on — all free.