Crush Your Next Interview with These Exadata Interview Questions!

Post date |

Hey there tech fam! If you’re gearin’ up for an Oracle Exadata interview, you’ve landed in the right spot. I know how nerve-wracking it can be to walk into that room, palms sweaty, tryin’ to remember every lil’ detail about complex systems like Exadata. But don’t worry—I’ve got your back! We’re gonna dive deep into what Exadata is break down some of the most common and tricky interview questions, and get you feelin’ confident to ace that chat. Whether you’re a fresher or a seasoned pro, this guide’s got somethin’ for ya. So, let’s get crackin’!

What in the World is Oracle Exadata?

Before we jump into the questions let’s clear up what Exadata even is. Picture this a super-powered pre-built combo of hardware and software designed specifically to run Oracle Databases at lightning speed. It’s like the Ferrari of database platforms—optimized for performance, scalability, and efficiency. Companies use it when they need to handle massive data workloads without breakin’ a sweat.

Exadata comes with cool features like Smart Scan (which speeds up queries), Flash Cache (for faster data access), and storage configurations that range from a full rack to a smaller eighth rack setup. It’s got database servers, storage cells, and high-speed switches all workin’ together like a well-oiled machine. Now that you’ve got the gist, let’s tackle the kinda questions you might face in an interview.

Basic Exadata Interview Questions for Starters

If you’re just gettin’ into Exadata or need a refresher, these basic questions are likely to pop up. They test your foundational know-how, so let’s nail ‘em down with simple, clear answers.

  • What exactly is Exadata?Exadata is a specialized platform from Oracle that mixes hardware and software to run databases super efficiently Think of it as a ready-to-go solution with database servers and storage cells tuned for top performance It’s built to handle big data workloads and cut down on processing time.

  • What are the main parts of an Exadata system?
    There’s a few key components you should know:

    • Database Servers: These are the brains runnin’ your Oracle Database.
    • Storage Cells: Where your data lives, optimized for fast access.
    • InfiniBand Switch: A high-speed network connector for the components.
    • Cisco Switch: Manages regular network traffic.
    • Power Distribution Units (PDUs): Keeps everything powered up safely.
  • What features make Exadata stand out?
    Exadata’s got some dope tricks up its sleeve:

    • Smart Scan: Filters data at the storage level to speed up queries.
    • Smart Flash Cache: Stores frequently used data for quick grabs.
    • I/O Resource Manager (IORM): Balances I/O across databases.
    • Storage Index: Helps skip irrelevant data during searches.
    • Hybrid Columnar Compression (EHCC): Shrinks data size without losin’ info.
  • How does Exadata sizing work?
    Exadata comes in different setups dependin’ on your needs. You’ve got Full Rack (the big daddy), Half Rack, Quarter Rack, and even an Eighth Rack for smaller gigs. Each has a set number of servers and storage cells—bigger racks mean more power and space.

  • What’s a Storage Index and how’s it workin’?
    A Storage Index is like a quick reference guide in memory. It keeps track of min and max values for up to eight columns in 1MB chunks of storage. It ain’t saved to disk, just lives in memory, and helps filter out data you don’t need before a full scan. Saves a ton of time!

  • What’s Flash Cache and why’s it a big deal?
    Flash Cache is hardware in the storage cells that boosts read and write speeds. It holds hot data—stuff you access a lot—so when you need it, bam, it’s right there in flash memory instead of fetchin’ from slower disk storage. It’s a game-changer for performance.

  • How many disks are in a single storage cell?
    Typically, you’re lookin’ at 12 disks per storage cell. That’s a lotta storage when you stack up multiple cells in a rack!

  • What’s the deal with CellCLI?
    CellCLI is a command-line tool we use to manage storage cells in Exadata. Wanna check stats, create or drop stuff, or just poke around? CellCLI’s your buddy for administerin’ cell storage tasks.

  • Can you swap out a bad hard drive in Exadata?
    Yup, most drives are hot-swappable. If you’ve got proper redundancy set up, just yank the faulty one and pop in a new HDD. The storage software handles the rest in the background—no fuss, no muss.

  • What OS does Exadata run on?
    For database servers, you got a choice between Linux or Solaris, decided during setup. Storage cells, though, stick to Linux only. Keeps things streamlined over there.

  • How do you shut down an Exadata system?
    There’s a proper order to avoid messin’ things up:

    1. Stop the database and listener.
    2. Shut down the cluster.
    3. Power off database servers.
    4. Turn off storage cells.
    5. Switch off all network switches.
    6. Finally, cut power from the PDUs.
      Startin’ it back up? Just reverse that order.
  • What’s ASR and why should I care?
    ASR stands for Auto Service Request. It’s a neat tool for managin’ Oracle hardware. If somethin’ breaks, ASR automatically logs a service request with Oracle Support and pings the customer. Less headache for you!

  • How many database servers in a Quarter Rack?
    In both a Quarter Rack and an Eighth Rack, you’re workin’ with 2 database servers. It’s the smallest setups, but still packs a punch.

  • What protocol connects database servers to storage?
    It’s called iDB protocol. That’s what keeps the communication zippy between your database servers and storage cells.

  • What’s the purpose of a Spine Switch?
    A Spine Switch comes into play when you wanna connect more Exadata machines to your cluster. It’s like the bridge expandin’ your setup as you grow.

