Skip to content

Commit cd4ad22

Browse files
Improve another question
1 parent ebc7846 commit cd4ad22

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2360,6 +2360,16 @@
23602360
- [ ] Yes.
23612361
- [x] No.
23622362

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+
23632373
### 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?
23642374

23652375
- [x] Git filter-branch command.
@@ -2523,11 +2533,6 @@
25232533
- [x] git rebase.
25242534
- [ ] git merge --squash.
25252535

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-
25312536
### You need to meet the technical requirements for monitoring App1. What should you use?
25322537

25332538
- [ ] Splunk

0 commit comments

Comments
 (0)