Home » 
        MCQs » 
        PySpark MCQs
    
        
    In terms of schema-less data structures, RDDs are one of the most fundamental, as they can handle both ____ information
    
    
    
	46. In terms of schema-less data structures, RDDs are one of the most fundamental, as they can handle both ____ information.
    
      - Structured
 
      - Unstructured
 
      - Both A and B
 
      - None of the above
 
    
    Answer: C) Both A and B
    Explanation:
    In terms of schema-less data structures, RDDs are one of the most fundamental, as they can handle both structured and unstructured information.