These basics should get ya comfy with Exadata’s core ideas. Interviewers often start here to see if you’ve got the fundamentals down pat before diggin’ deeper.

Advanced Exadata Interview Questions for the Pros

Alright, if you’ve been around the block or wanna impress with some next-level knowledge, these advanced questions are where you shine. They get into the nitty-gritty of how Exadata operates under the hood. Let’s break ‘em down.

  • What’s offloadin’ and how does it help?
    Offloading means pushin’ some SQL processin’ from the database layer down to the storage layer. The big win? It cuts down the amount of data hauled back to the database server. Less data transfer equals faster queries, especially for huge databases where that’s a major bottleneck.

  • What’s the difference between CellCLI and DCLI?
    CellCLI is for managin’ a single storage cell—you’re stuck usin’ it on that specific cell. DCLI, or Distributed Command Line Utility, is cooler ‘cause it lets ya run commands across multiple storage cells or database servers at once. Big time-saver!

  • Can you explain IORM and its role?
    IORM is I/O Resource Manager. It’s all about balancin’ I/O resources across multiple databases on a storage cell. If you’ve got several DBs fightin’ for attention, IORM makes sure no one hogs all the bandwidth. Keeps things fair and smooth.

  • How many networks are needed in an Exadata setup?
    You’re lookin’ at three main ones:

    • Public/Client Network: For apps connectin’ to the system.
    • Management Network: Handles Exadata hardware management.
    • Private Network: Covers cluster interconnects and storage links.
      Each got its own job, keepin’ traffic organized.
  • What’s a Smart Scan and why’s it awesome?
    Smart Scan is a feature that turbo-charges query performance. Instead of draggin’ whole data blocks back to the database, it filters rows and columns right at the storage level based on your query. Only the needed stuff gets sent back. That’s less I/O and faster results—pretty slick, right?

  • What’s the difference between Write-Through and Write-Back in Flash Cache?
    Here’s the breakdown:

    • Write-Through: Flash Cache is only for readin’ data. Writes go straight to disk.
    • Write-Back: Flash Cache handles both reads and writes, makin’ everything faster but with a bit more risk if the cache fails.
      Depends on your setup which one you pick.
  • What’s a Grid Disk in Exadata?
    Grid Disks are logical slices created on top of Cell Disks. They’re presented to Oracle ASM as usable disks. Space gets allocated from the outer tracks inward, and you can have multiple Grid Disks on one Cell Disk. It’s all about organizin’ storage efficiently.

  • How do you migrate a database to Exadata?
    There’s a buncha ways dependin’ on downtime and setup:

    • Export/Import for smaller moves.
    • Physical or Logical Standby for minimal disruption.
    • Transportable Tablespaces or Databases.
    • GoldenGate for real-time replication.
    • RMAN backups (hot or cold).
    • Oracle Streams for specific scenarios.
      Pick based on how long you can afford to be offline and your source system.
  • What’s the deal with High Capacity vs. High Performance disks?
    High Capacity disks give ya more storage space but spin slower at about 7.5k RPM. High Performance ones got less space but crank at 15k RPM for faster access. It’s a trade-off between size and speed.

  • What’s EHCC and its types?
    EHCC stands for Exadata Hybrid Columnar Compression. It squashes data to save space without messin’ with performance. Types include:

    • Query Low and Query High (for active data).
    • Archive High and Archive Low (for stuff you don’t touch often).
      Choose based on how often you access the data.
  • How do you integrate Exadata with OEM 12c?
    Here’s the quick rundown:

    1. Install the OEM agent on database servers.
    2. Run auto-discovery usin’ a One Command XML file.
    3. Enter credentials for all components.
    4. Review the config.
    5. Finalize the setup.
      Now you’re monitorin’ Exadata through Oracle Enterprise Manager like a pro.
  • What’s the capacity of an InfiniBand port?
    It’s a hefty 40 Gbps. That’s why data moves so dang fast between components in Exadata—perfect for heavy workloads.

  • When should you run ExaCheck?
    Run ExaCheck before and after any config changes to your Exadata machine. It’s a health check tool that makes sure best practices are in place and spots any issues.

  • What’s the difference between DBRM and IORM?
    DBRM (Database Resource Manager) works at the database level to manage resources. IORM (I/O Resource Manager) is all about storage, balancin’ I/O across databases on the cell. Two different layers, same goal of keepin’ things runnin’ smooth.

  • What are some Exadata health check tools?
    Keep your system in tip-top shape with:

    • ExaCheck: For best practice checks.
    • Sundiagtest: Diagnostics for issues.
    • OSWatcher: Monitors OS performance.
    • OEM 12c: Full-on enterprise monitoring.
      These help ya catch problems before they blow up.

