+923132835245
safcodeinstitute@gmail.com
Online Quiz
10000+ Questions!
Students Works
Ideas & Topics!
Live Coding
HTML & CSS
Home
(current)
About
Courses
CIT
Web Designing
Graphic Designing
Web Development
Digital Marketing
WordPress + SEO
Artificial Intelligence (AI)
Shopify + WordPress Development
Tutorials
Feedback
Programming Notes
Enroll Now
Contact
Test Your Programming Skills with Safcode!
Here is all important interview / exams questions.
Student doing practice apptitude test on safcode platform.
Instruction: "Total Number of Questions: 20
Each question carry 10 mark , no negative marking"
Quiz Start
1. The XPath tree has a single _______ node, which contains all other nodes in the tree.
root
namespace
element
attribute
View Answer
2. Which JSON feature ensures communication between two applications designed in different programming languages?
Scalability
Interoperability
Reusability
Extensibility
View Answer
3. A series of zero or other Unicode characters within double quotes and backslash escapes is termed as ________.
String
Object
Array
Number
View Answer
4. Which of the following are the uses of JSON?
Serializing Data
All of them
Preferred to sending web data
Facilitate between incompatible platforms
View Answer
5. Identify the Errors in the following code
{
"peripherals" [{
"Mouse": [{
"brand" : "Logitech",
"price" : 300,
}]
}] }
P of Peripherals in Small Case
Colon missing after Peripheral
All of Them
Remove comma after the last member of Mouse
View Answer
6. Which of the following aspects describes Gson?
Similar to JSON and XML
None of them
Does not serialize objects
Is a Java library
View Answer
7. Which of the following objects is used to read a JSON file and display its contents in the browser?
JSONHttpRequest
XMLHttpRequest
XMLJSONRequest
JSONXMLHTTPRequest
View Answer
8. The top level XSLT elements can be occur directly the __________ element.
xsl:stylesheet
xsl:character
xmlfile
none of these
View Answer
9. Which of the following is the limitation of JSON?
Support for only C language
Too many data types
Complicated debugging
No limit on array and objects
View Answer
10. Which Protocol service is use JSON?
IP
SOAP
GData
HTTP
View Answer