Data Formats ( XML & JSON ) XML AND JSON | Post-Quiz By Astrio Jather August 07, 2021 Question 1CorrectMark 1.00 out of 1.00Flag questionQuestion textState True or False.JSON is data oriented and does not provide display capabilities.Select one:True FalseFeedbackThe correct answer is 'True'.Question 2IncorrectMark 0.00 out of 1.00Flag questionQuestion textWhich one of the following indicators define that either one of the child element must occur within the element?Select one:choicesequence allanyFeedbackYour answer is incorrect.The correct answer is: choiceQuestion 3CorrectMark 1.00 out of 1.00Flag questionQuestion textJSON object value is accessed by using ________.Select one:dot(.) notation star(*) notationcolon(:) notationdollar($) notationFeedbackYour answer is correct.The correct answer is: dot(.) notationQuestion 4CorrectMark 1.00 out of 1.00Flag questionQuestion textWhich of the following is a well formed XML document?Select one:<?xml version=”1.0”><employee> <empname>amina</empname> <address location=”north”>ramnagar</address> <phone>2234678</phone></employee> <?xml version=”1.0”> <employee> <empname>amina</empname> <address location=”north”>ramnagar <phone>2234678</phone> </employee><?xml version=”1.0”><employee> <empname>amina</empname> <address location=”north”/>ramnagar<address> <phone>2234678</phone> </employee><?xml version=”1.0”><employee> <empname>amina</empname> <address location=north>ramnagar</address> <phone>2234678</phone> </employee>FeedbackYour answer is correct.The correct answer is: <?xml version=”1.0”><employee> <empname>amina</empname> <address location=”north”>ramnagar</address> <phone>2234678</phone></employee>Question 5CorrectMark 1.00 out of 1.00Flag questionQuestion textWhat is the purpose of Schema?Select one:To understand a real time data using XMLTo avoid duplication in XMLTo design XML elements and their valuesTo verify and validate XML elements FeedbackYour answer is correct.The correct answer is: To verify and validate XML elements Share Get link Facebook X Pinterest Email Other Apps Labels Accenture PreLearning Pre & Post Quiz XML and JSON Share Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment