Sponsored Links

Interview Questions



Advertisements IBM Certification Exams Interview Questions
COOLINTERVIEW.COM CERTIFICATION EXAMS INTERVIEW QUESTIONS IBM CERTIFICATION EXAMS INTERVIEW QUESTIONS QUESTIONS LISTING

IBM Certification Exams Interview Questions & Answers

Below we have listed all the IBM Certification Exams Interview Questions and answers. Feel free to comment on any IBM Certification Exams Interview Questions or answer by the comment feature available on the page.

To buy an eBook containing 30,000 Interview Questions, with Answers, Click Here.
View All IBM Certification Exams Interview Questions & Answers - Exam Mode / Learning Mode

IBM Certification Exams Interview Questions & Answers

IBM Business Analytics Certification provides an industry standard benchmark for technical competence, and offers validation for professionals who work with IBM Business Analytics technologies. IBM Business Analytics Certification offers the only authorized accreditation in the industry for benchmarking and validating your expertise with Cognos or SPSS products.

Subcategories for IBM Certification Exams Interview Questions & Answers :-

Following are sub categories for which Interview Questions & Answers are available under IBM Certification Exams Interview Questions & Answers. Please select the appropriate sub-category:-

IBM DB2 DBA Certification Exam Interview Questions & Answers (12) Exam Mode | Learning Mode

Previous 1 2 3 4 5 Next

Sort By : Latest First | Oldest First | By Rating

Question
Rating
View Answer
An iSeries installation is using Linux as a firewall between the public Internet and an OS/400
WebSphere server, and as a DMZ between the WebSphere server and the production OS/400

partitions. Which of the following ports and protocols should be allowed through the DMZ so
WebSphere can access the production data with JDBC?

A TOP port 8471
B UDP ports below 1024
C TOP ports between 63900 and 64500
D UDP port 8471 and TCP ports 6390 to 6450
0.3 Rating
View Answer
An iSeries administrator is planning a disaster recovery restore. What is the correct restore sequence to assure that the Linux partition will start?

A After completing Restore menu option 21, restore the NWSD followed by the storage spaces.
B Restore the system with Restore menu option 21.
C Restore the storage spaces followed by the Linux NWSD.
D After completing Restore menu option 21, re-create the NWSD from a RTVCFGSRC member.
0.2 Rating
View Answer
Table T1 has a column C1 char(3) that contains strings in upper and lower case letters. Which
of the following queries will find all rows where C1 is the string �ABC� in any case?
A.SELECT * FROM t1 WHERE c1 = �ABC�
B.SELECT * FROM t1 WHERE UCASE(c1) = �ABC�
C.SELECT * FROM t1 WHERE IGNORE_CASE(c1 = �ABC�)
D.SELECT * FROM t1 WHERE c1 = �ABC� WITH OPTION CASE INSENSITIVE
0.3 Rating
View Answer
What is a requirement to connect a V6R1 IBM i host to an XIV Storage System?

A. XIV firmware V10.0.8
B. Host Attachment Kit V1.0.1
C. SAN Volume Controller (SVC)V4.2
D. Virtual I/O Server (VIOS) V2.1.1

0.2 Rating
View Answer
Which two of the following table space attributes can be changes after the table space has been created?

A. Page size
B. Extent size
C. Transfer rate
D. Table space type
E. Table space name
0.3 Rating
View Answer
Which fragments an index by expression?

A. FRAGMENT BY EXPRESSION col_1
B. FRAGMENT BY EXPRESSION col_2>=10000IN dbspace 1 AND col_2>10000IN dbspace2
C. FRAGMMENT BY EXPRESSION col_1<10000 AND col_2 IN dbspace 2
D. FRAGMENT BY EXPRESSION col <20000 IN dbspace 1, col> = 20000 IN dbspace 2
0.2 Rating
View Answer
An iSeries administrator sets: ? *PUBLIC authority *USE on all program libraries. ? *PUBLIC Object Operational authority and *EXECUTE data authority on programs. Which of the following authorities would implement comparable restrictions in a Linux on iSeries implementation?

A Public directory access authority to r-x and public authority x on the program files
B Public directory access authority to r-x and public authority r-x on the program files
C Public directory access authority to x and public authority x on the program files
D Public directory access authority to r-x and public authority r on the program files
0.2 Rating
View Answer
What does the ATTACH clause in the ALTER FRAGMENT statement do?

A. It adds extents to a table.
B. It attaches a raw data file to a table
C. It combines two unregimented tables
D. It combines two fragmented tables

0.3 Rating
View Answer
Which three can be locked?

A. a row
B. a page
C. a column
D. a key
E. shared memory
0.3 Rating
View Answer
What is the system catalog?

A. A catalogued set of index criteria
B. A set of tables created by the administrator.
C. A set of tables that managed the operating system
D. A set of tables that describe the structure of the database
0.3 Rating
View Answer
Disk space for a table is allocated in one or more units called what?

