Vallurupalli Nageswara Rao Vignana Jyothi Institute of Engineering and Technology**We aren't endorsed by this school
Course
ECO 123A
Subject
Information Systems
Date
Dec 23, 2024
Pages
4
Uploaded by JudgeDolphinMaster1241
DEVOPS 1.Explain about how the DevOps lifecycle works at every stage. 2.Explain about scrum management process. 3.Explain about Agile development model 4.What is the importance of software architecture? 5.What is DevOPs? (b) Tell about release management 6.Analyze the importance of Continuous Testing in software development life cycle. 7.What is Monolithic Architecture 8.Explain about Agile development model 1.What is the full form DevOps?[A] A)Drive and Operations B) Digital and Operations C) Development and Operations D) None 2.What are key components of DevOps? [D ] A) Continuous Testing B) Continuous Integration C) Continuous Delivery and Monitoring D)All 3.Which of the following is not a part of DevOps? [A ] A)Operating B) Plan C) Build D) Code 4.the separation of concerns idea [D ] A)Presentation Layer B)Application layer C) The database layer D) All 5.Devops is an extension of [B ] A)QA B) Agile C) Waterfall D) None of the above 6.A relational database stores both [ C] A)data B)Structure C)Both A & B D)None. 7.Architecture rules of thumb are [D ] A)Keep it simple B)Modularize C)Document D)All 8.We always want ____________________ coupling between modules [B ] A)High B)Low C)Both A & B D)All 9.Phases of Waterfall model [D ] A)Requirements gathering B) coding C) testing D) All 10. In the case of Liquibase, these changes are stored [B ] A) Sql Files B) Xml Files C) Java Files D) All
10.What are the main stages of the DevOps lifecycle?[D ] A)Development, testing, deploymentB) Plan, code, deployC) Continuous integrationD) Plan, build, test, release, deploy, operate, monitor11.What is the purpose of the "plan" stage in the DevOps lifecycle?[A ] A) To plan the development and deployment processB) To build the softwareC) To test the softwareD)To release the software12.What are the main benefits of a monolithic architecture in DevOps?[C ] A)Scalability and flexibilityB) Ease of deploymentC) Simplicity and ease of maintenanceD) Isolation of components 13.What is the main purpose of database migrations in DevOps?[D ] C)To move data from one database to anotherD)To change the schema of a databaseC) To store data in a databaseD) To retrieve data from a database14.What are the main drawbacks of using microservices in DevOps?[A ] A)Complexity of managing multiple servicesB) Inter-service communication overheadC) Lack of scalabilityD)all of the above 15.What is the purpose of source code management in DevOps?[A ] To manage and track changes to source codeE)To store source codeF)To compile source codeG)To distribute source code. 16.What are the main tools used for source code management in DevOps?[D ] E)GitF)SubversionG)MercurialH)All of the above17.What is a migration in DevOps?[B ] E)moving data from one location to anotherF)A process of changing infrastructureG)A process of updating softwareH)A process of changing development processes18.Phases of Waterfall model [D ] A)Requirements gathering B) coding C) testing D) All 10. In the case of Liquibase, these changes are stored [ B ] A) Sql Files B) Xml Files C) Java Files D) All
Fill in the blanks: 1 Expand DevOps _______DEVELOPEMENT AND OPERATIONS__________________________________________. 2 A method that breaks tasks into the smaller integrations is known as ________CONTINOUES INTEGRATION__________ 3 It is basically an architecture that breaks an application into many small and loosely collected services is _____________MICROSERVICES______________ 4 CI/CD stands ______CONTINOUS INTEGRATION /CONTINIOUS DELIVERY_______________________ 5 Git is a ______VERSION_________________ control system. 6 DevOps culture is about _______ COLLOBORATION______________between Dev and Ops7 Coupling refers to the ____DEGREE________________ of dependency between modules. 8 The architecture of system is to keep it ______MODULAR AND SIMPLE____________________. 9 ___________DOCUMENT_________ your architecture and design decisions, so that others can understand and build upon your work 10 The presentation layer is developed by __________HTML/CSS/JAVASCRIPT________________ files. 11 _____JIRA____________task management, schedules12 ____GIT______code development and code review, source code management tools, code merging13 ___JENKINS_____________continuous integration tools, version control tools, build status14 _SELENIUM____continuous testing tools that provide feedback on business risks, determine performance15 ____NEXUS________artifact repository, application pre-deployment staging16 ___RELEASE MANAGEMENT___ ______change management, release approvals, release automation 17 DevOps is an extension of --AGILE------model. 18 ______SSH-KEYGEN__________ is the git command to generate a key. 19 _____SPRINT DURATION_______ is the time each iteration in agile methodology take 20 The presentation layer is developed by ___________HTML/CSS/JS_______________ files.