{"id":131910,"date":"2024-01-27T06:40:35","date_gmt":"2024-01-27T06:40:35","guid":{"rendered":"https:\/\/learnexams.com\/blog\/?p=131910"},"modified":"2024-01-27T06:40:37","modified_gmt":"2024-01-27T06:40:37","slug":"mulesoft-certification-exam-v4-latest-2024-2025-update-practice-questions-and-verified-answers-100-correct-grade-a","status":"publish","type":"post","link":"https:\/\/www.learnexams.com\/blog\/2024\/01\/27\/mulesoft-certification-exam-v4-latest-2024-2025-update-practice-questions-and-verified-answers-100-correct-grade-a\/","title":{"rendered":"MuleSoft Certification Exam V4 (Latest 2024\/ 2025 Update) Practice Questions and Verified Answers |100% Correct| Grade A"},"content":{"rendered":"\n<p>MuleSoft Certification Exam V4 (Latest 2024\/ 2025 Update) Practice Questions and Verified Answers |100% Correct| Grade A<\/p>\n\n\n\n<p>MuleSoft Certification Exam V4 (Latest<br>2024\/ 2025 Update) Practice Questions and<br>Verified Answers |100% Correct| Grade A<br>Q: What assets can NOT be created using the Design Center?<br>\u2022<br>Answer:<br>API portals<br>Q: What assets CAN be created using the Design Center?<br>\u2022<br>Answer:<br>API specification<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Mule Applications<\/li>\n\n\n\n<li>Api Fragments<br>Q: What Mulesoft product enables sharing &amp; searching of APIs?<br>\u2022<br>Answer:<br>API Exchange<br>Q: Where does a deployed Flow Designer application run in anypoint platform?<br>\u2022<br>Answer:<br>CloudHub Worker<\/li>\n<\/ul>\n\n\n\n<p>Q: What is the main purpose of Flow Designer in the Design Center?<br>\u2022<br>Answer:<br>To design and develop fully functional Mule applications in a hosted development environment.<br>Q: A web client submits a GET request to a Mule 4 application to the<br>endpoint\/customers?id=548, where is the id stored in the Mule event by HTTP Listener?<br>\u2022<br>Answer:<br>Attributes<br>Q: Following is a representation of the Mule event<br>Refer to the exhibit. There is an error in the flight_id resource&#8217;s GET method. What needs to be<br>done to fix the problem?<\/p>\n\n\n\n<h1 class=\"wp-block-heading\">%RAML 1.0<\/h1>\n\n\n\n<p>version: v1<br>title: American Flight API\/flights:<br>get:<br>Answer:<br>\/{flight_id}:<br>get:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Intend the get method under the {flight_id} resource.<br>Q: A RAML example fragment named BankAccountsExample.raml is placed in the examples<br>folder in an API specification project. What is the correct syntax to reference the fragment?<br>examples: !include examples\/BankAccountExample.raml<br>Answer:<br>examples: !include examples\/BankAccountExample.raml<\/li>\n<\/ul>\n\n\n\n<p>Q: An API has been created in the Design Center. What is the next step to make the API<br>discoverable?<br>\u2022<br>Answer:<br>Publish the API to anypoint platform<br>Q: 16. Refer the exhibit. What is the correct URL to submit a GET request to \/patients?<\/p>\n\n\n\n<h1 class=\"wp-block-heading\">%RAML 1.0<\/h1>\n\n\n\n<p>title: ACME Medical API<br>baseUri: http:\/\/dev.acme.com\/api\/patients:<br>get:<br>Answer:<br>queryParameters:<br>year:<br>type: integer<br>example: 2017<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>http:\/\/dev.acme.com\/api\/patients?year=2016<br>Q: Refer to the exhibit. This RAML specification includes an XML example that matches the<br>Record data type defined in another RAML file named recordsDataType.raml Using the Records<br>type, how how can this XML be represented in RAML?<\/li>\n<\/ul>\n\n\n\n<h1 class=\"wp-block-heading\">%RAML 1.0<\/h1>\n\n\n\n<p>title: Records API\/records:<br>get:<br>Answer:<br>responces:<br>200:<br>body:<br>application\/xml:<br>example:<br><br>Deep Collection<br><br>Deep purple<br>Powered by <a href=\"https:\/\/learnexams.com\/search\/study?query=\" target=\"_blank\" rel=\"noopener\">https:\/\/learnexams.com\/search\/study?query=<\/a><br>What HTTP method in a RESTful web service is typically used to completely replace an existing resource?\u2022 PUT<br>According to mulesoft, what is the center for enablement&#8217;s role in the new IT operating model?\u2022 creates &amp; manages discoverable assets to be consumed by the line of business developers.<br>What statement is part of Mulesoft&#8217;s description of an application network?\u2022 Creates reusable APIs &amp; assets designed to be consumed by other business units.<br>What mulesoft API led connectivity layer is intended to expose part of a backend database without a business logic?\u2022 System<br>&#8220;Refer to the exhibit. the API specification supports searching for articles on the searchworld.org siteWhat is the most idiomatic(used for the intended purpose) URL method to retrieve articles about &#8220;&#8221;einstein&#8221;&#8221; in XML format? \u2022&#8221; Anshttp:\/\/www.searchworld.org\/s\/api.php?action=search&amp;query=einstein&amp;format=xmlAUTH : SK33DKD83829283JS<br>What is the core characteristic of modern API?\u2022 API is designed first using an API specification for rapid feedback<br>What assets can NOT be created using the Design Center?\u2022 API portals<br>What assets CAN be created using the Design Center?\u2022 API specification\u2022 Mule Applications\u2022 Api Fragments<br>What Mulesoft product enables sharing &amp; searching of APIs?\u2022 API Exchange<br>Where does a deployed Flow Designer application run in anypoint platform?\u2022 CloudHub Worker<br>What is the main purpose of Flow Designer in the Design Center?\u2022 To design and develop fully functional Mule applications in a hosted development environment.<br>A web client submits a GET request to a Mule 4 application to the endpoint\/customers?id=548, where is the id stored in the Mule event by HTTP Listener?\u2022 Attributes<br>Following is a representation of the Mule event Refer to the exhibit. There is an error in the flight_id resource&#8217;s GET method. What needs to be done to fix the problem?#%RAML 1.0version: v1title: American Flight API\/flights: get: \/{flight_id}:get:\u2022 Intend the get method under the {flight_id} resource.<br>A RAML example fragment named BankAccountsExample.raml is placed in the examples folder in an API specification project. What is the correct syntax to reference the fragment?examples: !include examples\/BankAccountExample.raml examples: !include examples\/BankAccountExample.raml<br>An API has been created in the Design Center. What is the next step to make the API discoverable?\u2022 Publish the API to anypoint platform<\/p>\n\n\n\n<ol class=\"wp-block-list\" start=\"16\">\n<li>Refer the exhibit. What is the correct URL to submit a GET request to \/patients?#%RAML 1.0title: ACME Medical APIbaseUri: http:\/\/dev.acme.com\/api\/patients: get: queryParameters: year: type: integer example: 2017\u2022 http:\/\/dev.acme.com\/api\/patients?year=2016<br>Refer to the exhibit. This RAML specification includes an XML example that matches the Record data type defined in another RAML file named recordsDataType.raml Using the Records type, how how can this XML be represented in RAML?#%RAML 1.0title: Records API\/records: get: &#8220;responces: 200: body: application\/xml: example: Deep Collection Deep purple Rainbow \u2022 Ans:#%RAML 1.0title: Records API\/records: get: responces: 200: body: application\/xml: type: Records example: music: collection: &#8220;&#8221;Deep Collection&#8221;&#8221; artists: artist1: &#8220;&#8221;Deep purple&#8221;&#8221; artist2: &#8220;&#8221;Rainbow&#8221;&#8221;&#8221;<\/li>\n\n\n\n<li>How does APIkit determine the number of flows to generate from a RAML specification?\u2022 Creates a separate flow for each HTTP method<\/li>\n\n\n\n<li>What is NOT part of Mule 4 event?\u2022 inbound properties<\/li>\n\n\n\n<li>What are part of Mule 4 event?\u2022 message\u2022 payload\u2022 attributes<\/li>\n\n\n\n<li>what is the purpose of the API:router element in APIkit?\u2022 Validates requests against RAML API specifications &amp; routes them to API implementation<\/li>\n\n\n\n<li>What is the minimum required configuration in flow for a mule application to compile?\u2022 An event processor<\/li>\n\n\n\n<li>A database connector is configured to select rows from a MySQL database. What is the format of the array of results returned from the database query?\u2022 Java<\/li>\n\n\n\n<li>API manager has been configured to enforce an SLA policy and the RAML spec has been updated with the required client_id and client_secret header requirements.The new RAML spec has been published to anypoint exchange.What is the next step to gain the access of the API?\u2022 Request access to the API in Anypoint Exchange<\/li>\n\n\n\n<li>What does the Mule runtime use to enforce policies and limit acess to APIs?\u2022 The Mule runtime&#8217;s embeded API gateway<\/li>\n\n\n\n<li>What does an API proxy application NOT do?\u2022 Determine which response Mule event is allowed to pass through to the API backend service<\/li>\n\n\n\n<li>What does an API proxy application do?\u2022 Determine which request Mule event is allowed to pass through the API backend service\u2022 Apply runtime policies to enforce governance\u2022 Meter the traffic flowing through the proxy<\/li>\n\n\n\n<li>How many Mule applications can run on cloudhub worker?\u2022 At most one<\/li>\n\n\n\n<li>What is the purpose of API autodiscovery ?\u2022 Allows a deployed Mule application to connect with API manager to download policies and act as its own API proxy<\/li>\n\n\n\n<li>A mule application has a flow named parentFlow.The parentFlow contains an HTTP request operation at the end of the flow. The parentFlow also contains a Set Variable operation right before the HTTP Request operation.What is the scope of the variable to the server receiving the HTTP request from parentFlow?\u2022 The variable is NOT accessible in the server.<\/li>\n\n\n\n<li>A mule application has two flows named parentFlow and childFlow. The childFlow begins with an HTTP Listener. A variable is defined in parentFlow, then an HTTP request is made to childFlow&#8217;s HTTP Listener with some heeaders set. What is the scope of the variable and attributes in the parentFlow after childFlow returns a response?\u2022 The variable is accessible. All the attributes passed to childFlow are removed or replaced.<\/li>\n\n\n\n<li>What is NOT part of Mule 4 event?\u2022 outboundProperties<\/li>\n\n\n\n<li>Refer to the exhibit. What is the correct DataWeave expression for accessing the city Cleveland from JSON payload?[ { &#8220;&#8221;&#8221;orderID&#8221;&#8221;:592, &#8220;&#8221;shipping&#8221;&#8221;:&#8221;&#8221;international&#8221;&#8221;, &#8220;&#8221;city&#8221;&#8221;:&#8221;&#8221;Tokyo, &#8220;&#8221;price&#8221;&#8221;:5922345 }, { &#8220;&#8221;orderID&#8221;&#8221;:678, &#8220;&#8221;shipping&#8221;&#8221;:&#8221;&#8221;domestic&#8221;&#8221;, &#8220;&#8221;city&#8221;&#8221;:&#8221;&#8221;Cleveland, &#8220;&#8221;price&#8221;&#8221;:5123456 }, { &#8220;&#8221;orderID&#8221;&#8221;:253, &#8220;&#8221;shipping&#8221;&#8221;:&#8221;&#8221;international&#8221;&#8221;, &#8220;&#8221;city&#8221;&#8221;:&#8221;&#8221;Berlin, &#8220;&#8221;price&#8221;&#8221;:57654543 },\u2022 #[payload[1].city]&#8221;<\/li>\n\n\n\n<li>A flow contains an HTTP listener as the event source. What is the DataWeave expression to log the content-type header using a logger component?\u2022 &#8220;#[&#8220;&#8221;Content-Type: &#8220;&#8221; ++ attributes.headers.&#8217;content-type&#8217;]35. A web service implements an API to handle requests to http:\/\/acme.com\/customers\/{state}.A web client makes a request to this API implementation at http:\/\/acme.com\/customers\/CA&#8221;<br>What is the correct DataWeave expression to retrieve the value CA?\u2022 #[attributes.uriParams.state]<\/li>\n\n\n\n<li>A Set Variable component saves the current payload to a variable with the name images. What is the DataWeave expression to access the images variable?\u2022 #[vars.images]<\/li>\n\n\n\n<li>What happens to the attributes of a Mule event in a flow after the outbound HTTP request is made?\u2022 Attributes are replaced with the new attributes form HTTP request-response(which might be null)<\/li>\n\n\n\n<li>What can ONLY be done with VM connectors, and not with Flow References in a single Mule application?\u2022 Allow flow to pass events to another flow asynchronously<\/li>\n\n\n\n<li>In what file does a Mule project keep track of all of its dependencies?\u2022 pom.xml<\/li>\n\n\n\n<li>Why must a Mule application&#8217;s deployable archive package all its dependencies in order to be deployed to CloudHub?\u2022 CloudHub workers cannot download ALL possible project dependencies a project may contain<\/li>\n\n\n\n<li>What reserved property can be defined and used in Mule application to allow an HTTP Listener to be accessed by external web clients after a Mule application is deployed to CloudHub?\u2022 ${https.port}<\/li>\n\n\n\n<li>Refer to exhibit. In the deployable archive&#8217;s\/classes folder, there are two properties files named dev.properties and prod.properties deploy to CloudHub through Runtime Manager with the following error message \u2022 The env property is NOT set in Runtime Manager in the Mule application&#8217;s properties tab<\/li>\n\n\n\n<li>A Mule application has two flows named parentFlow and childFlow. A variable is defined in parentFlow. What is the scope of the variable when the parentFlow calls childFlow using Flow Reference?\u2022 The variable can be accessed in childFlow, can be changed, and changes are seen back in parentFlow<\/li>\n\n\n\n<li>What file type is required to configure a Web Service Consumer to consume a SOAP web service?\u2022 WSDL<\/li>\n\n\n\n<li>How are query parameters dynamically passed to an outbound REST requesting using an HTTP Request operation?\u2022 As query parameters in the HTTP Request operation<\/li>\n\n\n\n<li>Refer to the exhibit. The flow calls a SOAP endpoint using the Consume operation of the Web Service Consumer.\u2022 The service has a required input parameter.What event processor can be used to build the SOAP envelope with the required argument to pass to the SOAP service?\u2022 Transform Message<\/li>\n\n\n\n<li>An HTTP Request operation returns a JSON array of objects. In the Transform Message component, what is the process to convert the array of the objects to an array of custom JAVA Account objects?\u2022 Add the account object metadata to the output and use the drag-and-drop feature to transform the incoming JSON data.<\/li>\n\n\n\n<li>What is the process to create a connector using REST connect?\u2022 Design the API in Design Center and publish the API to exchange.<\/li>\n\n\n\n<li>How are multiple conditions used in a Choice router to route events?\u2022 To find the FIRST true condition, then distribute the event to the ONE matched route<\/li>\n\n\n\n<li>A Scatter-Gather processes three separate HTTP requests. Each request returns a Mule event with a JSON payload.What is the final output of the Scatter-Gather?\u2022 An object containing<\/li>\n\n\n\n<li>An event contains a payload that is an array of objects how is the event routed in a Scatter-Gather?\u2022 The ENTIRE event is sent to each route and processed in PARALLEL.<\/li>\n\n\n\n<li>What module and operation will throw an error if a Mule event&#8217;s payload is not a number?\u2022 Validation module&#8217;s Is Number operation<\/li>\n\n\n\n<li>Refer to the exhibit. What happens to this flow when the Validation module&#8217;s Is not null operation throws an error? \u2022 The flow stops processing its Mule event and returns an error message to the HTTP Listener operation<\/li>\n\n\n\n<li>Refer to the exhibit. The main flow has an On Error Continue scope with the type set to HTTP:NOT_FOUND. The Mule application configures globalErrorHandler as its default error handler.A web client posts a request to the HTTP Listener. The transform message component then throws a MULE:EXPRESSION error trying to convert the payload to application\/xml. What response message is returned to the web client? \u2022 The MULE:EXPRESSION error&#8217;s message<\/li>\n\n\n\n<li>How can an error scope be configured to catch all errors in the HTTP namespace?\u2022 &#8220;Type:When: #[error.errorType.namespace == &#8220;&#8221;HTTP&#8221;&#8221;]&#8221;<br>&#8220;56. Refer to the exhibit. The main flow has an On Error Continue scope and the private flow has an On Error Propagate scope.A web client makes an HTTP GET request to the HTTP Listener. The Is number validator in the private flow then throws an error with message &#8220;&#8221;validate \u2014 payload is an integer&#8221;&#8221;What response message is returned to the web client?\u2022&#8221; Error \u2014 main flow<br>&#8220;57. Refer to the exhibit. The private flow has On Error Propagate scope. The Mule application configures globalErrorHandler as its default error handler.A web client makes an HTTP GET request to the HTTP Listener. The Is number validator in the private flow then throws an error with message &#8220;&#8221;validate \u2014 payload is an integer&#8221;&#8221;What response message is returned to the web client?\u2022&#8221; globalErrorHandler<br>&#8220;58. Refer to the exhibit. The main flow has an On Error Propagate scope. The Mule application configures globalErrorHandler as its default error handler.A web client makes an HTTP GET request to the HTTP Listener. The Is number validator in the private flow then throws an error with message &#8220;&#8221;validate \u2014 payload is an integer&#8221;&#8221;What response message is returned to the web client? \u2022&#8221; validate \u2014 payload is an integer<br>&#8220;59. Refer to the exhibit. The main flow has an On Error Continue scope. The Mule application configures globalErrorHandler as its default error handler.A web client makes an HTTP GET request to the HTTP Listener. The Is number validator in the private flow then throws an error with message &#8220;&#8221;validate \u2014 payload is an integer&#8221;&#8221;What response message is returned to the web client? \u2022&#8221; Error \u2014 main flow<\/li>\n\n\n\n<li>What is the correct way to format the decimal 20.3844 as a String to two decimal places?\u2022 &#8220;20.3844 as String {format: &#8220;&#8221;.0#&#8221;&#8221;}&#8221;<\/li>\n\n\n\n<li>What DataWeave 2.0 type can be used as input to map operation?\u2022 Array<br>&#8220;62. A Mule application has a main flow and a combineNames flow. In the main flow, a variable named fullName is set to the object {firstName: &#8220;&#8221;Max&#8221;&#8221;, lastName: &#8220;&#8221;Mule&#8221;&#8221;}.What is valid DataWeave code to call the combineNames flow with the input object stored in the fullName variable?\u2022&#8221; &#8220;#[lookup(&#8220;&#8221;combineNames&#8221;&#8221;, vars.fullName)]&#8221;<\/li>\n\n\n\n<li>Refer to the exhibit. What is valid DataWeave code to transform the input JSON payload to the output XML payload? \u2022 ans:%dw 2.0output application\/xml&#8212;employees: employee @( firstname: payload[0].employee1.firstname, lastname: payload[0].employee1.lastname ): null<\/li>\n\n\n\n<li>Refer to the exhibit. An event payload contains an unordered array of flight objects, where every object has a price key and a toAirport key.What is a valid DataWeave code to return flights with a price under 500, grouped by toAirport in ascending order, with the lowest price first? \u2022 ans:payload filter $.price&lt;500 orderBy $.price groupBy $.toAirport<\/li>\n\n\n\n<li>A flow reference component sends a non-empty JSON object payload to another flow named childFlow, which then returns an XML body.A flow reference component saves the payload returned from childFlow to its target attributes named payload. Refer to the exhibit.What is true about the Mule event&#8217;s payload at the next event processor after the Flow Reference component? \u2022 The payload is original JSON object.<\/li>\n\n\n\n<li>Refer to the exhibit. What is the object type returned by the File List operation? \u2022 Array of Mule event objects<\/li>\n\n\n\n<li>In the database On Table Row operation, what does the Watermark column enables the On Table Row operation to do?\u2022 To avoid duplicate processing of records in the database<\/li>\n\n\n\n<li>Assume that a database table contains a recordID column that always increases as new records get added to the table.In Mule application, what is the key process to enable manual watermarking for requests to a database using the Scheduler endpoint and the Database SELECT operation?\u2022 Save the max recordID from the set of the recordIDs in an Object Store and reference this recordID in subsequent database request.<\/li>\n\n\n\n<li>A flow has a JMS Publish Consume operation followed by a JMS Publish operation. Both of these operations have the default configurations. Which operation is asynchronous and which one is synchronous?\u2022 Publish Consume: Synchronous\u2022 Publish: Asynchronous<\/li>\n\n\n\n<li>Refer to the exhibit. What is the output of the Logger component in the Batch job? \u2022 Ans: [0.333, 1]<\/li>\n\n\n\n<li>A batch job scope has three batch steps. An event processor in the second batch step throws an error because the input data is incomplete. What is the default behavior of the batch job after the error is thrown?\u2022 All processing of the batch job stopos<\/li>\n\n\n\n<li>Refer to the exhibit. What are the values of counter and stepVar variables after the Batch job? \u2022 counter: 1, stepVar: null<\/li>\n\n\n\n<li>Refer to the exhibit. What are the values of counter and stepVar variables in the On complete phase? \u2022 counter: 1, stepVar: null<\/li>\n\n\n\n<li>Refer to the exhibit. The payload [1,2,3] is passed to a batch job scope. In Batch_Step_1, a variable named batchStepPayload is set to the current payload. What is the value of the last log message after one batch job complete? \u2022 ans: 13<\/li>\n\n\n\n<li>Refer to the exhibit. The Set Payload component sets the payload to Map object (not an Array). The File Write operation writes out files based on this Map object. How many files are written to the file system when the flow executes? \u2022 Ans: 0<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>MuleSoft Certification Exam V4 (Latest 2024\/ 2025 Update) Practice Questions and Verified Answers |100% Correct| Grade A MuleSoft Certification Exam V4 (Latest2024\/ 2025 Update) Practice Questions andVerified Answers |100% Correct| Grade AQ: What assets can NOT be created using the Design Center?\u2022Answer:API portalsQ: What assets CAN be created using the Design Center?\u2022Answer:API specification Q: What [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[25],"tags":[],"class_list":["post-131910","post","type-post","status-publish","format-standard","hentry","category-exams-certification"],"_links":{"self":[{"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/posts\/131910","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/comments?post=131910"}],"version-history":[{"count":0,"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/posts\/131910\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/media?parent=131910"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/categories?post=131910"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/tags?post=131910"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}