Tips to Prep Like a Champ for Your Exadata Interview

Now that we’ve covered a solid chunk of questions, let’s chat about how to prep and stand out. I’ve been through my fair share of tech interviews, and trust me, it’s not just about knowin’ the answers—it’s how ya present ‘em.

  • Know Your Basics Cold: Stuff like what Exadata is, its components, and key features are non-negotiable. If you stumble on these, it’s a red flag to interviewers. Practice explainin’ ‘em in simple terms, like you’re teachin’ a buddy.
  • Get Hands-On: If ya got access to an Exadata sandbox or simulator, mess around with CellCLI, check out storage configs, and play with Flash Cache settings. Real experience beats book smarts every time.
  • Brush Up on Migration: Migration methods come up a lot ‘cause movin’ to Exadata is a big deal for companies. Be ready to talk pros and cons of each approach, like GoldenGate vs. RMAN.
  • Stay Calm on Advanced Stuff: If they throw a curveball about IORM or offloading, don’t panic. Break it down step by step, even if ya gotta think out loud. Showin’ your thought process is half the battle.
  • Prep Questions for Them: Flip the script—ask about their Exadata setup, challenges they’ve faced, or how they use Smart Scan. It shows you’re curious and engaged, not just a robot spittin’ answers.

One last tip: don’t overthink the tech jargon. Speak like a human, not a textbook. If ya don’t know somethin’, admit it but say how you’d figure it out. Honesty goes a long way.

Common Pitfalls to Dodge

I’ve seen folks trip up in interviews, includin’ myself back in the day, so here’s a heads-up on what to avoid:

  • Rattlin’ Off Specs Without Context: Sure, knowin’ there’s 14 storage cells in a Full Rack is great, but explain why it matters. Tie it to performance or scalability.
  • Ignorin’ the Big Picture: Don’t just focus on Exadata’s nuts and bolts. Understand why companies pick it—cost savin’, speed, reliability. Interviewers wanna see ya get the business side too.
  • Freezin’ on Practical Questions: If they ask how you’d handle a disk failure or migration, don’t just say “I’d follow the manual.” Walk ‘em through your logic, even if it’s basic.
  • Soundin’ Too Rehearsed: I know, practice makes perfect, but don’t sound like ya memorized a script. Keep it natural, throw in a “well, in my experience” or a lil’ pause like you’re thinkin’.

Why Exadata Skills Are a Hot Ticket

Lemme tell ya, mastering Exadata ain’t just about landin’ a job—it’s about future-proofin’ your career. Companies are dumpin’ huge bucks into Oracle systems ‘cause they handle crazy data loads without flinchin’. If you can talk the talk on Exadata, you’re positionin’ yourself as a go-to person for high-stakes database projects. Plus, the more ya know, the more you can negotiate that sweet salary bump. Ain’t nobody gonna overlook a candidate who can optimize their million-dollar Exadata setup!

Wrappin’ It Up with a Pep Talk

There ya have it, my friend—a deep dive into Exadata interview questions that’ll get ya ready to roll. From the basics of what Exadata does to the fancy stuff like Smart Scan and IORM, we’ve covered the ground you need to stand tall in that interview room. Remember, it ain’t just about the tech—it’s about showin’ you’re a problem-solver who can think on their feet.

