Home      Mainframe Forum      Mainfarme Tutorials      IBM Manuals      Mainframe Interview Questions      Mainframe Books      IT News     SiteMap     Downloads


     
 
MAINFRAME - TIP OF THE DAY : programming pearls - The fastest algorithm can frequently be replaced by one that is almost as fast and much easier to understand.

Google
 
Web mainframegurukul.com

Welcome to the mainframegurukul forums.

You are currently viewing our mainframe forums as a guest which gives you limited access to view most discussions, articles. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support at admin@mainframegurukul.com


DB2 Certification

 
Post new topic   Reply to topic    mainframegurukul.com Forum Index -> DB2 SQL - DB2 PROGRAMMING
  View previous topic :: View next topic  
Author Message
Rupesh.KOthari
Member


Joined: 16 Feb 2006
Posts: 17

PostPosted: Fri Feb 17, 2006 1:13 pm    Post subject: DB2 Certification Reply with quote

Hi Friends

Please find the all details for DB2 Certification....

IBM Available Certifications:
[url]http://www-03.ibm.com/certify/certs/dm_index.shtml [/url]

IBM Test Information:
[url]http://www-03.ibm.com/certify/tests/test_index.shtml [/url]

Exam 700 Guidelines:
[url]http://www-03.ibm.com/certify/tests/obj700.shtml [/url]
[url]http://www-03.ibm.com/certify/tests/edu700.shtml [/url]


Exam 702 Guidelines:
http://www-03.ibm.com/certify/tests/obj702.shtml
http://www-03.ibm.com/certify/tests/edu702.shtml


DB2 - Certification - Everything you need to Know http://www-106.ibm.com/developerworks/db2/library/techarticle/0207fosdick/0207fosdick.html


Hope this helps
_________________
------------------------
Thanks & Regards
Rupesh
-----------------------
Sun Shines Everywhere
Back to top
View user's profile Send private message

Guest






PostPosted: Sat Feb 18, 2006 4:03 am    Post subject: db2 certification Reply with quote

Thanks Rupesh. Information is useful.
Back to top
bata42
Member


Joined: 23 Jan 2009
Posts: 2

PostPosted: Fri Jan 23, 2009 11:56 am    Post subject: Re: DB2 Certification Reply with quote

Does anybody has some sample questions for DB2 702 exam...
_________________
Never under-estimate the bandwidth of a station wagon full of tapes hurtling down the highway
Back to top
View user's profile Send private message
Natarajan
Moderator


Joined: 10 Oct 2008
Posts: 465
Location: chennai

PostPosted: Fri Jan 23, 2009 12:16 pm    Post subject: db2 certification sample questions Reply with quote

Hi Bata,

Welcome to mainframegurukul.com.

You can take sample exam at following location on DB2 702 certification exam.
http://www-03.ibm.com/certify/tests/sam702.shtml

I have some questions with me...not sure these questions belong to which
db2 certification exam. may be userful to you.


A client application on OS/390 or OS/400 must access a DB2 server on Linux. At a minimum, which of the following products is required to be on the DB2 server?

A. DB2 Connect Enterprise Edition

B. DB2 UDB Enterprise Server Edition ********

C. DB2 Connect Enterprise Edition and DB2 UDB Workgroup Server Edition

D. DB2 Connect Enterprise Edition and DB2 UDB Enterprise Server Edition



Which of the following tools can be used to catalog a database?


A. Journal

B. Task Center

C. License Center

D. Configuration Assistant **********



Which of the following DB2 components allows references to Oracle and DB2 databases in a single query?


A. DB2 Query Patroller

B. DB2 Warehouse Manager

C. DB2 Relational Connect ***********

D. DB2 Connect Enterprise Edition



Which of the following is a valid wildcard character in a LIKE clause of a SELECT statement?

A. *

B. _ *********

C. @

D. ?



Given the table COUNTRY and the statements below:
COUNTRY

ID NAME PERSON_ID CITIES
1 Argentina 1 10
2 Canada 2 20
3 Cuba 2 10
4 Germany 1 0
5 France 7 5

