Programming Concepts MOCK CCEE Answer Key
Programming Concepts MOCK CCEE Answer Key
2. 2. The ________ function returns its argument with a modified shape, whereas the ________
method modifies the array itself.
Answer: D. Error
4. 4. Amazon Web Services falls into which of the following cloud-computing category?
Answer: A. m
Answer: A. db.emp.remove({});
7. 7. This is a repository for the storage, management, and dissemination of data ...
Answer: C. etcd
Answer: B. No
Answer: B. Stages
14. 14. Within Service Design, what is the key output handed over to Service Transition?
Answer: A. ['Monday','Tuesday']
18. 18. In service design, which term describes services, technologies and tools?
Answer: C. Products
Answer: B. Infrastructure-as-a-Service
Answer: B. 1
21. 21. What will be the output of the following code snippet?
s1 = {1, 2, 3, 4, 5}
s2 = {2, 4, 6}
print(s1 ^ s2)
Answer: C. {1,3,5,6}
22. 22. Which ITIL process is responsible for determining the hardware necessary ...
23. 23. Contracts relating to an outsourced Data Centre would be managed by?
25. 25. Which stage of the Service Lifecycle is MOST concerned with defining policies and
objectives?
26. 26. What protocol can be used to retrieve web pages using python?
Answer: C. HTTP
Answer: B. False
28. 28. If you want to launch Amazon EC2 instances and assign private IP...
Answer: C. Launch the instances in the Amazon Virtual Private Cloud (VPC).
29. 29. What will be the output of the following code snippet?
s = {1, 2, 3, 3, 2, 4, 5, 5}
print(s)
Answer: B. {1,2,3,4,5}
30. 30. Which of the following type of virtualization is also characteristic of cloud
computing?
31. 31. To maintain log of Insertion in INSERT command, we have to use combination of
which function's
Answer: A. user(), sysdate()
Answer: D. 5
34. 34. As what datatype are the *args stored, when passed into a function?
Answer: B. tuple
Answer: B. DML
Answer: C. Indentation
Answer: B. Agile
38. 38. In Service Operation, if too much emphasis is placed on 'Stability', what might the
likely outcome be?
40. 40. DDL command's automatically commit's which type of command's above it?
Answer: B. TCL