Corporate Training
Request Demo
Click me
Menu
Let's Talk
Request Demo

Netezza Interview Questions and Answers

by Sachin, on Jul 20, 2022 8:01:33 PM

Netezza Interview Questions and Answers

Q1. What is Netezza?

Ans

Netezza is a SQL based platform developed by one of the top companies in the world “IBM” Pvt. Ltd. IBM Netezza is a subsidiary of American technology. This technology offers high-performance data ware appliances and advanced analytical applications. The important functions included are data appliance warehousing, business intelligence, analytic predictions, and business planning. One important thing is that Netezza supports only one data type that is SQL at a time.

Q2. What are the advantages of Netezza?

Ans

  1. Netezza is much easier with hardware and software optimized for data warehousing applications.
  2. No need for labor intensive tuning
  3. No requirements needed for partitioning, indexing, and building cubes.
  4. A Netezza twin fin 12 requires 5 Ip addresses and 4 network droops. The theme of simplicity is reflected in installation as in operations.

Q3. What are the data warehouse appliances? 

Ans

  • Netezza
  • Greenplum
  • Vertica
  • Teradata
  • Dataupia
  • Oracle Exadata

Q4. What are the different states of Netezza?

Ans

  • Online: Normal or usual state.
  • Stopped: Netezza will shut down after completing current queries, no new queries allowed.
  • Offline: Waits for completion of current queries, new queries in queue receives an error.
  • Paused: Same as above, but no error displayed. Typically caused during Netezza boot up or startup.
  • Down: Just plain down, could be due to the Netezza server problem or user-initiated.

Q5. What is Netezza used for?

Ans 

IBM Netezza (pronounced ne-teez-a) is a subsidiary of American technology company IBM that designs and markets high-performance data warehouse appliances and advanced analytics applications for uses including enterprise data warehousing, business intelligence, predictive analytics and business continuity planning.
 
Netezza Online Training
 

Q6. What is SPU in Netezza?

Ans

Snippet Processing Units (SPUs) or S-Blades are hardware components that serve as the query processing engines of the IBM Netezza appliance. Each SPU has CPUs and FPGAs and memory and I/O to process queries and query results.
 

Q7. What is Netezza architecture?

Ans

The Netezza architecture combines the best elements of Symmetric Multiprocessing (SMP) and Massively Parallel Processing (MPP) to create an appliance purpose-built for analyzing petabytes of data quickly.

Q8. What is a Netezza appliance?

Ans 

An IBM Netezza appliance consists of a high-performance hardware platform and optimized database query engine software that work together to support various data analysis and business reporting features.
 

Q9. What is Spa in Netezza?

Ans 

Snippet processing arrays (SPAs) SPAs contain the SPUs and associated disk storage which drive the query processing on the Netezza appliance. IBM Netezza 100 systems have one host server and thus are not HA configurations. Tasks include monitoring of the SPA environment, such as fans, power, and temperature.
 

Q10. What is snippet in Netezza?

Ans

The S-Blade is a specialized processing board which combines the CPU processing power of a blade server with the query analysis intelligence of the IBM Netezza Database Accelerator card.
 

Q11. What are zone maps?

Ans

An extent is the smallest unit of disk allocation on an SPU. Zone maps are internal mapping structures to the extent that take advantage of the internal ordering of data to eliminate extents that do not need to be scanned. Zone maps transparently avoid scanning of unreferenced rows. Zone maps are created for every column in the table and contain the minimum and maximum values for every extent.

Q12. What is the difference between generate statistics and generate express statistics?

Ans

  • Generate statistics is used to gather statistics about each table column’s proportion of duplicate values, minimum values, maximum values, null values, unique values, and updates the system catalog tables.
  • The difference between ‘generate statistics’ and ‘generate express statistics’ is based on how the column uniqueness is calculated. The ‘generate express statistics’ calculates estimated dispersion values based on the sampling of rows in the table. ‘Generate express statistics’ uses approximation in generating the stats whereas ‘generate statistics’ uses all the rows in the table.

Q13. What are the partitioning methods available in Netezza?

Ans

  • Random partitioning: Distributes the data randomly.
  • Hash Partitioning: Distributes the data on the specified columns.

Q14. What is collocated join?

Ans

When you join tables that are distributed on the same key and used these key columns in the join condition, then each SPU in Netezza works 100% independent of the other, as the required data is available in itself. This type of joins is called collocated joins.

Q15. What is nzload?

Ans

Nzload utility is used to load data from a file into a table. It is used to load bulk data quickly and simultaneously rejects erroneous content.

Q16. What is the use of creating materialized views?

Ans

A materialized view reduces the width (number of columns) of data being scanned in the base table by creating a thin version (fewer columns) of the base table that contains a small subset of frequently queried columns.

Q17. What are the best practices of creating materialized views?

Ans

  • Create materialized views with few columns which are frequently queried.
  • Specify order by clause on the most restrictive columns (columns used in where clause).
  • Periodically or manually refresh the materialized views.

Q18. What are the limitations of materialized views?

Ans

  • You cannot insert, update, delete, or truncate a materialized view. Any changes on the base tables will reflect materialized views.
  • You can specify only one base table in the from clause.
  • The base table can’t be an external table, a system table, or a temporary table.
  • You cannot use a where clause in the materialized view.
  • Expressions are not allowed as columns.

Q19. What are the join types in Netezza?

Ans

  • Hash join
  • Merge Sort join 
  • Expression join
  • Exist join
  • Cross Product Join

Q20. What are the data loading formats supported by Netezza?

Ans

Netezza supports 3 data loading formats for loading the data from external sources.

  • Text-delimited - every row or record should end with a delimiter.
  • Fixed-length - allows an expressive form of the external table definition.
  • Compressed binary - compresses the data before a backup or restore.

Q21. What are the different ways to load data?

Ans

  • The nzload command
  • External tables
  • Create table AS 
  • Inserts 
  • The nz_migrate utility 
Topics:Interview Questions with Answers

Comments

Subscribe

Top Courses in Python

Top Courses in Python

We help you to choose the right Python career Path at myTectra. Here are the top courses in Python one can select. Learn More →

aathirai cut mango pickle

More...