Accenture
Primers
Assessments
Accenture Dumps
Coding Bank
Blog
Topics
Must Know
Mock Assessment 2026
Complete Question Index
Browse through all 2134 assessment questions (Page 9 of 15)
Software Engineering • 05 Arrays
Select the appropriate code snippet for the given problem statement provided as pseudocode. Problem Statement : Dinner Plan Five friends plan to go ou...
Software Engineering • 05 Arrays
Choose the correct pseudocode for the below problem statement. Problem Statement : Find Maximum value Choose a pseudo code to find the maximum values ...
Software Engineering • 06 Software Engineering Fundamentals
Which conforms that the software meets its technical specifications?
Software Engineering • 06 Software Engineering Fundamentals
The software is put into operation in the clients environment. The client comes back to enhance the UI to attract more customers. This phase is called...
Software Engineering • 06 Software Engineering Fundamentals
Which of the below is one of the phase of the prototype model? a. Detailed HLD phase b. Detailed Coding c. Quick design d. Extensive testing
Software Engineering • 06 Software Engineering Fundamentals
High-risk or major functions are addressed in the first cycles there by delivering an operational product. Which of the SDLC process models achieves t...
Software Engineering • 06 Software Engineering Fundamentals
Beta technologies has undertaken a collision avoidance system software to be implemented for airports. Additional safety measures have to be automated...
Software Engineering • 06 Software Engineering Fundamentals
The student mark processing system software has been developed and deployed at the St. Peters university. The system shows the grade as 0 for all the ...
Software Engineering • 06 Software Engineering Fundamentals
Choose the option that accurately represents the sequential order of phases in the Waterfall model. a. Requirement Gathering, Analysis, Design, Testin...
Software Engineering • 06 Software Engineering Fundamentals
Scenario: LIC has manually carried out their process of premium collection procedure for the past 45 years. Now, they have employed the services of an...
Software Engineering • 06 Software Engineering Fundamentals
Testing performed by the user to ensure that the system meets the agreed upon quality attributes and the specification is called as.
Software Engineering • 06 Software Engineering Fundamentals
Which model emphasizes Validation and Verification at each level of stage containment?
Software Engineering • 06 Software Engineering Fundamentals
Consider that you have to develop a fiight control system. The system is simulated as such that the original system is working. There are many potenti...
Software Engineering • 06 Software Engineering Fundamentals
ABC company comes to the Allen Software Company with various requirement. The client wants the functionality to view all the employee profile, view sa...
Software Engineering • 06 Software Engineering Fundamentals
A client wants to develop a Web application for the new Super market store. The client want to have lot of UI components and customers will have lot o...
Software Engineering • 06 Software Engineering Fundamentals
________ involves tranformation of user needs into an effective software solution.
Software Engineering • 06 Software Engineering Fundamentals
Spiral life cycle model is not suitable for products that are vulnerable to large number of risks. State if True or False.
Software Engineering • 06 Software Engineering Fundamentals
When there is a difference between the output what is expected and the actual one is termed as
Software Engineering • 06 Software Engineering Fundamentals
XYZ Finance Co. has, at present, started its operations in India. Based on the first six months performance, it has plans for expansion across five co...
Software Engineering • 07 Phases Of Software Engineering
Which of the following options are the steps involved in Requirements Analysis?
Software Engineering • 07 Phases Of Software Engineering
From the below options, identify the role of the system analyst. a. Writes pseudo code for the given module b. Creates SRS c. Creates HLD document d. ...
Software Engineering • 07 Phases Of Software Engineering
Identify the correct statements from the below options. a. Analysis or High level design or Low level design can be performed in any order b. Analysis...
Software Engineering • 07 Phases Of Software Engineering
Identify the type of design that helps in transforming the data model created during requirements analysis phase into the data structures that will be...
Software Engineering • 07 Phases Of Software Engineering
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. The shopkeeper gets t...
Software Engineering • 07 Phases Of Software Engineering
You are in a race and overtake the person who is in second place. What place are you now in?
Software Engineering • 07 Phases Of Software Engineering
What does come down but never goes up? _______ What can one catch that is not thrown? _______ What goes up and down, but always remains in the same pl...
Software Engineering • 07 Phases Of Software Engineering
Identify the possible entities from the given option
Software Engineering • 07 Phases Of Software Engineering
What kind of non functional requirement best suit the below scenario: Whenever the new offers are published in the online shopping site, an sms has to...
Software Engineering • 07 Phases Of Software Engineering
Consider the below scenario. A team has many players and the player belongs to one team. Identify the cardinality between player and team
Software Engineering • 07 Phases Of Software Engineering
Whenever a new product is arrived, the stock needs to be updated. This requirement is an example for non functional requirement. State true or False
Software Engineering • 07 Phases Of Software Engineering
Which of the following are available in SRS Document?
Software Engineering • 07 Phases Of Software Engineering
During which phase the following activities are performed: Identifying the major modules of the system, how these modules integrate, the architecture ...
Software Engineering • 07 Phases Of Software Engineering
_______ describes how the development activities will be performed and how development phases follow each other.
Software Engineering • 07 Phases Of Software Engineering
Requirement came to Allen Software company to develop a software for military purpose. . second delay in the missile launching software would create g...
Software Engineering • 07 Phases Of Software Engineering
Aesthetics of the website is part of the functional requirement. State true or false
Software Engineering • 07 Phases Of Software Engineering
_________ is the application of a systematic, disciplined, quantifiable approach to the design, development, operation and maintenance of software.
Software Engineering • 08 Software Testing
Identify this technique of dynamic testing where, For a range of input, three values are chosen, One value above the range, One value below the range,...
Software Engineering • 08 Software Testing
What is the difference between the actual ou5tput2 of a2 soft4ware8 and the correct output?
Software Engineering • 08 Software Testing
What is the type of testing in which the tester will know about the input and the expected output details based on the specification document only but...
Software Engineering • 08 Software Testing
Identify the correct phases of software testing life cycle. a. Requirements Analysis,Test Preparation,Test Case development,Test Environment Set up,Te...
Software Engineering • 08 Software Testing
Which all of the following options would basis path testing perform?
Software Engineering • 08 Software Testing
Determine the cyclomatic complexity for the following code: Accept year if(year mod 4=0 and year mod 100!=0) or(year mod 400 =0) print year is leap el...
Software Engineering • 08 Software Testing
After implementation of Library management system, the tester identified that certain logic are redundantly rewritten by the developers, and the codin...
Software Engineering • 08 Software Testing
Boundary value analysis can only be used during white-box testing. State if True or False.
Software Engineering • 08 Software Testing
The testing technique that deals with the internal logic and structure of the code is called ________.
Software Engineering • 08 Software Testing
the online shopping portal, for customer registration the password field can accept only characters in the range of 5 to 25. Derive test cases using B...
Software Engineering • 08 Software Testing
Tester is trying to test whether the values in the drop down are listed properly. What type of testing the tester performs in this scenario?
Software Engineering • 08 Software Testing
Walk through is performed by the trained moderator, whereas the Inspection is usually conducted by the author itself to record defects and deviations
Software Engineering • 08 Software Testing
An SRS has the following requirement.The stock exchange shall show the stock report for the next 24 hours.What is the issue with this requirement
Software Engineering • 08 Software Testing
The standard document that describes all the requirements of the system is called as
Software Engineering • 08 Software Testing
Client Comes to Allen Company for a Banking Solution. Who from the below options would be best suited to gather all the requirements correctly from th...
Software Engineering • 08 Software Testing
remote control Car application, in the step by step execution of the requirement described, it is mentioned when the fuel level goes below the minimum...
Software Engineering • 08 Software Testing
Client Comes to Allen Company for a Banking Solution.Which phase of SDLC is best suited to gather what is expected from client
Software Engineering • 08 Software Testing
A good SRS should be ______, ________ and _______.
Software Engineering • 09 Software Configuration Management
Which of the following options are valid for the relationship between the configuration objects?
Software Engineering • 09 Software Configuration Management
Match the following facts about Version Management.
Software Engineering • 09 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
Software Engineering • 09 Software Configuration Management
Choose the missing steps involved in the Change Control Process in the correct order: 1. Identify and submit change request 2. ____________ 3. Plan th...
Software Engineering • 09 Software Configuration Management
Which of the following describes the change history of an object?
Software Engineering • 09 Software Configuration Management
Version Management allows parallel concurrent development. State True or False.
Software Engineering • 09 Software Configuration Management
From the options identify the features that are part of the software configuration management
Software Engineering • 09 Software Configuration Management
State true or false. Automated tools are available in the market, for managing change and versioning the software
Software Engineering • 09 Software Configuration Management
_________ is a committee that makes decisions regarding whether or not proposed changes to a software project can be incorporated.
Software Engineering • 09 Software Configuration Management
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 onl...
Software Engineering • 09 Software Configuration Management
Software maintenance, changes are implemented by modifying existing components and adding new components to the system. State if True or False.
Software Engineering • 09 Software Configuration Management
Software maintenance for the change of the platform is an example for --------- maintenance
Software Engineering • 09 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...
Software Engineering • 09 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.
Software Engineering • 09 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...
Software Engineering • 09 Software Configuration Management
Y2K problem is an example for ------------- maintenance
Software Engineering • 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 ...
Software Engineering • Arrays
Assume, number[100] <- 99. How many elements can be stored inside the array variable number?
Software Engineering • Arrays
Which of the following are False with respect to the manipulation of arrays?
Software Engineering • Arrays
Negative elements can be placed inside an array. State true / false
Software Engineering • Arrays
The names of all associates undergoing training are stored in an array named associate_name[50]. The 5th associates name is retrieved as
Software Engineering • Arrays
Informationabout neednotbespecifiedwhendeclaringanarray Information about ___________ need not be specified when declaring an array
Software Engineering • Arrays
It is not possible to do a search operation in an array that is not sorted. State True/False.
Software Engineering • Arrays
Random access is not possible in an array. State True/False
Software Engineering • Arrays
Assume you have an array named numbers of size 10. Which of the assignment is valid?
Software Engineering • Arrays
Which of the following statements is correct with respect to arrays?
Software Engineering • 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...
Software Engineering • 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...
Software Engineering • Arrays
It is possible to traverse through an array from the first position to the last and not vice versa. State true or false.
Software Engineering • Arrays
An Array consists of rows and columns is also called as________
Software Engineering • Arrays
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 b. BEGIN INPUT name...
Software Engineering • General
the Waterfall model, requirements are typically…
Software Engineering • General
Which model maps each development phase to a corresponding test phase?
Software Engineering • General
Prototyping (throwaway) is BEST when…
Software Engineering • General
Evolutionary Prototyping means…
Software Engineering • General
Which model emphasizes delivering functionality in modules over time?
Software Engineering • General
Iterative development primarily focuses on…
Software Engineering • General
Which model is most associated with explicit risk analysis every iteration?
Software Engineering • General
Agile (Scrum) sprints typically deliver…
Software Engineering • General
RAD prioritizes…
Software Engineering • General
V-Model is most suitable for…
Software Engineering • General
Agile, the product backlog is owned by the…
Software Engineering • General
A key drawback of Waterfall is…
Software Engineering • General
Incremental vs Iterative: which is TRUE?
Software Engineering • General
Which model is LEAST flexible to change?
Software Engineering • General
Spiral is best matched with which keyword?
Software Engineering • General
Agile accepts changing requirements…
Software Engineering • General
RAD typically targets a delivery window of…
Software Engineering • General
Throwaway prototyping’s prototype is…
Software Engineering • General
A hallmark of Scrum is…
Software Engineering • General
Which model best ensures traceability from requirements to tests?
Software Engineering • General
When primary risk is misunderstood requirements, prefer…
Software Engineering • General
Incremental delivery provides value because…
Software Engineering • General
Spiral model phases typically include…
Software Engineering • General
Kanban emphasizes…
Software Engineering • General
Agile, who shields the team from impediments?
Software Engineering • General
A weakness of RAD is…
Software Engineering • General
Which is MOST documentation-heavy?
Software Engineering • General
Which combo is valid?
Software Engineering • General
When frequent regulatory audits are expected, which model helps?
Software Engineering • General
A key Agile artifact used during Sprint Planning is…
Software Engineering • General
RAD differs from Spiral mainly because RAD…
Software Engineering • General
Scrum, increment must be…
Software Engineering • General
Which model best fits “measure–learn–build” loops?
Software Engineering • General
The main risk Spiral addresses early is…
Software Engineering • General
Which statement about Evolutionary Prototyping is TRUE?
Software Engineering • General
A new fintech startup will expand to multiple countries; requirements will evolve rapidly. Which model?
Software Engineering • General
Client demands a quick MVP in 2 months with heavy user workshops. Pick:
Software Engineering • General
HR system to be delivered module-by-module: Profiles → Payroll → Leave. Choose:
Software Engineering • General
Medical device software with strict verification & traceability:
Software Engineering • General
E-commerce UI unclear; stakeholders need to “see it” first. Best approach:
Software Engineering • General
Defense project: high technical risks; must mitigate early. Choose:
Software Engineering • General
Start-up wants frequent releases and can adapt scope every 2 weeks. Choose:
Software Engineering • General
Legacy rewrite with clear, frozen requirements signed by regulators. Choose:
Software Engineering • General
Search engine product: release v1 simple, v2 add filters, v3 add ML ranking. Choose:
Software Engineering • General
Banking back-end core with extreme reliability + audits. Choose:
Software Engineering • General
Client needs a wizard-like UI clarified before build, backend is standard. Choose:
Software Engineering • General
Global payroll system delivered by country packs, one-by-one. Choose:
Software Engineering • General
Gaming app MVP in 8 weeks with user playtests every weekend. Choose:
Software Engineering • General
Highly experimental R&D UI concept needs validation, not production code. Choose:
Software Engineering • General
A product will start small and grow with market learning; same codebase matures.
Software Engineering • General
Airport ATC training portal with strict test evidence + mapping to requirements.
Software Engineering • General
Customer support tool where each month a new module (chat, KB, analytics) is added.
Software Engineering • General
Critical avionics system with many unknown technical risks.
Software Engineering • General
Regulated insurance portal; UI unclear now but must pass audits later.
Software Engineering • General
Startup insists on weekly demos and can reprioritize constantly.
Software Engineering • General
Campus ERP with clear, frozen SRS and fixed budget/time.
Software Engineering • General
Social app: same app gets richer each release (recs, stories, live).
Software Engineering • General
Back-office tool needed super-fast using ready-made components and forms builder.
Software Engineering • General
Client wants to see a working UI every 2 weeks and decides scope on the go.
Software Engineering • General
Safety-critical railway signaling with exhaustive validation mapping.
Software Engineering • Looping Statements
Which looping logic is exit controlled?
Software Engineering • 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?
Software Engineering • Looping Statements
Predict the output of the given flowchart.
Software Engineering • Looping Statements
Iteration/looping is a repetition of___________
Software Engineering • Looping Statements
Do-while looping statement is almost same as______
Previous
Page 9 of 15
Next