Skip to content

Commit

Permalink
Fix Typos and Grammar Issues in Quiz Questions (#7062)
Browse files Browse the repository at this point in the history
* Fix typo in spring-framework-quiz

* Fix grammar issues in adobe-acrobat-quiz

* Fix typos in android-quiz.md

* Fix typo in angular-quiz

* Fix typo in arc-gis-quiz

* fix typo in autodesk-fusion

* fix typo in autodesk maya quiz

* Fix typo on aws-quiz

* Fix typo in cybersecurity quiz md

* Fix typos in dotnet

* fix typo in eclipse

* fix typo in git quiz

* Fix typo in google ads md

* Fix typo in google analytics md

* Fix typo in it operations

* fix typo in machine-learning quiz
  • Loading branch information
ohansFavour authored Oct 17, 2024
1 parent 3cd8754 commit 86b1918
Show file tree
Hide file tree
Showing 16 changed files with 45 additions and 45 deletions.
12 changes: 6 additions & 6 deletions adobe-acrobat/adobe-acrobat-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
- [ ] Tools > Edit PDF
- [ ] Tools > Action Wizard

#### Q19. In the PDF form you are creating for a client, you are asked to create a drop-down field containing the list of states in the United States. The client requests that the field dispaly the instructional text "Select your state" as a default choice when the form is opened. How can you ensure that the instructional text is displayed by default in the drop-down field?
#### Q19. In the PDF form you are creating for a client, you are asked to create a drop-down field containing the list of states in the United States. The client requests that the field display the instructional text "Select your state" as a default choice when the form is opened. How can you ensure that the instructional text is displayed by default in the drop-down field?

- [x] Select the instructional text entry in the Dropdown Properties dialog box.
- [ ] Choose commit Selected Value Immediately in the Dropdown Properties dialog box.
Expand Down Expand Up @@ -281,7 +281,7 @@
- [x] Re-order the bookmarks in the Bookmarks pane by dragging.
- [ ] Nothing, The bookmarks will still be correct.

#### Q40. You tried to extract and export each photo within a 12-page PDF newsletter to a specific folder as individual JPEGs. Instead of individual images, Acrobat exported each full page as a single JPEG image. How can you achieve an export of indiviudal JPEGs instead?
#### Q40. You tried to extract and export each photo within a 12-page PDF newsletter to a specific folder as individual JPEGs. Instead of individual images, Acrobat exported each full page as a single JPEG image. How can you achieve an export of individual JPEGs instead?

- [ ] Edit the conversion settings in **File > Export > Image > JPEG**.
- [x] Turn off the **Extract Pages as Separate Files** checkbox in **Organize Pages > Extract**.
Expand Down Expand Up @@ -352,21 +352,21 @@
- [ ] PDF/X-4
- [x] PDF/A-1a

#### Q49. Patients must fill out a 12-page form for gleaning personal and health information. They are required to put their name on every page. As you create the form for the doctor's office, you plan to take advantage og the fact that fields with the same name will display the same data. How can you automatically copy the Name field to every page of the PDF form?
#### Q49. Patients must fill out a 12-page form for gleaning personal and health information. They are required to put their name on every page. As you create the form for the doctor's office, you plan to take advantage of the fact that fields with the same name will display the same data. How can you automatically copy the Name field to every page of the PDF form?

- [ ] Select the original field, right-click and then select Add New Field.
- [ ] Select the original field, right-click, and then select Align, Distribute, or center
- [x] Select the original field, right-click and then select Duplicate Accross pages
- [x] Select the original field, right-click and then select Duplicate Across pages
- [ ] Select the original field, right-click, and then select create multiple copies.

#### Q50. On a new windows computer, you first installed adobe acrobat DC, then you installed the Microsoft Office suite. Because of the order of installtion, the PDFMaker option does not appear in the ribbons of your Office applications. How can you install PDFMaker in Microsoft Word on a PC?
#### Q50. On a new windows computer, you first installed adobe acrobat DC, then you installed the Microsoft Office suite. Because of the order of installation, the PDFMaker option does not appear in the ribbons of your Office applications. How can you install PDFMaker in Microsoft Word on a PC?

- [ ] FIle > Options > Add-ins
- [ ] File > Transform > Intelligent Services
- [x] File > Options > Customize ribbons
- [ ] File > Info > Manage Document

#### Q51. A PDF contains hyperlinks formatted with invisble rectanles. How can you see the locations of all the hyperlinks at once, without having to hover over each hyperlink to reveal it?
#### Q51. A PDF contains hyperlinks formatted with invisible rectangles. How can you see the locations of all the hyperlinks at once, without having to hover over each hyperlink to reveal it?

- [x] Destinations panel
- [ ] Loupe tool
Expand Down
6 changes: 3 additions & 3 deletions android/android-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@

[Reference](https://developer.android.com/reference/android/app/Activity)

#### Q12. You need to remove an Event based on its ID from your API, Which code snippet defines that request in Retrofit?
#### Q12. You need to remove an Event based on its ID from your API, which code snippet defines that request in Retrofit?

- [ ] @DELETE("events)
fun deleteEvent(@Path("id") id: Long): Call<Unit>
Expand Down Expand Up @@ -852,7 +852,7 @@ android {
android:src=@drawable/map_pin />
```

#### Q53. what is not a benefit of externalizing app resources such as images and strings from a code?
#### Q53. What is not a benefit of externalizing app resources such as images and strings from a code?

- [ ] It allows Android to choose the appropriate resource based on the current configuration during runtime.
- [x] It allows you to have more performant applications because the code and resources are separated.
Expand Down Expand Up @@ -1002,7 +1002,7 @@ override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanc
- [ ] `managing system services`
- [x] `processing user input events`
- [ ] `loading data from the internet or a local data source`
- [ ] `perfoming bitmap transformatinos`
- [ ] `performing bitmap transformations`

#### Q68. What is not a type of resource for providing your app with strings?

Expand Down
6 changes: 3 additions & 3 deletions angular/angular-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -1211,8 +1211,8 @@ export interface AppSettings {
```

- [ ] This code as an error since you cannot use a TypeScript interface for the generic type on the InjectionToken.
- [ ] The InjectionToken is used to create a provider token for a non-class dependency. An object lieteral can be provided as a value for the APP_SETTINGS dependency provider type that can then be injected into components, services, etc.
- [ ] The InjectionToken is adding an instance of the AppSettings to the roote provider via the the InjectionToken constructor call, making it auto available to all NgModules, services, and componentts throughtout the Angular application without the need to inject it anywhere.
- [ ] The InjectionToken is used to create a provider token for a non-class dependency. An object literal can be provided as a value for the APP_SETTINGS dependency provider type that can then be injected into components, services, etc.
- [ ] The InjectionToken is adding an instance of the AppSettings to the root provider via the the InjectionToken constructor call, making it auto available to all NgModules, services, and components throughout the Angular application without the need to inject it anywhere.
- [x] The InjectionToken is used to create a dynamic decorator for the AppSettings that can be sed on constructor parameters via an @AppSettings decorator.

#### Q64. What Angular utilities, if any, are required to unit test a service with no constructor dependencies?
Expand Down Expand Up @@ -1240,7 +1240,7 @@ export interface AppSettings {
}
```

- [ ] it will locate all instancess of `<document-box>` in the DOM and inser a DocumentComponent element into them on route navigation.
- [ ] it will locate all instances of `<document-box>` in the DOM and insert a DocumentComponent element into them on route navigation.
- [ ] It declares that the DocumentComponent can be used as a child to a `<document-box>` element in addition ot being routed to.
- [x] It us used to target a `<router-outlet>` element with the name attribute matching the string value as the location for the DocumentComponent to be rendered when routed to.
- [ ] It is a source of power for the router. (definitely not the answer :P)
Expand Down
2 changes: 1 addition & 1 deletion arc-gis/arc-gis-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@

#### Q18. Linear referencing datasets are comprised of what two data types? \***\*\_\*\***.

- [ ] polyline feaature classes and point location tables
- [ ] polyline feature classes and point location tables
- [ ] line event tables and point event tables
- [ ] reference control points feature class and target tables
- [x] route feature classes and event tables
Expand Down
2 changes: 1 addition & 1 deletion autodesk-fusion-360/autodesk-fusion-360-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
- [ ] The sketches cannot be edited.
- [ ] The sketches are locked.

#### Q37. Which tool allows you to create a sketch ontop of another sketch?
#### Q37. Which tool allows you to create a sketch on top of another sketch?

- [ ] Create Sketch
- [ ] Revolve
Expand Down
12 changes: 6 additions & 6 deletions autodesk-maya/autodesk-maya-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
- [x] frustum
- [ ] gate mask

[Warning] Just be carefull. Because in this question, they have been asking about "pyramid shape" but also they show the "gate mask".
[Warning] Just be careful. Because in this question, they have been asking about "pyramid shape" but also they show the "gate mask".
[Reference](https://help.autodesk.com/view/MAYAUL/2024/ENU/?guid=GUID-C092B9DA-C523-4566-9209-ACCBFAEE8285)

#### Q10. Which of these images shows a Bezier curve?
Expand Down Expand Up @@ -146,12 +146,12 @@

- [ ] point constraint
- [ ] inverse kinematics
- [ ] orient constarint
- [ ] orient constraint
- [x] parent-child link

[Reference](https://help.autodesk.com/view/MAYAUL/2024/ENU/?guid=GUID-0EA4CA51-9C50-43DA-8D0B-A451C387EFBC)

#### Q17. Which constaring would you use to make an object inherit translation only from another object?
#### Q17. Which constraint would you use to make an object inherit translation only from another object?

- [ ] parent constraint
- [ ] aim constraint
Expand Down Expand Up @@ -216,9 +216,9 @@

#### Q24. What is the fundamental property of all polygon mesh vertices

- [x] A vertex always has a mesurable position
- [x] A vertex always has a measurable position
- [ ] A vertex always lies on a curve
- [ ] A vertex always has a mesurable size
- [ ] A vertex always has a measurable size
- [ ] A vertex always has a color

#### Q25. What is the simulation of how light propagates in an environment known as?
Expand All @@ -242,7 +242,7 @@
- [ ] The model is animated by a deformer
- [ ] Input nodes must be adjusted

#### Q28. You have set up a particular node--such as a camera, light, or shape--with specific settings that you want to use in the future. What feature allows you to store and retrive all parameters for a particular node type?
#### Q28. You have set up a particular node--such as a camera, light, or shape--with specific settings that you want to use in the future. What feature allows you to store and retrieve all parameters for a particular node type?

- [ ] object template
- [x] Content Browser
Expand Down
12 changes: 6 additions & 6 deletions aws/aws-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -434,13 +434,13 @@ aws ec2 associate-address --instance-id i-8b953 --allocation-id eipalloc-02d021a
- [ ] RDS will automatically increase the allocated space by 10% and will send the AWS root account an email with resolution steps. Allocate more space to avoid overage charges.
- [x] The database instance will report a STORAGE_FULL status and become inaccessible if the instance does not have enough remaining storage to operate. Allocate more space to the instance.
- [ ] SQL Server will close all existing connections to the databases and attempt to shrink its log files to reclaim storage space.
- [ ] RDS will automatically increase the allocated space by 5% and will continue to allocate new space up to 50% of the orginal allocated space. When storage space has increase 50%, RDS will automatically stop the instance to preserve data integrity.
- [ ] RDS will automatically increase the allocated space by 5% and will continue to allocate new space up to 50% of the original allocated space. When storage space has increase 50%, RDS will automatically stop the instance to preserve data integrity.

#### Q54. You have a fleet of IoT devices that send telemetry to a server-side application provided by your IoT vendor for decoding a proprietary messaging format. The devices are provisioned to send telemetry reports to your server via UDP on port 6339. What is the best way scale this server as more Iot devices are added to your fleet?

- [ ] Use a Network Load Balancer to distribute the traffic across your servers. Use UDP health checks to determine if the server is available to receive traffic.
- [x] Use Route 53 with HTTP health checks. Create an application on the server to report the readiness status of the vendor-provided server software to Route 53 via HTTP.
- [ ] Use Route 53 with UDP health checks. As you scale up, Route 53 wiwll route the traffic to the new servers if they pass the health checks.
- [ ] Use Route 53 with UDP health checks. As you scale up, Route 53 will route the traffic to the new servers if they pass the health checks.
- [ ] Use Application Load Balancer to distribute the traffic across your servers.

#### Q55. the outbound rules of a security group only allow traffic going to 0.0.0.0/0 on TCP Port 22 (SSH) and TCP port 3306 (MySQL). Review the inbound rules listed in the image below. What is the most important issue to fix with this security group configuration, for an Ubuntu EC2 instance acting as a web server?
Expand Down Expand Up @@ -688,7 +688,7 @@ aws ecs create-service \

- [ ] Use a Classic Load Balancer, not Application Load Balancer.
- [x] Application Load Balancer does not preserve the original source IP address. The analytics software needs to be configured to look at the 'X-Forwarded-For' HTTP request header for the correct source IP address.
- [ ] Application Load Balencer has to be configured to retain the source IP address of the traffic it is forwarding. Create a policy that enables ProxyProtocol support and attach it to the ALB using the AWS CLI.
- [ ] Application Load Balancer has to be configured to retain the source IP address of the traffic it is forwarding. Create a policy that enables ProxyProtocol support and attach it to the ALB using the AWS CLI.
- [ ] Configure the web server EC2 instances to only have private IP addresses. The public IP addresses of the instances are being recorded into the web server logs, bug only ALB should have a public interface and it will route traffic to instances via the private interface.

#### Q77. What is `not` a default user of a common Linux instance launched from an AMI?
Expand Down Expand Up @@ -758,8 +758,8 @@ aws ecs create-service \

- [ ] In the VPC dashboard, click Elastic IPs. Select the Elastic IP and click Associate Address. Select each EC2 instance you wish to assign this address to.
- [ ] In the EC2 dashboard, click on EC2 instance. Under Actions, select networking > Manage IP Addresses. click to add a new IP address and type in the address of the Elastic IP. Repeat the process for each EC2 instance you want to assign this Elastic IP to.
- [ ] Use the AWS CLI and pass in several '--instance-id' options to hte aws ec2 assosiate-address command.
- [x] An elastic IP cannot be assigned to multiple EC2 instances. It can only be assosiated to a single EC2 instance.
- [ ] Use the AWS CLI and pass in several '--instance-id' options to hte aws ec2 associate-address command.
- [x] An elastic IP cannot be assigned to multiple EC2 instances. It can only be associated to a single EC2 instance.

[Reference](https://stackoverflow.com/questions/54742522/assign-multiple-ec2-instances-to-one-elastic-ip)

Expand Down Expand Up @@ -790,7 +790,7 @@ aws ecs create-service \

- [ ] Create the S3 bucket as a target for Application Load Balancer. Use Web Application Firewall (WAF) to create a rule to limit access to the S3 bucket by source IP.
- [ ] You can not limit access to an S3 bucket by IP address.
- [ ] In the preperties of the S3 bucket, add an access control option that limit access to the bucket by source IP address. Input the list of IPs into dialog.
- [ ] In the properties of the S3 bucket, add an access control option that limit access to the bucket by source IP address. Input the list of IPs into dialog.
- [x] Create a bucket policy with a condition that limit access to a list of approved IP addresses. Attach this policy to the bucket.

#### Q89. What is the benefits of using S3 Glacier for storage?
Expand Down
8 changes: 4 additions & 4 deletions cybersecurity/cybersecurity-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@

#### Q27. Two competing online retailers process credit card transactions for customers in countries on every continent. One organization is based in the United States. The other is based in the Netherlands. With which regulation must both countries comply while ensuring the security of these transactions?

- [ ] Federal Information Security Managment Act (FISMA)
- [ ] Federal Information Security Management Act (FISMA)
- [x] Payment Card Industry Data Security Standard (PCI-DSS)
- [ ] General Data Protection Regulation (GDPR)
- [ ] International Organization for Standardization and International Electrotechnical Commission (ISO/IEC 27018)
Expand All @@ -215,12 +215,12 @@

- [ ] Common event format
- [ ] common weakness enumeration
- [x] common vulnerabilties and exposures
- [x] common vulnerabilities and exposures
- [ ] common vulnerability scoring system

**Explanation**: The Common Vulnerabilities and Exposures (`CVE`) system provides a reference-method for publicly known information-security vulnerabilities and exposures.

#### Q29. Which type of application can intercept sensative information such as passwords on a network segment?
#### Q29. Which type of application can intercept sensitive information such as passwords on a network segment?

- [ ] log server
- [ ] network scanner
Expand All @@ -236,7 +236,7 @@
- [ ] aggregation
- [x] inference
- [ ] SQL injection
- [ ] cross-origin resouce sharing
- [ ] cross-origin resource sharing

**Explanation**: An `Inference Attack` is a data mining technique performed by analyzing data in order to illegitimately gain knowledge about a subject or database. A subject's sensitive information can be considered as leaked if an adversary can infer its real value with a high confidence. **Source**: ([Wikipedia](https://en.wikipedia.org/wiki/Inference_attack)).

Expand Down
4 changes: 2 additions & 2 deletions dotnet-framework/dotnet-framework-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@

- [ ] Software entities should be open for extension, but closed for modification.
- [ ] Entities must depend on abstractions, not on concrete implementations.
- [ ] Objects in a program should be repleaceble with instances of their subtypes without altering the correctness of that programm.
- [ ] Objects in a program should be replaceable with instances of their subtypes without altering the correctness of that program.
- [x] A class should have only a single responsibility - that is, only changes to one part of the software's specification should be able to affect the specification of the class.

#### Q14. When should a developer use the .NET Standard class library project type?
Expand Down Expand Up @@ -566,7 +566,7 @@ Reference: [Compilation by the JIT compiler](https://docs.microsoft.com/en-us/do

- [ ] It can be used to configure the application services.
- [x] It can ensure that middleware runs before or after middleware added by libraries at the start or end of the app's request processing pipeline.
- [ ] It can specify how the app respondes to HTTP requests.
- [ ] It can specify how the app responds to HTTP requests.
- [ ] It can specify how the app makes requests to HTTP.

#### Q73. You want to match interfaces of different classes. which design pattern best fits this objective?
Expand Down
2 changes: 1 addition & 1 deletion eclipse/eclipse-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@

#### Q34. Why might you run the Project > Clean command?

- [ ] to remedy an issue where the source code seemsaccurate, but Git is indicating a merge conflict
- [ ] to remedy an issue where the source code seems accurate, but Git is indicating a merge conflict
- [ ] to remedy syntax errors within the source code, causing the project not to build
- [ ] to discard any existing build state before building the project, which can remedy issues where the source code seems accurate yet fails to build
- [x] to recompile only the source code files that have changed since the last build, which can shorten the build time for long-running builds
Expand Down
2 changes: 1 addition & 1 deletion git/git-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -1264,7 +1264,7 @@ broccoli
- [ ] Press the slash(/) key on any page of the site.
- [ ] Click the Search tab from the Github Version
- [ ] Click the advanced Search link.
- [x] Click the search box and type your searc query.
- [x] Click the search box and type your search query.

#### Q137. Assigning an issue to a person implies that they \_\_\_\_.

Expand Down
Loading

0 comments on commit 86b1918

Please sign in to comment.