So, go over these questions, practice your answers out loud, maybe even in front of a mirror if ya feelin’ extra. You’ve got this! Walk in with a smile, a firm handshake (or a confident Zoom wave), and let ‘em know you’re the Exadata whiz they’ve been lookin’ for. If ya got any other topics or questions ya wanna dig into, drop a comment or hit me up. Let’s keep this convo goin’ and get ya that dream gig!

exadata interview questions

Learn Oracle Exadata Training with Industry Standard Concepts

  • Instructor-led Sessions
  • Real-life Case Studies
  • Assignments

51. Which network is used for RAC inter-connectivity?

Ans:

Oracle Real Application Clusters (RAC) configurations, high-speed InfiniBand networking technology is used for inter-connectivity.

52. What are steps to create DBFS?

Ans:

  • Create a Directory
  • Create Tablespace on database which going to use for DBFS
  • Create user for DBFS
  • Grant required privileges to be created user
  • Now connect to the database with created user

53. List some techniques for converting high-endian OS architecture to low-endian OS architecture.

Ans:

  • Golden Gate
  • Transportable Tablespace
  • Incremental Transportable Tablespace
  • Data Pump

54. What is a Cell and Grid Disk?

Ans:

The logical parts of physical Exadata storage are Cell and Grid Disc. A collection of disc drives assembled to store user data is called a cell, or Exadata Storage server cell.

55. What is Smart Scan?

Ans:

It is the feature of the Exadata Software which enhances database performance many times over. It processes the queries in an intelligent way, retrieving specific rows rather than a complete block

56. What are Parallelism instance parameters used in Exadata?

Ans:

Parallelism is the critical aspect of database performance optimization, especially for data-intensive workloads

57. What operating systems does Exadata support?

Ans:

Oracle Exadata Database Machine supports the specific versions of Oracle Linux and Oracle Solaris operating systems

Oracle Linux: Exadata supports the Oracle Linux 5, 6, and 7. Oracle recommends using Unbreakable Enterprise Kernel (UEK) for Oracle Linux installations on Exadata systems.

Oracle Solaris: Exadata supports the Oracle Solaris 11 on SPARC systems.

58. Which statistic used to check flash hit ration on database level?

Ans:

To check flash hit ratio at database level, can use the Oracle Database performance view V$SYSSTAT.

59. On which Exadata disc group are OCR files stored?

Ans:

Oracle Clusterware uses Automatic Storage Management (ASM) features to manage Oracle Cluster Registry (OCR) and Voting Disk (CRSVD) files.

60. What is Oracle Exadata used for?

Ans:

Oracle Exadata Database@Azure lets an organizations run workloads where they choose, modernize and innovate with the Oracle and Azure services, and simplify cloud purchasing and management using the Oracle

61. What is the difference between an Exadata X3-2 machine and Exadata X3-8 machine?

Ans:

Exadata X3-2: The X3-2 model is the smaller configuration designed for a mid-sized workload.

Exadata X3-8: The X3-8 model is larger, more scalable configuration intended for high-end and enterprise-level workloads.

62. What is the difference between DBRM and IORM?

Ans:

DBRM, or Database Resource Manager, is a feature within Oracle Database that allows it to manage database resources, including the CPU and parallel execution servers.

63. What are Advantages and disadvantages of rolling and non-rolling patching on Exadata Database Machine?

Ans:

Rolling Advantages:No downtime required

Disadvantages:It takes a more time to apply bundle patches

Non-Rolling Advantages:Less time required to do patching

Disadvantages:Downtime required while applying the bundle patch.

64. Which ASM parameters are used for Auto disk management in Exadata?

Ans:

_AUTO_MANAGE_EXADATA_DISKS — It control the auto disk management feature _AUTO_MANAGE_NUM_TRIES — It controls the maximum number of attempt to perform automatic operation

65. How to enable Flashcache compression?

Ans:

Enabling Flash Cache Compression on Oracle Exadata systems involves the configuring Hybrid Columnar Compression (HCC) for a specific database object.

66. How many Exadata Database Machine X4-8 Exadata Storage Server Nodes are there in the machine?

Ans:

The Oracle Exadata Database Machine X4-8 includes the 14 Exadata Storage Server Nodes.

67. What is the use case of Exadata?

Ans:

Exadata uses the scale-out design with unique optimizations that include a persistent memory, SQL query offload, and built-in resource management.

