
Questions: 23,661 //
Answers: 52,171 //
Contributing Members: 17,931
Hi Team,
Could You Please let me know RAML API designing related interview Questions.
Thanks, Rishi
follow these link to understand RAML which helps you to crack certification
https://github.com/raml-org/raml-spec/blob/master/versions/raml-10/raml-10.md
Jul 24, 2016 at 07:16 AM, craig_bayley answered with:
I had the pleasure of interviewing an excellent API designer recently for a role with one of our clients. I won't repeat other people's points, but additional approaches I found useful. Note that I expected to receive answers framed in terms of the RAML tooling and specification (and was not disappointed!).
Here are a few things I asked:
How do you typically go about identifying resources in your APIs?
What about identifying operations, parameters, date structures, and response codes?
If you had to name your three top tips or best practices for API design, what would they be?
Talk me through a recent API design, summarising the approach you took, who else was involved, and what the design outcome was.
Do you consider RAML to be more suited to top down or bottom up API design?
Are you aware of whether it is possible to generate client or server code from RAML?
Hope those help.
Can you please post answer's to the questions listed above. It will be really helpfully.
Jul 21, 2016 at 01:50 PM, cpsinghal answered with:
How to create RAML.
What is raml.
How we can use RAML in anypoint studio.
What is API-Gateway & Designer.
Can you please post answer's to the questions listed above. It will be really helpfully.
1) Use api manager or use sublime or atom with plugin to create it.
2) RAML is skeleton for creating structure of rest api in mule project.
3) import raml when creating project will create base flow in your application now you have to only write logic for creating apis.
To learn raml specification theory: https://github.com/raml-org/raml-spec/blob/master/versions/raml-10/raml-10.md
Jul 23, 2016 at 12:18 PM, pjmartos answered with:
What are the advantages of using RAML.
What can you do with a RAML file, i.e. what it allows you to do.
Can you please post answer's to the questions listed above. It will be really helpfully.
1) It provides you a basic body or structure in Anypoint studio project. So you can focus on the logic.
and if you have to consume it by http connector at that time you have to only insert into it so it will autofill content like baseurl and port etc. into your request.
it also make easier to understand what request will serve and consume and many things. it also useful to optimise your structure.
Jul 31, 2016 at 07:09 AM, gulab_sahu answered with:
How to make field mandatory in RAML ?
Can you please post answer's to the questions listed above. It will be really helpfully.
List item
set its property as required
i.e
properties: name: required: true type: string age: required: false type: number
so here name is required property and age is not required..
Aug 02, 2016 at 07:17 AM, duddukuri13 answered with:
How to create RAML with mandatory fields ?
How we can use RAML in anypoint studio(APIKIT)
where we can create RAML file?
How todefine paramaters and fields in RAML ?
Can you please post answer's to the questions listed above. It will be really helpfully.
May 12, 2017 at 02:57 PM, varungoel_123 answered with:
you can refer from here: http://www.tutorialsatoz.com/mulesoft-mule-esb-interview-questions/
May 11, 2017 at 07:29 PM, alagsalu answered with:
1.What is raml? 2.where we can create RAML file? 3.What are the advantages of using RAML? 4.Difference between Soap And Rest api?
Can you please post answer's to the questions listed above. It will be really helpfully.
May 12, 2017 at 04:07 AM, abhi99sh99 answered with:
RAML API design certification is based on RAML-0.8. Go through the RAML-0.8 specification and have some practice. That's all, you should able to clear the exam.
https://github.com/raml-org/raml-spec/blob/master/versions/raml-08/raml-08.md
May 12, 2017 at 06:03 AM, jacky85 answered with:
Hi,
You can best guide for RAML 0.8 and 1.0 at www.raml.org
This is enough to clear the interview.
As per my experienced, there are many question can be asked on RMAL.
What is traits, resourceType. Difference between traits and resourcetype.
What is resources.
What is HTTP verbs and explain.
What is significance of mediatype and protocols on header.
What is RAML and its advantages.
What is use of Mock service and baseuri.
What is use of includes.
How to use uri parameters and query parameters in RAML.
What is nested resources.
What is user documentation.
What is securityschemas.
There can be more questions.
Regards, Jitendra
Can you please post answer's to the questions listed above. It will be really helpfully.
Hi,
You will get all the answer at below link
Undistrbuted Rest Guide by Michael Stowe.
Regards, Jitendra
Thanks a lot bro really its helpful to us and your videos also awesome keep rocking
May 29, 2017 at 05:37 PM, vsarun answered with:
Go through www.raml.org. Questions will be based in RAML 0.8 or RAML 1.0
Understand the new features of RAML 1.0
You can crack it!