Share your DEVASC Experience
February 5th, 2020
Go to comments
Please share with us your experience to prepare for the new DEVASC 200-901 exam, your materials, the way you learned, your recommendations… But please DO NOT share any information about the detail of the exam or your personal information, your score, exam date and location, your email…
Your posts are warmly welcome! Hope you will find useful information here!
hello, does anyone have the new questions to share with us?
anyway has a valid dump to share? Need to write the exam during this week. Thank you
Looking for updated dump. Please share. Thanks
Passed too using Grace dump
@Barnes” What is Grace dump?
@Barnes: What is Grace dump?
anyone have grace dump please?
for chule, which question number starts old/incorrect answers please? assume correct question/answers are at beginning?
Passed today…Lot of new questions..Chules dump maybe 50 percent. over 100 questions in one test so it takes time.and stress…..if you dont take a time and dont understand concept you will faill..Learning from Official cert guide,cbt nuggets,sandbox labs..Moredifficult exam then ccnp route,security…
This question seems odd. This is not ISE function?
Q168 Which Cisco platform provides organization-wide automation, security, policy enforcement, any agility
across wired and wireless networks?
A. Cisco ACI
B. Cisco DNA Center
C. Cisco Umbrella
D. Cisco SD-WAN
Q188
API response returned HTTP retry-after header message, what is the reason for that?
A. Application Rate limiting is configured on a server
B. Transport Rate limiting is configured on a server
C. Server is busy
D. Too many requests in give time period
Well the “retry-after header” refers to a 503 Service Unavailable response. This normally is returned when the “server is busy” with “too many requests in a given time period” so C and D are valid, but D is more specific therefore ¿more valid?
can someone please share a valid dump? thanks
Q158
What creates a container to run?
A. Docker start -p 8080:80 …
B. Docker run -p 8080:80 …
C. Docker exec -p 8080:80 …
D. Docker build -p 8080:80 …
Answer: D
Answer B creates and run the container. To just create a container should be the D. Docker Build.
For people looking for the dump. @porky shared the 4th of may.
dropbox (dot) com /s/ wezz00eb1s5e7us/ 200-901.chule.dump.pdf?dl=0
Q167
Refer to the exhibit.
Assuming the password is “Cisco123!”, which Bash command will allow a successful authorization of the REST API call in the code?
A. Export API_PASSWORD=Cisco123!
B. set API_PASSWORD =Cisco123!
C. cp_PASSWORD =Cisco123!
D. kdir API_PASSWORD =Cisco123!
Answer: A
I am pretty sure that Export should be the answer. Set is used for attributes and positional attributes. If you not user export the variables are not inherited by other child processes
can someone please share a valid dump? thanks
hello, does anyone have the new questions to share with us?please
I did the exam today. The people telling that exam was long and difficult was right! The chule dump is 50% of the exam, the remaining should be your part. I used the Cisco Press and DEVASC fundamental course, but I think the book is enough. You need to do the all the sandbox though. Good luck
I passed yesterday with 8xx score, some questions from that one are still valid but there are new questions. I remember one was about getting wireless details about WLC using api. There was script to fill gaps where you get list of devices from dna center then you select all 9300 switch with uptime>90 days and you delete from the list. You had to drag and drop missing functions.
need the most updated dumps. please upload. thanks
Hi Guys,anyone who wrote exam recently plse share new questions.Or rathere sections where we must read.Easpecially where we need to manually fill in
Hi I passed the exam today with a just barely pass score. Dont get confident in the dumps answers as some of them are wrong. As someone said there is a question about retriving a wlc id from dnac. You must study Cisco API’s, how to make a request with curl, linux bash scripting and development fundamentals. The exam is a little hard, but no impossible to pass. Good luck everyone!.
Passed today with barely pass score. Study Cisco API’s, linux bash, curl requests, development fundamentals. Dont get confident of the dumps as some answers are wrong. Exam is hard, but no impossible to pass. Good luck!
Hi Guys, Please share a valid update dump, Thanks .
can someone please share a valid dump? thanks.
any one have new dumps ,pls share
Hi Guys, Please share a valid update dump, Thanks .
Hi ,can any one shear Cisco Study guide book.
Hi friends. I passed devasc using the dump below. Remove the spaces
mega . nz / file / RgswTBLZ#IjyHSLWWmTOIRQQvgrFqs45bVyPHSs7nD4V4rgVDU3o
Domico, thanks a lot, appreciate your help
wld you p share anything you can on the new questions you got
Thank you very much Domico, can you share how many new questions you got.
is the dumps shared by Domico valid?
who have dump? please send me fargat mainty.com.tr
can someone please share a valid dump? thanks…
Thanks @Domico
The file asks for a password. Could you share it again?
@macklovin, has your access to Domico’s links?
Rrobert u drunk bruh? easy extraction usin winzip and no pass needed bruh.
@Domico: Mega file needs a decryption key to open/access it.
Please can you provide the same or make the file open without authentication…
took exam yesterday with a 912
Domico dump is very close with only a few new questions. Pay attention to details as they tweak some of the answers.
Hi Domico,
Can you share the password of your file ?
@Domico: Ignore my previous message.
Able to download file.. thanks
Hope it will be valid for some time
Has anyone given exam recently ?
Please post your comments.
I have a Cisco DevNet exam retake voucher for anyone that needs to retake the exam after failed first attempt.
Let me know if you need the voucher.
First come, first serve!
A small company has 5 servers and 50 clients. What are two reasons an engineer should split this network into separate client and server subnets? (Choose two.)
A. Subnets will split domains to limit failures.
B. A router will limit the traffic types between the clients and servers.
C. Subnets provide more IP address space for clients and servers.
D. A router will bridge the traffic between clients and servers.
E. Internet access to the servers will be denied on the router.
Answer: AC… is thar correct
@Anonymous: I think AC is correct..the Dump file has incorrect answer.
Is Domico’s dump file still valid ?
I think Answer: AB
Router limits broadcast traffic.
Yes…AB seems most prominent choices
There is this question repeated on dump with different answer:
Which statement about authentication a RESTCONF API session with a router that runs Cisco IOS XE software is true?
A . OAuth must be used.
B . A token must be retrieved and the associated string must be embedded in the X-Auth-Token header.
C . Basic authentication must be used. <<<
D . No authentication is required.
I would say Answer is B due to AAA needed.
Why I see in some test OAuth must be needed???
What is a benefit of organizing code into modules?
A. enables the code to be broken down into layers
B. improves collaboration of the development team
C. makes it easier to deal with large and complex systems
D. enables the inclusion of more programming languages in the code
is tht correct: Answer: c ???