You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2360,6 +2360,16 @@
2360
2360
-[ ] Yes.
2361
2361
-[x] No.
2362
2362
2363
+
### The lead developer at your company reports that adding new application features takes longer than expected due to a large accumulated technical debt. You need to recommend changes to reduce the accumulated technical debt. Solution: You recommend reducing the code complexity. Does this meet the goal?
2364
+
2365
+
-[x] Yes.
2366
+
-[ ] No.
2367
+
2368
+
### The lead developer at your company reports that adding new application features takes longer than expected due to a large accumulated technical debt. You need to recommend changes to reduce the accumulated technical debt. Solution: You recommend increasing the code duplication. Does this meet the goal?
2369
+
2370
+
-[ ] Yes.
2371
+
-[x] No.
2372
+
2363
2373
### You use GitHub for source control. A file that contains sensitive data is committed accidentally to the Git repository of a project. You need to delete the file and its history form the repository. Which two tools can you use?
2364
2374
2365
2375
-[x] Git filter-branch command.
@@ -2523,11 +2533,6 @@
2523
2533
-[x] git rebase.
2524
2534
-[ ] git merge --squash.
2525
2535
2526
-
### You need to recommend changes to reduce the accumulated technical debt. Solution: You recommend increasing the code duplication. Does this meet the goal?
2527
-
2528
-
-[ ] Yes
2529
-
-[x] No
2530
-
2531
2536
### You need to meet the technical requirements for monitoring App1. What should you use?
0 commit comments