Sponsored Links

Interview Questions



INTERVIEW QUESTIONS CERTIFICATION EXAMS SYBASE CERTIFICATION EXAMS DETAILS

Question: Which of the following statements best describes a DOL table with a cluster
ratio of 0.97:
A. The table is poorly structured and should be fixed by a reorg rebuild
B. Dense table packing will increase the probability of data page splits
C. Large I/O strategies will be particularly effective on this table
D. The clustered index is almost as big as the table itself.
E. Row forwarding is extremely unlikely due to large allocation gaps.

Answer: C. Large I/O strategies will be particularly effective on this table

Category Sybase Certification Exams Interview Questions & Answers - Exam Mode / Learning Mode
Rating (0.2) By 9643 users
Added on 7/29/2015
Views 68105
Rate it!

Question: Which of the following statements best describes a DOL table with a cluster
ratio of 0.97:
A. The table is poorly structured and should be fixed by a reorg rebuild
B. Dense table packing will increase the probability of data page splits
C. Large I/O strategies will be particularly effective on this table
D. The clustered index is almost as big as the table itself.
E. Row forwarding is extremely unlikely due to large allocation gaps.


Answer:

C. Large I/O strategies will be particularly effective on this table Source: CoolInterview.com



If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
  • There should not be any Spelling Mistakes.
  • There should not be any Gramatical Errors.
  • Answers must not contain any bad words.
  • Answers should not be the repeat of same answer, already approved.
  • Answer should be complete in itself.
Name :*
Email Id :*
Answer :*
Verification Code Code Image - Please contact webmaster if you have problems seeing this image code Not readable? Load New Code
Process Verification Enter the above shown code: *
Inform me about updated answers to this question