68. Why is Exadata better?

Ans:

Oracle Exadata delivers greater database and application performance with less hardware—and fewer licenses.

69. What are Key Software Features?

Ans:

  • Smart Scan
  • Smart Flash Cache
  • Storage Index
  • Exadata Hybrid Columnar Compression (EHCC)

70. What is IORM?

Ans:

IORM stands for I/O Resource Manager. It manages I/O demand based on the configuration, with the amount of resources available. It ensures that none of I/O cells become oversubscribed with the I/O requests. This is achieved by managing incoming requests at consumer group level.

71. How do Test performance of Exadata?

Ans:

Can use the “calibrate” commands at cellcli command line. Testing the performance of Oracle Exadata system involves the various methods and tools to evaluate its capabilities under the different workloads.

72. What types of operations does Exadata “offload”?

Ans:

Several tasks are transferred from a database host to mobile servers, including:

  • Predicate filtering
  • Column project filtering
  • Join processing
  • Backups

73. What is the purpose of the spine switch?

Ans:

The spine switch plays the critical role in the overall networking architecture. The purpose of a spine switch is to provide high-speed, non-blocking connectivity between leaf switches.

74. How do you stop Exadata?

Ans:

Power Off Sequence for an Exadata Stack First stop the oracle cluster with the below command. #$GRID_HOME/grid/bin/crsctl stop cluster.

75. What are prerequisites to configure ASR?

Ans:

  • Access to the My Oracle Support
  • Internet connectivity using the HTTPS
  • Network connectivity from a ASR server to Exadata components

76. Which MOS ID should refer for the latest patch update?

Ans:

When log in to MOS, can search for specific patches, patch sets, and critical patch updates using Patch Search feature. can also find information about patch availability, known issues, and patch installation instructions.

77. Which tool is used to generate initial configuration files based on customer’s data?

Ans:

The ExaChk utility is commonly used to generate initial configuration files based on the customer’s data. ExaChk is a diagnostic tool provided by Oracle specifically for Exadata systems.

78. Which are all networks available in Exadata?

Ans:

  • Infiniband Network
  • ILOM and Management Network
  • Client/Public Network

79. What is client or public network in exadata?

Ans:

  • The connection between the database and the application is established via a client or public network.
  • The client network is a network that connects the Exadata database servers (compute nodes) to external clients, applications, and the other database servers outside Exadata machines.

80. What are steps involved for initial Exadata configuration?

Ans:

  • Initial network preparation
  • Configure an Exadata servers
  • Configure an Exadata software
  • Configure a database hosts to use Exadata
  • Configure the ASM and database instances
  • Configure the ASM disk group for Exadat

81. What is the iDB protocol?

Ans:

iDB stands for an intelligent database protocol. It is the network based protocol which is responsible to communicate between the storage cell and database server.

82. What is LIBCELL?

Ans:

Libcell stands for a Library Cell which is linked with the Oracle kernel. It allows the oracle kernel to talk with the storage server by network instead of operating system reads and writes.

83. What is the primary goal of the storage index?

Ans:

The exclusive feature of the Exadata Database Machine is storage indexes, whose main objective is to minimize the amount of input/output needed to process input/output requests for Exadata Smart Scan.

84. What is smart scan offloading?

Ans:

Offloading and Smart Scan are the two terms that are used somewhat interchangeably. Exadata Smart.Scan offloads the processing of queries from a database server to the storage server.

85. What is check Ip and what use of it?

Ans:

An Exadata will use the IP address and hostname contained in the OS level script Check Ip during the configuration phase.

86. What is a smart flash log?

Ans:

Smart Flash Log (SFL) is the feature introduced in Oracle Exadata Storage Servers to improve write performance of database redo log operations.

87. Which parameter is used to enable and disable smart scan?

Ans:

To enable or disable Smart Scan on Oracle Exadata, can use the CELL_OFFLOAD_PROCESSING parameter.

88. What is offload block filtering?

Ans:

Only the blocks needed for backup are sent to the database by the Exadata storage server, which filters out any blocks that are not needed for the incremental backup that is currently running.

89. What are types of EHCC?

Ans:

  • Query Low
  • Query Low
  • Query High
  • Archive High

90. What are the major steps involved for cell server patching?

Ans:

Check and note down an existing configuration of cell

  • Clean up the any previous patchmgr utility
  • Verify that cells meet prerequisite checks
  • Patch cell server using the patchmgr
  • Validation updated cell
