All Topics
Topic131 questions

Accenture Software EngineeringQuestions & Answers

Practice 131 verified Accenture Software Engineering 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 Engineering question list

Stephany is learning to draw a flowchart to calculate the area of a circle. Select the appropriate option that would fit into the …Arrange the words given below in a meaningful sequence. 1. Word 2. Paragraph 3. Sentence 4. Letters 5. phraseIdentify the meaningful variable names which can be used?Choose the correct and meaningful pseudo-code to add two numbers?Match the appropriate Flowchart symbols with its purpose. Start/Stop Flow direction Connector Decision making Process Input/outputWhich of the following represents the correct sequence for the given pseudo-code? BEGIN ------------- ------------- ------------- …Which of the following represents the correct sequence for the given algorithm? a. Start Get the two numbers. Add the two numbers …Choose the correct arrang5eme2nt of2 ma4them8atical symbols to make the equation true. a. 600 [+] 400 [] 800 [×] 300 [/] 200 = 200…Which of the following represents the correct sequence for the given pseudo-code? BEGIN [1] READ mark1, mark2, mark3, mark4, mark5…Flow chart for adding numbers Is the given flowchart correct?Rearrange the pseudo-code for multiplying two given numbers, Choose the correct option from the below. 1 BEGIN 2 result <- number1…Identify the correct pseudo-code logic for checking a number divisible by 5 or 11. a. DECLARE number IF number%5==0 THEN PRINT num…Choose the correct options to complete the pseudo-code and determine whether the number is positive, zero, or negative. BEGIN DECL…______________must be used when a set 5of st2atem2ents4 nee8ds to be executed only if a condition is met.Decision statements are also called as _______________. a. Sequence logic b. Iteration logic c. Program logic d. Selection logicTry some!!! If a doctor gives you 3 pills and tells you5 to ta2ke o2ne p4ill ev8ery half hour, how long would it take before all t…Pointing to a photograph of a boy Mathew said, "He is the son of the only son of my mother." How is Mathew related to that boy?Analyze the statements. i)Danny is younger than Edwin ii)Christine is younger than Danny. iii)Christine is older than Edwin. If th…Assume, there are four boys sitting on a sofa. Mithran is to the left of Anwar. Babu is to the right of Anwar. Edwin is between An…"Invalid balloon number " O5R nu2mber2 > 14 OR 8number < 50 "This balloon can fiy to Tweety" OR number < 1 PRINT AND number%7 == 0…Choose the correct pseudocode for the below problem statement. Problem Statement : Hide and Seek One day, Bunny and his friends we…Which looping logic is exit controlled?Iteration/looping is a repetition of___________Jack wants to book fiight tickets in Feather-Airways online portal for his family of five. Passenger details like name, age, gende…Which of the following statements are true with respect to looping statements?Partially w h r e a i f l g o t m n p d DOWN: 1) Step by step list of instructions 4) When you know the exact number of iterations…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 ____________ a. Sequence logic b. Program logic c. Selection logic d. Iteration logicTake 1 away from me and you get a prime number; add 1 to me and you get twice that prime number.Select the appropriate code snippet for the given problem statement provided as pseudocode. Problem Statement : Strong number Chec…Choose the pseudocode for the below problem statement. Problem Statement : Vehicle Registration Mr.William buys a new Audi car. Du…Assume you have an array5 nam2ed n2umb4ers 8of size 10. Which of the assignment is valid?Consider you buy a laptop. You want to store5 the 2deta2ils o4f tha8t laptop such as price, model_name,model_number, warranty_peri…Consider you want to compare the prices of redmi , sony, samsung phones in three online sites like amazon,fiipkart,ebay. Which arr…Choose the correct Pseudo code to store names in an array and display a name. a. BEGIN INPUT name DECLARE name [20] PRINT name END…A farmer has 17 sheep and all but nine die. How many are left?a year, there are 12 months. Seven months have 31 days. How many months have 28 days?What is the next letter in the following sequence? J,F, M, A, M, J, J, A, __.Select the appropriate code snippet for the given problem statement provided as pseudocode. Problem Statement : Dinner Plan Five f…Choose the correct pseudocode for the below problem statement. Problem Statement : Find Maximum value Choose a pseudo code to find…The software is put into operation in the clients 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? a. Detailed HLD phase b. Detailed Coding c. Quick design d. Extensi…High-risk or major functions are addressed in the first cycles there by delivering an operational product. Which of the SDLC proce…Choose the option that accurately represents the sequential order of phases in the Waterfall model. a. Requirement Gathering, Anal…Consider that you have to develop a fiight control system. The system is simulated as such that the original system is working. Th…________ involves tranformation of user needs into an effective software solution.Which of the following options are the steps involved in Requirements Analysis?From the below options, identify the role of the system analyst. a. Writes pseudo code for the given module b. Creates SRS c. Crea…Identify the correct statements from the below options. a. Analysis or High level design or Low level design can be performed in a…A lady buys goods worth Rs.200 from a shop. (shopkeeper is selling the goods with zero profit). The lady gives him Rs.1000 note. T…You are in a race and overtake the person who is in second place. What place are you now in?What does come down but never goes up? _______ What can one catch that is not thrown? _______ What goes up and down, but always re…Identify the possible entities from the given optionRequirement came to Allen Software company to develop a software for military purpose. . second delay in the missile launching sof…What is the difference between the actual ou5tput2 of a2 soft4ware8 and the correct output?Identify the correct phases of software testing life cycle. a. Requirements Analysis,Test Preparation,Test Case development,Test E…the online shopping portal, for customer registration the password field can accept only characters in the range of 5 to 25. Deriv…remote control Car application, in the step by step execution of the requirement described, it is mentioned when the fuel level go…Match the following facts about Version Management.Choose the missing steps involved in the Change Control Process in the correct order: 1. Identify and submit change request 2. ___…an online shopping application, during customer registration the customer was made to enter his city in a text box. As the site be…Software maintenance, changes are implemented by modifying existing components and adding new components to the system. State if T…Informationabout neednotbespecifiedwhendeclaringanarray Information about ___________ need not be specified when declaring an arra…Choose the correct Pseudo code to store names in an array and display a name. a. BEGIN INPUT name PRINT name DECLARE name [20] END…the Waterfall model, requirements are typically…Which model maps each development phase to a corresponding test phase?Prototyping (throwaway) is BEST when…Evolutionary Prototyping means…Which model emphasizes delivering functionality in modules over time?Iterative development primarily focuses on…Which model is most associated with explicit risk analysis every iteration?Agile (Scrum) sprints typically deliver…RAD prioritizes…V-Model is most suitable for…Agile, the product backlog is owned by the…A key drawback of Waterfall is…Incremental vs Iterative: which is TRUE?Which model is LEAST flexible to change?Spiral is best matched with which keyword?Agile accepts changing requirements…RAD typically targets a delivery window of…Throwaway prototyping’s prototype is…A hallmark of Scrum is…Which model best ensures traceability from requirements to tests?When primary risk is misunderstood requirements, prefer…Incremental delivery provides value because…Spiral model phases typically include…Kanban emphasizes…Agile, who shields the team from impediments?A weakness of RAD is…Which is MOST documentation-heavy?Which combo is valid?When frequent regulatory audits are expected, which model helps?A key Agile artifact used during Sprint Planning is…RAD differs from Spiral mainly because RAD…Scrum, increment must be…Which model best fits “measure–learn–build” loops?The main risk Spiral addresses early is…Which statement about Evolutionary Prototyping is TRUE?A new fintech startup will expand to multiple countries; requirements will evolve rapidly. Which model?Client demands a quick MVP in 2 months with heavy user workshops. Pick:HR system to be delivered module-by-module: Profiles → Payroll → Leave. Choose:Medical device software with strict verification & traceability:E-commerce UI unclear; stakeholders need to “see it” first. Best approach:Defense project: high technical risks; must mitigate early. Choose:Start-up wants frequent releases and can adapt scope every 2 weeks. Choose:Legacy rewrite with clear, frozen requirements signed by regulators. Choose:Search engine product: release v1 simple, v2 add filters, v3 add ML ranking. Choose:Banking back-end core with extreme reliability + audits. Choose:Client needs a wizard-like UI clarified before build, backend is standard. Choose:Global payroll system delivered by country packs, one-by-one. Choose:Gaming app MVP in 8 weeks with user playtests every weekend. Choose:Highly experimental R&D UI concept needs validation, not production code. Choose:A product will start small and grow with market learning; same codebase matures.Airport ATC training portal with strict test evidence + mapping to requirements.Customer support tool where each month a new module (chat, KB, analytics) is added.Critical avionics system with many unknown technical risks.Regulated insurance portal; UI unclear now but must pass audits later.Startup insists on weekly demos and can reprioritize constantly.Campus ERP with clear, frozen SRS and fixed budget/time.Social app: same app gets richer each release (recs, stories, live).Back-office tool needed super-fast using ready-made components and forms builder.Client wants to see a working UI every 2 weeks and decides scope on the go.Safety-critical railway signaling with exhaustive validation mapping.d f a o n w h g r l e t m p i DOWN: 1) Step by step list of instructions 4) When you know the exact number of iterations, this loo…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 ____________ a. Program logic b. Iteration logic c. Selection logic d. Sequence logicChoose the pseudocode for the below problem statement. Problem Statement : Vehicle Registration Mr.William buys a new Audi car. Du…Try some!!! 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 pi…Decision statements are also called as _______________. a. Selection logic b. Iteration logic c. Program logic d. Sequence logicIdentify the correct pseudo-code logic for checking a number divisible by 5 or 11. a. DECLARE number READ number IF number%5==0 TH…

Practice more Accenture topics

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