Related Questions
View Answer
How many predefined execution classes are there in ASE?
A. 4
B. 3
C. 2
D. 1
View Answer
Q: 69 What are the three attributes of an execution class?
A. login name, host, and client
B. client, stored procedure, and time slice
C. base priority, time slice and engine group
D. session id, worker process, and engine group
View Answer
You are tuning an ASE which is at "steady state". If you suspect, based on
current usage, that too much memory is allocated to open object structures in your server, which of the
following procedures should you use to most directly confirm or refute your hypothesis?
A. sp_helpconfig
B. sp_countmetadata
C. sp_object_stats
D. sp_monitorconfig
E. sp_configure
current usage, that to - Sybase Certification Exams Interview Questions & Answers"> View Answer
Which of the following cache or IO tuning methods can reduce the spinlock
contention on a single "hot" table that is already bound to a named cache?
A. Create 16K buffer pool in the named cache
B. Change the cache replacement strategy of the named cache to relaxed LRU
C. Partition the named cache
D. Increase the named cache size
View Answer
The following query is executed frequently against the database.
select a.au_fname, a.au_lname,
ad.street, ad.city,
ad.state, ad.zip
from authors a, author_address ad
where a.au_id = ad.au_id
What database denormalization technique could be used to improve the performance of this query?
A. Move the au_lname and au_fname columns to the author_address table.
B. Collapse the author_address and authors table into a single table.
C. Move the street, city, state, and zip columns to the authors table.
D. Create a view called mailing_address to eliminate the two table join from the query.
E. Add the redundant column au_id to the author_address table.
View Answer
Consider the following scenario: An update has to be performed to the
price column in the titles table. Two are considered, a SQL update statement versus a cursor-based
approach updating the price row-by-row. What might be an advantage of cursors in this scenario?
A. Faster than set-oriented processing
B. May increase concurrency by committing each row as a transaction
C. Reduces the number of log records
D. Enables users to access the table using the cursor's security privileges.
View Answer
What effect does the use of the command "set sort_merge on" have on the
Server?
A. It changes the server level setting to allow the use of merge joins.
B. It overrides the server level setting to allow the use of merge joins in the current session.
C. It overrides the server level setting to allow the use of merge joins by all currently connected users.
D. It allows the use of merge joins in the current session only if the server level is set to "enabled".
Server?
A. It changes - Sybase Certification Exams Interview Questions & Answers"> View Answer
The sp_sysmon output 'Large I/Os denied' reports the number of times
large I/O could not be performed. The ASE cannot perform large I/O because of which three reasons?
(Choose 3)
A. The disk I/O controller does not allow large I/O.
B. The page in a buffer already resides in another pool.
C. There are no buffers available in the requested pool to perform large I/O.
D. The table is not placed in its own segment and hence, large I/O can not be performed.
E. The first extent of an allocation unit is always read into a 2k pool. Hence, for a table scan, at least one large
I/O will be denied.
View Answer
What is the maximum number of key columns allowed in an index?
A.16
B. 31
C. 32
D. 63
View Answer
When you run optdiag command on a allpages-locked table with 1000
pages, what will be value of "Forwarded row count"?
A. 1000
B. 500
C. 0
D. 1
View Answer
What type of access method is used for a covered query?
A. parallel index scan
B. serial index scan
C. hash based index scan
D. hash based table scan
View Answer
When does the optimizer consider a hash based table scan on an APL table?
A. if it is a heap table
B. if it is has a clustered index
C. If it is a table with a clustered index and a non clustered index
D. If it is a partitioned table with a clustered index
View Answer
systabstats does not contain information on:
A. Number of data pages for a table
B. Average length of data rows and leaf rows
C. Stopping points for the reorg command
D. Column histograms
View Answer
Which of the following steps is NOT always necessary for performing a
tuning benchmark?
A. record a baseline measurement
B. change one variable, holding all others constant
C. make a new measurement
D. restart Adaptive Serv
View Answer
Consider the following scenario:An update has to be performed to the price
column in the titles table. Two are considered, a SQL update statement versus a cursor-based approach
updating the price row-by-row. What might be an advantage of cursors in this scenario?
A. Faster than set-oriented processing
B. May increase concurrency by committing each row as a transaction
C. Reduces the number of log records
D. Enables users to access the table using the cursor's security privileges.
View Answer
A decision support (DSS) application is communicating with the ASE
server. The server configuration has been tuned to support the needs of the DSS application and the
following configuration parameters have been set:
default network packet size = 8192
maximum network packet size = 8192
additional network memory = 75776
The DSS application is connecting to the server using the value of "default network packet size"
parameter as its requested packet size.
A new online transaction processing (OLTP) application is added to the server. A typical insert or update
statement from the OLTP application is less than 200 bytes.
Without impacting the performance of the existing DSS application, which two changes should be made
to improve the network performance of the OLTP application? (Choose 2.)
A. Decrease the size of the "default network packet size" parameter to 512.
B. Decrease the size of the "max network packet size" parameter to 4096.
C. Increase the value of the "additional network memory" parameter to 151552 (or 2 * 75776).
D. Modify the DSS client to connect to the server using the value of the "max network packet size" parameter
as its requested packet size.
E. Modify the DSS client to connect to the server using the value of the "additional network memory"
parameter as its requested packet size.
View Answer
A query and any views in a query can reference how many user tables?
A. 12
B. 16
C. 32
D. 50
E. 192
View Answer
The following query is executed frequently against the database.
select ta.title_id, a.au_lname
from titleauthor ta, authors a
where ta.au_id = a.au_id
Which database denormalization technique could be used to improve the performance of this query?
A. Add the redundant column au_id to the titleauthors table.
B. Add the redundant column au_lname to the titleauthors table.
C. Move the title_id column to the authors table.
D. Move the au_lname column to the titleauthors table.
E. Change the associative table titleauthor to use the natural key for both the title and the author.
View Answer
Which of the following are true of the Datarows Locking Scheme? (Choose
2)
A. Index pages are locked.
B. No transaction locks are held on index pages.
C. Server uses page locks and row locks, but not table locks.
D. Server uses table locks and row locks, but not page locks.
View Answer
Transaction Isolation Level 2 is directly supported in the following lock
scheme(s):
A. Allpages
B. Allpages, Datapages
C. Allpages, Datapages, Datarows
D. Datapages, Datarows
View Answer

Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.

View All Sybase Certification Exams Interview Questions & Answers - Exam Mode / Learning Mode



User Options
India News Network

