Sybase

  Home  Databases Programming  Sybase


“Sybase Interview Questions and Answers will guide us now that Sybase became the number two database system behind Oracle, after making a deal with Microsoft to share the source code for Microsoft to remarket on the OS/2 platform as SQL Server. So get preparation for the Sybase job or learn basic and advance Sybase with the help of this Sybase Interview Questions with Answers guide”



123 Sybase Questions And Answers

1⟩ Explain about Enterprise scalability and ROI of Data integration suite?

Enterprise scalability provides increased capacity without any new addition of hardware. It increases the capacity by increasing the availability in the enterprise data layer.

ROI: - Streamlining of application projects and reducing data management costs, data federation increases ROI. Complexity and superior decision making choices make ROI best in its class.

 124 views

2⟩ What are the vital features of Sybase?

Absolutely there are numerous features but most important are as follows

1. Manages User Connection

2. Enforces Business Rules

3. Provide Recovery and BackUps

4. Understand T-SQL

5. Optimize Query Execution

6. Maintain Databases with NO Redundancy

7. Supports Data and Referential Integrity

many more....

 136 views

3⟩ Give the benefits of Data integration suite?

Some of the benefits which you can get from a Data integration suite are

1) Flexibility: -This suite gives a greater flexibility to incorporate data from various sources such as web, file systems, etc and it can transfer this data to third party applications such as SQL, production systems, etc.

 142 views

5⟩ Explain about the Data integration suite features?

Data integration suite offers advanced development and management tools. Integration of data is very easy and efficient as you can navigate your data to a specified address without much difficulty. The five important features are ETL, Data federation, Replications, Real time events and search events.

 131 views

6⟩ Explain about the mainframe connect tools from Sybase?

This connectivity tool gives access to high performance tools which connects you very fast to the main frame data sources. It gives you read and write access to databases. It also has a facility by which you can connect the main frame data to secondary data storage facilities.

 134 views

7⟩ Explain the benefits you can get from Mainframe connect?

These are the following benefits you can get from mainframe connect: -

1) Client applications can be enabled. External software’s can be connected to the mainframe connect for higher performance.

2) Mainframe applications connect to external data through LAN.

3) New applications can be created which enables you to connect to external data or source of information.

 139 views

8⟩ Explain about Power Designer Data modeling software?

Power designer has two unique tools known as Link and Sync technologies. This technology offers Data base designers to design efficient data models through which one can offer efficient design. Also Data base designers can share resources among them which will improve the productivity and performance.

 129 views

9⟩ Explain about the features of Sybase IQ?

Sybase IQ stores data base in the form of columns of data rather in rows. This storage model improves the accessibility and search criteria for the data. Performance of the search criteria improves greatly because it searches only columns rather than the rows and columns of the database. This is also environment friendly.

 130 views

10⟩ Explain the structure of Adaptive server enterprise?

Structure of ASE installation hosts several databases and it comprises of one data server. Also system files occupy only one meta data. User databases are stored in the form of tables. Security and information privacy can be protected by setting permissions.

 134 views

11⟩ Explain What is Update Statistics in Sybase?

The update statistics command helps the server

make the best decisions about which indexes to use when it processes a query, by providing information about the distribution of the key values in the indexes. The update statistics commands create statistics, if there are no statistics for a particular column, or replaces existing statistics if they already exist. The statistics are stored in the system tables systabstats and sysstatistics.

 149 views

12⟩ State some of the criticism about Sybase IQ?

Sybase storage systems are optimized for Dataware housing applications where data cannot be modified can be modified by searching and accessing the data.

Its column based search criteria gives high performance for search but it negates the writing capability to the data. Performance for row based relational based databases is worse because it is very difficult for updating and modifying them.

 156 views

13⟩ Explain about the Sybase group?

Sybase exclusively focuses on mobilizing and managing information. It is known to be the third largest database

management company after Oracle and IBM. Sybase products on Investment banking are well known to the world over and it offers many customized solutions for business intelligence.

 136 views

14⟩ Explain about Sybase 365?

This product from Sybase is the world leader in messaging services through mobile. It distributes mobile content via MMS, SMS, UMTS and WAP. It process more than 8 billion messages monthly and with this product you have access to enterprise mobility anywhere.

 146 views

15⟩ State some of the products of Sybase?

Sybase has worlds leading products some of them are

► ASE

► Avantgo

► Power builder and power designer

► SQL ianywhere

► Sybase IQ

► Sybase replication server

► Sybase RTE

► Sybase data federation

► Main frame connect

 138 views

17⟩ What is RAID and Sybase?

RAID

RAID means several things at once. It provides increased performance through disk striping, and/or resistance to hardware failure through either mirroring (fast) or parity (slower but cheaper).

RAID 0

RAID 0 is just striping. It allows you to read and write quickly, but provides no protection against failure.

RAID 1

RAID 1 is just mirroring. It protects you against failure, and generally reads and writes as fast as a normal disk. It uses twice as many disks as normal (and sends twice as much data across your SCSI bus, but most machines have plenty of extra capacity on their SCSI busses.)

Sybase mirroring always reads from the primary copy, so it does not increase read performance.

RAID 0+1

RAID 0+1 (also called RAID 10) is striping and mirroring together. This gives you the highest read and write performance of any of the raid options, but uses twice as many disks as normal.

 147 views

18⟩ How to swap a db device with another?

Here are four approaches. Before attempting any of the following: Backup, Backup, Backup.

Dump and Restore

1. Backup the databases on the device, drop the databases, drop the devices.

2. Rebuild the new devices.

3. Rebuild the databases (Make sure you recreate the fragments correctly - See Ed Barlow's scripts (http://www.tiac.net/users/sqltech/) for an sp that helps you do this if you've lost your notes. Failure to do this will possibly lead to data on log segments and log on data segments).

4. Reload the database dumps!

Twiddle the Data Dictionary - for brave experts only.

1. Shut down the server.

2. Do a physical dump (using dd(1), or such utility) of the device to be moved.

3. Load the dump to the new device

4. Edit the data dictionary (sysdevices.physname) to point to the new device.

 157 views

19⟩ Explanation about replication server software?

Replication server software makes you to manage multiple data platforms very easily. Some of the features which it provides are heterogeneous replication and synchronization across various applications bi directionally. It provides services from the client to server and server to client.

 151 views

20⟩ Explain about Open switch business continuity software?

Open switch business software helps you to work on the back up system without any hassles making your primary database server secured. It gives you connectivity to the primary database from the secondary server even in the middle of the application.

 126 views