Name Date Details

30 – Mar – 2026

(Weekdays) Weekdays Regular

01 – Apr – 2026

(Weekdays) Weekdays Regular

4 – Apr – 2026

(Weekends) Weekend Regular

5 – Apr – 2026

(Weekends) Weekend Fasttrack

Are you looking training with Right Jobs?

Best Oracle Exadata Certification Course from Real-Time Experts

31. What is Exadata shutdown and start-up procedure?

Ans:

Shutdown Procedure:

  • Stop Database and Listener
  • Stop Cluster
  • Shutdown Database Servers
  • Shutdown Cell Storage
  • Shutdown all the switches
  • Remove powers from PDUs

32. What is ASR?

Ans:

Oracle hardware is managed via ASR. ASR automatically raises an SR with Oracle Support and notifies the relevant customer whenever a hardware malfunction occurs.

33. How to integrate Exadata with OEM 12c?

Ans:

  • Install the OEM agent on DB server
  • Launch auto-discovery with use of One Command XML file
  • Specify required credentials for all components
  • Review Configuration
  • Complete the setup

34. What Exadata Smart Fusion Block Transfer (FBT)?

Ans:

Smart Fusion Block Transfer (FBT) is the feature that enhances I/O performance by allowing the multiple database blocks to be sent or received in a single I/O operation.

35. How does Exadata handle High Availability?

Ans:

Exadata ensures the high availability through features such as Oracle Real Application Clusters (RAC) for load balancing and failover, Oracle Data Guard for data replication and disaster recovery, and ability to perform rolling upgrades and patching without downtime.

36. What are Exadata Health check tools?

Ans:

  • Exacheck
  • sundiagtest
  • oswatcher
  • OEM 12c

37. What is EHCC?

Ans:

EHCC stands for Exadata Hybrid Columnar Compression. It is unique compression feature in Oracle Exadata that allows for a highly efficient storage of data in a columnar format.

38. What is offloading and how does it work?

Ans:

It refers to a fact that part of the traditional SQL processing done by database can be offloaded from the database layer to a storage layer.

39.What is the Storage Index in Oracle Exadata?

Ans:

Storage Index is the feature in Oracle Exadata that helps improve the query performance by reducing I/O.

40. What is Cell RAM cache?

Ans:

Cell RAM cache is an extension of the database cache that sits in front of Flash Cache on storage servers.

41. What is adaptive scrubbing?

Ans:

An Oracle Exadata System Software automatically inspects and repairs the hard disks periodically when the hard disks are idle.

42. How many networks are required in Exadata?

Ans:

  • Public/Client Network — For Application Connectivity
  • Management Network — For an Exadata H/W management
  • Private Network — For the cluster inter connectivity and Storage connectivity

43. How to take cell storage software backup?

Ans:

It is not required to take backup as it happens automatically. Exadata uses an internal USB drive called Cellboot Flash Drive to take backup of a software.

44. How does Exadata improve database consolidation efforts?

Ans:

Exadata improves the database consolidation by providing a highly scalable and efficient platform for running the multiple databases on a single system.

45. What is Exadata’s Storage Quality of Service (QoS) feature?

Ans:

Storage Quality of Service (QoS) in Exadata allows the administrators to define I/O performance objectives for different database workloads.

46. Which Exadata feature is used to get rid of disc input/output?

Ans:

Several features of Oracle Exadata work together to minimize disk I/O and improve the overall system performance. One of key features designed to eliminate unnecessary disk I/O is a Smart Scan.

47. What is the capacity of Infiniband port?

Ans:

The capacity of InfiniBand port is typically measured in the terms of data transfer rate, which is expressed in gigabits per second (Gbps) or terabits per second (Tbps) for high-speed InfiniBand technologies.

48. What is the difference between high capacity and high-performance disk?

Ans:

  • High capacity disk comes with the more storage space and less rpm (7.5k)
  • High-Performance disk comes with the less storage and high rpm (15k)

49. When should one execute Exacheck?

Ans:

Before and after any configuration change in the Database Machine. Exacheck is the diagnostic tool provided by Oracle specifically for the Oracle Exadata Database Machine.

50. What is a grid disk?

Ans:

Grid Disks are created on top of the Cell Disks and are presented to the Oracle ASM as ASM disks.

exadata interview questions

Oracle Exadata Interview Questions and Answers From Racsinfotech


0

Leave a Comment