Integration / Apache NiFi Interview Questions
What is a Processor in Apache NiFi and what are the main processor categories?
A Processor is the fundamental building block of a NiFi data flow. Each processor performs one specific operation on FlowFiles: fetching from a source, transforming content, routing on attributes, writing to a destination, and so on. Processors are connected via Connections to form a directed dataflow graph on the canvas.
NiFi ships with hundreds of built-in processors in functional categories:
Data Ingestion: GetFile, GetHTTP, GetSFTP, ListenHTTP, ConsumerKafka, GetSQS — pull or receive data from external sources.
Data Egress: PutFile, PublishKafka, PutS3Object, PostHTTP, PutEmail, PutSFTP — write or send data to destinations.
Routing and Mediation: RouteOnAttribute, RouteOnContent, SplitText, SplitJSON, MergeContent — split, merge, or direct FlowFiles to different paths.
Database Interaction: ExecuteSQL, PutDatabaseRecord, QueryDatabaseTable, GenerateTableFetch — read from and write to JDBC-accessible databases.
Attribute Extraction: UpdateAttribute, EvaluateJsonPath, ExtractText, LookupRecord — read or modify FlowFile attributes.
Transformation: ConvertRecord, JoltTransformJSON, TransformXml, ReplaceText — change format or content of payloads.
Custom processors can be developed in Java, packaged as NAR (NiFi Archive) files, and deployed to NiFi's lib directory.
Invest now in Acorns!!! 🚀
Join Acorns and get your $5 bonus!
Acorns is a micro-investing app that automatically invests your "spare change" from daily purchases into diversified, expert-built portfolios of ETFs. It is designed for beginners, allowing you to start investing with as little as $5. The service automates saving and investing. Disclosure: I may receive a referral bonus.
Invest now!!! Get Free equity stock (US, UK only)!
Use Robinhood app to invest in stocks. It is safe and secure. Use the Referral link to claim your free stock when you sign up!.
The Robinhood app makes it easy to trade stocks, crypto and more.
Webull! Receive free stock by signing up using the link: Webull signup.
More Related questions...