DECLARE c1 CURSOR WITH HOLD FOR SELECT * FROM country ORDER BY person_id, name
OPEN c1
FETCH c1
FETCH c1
COMMIT
FETCH c1



Which of the following is the last name obtained from the table
?


A. Cuba

B. France

C. Canada

D. Germany

E. Argentina




Which of the following can duplicate the structure and related objects of a database table?
A. Copy table

B. Alter table

C. Export table

D. Generate DDL *************




What is the difference between a unique index and a primary key?

A. They are different terms for the same concept.

B. Unique indexes can be defined over multiple columns.Primary keys must have only one column.

C. Unique indexes can be defined in ascending or descending order. Primary keys must be ascending.

D. Unique indexes can be defined over a column or columns that allow nulls. Primary keys cannot contain nulls. ********




Which of the following statements eliminates all but one of each set of repeated rows in the final result table?

A. SELECT UNIQUE * FROM t1

B. SELECT DISTINCT * FROM t1 *********

C. SELECT * FROM DISTINCT T1

D. SELECT UNIQUE (*) FROM t1

E. SELECT DISTINCT (*) FROM t1




Cataloging a remote database server from a Linux, UNIX, or Windows gateway is:

A. performed to identify the location of the clients.

B. performed to identify the server the DB2 database manager is on.

C. never performed in DB2, as only one database per node is allowed, so cataloging a node automatically catalogs the database at that node.

D. performed on a Linux, UNIX, or Windows machine to open the catalogs in the DB2 database server and present a user with a list of all accessible tables in that database ***********
_________________
Natarajan
Chennai
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    mainframegurukul.com Forum Index -> DB2 SQL - DB2 PROGRAMMING All times are GMT + 5 Hours
Page 1 of 1



 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Related topics
 Topics   Replies   Author   Views   Last Post 
No new posts Practice/Mock Test - DB2 9 Family Fundamentals (000-730) 3 zh_lad 1013 Wed Jun 03, 2009 5:43 pm
dbzTHEdinosauer View latest post
No new posts How to test a empty file through JCL 2 kapil agarwal 2303 Sun Mar 22, 2009 11:20 pm
Frank Yaeger View latest post
No new posts Z/OS Mastery test 1 getu_mfsys 819 Tue Mar 17, 2009 3:52 pm
Anuj Dhawan View latest post
No new posts What is programming proficiency test .... 2 naresh.bangalore 1493 Fri Nov 02, 2007 10:30 am
naresh.bangalore View latest post
No new posts test datase empty 7 nick.mamone 5065 Wed Nov 22, 2006 6:42 pm
justaprogrammer View latest post
 



This widget requires Flash Player 9 or better








Go to top of the page
 

Online ABEND Reference ||  JCL References ||  COBOL References ||  VSAM References ||  Tutorials by Drona Series ||  SQL tutorial ||  BOOKS  ||  DB2 INTERVIEW QUESTIONS ||  COBOL INTERVIEW QUESTIONS  ||  JCL INTERVIEW QUESTIONS ||  JCL2 INTERVIEW QUESTIONS ||  VSAM INTERVIEW QUESTIONS ||  CICS INTERVIEW QUESTIONS  ||  Online tutorials ||  Online ABEND Reference ||  JCL References ||  COBOL References ||  VSAM References ||  Tutorials by Drona Series ||  SQL tutorial ||  BOOKS  ||  SiteMap  ||  Expeditor Tutorial  ||  FILE-AID Tutorial  ||  Changeman Tutorial  ||  COBOL   ||  DB2   ||  JCL  ||  CICS  ||  VSAM  ||  DB2 Interview Questions ( 110 )   || Simple JCL Tutorials  || JCL Tutorial from MainframeGurukul.com   || Simple JCL Tutorial - Chapter1 ;|| Mainframe Forum - Tutorials  || Mainframe Tutorials

Drona Educational Forums - Mainframe Cobol DB2 CICS Board
Powered by phpBB