DEVOPS Mid1-Objective
DEVOPS Mid1-Objective
66 The product provides by scrum team in this shortest period is known as a sprint.
a. TRUE b. FALSE c. Can be true or false d. Can not say
67 Continuous deployment must be followed to practice continuous delivery.
a.True b.False
Which of the following is generally not a key element for processing data in
77 migration projects
a. Data standardization b. Data masking c. Data loading d. Data auditing
which of the following improves performance for data load during migration
80 process
a. Normal Load b. Row By Row Load c. Bulk Load d. None Of The Above
which of the following is a open source etl tool used for migration
102
a. Talend b. Abinitio c. ODI d. Golden Gate
What percentage could be the most acceptable and feasible target for achieving
103 cleansing and enrichment in large data migration projects?
a. 100% b. 98% c. 95% d. 93%
The operation used to send back the changes to the server is called ___
117
a. Commit b. Check in. c. Both a and b. d. None of the options
What is the status message for a clean worktree in git?
118 a. Changed but not updated b. Nothing to commit.
c. Changes to be committed. d. None of the options.
Synchronization of three ingredients for a successful data migration result a.
119 People, Process and Technology b. People, Tool and Testing c. Process,
Technology & Testing d. None of the above
What are the different ways to make a REST API call in Microservices?
120 a) Using RestTemplate b) Using WebClient
c) Using Spring Cloud OpenFeign d) all of the above
Which is the popular implementation of the Spring Cloud Circuit Breaker
121 pattern?
a) Resilience4J b) Spring Retry c)both a & b d) None of the above
122
What is the difference between a monolithic and microservices architecture?
a) Monolithic architecture is a single, large, complex service, while microservices
are small, autonomous services.
b) Monolithic architecture is a single, small, simple service, while microservices
are large, complex services.
c) Monolithic architecture is a group of small, simple services, while
microservices are large, complex services.
d) Monolithic architecture is a group of large, complex services, while
microservices are small, autonomous services.
124 What are some common patterns for communication between microservices?
a) RESTful API b) Messaging c) Both a and b d) None of the above
In Git only a single person can work on a file at one time.
125 a. True b. False