Home » 
        MCQs » 
        EmberJS MCQs
    
        
    An ____ is an object that is in charge of converting requests from Ember into suitable calls to a certain server backend
    
    
    
	43. An ____ is an object that is in charge of converting requests from Ember into suitable calls to a certain server backend.
    
      - Store
- Models
- Records
- Adapter
- Caching
Answer: D) Adapter
    Explanation:
    An adapter is an object that is in charge of converting requests from Ember into suitable calls to a certain server backend.