Question : A project Manager is responsible for:1. Maintaining balance between scope, time, and cost2. Approving the design3. Signing off deliverables4. Auditing the quality of deliverables5. Interacting with clients and other stake holders
a. 1 and 2 onlyb. 1, 3, and 5 onlyc. 2 and 4 onlyd. 2, 3, and 5 only
Question: Different types of verification methods are.
1. Defining entry and exit criteria2. Validation through automation3. Code/Design/Test case reviews4. Verify and validate at every phase
a. 1 onlyb. 1 and 3 onlyc. 2 and 4 onlyd. 1, 3, and 4 only
3. State whether the statement is True or False.All DCL commands will do implicit commit.a. Trueb. False
4. Assuming that EMP TABLE has 14 records what is the output of thefollowing query? SELECT SUM(10) FROM EMP;
a. 10b. NULLc. 140d. 14
5. Which of the following is NOT True about a databasesynonym?a. A synonym is an alternate name for a table, or view, or otherschema object.b. A synonym helps hide identity of the other user objectsc. A synonym created for a table requires same amount of storagespace as the table.d. A synonym is also a database object.
6. State whetehr the follwoing sentence is True or FalseSQL*Loader can load multiple files into multiple tables in a singlesession.a. Trueb. False
7. Synonyms can be created on the views. a. Trueb. False
8. What is the output of the follwoing query?SELECT MOD (100,40), MOD(100, -40), MOD(-100, 40), MOD(-100, -40)FROM DUAL
9. Which of the following sql operation demands the use of wildcards comparison?a. IN operatorb. BETWEEN operatorc. EXISTS operatord. LIKE operator
10. State whether the following statement is True orFalse.While using SQL*Loader, disabling the indexes on the target tableincreases the load performance.a. Trueb. False
11. What would be the result of the following updatestatement?UPDATE EMP SET SAL = SAL + (SAL*0.1) WHERE DEPTNO=10;a. The employee salary will increase by 1%b. The employee salary will increase by 10%c. The employee salary will increase by 10% for alldepartmentsd. The employee salary does not change
12. State whether the statement is True or False.Using SQLLDR, you can load data into multiple tables at once.a. Trueb. False
13. What type of model is a V-model?a. sequentialb. Iterativec. Waterfalld. Incremental
14. What types of testing ensure that faulty products are notpublished and cause errors during Beta testing?a. Change testingb. System testingc. Accuracy testingd. Integration testing
15. In what type of testing are the test conditions and testscases generated using requirements specifications, functionalspecifications, or use cases?a. Non-function testingb functional testingc. acceptance testingd. Maintenance testing
16. Which of the following statements is correct about systemtesting in the V model?a. System testing tests each software component for defects and anydefects identified are fixed immediately.b. System testing checks the interrelationship between thecomponents of a software product to verify that they areinteracting correctlyc. System testing is performed after all the components of thesoftware product have been integratedd. System testing is performed by representatives of the client
17. Which of the following testers enjoy the highest level ofindependence in testing?a. Testers within the development teamb. Outsourced testersc. Tester provided by operational business unitsd. Test specialists
18. What type of testing approach involves using a spreadsheetthat contains actions to be taken as keywords and test data?a. Keyword-drivenb. Data-drivenc. Definition-drivend. Spreadsheet-driven
19. Which of the following are potential risks of testing toolsupport? Select all that apply. (multiple ans)a. Underestimating time, cost, and effort of the toolb. Skill of the tester using the toolc. Over-reliance on the toold. Test team might expect more from the tool
20. Which of the following are potential benefits of testingtool support?a. Predictable and consistent resultsb. Reduction in time and effort for repetitive workc. Accurate test management informationd. all the above
21. Which of the following can be considered as a projectrisk?a. Organizational factorsb. Poor software characteristicsc. Error-prone softwared. Software that does not perform its intended functions
22. Which of the following sections in test reporting clarifieswhether the testing activities followed the test plan guidelinesand determines if the exit criteria were met?a. Comprehensive assessment sectionb. Summary sectionc. Variance sectiond. Evaluation section
23. Which of the following options is used with the find commandfor specifying the file type?a. -permb. -inumc. -named. -type
24. Which of the following commands can be used for searching“yellow” in color.lst?a. grep "yellow" color.lstb. grep -v "yellow" color.lstc. grep -director color.lstd. grep "yellow"
25. What is the use of & (ampersand) character at the end ofa command statement?a. Concatenate commandsb. Apply logical checkc. Run command in backgroundd. None of the above
26. You have a variable named age. You need to add 5 and displaythe result. Which of the following commands should you run?a. echo $age + 5b. echo &age + 5c. echo^age + 5d. echo &((age + 5))
27. What will be the result of running the following command?echo “Hi, this is a “test””a. Hi, this is a "testb. Hi, this is a test"c. Hi, this is a "test"d. Hi, this is a test
28. What is the result of running the following command? #$ Echo“hi \ I did not finish yet” Entera. hi I did not finish yetb. hi \I did not finish yetc. hi \ I did not finish yetd.hi I did not finsih yet
29. Operations team should be involved from the beginning of theapplication development lifecycle because a. Operations team can learn programming and can pitch in whenneededb. Development team can take over responsibilities of Ops team inan emergencyc. Same Project Manager can handle both teamsIt forces development to take Operations' concern intoconsideration from the beginingd. Development has acess to the production-like environments thatenable them to develop and test against a more realistic system.The Operations teams also benefit by getting a preview of how thierenvironment wil react to the application.
30. DevOps does not aim for.a. Enhanced customer experienceb. Increased capacity to innovatec. Faster time to valued. Freezing of requirments early in the delivery cycle for bettermanagement of requirments
31. DevOps is a primarily about:a. Tools and their usageb. Processess and adherencec. Governance and audit processd. tools, processes and culture
32. DevOps is NOT a set of ---- steps.a. Developmentb. Fixedc. Testingd. Design
Question : A project Manager is responsible for: 1. Maintaining balance between scope, time, and cost 2. Approving the
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Question : A project Manager is responsible for: 1. Maintaining balance between scope, time, and cost 2. Approving the
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!