A. tblspaces
B. extents
C. blobs
D. chunks
0.3 Rating
View Answer
A System z customer has a new CIO. The CIO is concerned about continuing operations and recovery following a catastrophe.
Which of the following addresses this issue?

A. GDPS
B. TAM
C. DR
D. WAS

0.2 Rating
View Answer
What are three advantages of fragmentation?

A. higher availability
B. reduced disk space requirements
C. parallel scans are possible with PDQ
D. finer granularity of archives and resources
0.3 Rating
View Answer
Certkiller .com says they feel constrained by the iSeries as a proprietary system. The customer believes they could correct this situation if they were on an open system. Which of the following should be discussed with this customer?

A. LPAR capability on the iSeries allows multiple operating environments.
B. Windows 2003 runs native on the iSeries with support for many types of software.
C. Web enablement of 5250 applications with iSeries Access for Web removes old-looking green screens.
D. WebSphere Portal Server Experience implementation allows many WebSphere products to run on the iSeries.

0.3 Rating
View Answer
Given a user defined function, U.UDF1, that takes an input parameter of type INTEGER, and
USER6 running the following SQL statement: SELECT w.udf1(col6) FROM t.tab1 WHERE col4 =
�ABC� Which of the following statement(s) would allow USER6 to execute the statement?
A.GRANT ALL PRIVILEGES ON TABLE t.tab1 TO user6
B.GRANT SELECT ON TABLE t.tab1 TO user6 GRANT USE ON FUNCTION u.udf1(INT) TO user6
C.GRANT SELECT ON TABLE t.tab1 TO user6 GRANT REFERENCES ON FUNCTION u.udf1(INT) TO
user6
D.GRANT ALL PRIVILEGES ON TABLE t.tab1 TO user6 GRANT EXECUTE ON FUNCTION u.udf1(INT) TO user6
0.3 Rating
View Answer
Certkiller .com with an i810 is running multiple partitions with V5R3. Which of the following products is used to manage the partitions?

A. IBM Director
B. iSeries Navigator
C. Management Central
D. Hardware Management Console

0.2 Rating
View Answer
A Linux on iSeries administrator is setting up the OS/400 programmers with user IDs in the Linux partition. Which of the following describes how to set up these profiles in Linux?

A � Change the QRETSVRSEC system value to 2 to enable user security mirroring.
B � Set up the Linux NES autoloader with the OS/400 partition as the central server.
C � Use the CHGNWSUSRA on the Linux NWSD to enable Linux user profile management from
OS/400.
D � Create a Linux group profile and individual user profiles for each of the programmers referencing the group profile.
0.3 Rating
View Answer
A database administrator has supplied the following information: ­Protocol: TCP/IP ­Port
Number: 446 ­Host Name: ZEUS ­Database Name: SAMPLE ­Database Server Platform: OS/400
Which are the appropriate commands to set up the ability to connect to the database?
A.CATALOG TCPIP NODE zeus REMOTE zeus SERVER 446 OSTYPE os400 DATABASE sample;
B.CATALOG TCPIP DATABASE sample REMOTE zeus SERVER 446 OSTYPE os400; CATALOG DATABASE dcssam AS sample AT NODE zeus AUTHENTICATION dcs;
C.CATALOG TCPIP NODE zeus REMOTE zeus SERVER 446 OSTYPE os400; CATALOG DCS DB dcssam AS sample; CATALOG DATABASE dcssam AS sample AT NODE zeus AUTHENTICATION dcs;
D.CATALOG TCPIP NODE sample REMOTE sample SERVER 446 OSTYPE os400; CATALOG DCS DB sample AS dcssam; CATALOG DATABASE dcssam AS sample AT NODE zeus AUTHENTICATION dcs;
0.3 Rating
View Answer
Given the following table definitions: CREATE TABLE employee (empid INT NOT NULL PRIMARY KEY, emp_fname CHAR(30), emp_lname CHAR(30) ) CREATE TABLE payroll (empid INTEGER, weeknumber INTEGER, paycheck DECIMAL(6,2), CONSTRAINT fkconst FOREIGN KEY
(empid) REFERENCES employee (empid) ON DELETE SET NULL, CONSTRAINT chk1 CHECK
(paycheck>0 AND weeknumber BETWEEN 1 and 52)) The appropriate indexes exist to support the tables created with the previous CREATE statements. Which two of the following operations can cause the enforcement of a constraint defined on PAYROLL?
A.Update of a row in PAYROLL
B.Deletion of a row in PAYROLL
C.Deletion of a row in EMPLOYEE
D.Addition of a new column to PAYROLL E.Rollback of a row deletion on PAYROLL
0.3 Rating
View Answer
On an i810 with V5R3, what is the largest Network Server Storage Space (*NWSSTG) that can
be created?
A 10GB
B 64GB
C 100GB
D 1TB
0.2 Rating
View Answer

Previous 1 2 3 4 5 Next




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