Sponsored Links

Interview Questions



INTERVIEW QUESTIONS CERTIFICATION EXAMS SYBASE CERTIFICATION EXAMS DETAILS

Question: 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.

Answer: B. No transaction locks are held on index pages.
D. Server uses table locks and row locks, but not page locks.

Category Sybase Certification Exams Interview Questions & Answers - Exam Mode / Learning Mode
Rating (0.3) By 7692 users
Added on 8/2/2015
Views 68818
Rate it!

Question: 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.


Answer:

B. No transaction locks are held on index pages.
D. Server uses table locks and row locks, but not page locks.
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
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
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
Which statement is not true about cache partitioning?
A. Default data cache can be partitioned
B. A named cache with a 16K buffer pool can be partitioned
C. Cache partitioning requires a server reboot
D. A 2MB named cache can be divided into 8 cache partitions
E. Named caches using the relaxed LRU cache replacement strategy can be partitioned
View Answer
When an engine looks for a task to run, what is the order in which it
searches the priority run queues?
A. It is user defined
B. high, medium and low
C. low, medium and high
D. longest queue to shortest queue
View Answer
Which ASE commands or utilities can be used to examine partition skew?
(Choose 2)
A. sp_helpdb
B. sp_helpartition
C. sp_help
D. optdiag
E. reorg
View Answer
Given: number of worker processes = 10, max parallel degree = 5, max scan
parallel degree = 4. A table has 3 partitions. The first partition has 70 pages, the second partition has 70
pages the third partition has 10 pages. Which of the following statements are true about the table?
(Choose 2)
A. the partition skew is less than 2.0
B. the partition skew is greater than 2.0
C. queries against the table cannot be optimized for partition-based parallel access because max parallel
degree is greater than the number of partitions
D. queries against the table can be optimized for partition-based parallel access because the average number of
pages per partition is greater than 20
E. queries against the table cannot be optimized for partition-based parallel access because each partition does
not have at least 20 pages
View Answer
Which of the following applications can benefit from data-only locking?
A. The table is a partitioned heap table that has a high rate of inserts
B. Applications need to maintain an extremely high transaction rate even though contention is low
C. Applications require clustered access to the data rows due to range queries or order by clauses
D. A nonclustered index is required and all the inserts occur at the end of the index
View Answer
Which of the following stored procedures is used to display the current
sessions scheduling and engine affinity properties
A. sp_showcontrolinfo
B. sp_displaylogin
C. sp_who
D. sp_showpsexe
View Answer
Which one of the following queries would not benefit from parallel sorting?
A. Queries that use distinct
B. Queries that perform merge-joins requiring sorts.
C. Queries that use the reformatting strategy.
D. Queries that use union all.
View Answer
Where are table/index level statistics stored?
A. sysstatistics
B. systabstats
C. On the leaf level of the index
D. The GAM page
E. The distribution page
View Answer
Scheduling priority is a direct attribute of which of the following:
A. Engine Group
B. Execution Class
C. Application
D. Stored procedure
E. Database
View Answer
Given that all other user tasks are running with the default execution class,
assigning execution class EC1 to a long-running I/O intensive application will have which of the following
effects:
A. improve the responsiveness of the long-running task, possibly shortening its elapsed time.
B. cause the long running task to consume all available CPU time, starving other tasks
C. increase the rate at which deadlocks occur.
D. substantially decrease the frequency of scheduling the long running task, slowing it down.
E. permit other tasks to saturate the available CPU resources, causing a bottleneck.
View Answer
Which of the following is true about the configuration option "max scan
parallel degree"?
A. By default hash based scans will not occur
B. It must be greater than or equal to "max parallel degree"
C. It is a static parameter
D. It sets the maximum number of worker processes for any query
E. "set scan parallel degree n" may be used to temporarily use more worker processes than "max scan parallel
degree"
parallel degree"?
A. B - Sybase Certification Exams Interview Questions & Answers"> View Answer
When a row is deleted on a table with datarows locking:
A. Rows on the page are moved up so the empty space is at the end of the page.
B. The space occupied by the deleted row is not reclaimed immediately.
C. The space occupied by the deleted row is filled with zeros.
D. The last row on the page is moved into the space created by the deleted row.
View Answer
Which of the following can NOT have an assigned execution class
A. database
B. A stored procedure
C. An application
D. A login
View Answer
Given: Adaptive Server physical storage space is divided into a hierarchy.
What is the hierarchy sequence, from largest to smallest units of storage?
A. allocation unit, extent, page, database fragment, device
B. page, extent, database fragment, device, allocation unit
C. device, database fragment, allocation unit, extent, page
D. extent, allocation unit, page, device, database fragment
View Answer
What is the degree of parallelism used in a nested-loop join?
A. the product of the worker processes that access individual tables in the join
B. the sum of the worker processes that access individual tables in the join
C. a nested-loop join is always performed using a serial scan
D. two (1 coordinating process and 1 worker process)
View Answer
What is the maximum row size for DOL tables?
A. 1024 bytes of data.
B. 1958 bytes of data.
C. 1962 bytes of data.
D. 2000 bytes of data.
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
An application has been implemented in the production environment; and
there has been a slowdown. To investigate that problem, you are looking at the procedure cache
management section of the sp_sysmon output. The sp_sysmon output has reported a high percentage of
'percentage reads from disk'. What will be your action based on the above fact?
A. No action is necessary based on this fact.
B. The application is dynamically generating stored procedures and the server tuning will not help.
C. This indicates that the procedure cache is too small and you will increase the procedure cache size.
D. You will bind syscomments and sysobjects table to its own cache which will reduce the high percentage of
'procedures reads from disk'.
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