Latest 20 Questions
Payment of time- barred debt is: (a) Valid (b) Void (c) Illegal (d) Voidable
Consideration is defined in the Indian Contract Act,1872 in: (a) Section 2(f) (b) Section 2(e) (c) Section 2(g) (d) Section 2(d)
Which of the following is not an exception to the rule, "No consideration, No contract": (a) Natural love and affection (b) Compensation for involuntary services (c) Completed gift (d) Agency
Consideration must move at the desire of: (a) The promisor (b) The promisee (c) The promisor or any other party (d) Both the promisor and the promisee
An offer which is open for acceptance over a period of time is: (a) Cross Offer (b) Counter Offer (c) Standing Offer (d) Implied Offer
Specific offer can be communicated to__________ (a) All the parties of contract (b) General public in universe (c) Specific person (d) None of the above
_________ amounts to rejection of the original offer. (a) Cross offer (b) Special offer (c) Standing offer (d) Counter offer
A advertises to sell his old car by advertising in a newspaper. This offer is caleed: (a) General Offer (b) Special Offer (c) Continuing Offer (d) None of the above
In case a counter offer is made, the original offer stands: (a) Rejected (b) Accepted automatically (c) Accepted subject to certain modifications and variations (d) None of the above
In case of unenforceable contract having some technical defect, parties (a) Can sue upon it (b) Cannot sue upon it (c) Should consider it to be illegal (d) None of the above
If entire specified goods is perished before entering into contract of sale, the contract is (a) Valid (b) Void (c) Voidable (d) Cancelled
______________ contracts are also caled contracts with executed consideration. (a) Unilateral (b) Completed (c) Bilateral (d) Executory
A offers B to supply books @ Rs 100 each but B accepts the same with condition of 10% discount. This is a case of (a) Counter Offer (b) Cross Offer (c) Specific Offer (d) General Offer
_____________ is a game of chance. (a) Conditional Contract (b) Contingent Contract (c) Wagering Contract (d) Quasi Contract
There is no binding contract in case of _______ as one's offer cannot be constructed as acceptance (a) Cross Offer (b) Standing Offer (c) Counter Offer (d) Special Offer
An offer is made with an intention to have negotiation from other party. This type of offer is: (a) Invitation to offer (b) Valid offer (c) Voidable (d) None of the above
When an offer is made to the world at large, it is ____________ offer. (a) Counter (b) Special (c) General (d) None of the above
Implied contract even if not in writing or express words is perfectly _______________ if all the conditions are satisfied:- (a) Void (b) Voidable (c) Valid (d) Illegal
A specific offer can be accepted by ___________. (a) Any person (b) Any friend to offeror (c) The person to whom it is made (d) Any friend of offeree
An agreement toput a fire on a person's car is a ______: (a) Legal (b) Voidable (c) Valid (d) Illegal



Fresher Jobs | Experienced Jobs | Government Jobs | Walkin Jobs | Company Profiles | Interview Questions | Placement Papers | Companies In India | Consultants In India | Colleges In India | Exams In India | Latest Results | Notifications In India | Call Centers In India | Training Institutes In India | Job Communities In India | Courses In India | Jobs by Keyskills | Jobs by Functional Areas

Testing Articles | Testing Books | Testing Certifications | Testing FAQs | Testing Downloads | Testing Interview Questions | Testing Jobs | Testing Training Institutes

Gate Articles | Gate Books | Gate Colleges | Gate Downloads | Gate Faqs | Gate Jobs | Gate News | Gate Sample Papers | Gate Training Institutes

MBA Articles | MBA Books | MBA Case Studies | MBA Business Schools | MBA Current Affairs | MBA Downloads | MBA Events | MBA Notifications | MBA FAQs | MBA Jobs
MBA Job Consultants | MBA News | MBA Results | MBA Courses | MBA Sample Papers | MBA Interview Questions | MBA Training Institutes

GRE Articles | GRE Books | GRE Colleges | GRE Downloads | GRE Events | GRE FAQs | GRE News | GRE Training Institutes | GRE Sample Papers

IAS Articles | IAS Books | IAS Current Affairs | IAS Downloads | IAS Events | IAS FAQs | IAS News | IAS Notifications | IAS UPSC Jobs | IAS Previous Question Papers
IAS Results | IAS Sample Papers | IAS Interview Questions | IAS Training Institutes | IAS Toppers Interview

SAP Articles | SAP Books | SAP Certifications | SAP Companies | SAP Study Materials | SAP Events | SAP FAQs | SAP Jobs | SAP Job Consultants
SAP Links | SAP News | SAP Sample Papers | SAP Interview Questions | SAP Training Institutes |




Copyright ©2003-2024 CoolInterview.com, All Rights Reserved.
Privacy Policy | Terms and Conditions