You are on page 1of 13

SQL FAQS Geekinterviews 1. What is Where clause? A. Where clause is used to compare the record values.

It is used to filter the record in SQL statement for the specific condition 2. What is Group by lause? A. Group by clause is used to devide the ro!s into similar "roups in a table. #. What is havin" clause? A. $avin" clause is used to display the specific "roup of records. %his is used to filter the "roups of records. &. What is set operators? A. Set operators are 'nion( 'nionall( Intersect and )inus. *. What are special operators? A. Special operators are IS( I+( +,% I+( LI-.( +,%LI-.( /.%W..+( +,% /.%W..+( .0IS%S 1 S,'+2.0. 3. What are the constraints? A. onstraints are there types .ntity( 2omain and 4eferential onstraints. 2omain5 +ot +ull and hec6 onstraints. .ntity5 7rimary -ey and 'ni8ue. 4eferential5 9orei"n -ey and 4eference -ey. :. What is Sub 8uery and o;related sub 8uery? A. Sub 8uery5 %he )ain 8uery !ill depend the sub 8uery results. %he sub 8uery !ill e<ecute first then the main 8uery !ill e<ecute. o;related sub 8uery5 %he sub 8uery !ill depend the main 8uery results. %he main 8uery !ill e<ecute first then the sub 8uery !ill e<ecute. =. What is >oins? What are they? A. 1. Self join: We !ill compare the records !ith in sin"le table. 2. Eque join: We can compare the records !ith e8ual condition only. #. Non eque join: We can compare the records !ith out e8ual condition. &. Inner join: .8ue >oin and +on e8ues come under the Inner >oin. *. Outer join: We !ill ma6e the condition !ith ?@A operator after the column name before e8ual or after e8ual. %his >oin !ill use only e8ual >oin only. .<5 Suppose I have t!o tables %1 1 %2. In %1 havin" = records and %2 havin" * records. %hese t!o tablesB column values are matchin" only # records. I !ant to display that all records !ith the # records in table %1. At that time !e !ill put the ,uter >oin condition .<5 !here %1.a C %2.a?@A D. What is a vie!? What are they? A. A vie! is a lo"ical !indo! it is lo"ically related to database tables( Synonyms and Eie!s %here are three types. 1. Simple vie! 2. omple< vie! #. )aterialiFed vie! 1. Simple view: We can create a vie! by usin" sin"le table is called simple vie! it canBt hold the data. When !e are not usin" primary 6ey columns in the vie! !e canBt do 2)L operations other !ise !e can do any 2)L operations by usin" simple vie!. 2. omple! view: We can create a vie! from more then one table or more then vie!s is called comple< vie!. It canBt hold the data. We canBt do any 2)L operations !hen !e !ill use all primary 6ey columns in our vie! !e !ill do 2)L operations. ,ther !ise !e canBt do any 2)L operations. /y usin" Instead of tri""er !e can do any 2)L operations from these vie!s.

