Home » 
        MCQs » 
        Apache Flink MCQs
    
        
    Which of the following architectural component of Apache Flink is in charge of accepting code (software) and creating a job dataflow graph, which is subsequently passed to JobManager?
    
    
    
	22. Which of the following architectural component of Apache Flink is in charge of accepting code (software) and creating a job dataflow graph, which is subsequently passed to JobManager?
    
      - Client
 
      - TaskManager
 
      - ConfigManager
 
    
    Answer: A) Client
    Explanation:
    The client component is in charge of accepting code (software) and creating a job dataflow graph, which is subsequently passed to JobManager.