". #$teri$li%e& view: We can create a vie! from one or more database or more then one table. It can hold the data. It is li6e a snap short. We canBt do any 2)L 1 22L e<cept %runcate and 2rop comment. /y specifyin" refresh statement in this vie! !e can refresh data from data base. 1G. What is 9orce vie!? A. We can create vie! !ith out e<istin" columns or tables by usin" force. 11. What is Inde<? A. Inde< is a database ob>ect. It is used to "et the data from the database fastly. It is used to improve the performance of the "ettin" the data from the database. Inde< used the binary search to "et data from database. %hey are mainly t!o types that are5 olumn level Inde< and %able level inde<. olumn level inde< are !hen !e are creatin" table at the time !e !ill specify or !hen !e are specified primary 6ey or uni8ue is called column level inde<. %able level inde< are !e are create the inde< e<ternally mean after creatin" the table !e !ill create the inde<. 1. Simple In&e!: It is called a primary 6ey. We !ill create inde< on primary 6ey column. 2. ompo'ite In&e!: We can create inde< on multiple columns. ". (nique In&e!: It is called a uni8ue 6ey. We !ill create inde< on uni8ue 6ey column. ). Fun*tion +$'e& in&e!: We !ill create inde< on function based column li6e '77.4 ?column nameA. ,. -itm$p In&e!: We !ill create the inde< on bitmap ima"e column. .. For*e In&e!: We !ill create inde< temporarily for the s8l statement only. .<5 select HI@ inde< JtableKnameL?columnKnameAIH remainin" columns and from statement. 12. What is performance tunin"? A. 7erformance tunin" is used to improve the performance of the statement or ob>ect. )ainly !e !ill use to "et the e<ecution plan of the statement or ob>ect. %here are mainly t!o types5 1. E!pl$in /l$n: It "ives the e<ecution plan of the sin"le s8l statement. Step15 .07LAI+ 7LA+ S.% S%A%.).+%KI2 C MJid nameLB I+%, 7LA+K%A/L. 9,4 Js8l statementL. Step25 %he e<plain plan statement !ill be "enerated into planKtable if planKtable is not available in your system !e can run the '%L07LA+.s8l file the planKtable !ill create. Step#5 S.L. % Jcolumn namesL 94,) 7LA+K%A/L. W$.4. S%A%.).+%KI2 C MJstatementKidLB It !ill sho! the e<plain of our s8l 8uery. 2. Sql 0r$*e: It "ives the e<ecution plan of the multiple statements. We can "et a trace file from s8l trace( report level and form level. In s8l level Step15 AL%.4 S.SSI,+ S.% SQLK%4A . C M%4'.BN Step25 We !ill e<ecute our 8ueries. Step#5 AL%.4 S.SSI,+ S.% SQLK%4A . C M9ALS.BN Step&5 Internally the trace file is "enerated but it is not a readable mode. We !ill convert the trace file into readable mode by usin" %-74,9. We !ill find our trace file. Step*5 S.L. % EAL'. 94,) EO7A4A).%.4 W$.4. +A). C MuserKdumpKdestBN it !ill sho! the path of the trace file. Step35 We !ill "o to the path and find out our trace file accordin" to the date and time. Step:5 Go to 2,S mode and "o to that specified path %-74,9 Jt6prof file nameL Jdestination file nameL Step=5 It !ill convert trace file to readable mode. 1#. What are 7seudo columns? What are they? A. 7seudo columns behave li6e a table columns but !e are not create this columns they are5

1. 1owi&: It !ills "enarete !hen !e are insertin" the record into table. 2. 1ownum: It !ill populate !hen !e are e<ecutin" the select statement. #. Ne!t23$l: It !ill use !hen !e are callin" the ne<t value from the se8uence. &. urr2v$l: It !ill use !hen !e are callin" the current value from the se8uence. *. Level: 1&. What is se8uence? .<plain? A. Se8uence is used to "enerate primary 6ey values. Synta<5 4.A%. S.Q'.+ . Jse8uence nameL S%A4% WI%$ JnoL I+ 4.).+% /P JnoL )I+ EALJnoL )A0 EALJnoL Q P L.H+, P L.R Q A% $H+, A% $R. 1*. What is a synonym? A. Synonym is a alternative name of the database tables or ob>ects. 13. What is inline vie!? A. Inline vie! is a sub 8uery. It is not a database ob>ect. We !ill define a vie! temporary in a select statement. We !ill !rite the select statement in from clause is called inline vie!. When !e are "iven alias name is called a vie! name.

/LSQL FAQS 1. What is anonymous bloc6? A. Anonymous bloc6 is a bloc6 structure but it is not store any !here it canBt have any name. 2. What is .<ception !hat are they? A. .<ception is error handler statement it is used !hen the pro"ram terminates abnormally at the time the e<ception !ill do the abnormal termination to normal termination. %hey are mainly t!o types System defined e<ception and user defined e<ception. %he system defined e<ceptions are5 1. +,K2A%AK9,'+2 2. 2'7KEALK,+KI+2.0 #. '4S,4KAL4.A2PK,7.+ &. I+EALI2K '4S,4 *. S.4,K2.EI2. 3. EAL'.K.44,4 :. S%,4AG.K.44,4 =. 74,G4A)K.44,4 D. ,%$.4S etc. 'ser defined e<ceptions are5 Generally the oracle is provided some e<ception names nearly belo! *G. Suppose !e "ot error out of system defined e<ception at the time !e !ill have to define the name of the e<ception. %his is called user named e<ception. We have set the name of e<ception by usin" pra"ma e<ceptionKinit. 'ser defined e<ceptions !here ever !e !ant to raise e<ception !e !ill raise the e<ception. #. What is 4aiseKapplicationKerror? A. 4aise application error is used to terminate the pro"rame at any point of time. &. What is 7ra"ma e<ception init? A. 7ra"ma e<ception init tells the compiler to associate an e<ception !ith an oracle error it is used to "et the error messa"e of specific oracle error. *. What is 7ra"ma? A. 7ra"ma is pre compiler directive. 3. What is .<ception propa"ation? A. .<ception propa"ation is a master and child e<ception handler statement. Suppose !e have one parent and child bloc6. %here are occurred the error in child bloc6 but !e are not specified e<ception in the bloc6 the compiled !ill search the main bloc6 for the e<ception handler statement. :. What is a ursor? A. ursor is private area. %his area !ill provide by oracle en"ine it is a temporary memory. It is used to "et the data from the database. %here are t!o types. 1. Implicit cursor. 2. .<plicit cursor. D. What is implicit cursor? A. It !ill fire implicitly !hen the 2)L operations are doin". We canBt control this cursor. 1G. What is the cursor controls? A. ,pen( 9etch( lose 11. What is the implicit cursor attributes? A. SQLTIS,7.+( SQLT9,'+2( SQLT+,%9,'+2( SQLT4,W ,'+%. 12. What is e<plicit cursor?

A. .<plicit cursor is a cursor !e can control e<plicitly. %he e<plicit cursor attributes are TISK,7.+( T9,'+2( T+,%K9,'+2( and T 4,WK ,'+%. %he e<plicit cursors are5 1. 4ener$l ur'or: In this cursor !e !ill open( fetch( close the cursor manually. In this cursor !e !ill !rite the select statement !ith in the declaration part. 2. For ur'or: %his is a e<plicit cursor. In this cursor !e !ill not open( fetch( close the cursor manually. When !e are usin" for cursor it !ill open and it !ill fetch all records and it !ill e<it the loop and it !ill close automatically. %here is a one dra!bac6 that is it !onBt come in bet!een the fetchin" all records. E!: Step15 2efine cursor and !rite s8l statement in the declaration part. Step2: for Jvariable nameL in Jcursor nameL loop JWrite statementsL end loopN ". For (p&$te ur'or: %his cursor is used to update a sin"le record. When !e are updatin" the record in this cursor that record !ill be loc6. +o body !ill not use this record this is called record level loc6. In this cursor !e !ill use w5ere *urrent off. %his command !ill loc6 the specific record column value. It !ill frees the remainin" column values. /ut it is not recommended by usin" ro!ed !e !ill update the records. ). 1ef ur'or: 4ef cursor is a dynamic cursor. It !ill populate dynamically !e can "et a data throu"h by address or pointers. In "eneral cursor !e !ill specify the select statement in the declaration part in the ref cursor !e !ill specify the select statement in the body of the pro"ram. %hey are t!o types 1. Stron" ursor5 It is returnin" a value. 2. Wea6 ursor5 It should not return a value. 1#. What is 7rocedure? A. 7rocedure is a data base ob>ect. It performs a specific action. It contains a multiple statements. 1&. What is 9unction? A. 9unction is a data base ob>ect. It calculates the value and it must be return a value. 1*. What are parameter modes in the procedures and functions? A. %hey are three parameter modes in procedure and functions. I+( ,'%( I+,'%. I+ parameter is used to pass a value into procedures and functions. %he ,'% parameter is used to "et the value from procedures and functions. %he I+,'% parameter is used to pass the input value and "et the output value from the procedures and functions. /y default parameter is I+. 13. What is difference bet!een procedure and function? A. Generally procedure should not return a value the function it must be return a value. 9unctions !e can call at select statements directly. 7rocedures !e !ill e<ecute at 7LSQL bloc6 only. 1:. What is 7ac6a"e? A. 7ac6a"e is a data base ob>ect it is lo"ically related to 7LSQL ob>ect and sub pro"rams. 7ac6a"e containin" the 2 or more procedures and functions. It !ill "ive the "ood performance. %hey are t!o parts Specification and /ody of the pac6a"e. In the specification part !e have declare all procedures( functions !hich !e are !ritin" this pac6a"e and "lobal variables( ursors and user defined e<ceptions. In body of the pac6a"e havin" entire codin" of each procedure and function. 1=. What is difference bet!een procedure and pac6a"e?

A. 7rocedure is a sin"le ob>ect pac6a"e containin" a multiple ob>ects. 7ac6a"e containin" overloadin" specialty. When !e are compilin" the pac6a"e the pac6a"e the compilation code !ill store in SGA?System Global AreaA memory permanently. When !e are runnin" the pac6a"e the pac6a"e !ill e<ecute from SGA memory it self. When !e are callin" the procedure at the time the compilation !ill move to SGA memory temporarily it !ill e<ecute and it !ill destroy. %hatBs !hy the pac6a"e is very fast. 1D. What is ,verloadin" 7rocedure or function? A. ,verloadin" procedure is a procedure !e can create more then one procedure !ith the same name and different in parameters. It !ill perform different action. 2G. What is %ri""er? A. %ri""er is a database ob>ect. It !ill fires implicitly !hen the event occurs. 21. What are types of tri""ers In 7LSQL? A. %hey are 12 types that are /eforeHAfter( InsertH'pdateH2elete( 9or each ro! and Statement level. 22. What is )utatin" error? A. It !ills fires !hen !e are selectin" the record !hile doin" the 2)L operation on the same record and same table. %here is no permanent solutions they are havin" only t!o partial solutions thatBs are5 7ra"ma Autonomous %ransaction and Statement level tri""er. 2#. What is 7ra"ma Autonomous %ransaction? A. 7ra"ma autonomous transaction is a transaction it is used to split the transaction into t!o different transactions !ith master and child relation ship. %hey !ill e<ecute independently and they !ill commit independently. 2&. What is the Instead ,f %ri""er? A. Instead of %ri""er is used to do the 2)L operations on the comple< vie!s. 2*. What is dynamic SQL? A. 2ynamic SQL is to do the 22L 1 2)L operations !ith in the 7LSQL bloc6. Synta<5 .0. '%. I))I2IA% ?MJddlHdml statementLBAN 23. What is /ind variable? A. /ind variable is a variable but !e are not define the variable any !here it can hold the data temporarily it !ill identified by 5J EariableL. 2*. What is composite data type? A. omposite data types are Ttype and Tro!type. Ttype is used to declare the data type of the specific column in the table data type it is used to "et the specific column value. Tro!type is used to declare the specific table entire record data type. It is used to "et the entire record at a time. 23. What is 7LSQL table? A. 7LSQL table is a collection data type. It is called temporary table. It is li6e a varray the varray havin" specific len"th and pls8l table is havin" dynamic len"th of memory. We can create the pls8l table for the sin"le collection data type or sin"le ob>ect and it must be inde<ed by binary inte"er. Syn5 2eclare %ype Jtype nameL is table of .)7Ttype inde<ed by binary inte"erN JEariable nameL Jtable nameLN /e"in JEariable nameL?Jrecord numberL 5C JvalueLN .nd5 2:. What is the difference bet!een the cursor and pls8l table?

A. /oth !ill do same action but !hen !e are usin" the cursor !e !ill fetch the records statically. When !e are usin" the pls8l table !e !ill "et the records dynamically.. 2=. $o! !e can delete the specific record and all records from the pls8l table. A. Jtable nameL.delete ?Jrecord numberLAN is used to delete the specific record. J%able nameL. 2eleteN is used to delete the all records from the pls8l table. 2D. What is the +ested table? A. A table !ith in table is called a nested table. #G. What is bul6 collect? .<plain? A. /ul6 collect is used to move bul6 of records at a time to variable or pls8l table in 7LSQL bloc6. E!: 2eclare %ype empKtype is table of .)7Tro!type inde< by binaryKinte"erN % empKtypeN /e"in Select I bul6 collect into t from empN 9or i in 1.. 1& Loop 2bmsKoutput.putKline?t?iA.empnoUUB MUUt?iA.enameUUB MUUt?iA.salAN .nd loopN .<ception When others then 2bmsKoutput.putKline?M.rror is 5BUUs8lerrmAN .ndN #1. What is bind parameters in 7LSQL? What is the use of bind parameters? A. /ind parameters are temporary parameters !e are not create a parameters and !e are not set the values into this parameters. %here are to! types. 5 +e!( old. %his parameters are used to call the ne! or old records in tri""ers. #2. What are optimiFation techni8ues? A. %here are t!o types of optimiFation techni8ues !e are follo!ed. 1. 4ule based techni8ue 2. ost based techni8ue.

1E/O10S FAQS 1. What is 4epeatin" frame? A. 4epeatin" frame is behaves li6e place holder column. We can "et the "roup !ise records from the data base. 2. What is Summary olumn? A. Summary column is a system defined computation of an another column data. #. What is 9ormula olumn? A. 9ormula column is a user defined computation of an another column data. &. What is 7lace holder column? A. 7lace holder column is a column !hich !e !ill specify the data type and !e !ill set the values into the place holder column. *. What is the 9ormat tri""er? A. 9ormat tri""er is a 7LSQL function that are e<ecuted before the formattin" an ob>ect. It facilitates the dynamic chan"es of formattin" attribute value. 3. What is Ealidation %ri""er? A. Ealidation tri""er is 7LSQL function thatBs are e<ecuted !hen !e are select on the parameter value on the command line. When !e are accept the parameter value on the command line. :. What is the action tri""er? A. Action tri""er is a 7LSQL procedure thatBs e<ecuted !hen !e are select the command button on the run time previe!. It is used to call the another report. =. What are tri""ers in reports? A. %hey are * types of tri""ers in reports. 1. /efore 7arameter form 2. After 7arameter form #. before 4eport &. bet!een 7a"es *. after 4eport D. /ind and Le<ical parameter? A. /ind parameter is a parameter it is used to substitute the record value. Le<ical parameter is a parameter it is used to substitute the 22LH2)L statement to the main 8uery or 8uery builder. We can pass the parameter value in the before parameter form. 1G. What is the onfine mode and 9le<i mode? A. onfine mode is used to confine the ob>ect from its parent. 9le<i mode is used to move the ob>ect any !are. 11. What is the Sr!.messa"e? A. Sr!.messa"e is used to display the messa"e in the reports. 12. What is Sr!.doKs8l? A. Sr!.doKs8l is used to run 22LH2)L statement in the reports. 1#. What is Sr!.abort? A. Sr!.abort is used to stop and e<it the reportHform at any point of the time. 1&. What is Sr!.runKreport? A. Sr!.runKreport is used to run the another report !ith in the report. 1*. What is Sr!.runKproduct? A. Sr!.runKproduct is used to call another form !ith in the form or report. 13. What is Anchor? A. Anchor is used to determine the horiFontal and vertical position of the child ob>ect from its parent. 1:. What is the onditional format tri""er?

A. It is used to format the ob>ects in layout editor. .<5 suppose !e are "ettin" one report output I !ant to display different color !ho are "ettin" the above 1G6 sal. At the time !e !ill set the conditional format tri""er.

A//S FAQS 1. A. What is the report re"istration steps in apps? 1. We !ill create the report accordin" to the client re8uirement 2. We !ill move the report appropriate custom top. #. We !ill create e<ecutable and set the e<ecutable method as a oracle report. &. 2efine a concurrent pro"ram and set the e<ecutable into the concurrent pro"ram. *. If our report havin" any parameters first !e !ill create value sets and set the parameters into the concurrent pro"ram. 3. Add the concurrent pro"ram into the re8uest "roup :. %he user must have that specific responsibility( "o !ith that responsibility and vie! re8uest then submit sin"le re8uest. $o! many types of e<ecutable methods in apps? What are they? In oracle 11.*.1G there are 12 types of e<ecutable methods5 1. $ost 2. Immediate #. Vava stored pro"ram &. Vava concurrent pro"ram *. )ulti lan"ua"e function 3. ,racle report :. 7LHSQL stored procedure =. 4e8uest sta"e function D. Spa!ned 1G. SQL I Loader 11. SQL I 7lus 12. 7erl oncurrent 7ro"ram $o! many types of value sets? What are they? Ealue sets are5 1. +one ?It accepts value at run time it canBt sho! lovA 2. %able ?It can sho! lov dynamically from the database table columnsA #. Independent ?It can sho! the lov statically !hen ever !e !ant to add the lovBs !e !ill add manuallyA &. 2ependent? %his value set depends independent value set !hen ever !e are creatin" dependent value set before that !e need to create independent value set and then !e !ill create dependent value setA *. %ranslatable Independent ?It is Lan"ua"e specification time and independent value setA 3. %ranslatable 2ependent ?It is Lan"ua"e specification time and dependent value setA :. Special ?%hese special and pair value sets are used to display the fle< fields dataA =. 7air What is the 2ependent Ealue set? 2ependent value set is a value type of value set. %his value set !ill depend another value set. When !e creatin" dependent value set before that !e !ill create independent value set and then create dependent value set. /ecause the dependent value set !ill refer previous parameter value. What is the profile? 7rofiles are a chan"eable options it is set of options. What is the use of Ofle<O? Ofle<O is used to refer the previous parameter value.

#. A.

&. A.

*. A.

3. A. :. A.

=. What is the use of OprofileO? A. OprofileO is used to "et the profile values li6e userKid( appKid( respKappKid( etc. D. What is the mandatory parameter to re"ister the report in apps? A. 7K ,+ K4.Q'.S%KI2 1G. What is the 'ser .<its? What are they? A. 'ser .<its are #rd "eneration lan"ua"e pro"ram it is used to pass the control from oncurrent pro"ram to reports then perform specific action and return bac6. %hey are * types. 1. 9+2 S4WI+I% 2. 9+2 S4W.0I% #. 9+2 9L.0SQL &. 9+2 9L.0I2EAL *. 9+2 9A4)A%K '44.+ P 11. What is the use of 9+2 S4WI+I%? A. S4WI+I% is used to "et the concurrent re8uest information and then set up the profile option. 12. What is the use of S4W.0I%? A. %his user e<it is used to release the memory to other users. 1#. What is the 9L.0SQL 1 9L.0I2EAL? A. %his user e<ists is used to populate the se"ments and concatenate the se"ments. 1&. What is use of 9,4)A%K '44.+ P? A. %his user e<it is used convert the currency from one currency to another currency. 1*. What are the AI) methods? A. Application Implementation )ethods are5 1. 2efinition phase 2. ,peration analysis phase #. Solution desi"n phase &. /uild phase *. %ransaction phase 3. 7roduction phase 13. What are the user levels of profiles? Which is the hi"hest 1 lo!est priority? A. 1. Site 2. Application #. 4esponsibility &. 'ser 'ser havin" the hi"hest priority and Site is havin" lo!est priority. 1:. What is )ulti or" structure? A. /usiness Group ?$49EK/'SI+.SSKG4,'7A Set of boo6s ?GLKS.%SK,9K/,,-SA Le"al entity ?$4KL.GALK.+%I%I.SA ,peration unit ?$4K,7.4A%I+GK'+I%SA Inventory or"aniFation ?)%LK7A4A).%.4SA 1=. What is the )ulti ,r"? A. /y usin" sin"le installation of an oracle application product it is used to support number of or"aniFations( even if they are usin" different sets of boo6s. 1D. $o! can you find out our table is multi or" or not? A. S.L. % )ultiKor"Kfla" from fndKproductK"roups Where tableKname C Jour table nameL. It !ill sho! the P or +( if it is a P then the table is )ulti or" else the table is not a )ulti or". And MKallB tables all are )ulti or" tables. 2G. $o! many types of report re"istration methods?

A. %here are t!o types that are throu"h front end and /ac6 end. 21. What are the mandatory parameters to re"ister the procedure in apps? A. %hey are t!o out parameter and varchar2 data type !ill re8uire that is errbuff and retcode. .rrbuff !ill return the error messa"e of the latest error code. 4etcode is return the status code of the compiler. %he status code is displays G(1(2. G is successful 1 is success !ith !arnin" 2 is error 22. an !e re"ister the pls8l function throu"h apps? A. +o !e canBt re"ister the function throu"h apps. 9irst !e can crate one procedure and then call the function into the procedure then !e can re"ister the procedure. 2#. What is the re8uest "roup? And re8uest set? A. 4e8uest "roup is containin" the multiple concurrent pro"rams and it is used to submit the sin"le re8uest at a time. 4e8uest set is used to submit a multiple re8uests at a time. 2&. What is the data "roup? A. 2ata "roup is containin" the users and applications and !hich application is assi"ned each user. 2*. What are the parameters in 9+2K9,4)A%K '44.+ P? A. 1. urrency code 2. 2isplay !idth #. Source column &. 2estination column 23. What is A7IBS? What are they? A. A7IBs is the database pac6a"es. %hatBs are 1. 9+2K74,G4A) 2. 9+2K4.Q'.S% #. 9+2KS'/)I% &. 9+2K4.Q'.S%KS.% *. 9+2K ,+ '4.+% 3. 9+2K74,9IL. : A2K22 2:. $o! to run the ob>ect throu"h bac6 end? A. We !ill submit the ob>ect throu"h bac6 end by usin" 9+2K4.Q'.S% A7I. 9+2K4.Q'.S%.S'/)I%K4.Q'.S% ? Application CL Japplication short nameL( 7ro"ram CL Jconc pro" short nameL( 2escription CL JdescriptionL( ?not mandatoryA StartKtime CL Jpro"ram start timeL( ?not mandatoryA SubKre8uest CL Jsub re8uest nameL( ?not mandatoryA Ar"ument1 CL Jparameter1L( ?not mandatoryA W Ar"ument1GG CL Jparameter1GGL( ?not mandatoryAAN 2=. Which A7I !e !ill use to define a concurrent pro"ram and e<ecutable? A. 9+2K74,G4A).2.9I+. ?parametersA( 9+2K74,G4A)..0. '%A/L. ?parametersA( 9+2K74,G4A).2.L.%. ?parametersA .tc(.

You might also like