Vendor: Microsoft
Exam Code: 98-361
Exam Name: Microsoft MTA Software Development Fundamentals
Version: Demo
QUESTION NO: 1
You are emploed as a developer at A!"#com# You ma$e use of "% and AS'(T for development purposes# You )ave *een as$ed to create a new pro+ram for A!"#com# &rior to creatin+ t)e new pro+ram, ou plan to create an al+orit)m to full compre)end )ow t)e processes of t)e pro+ram must run# T)e al+orit)m will list t)e reuired actions for completin+ a process in t)e appropriate seuence# You are informed t)at our met)od for creatin+ t)e al+orit)m s)ould *e as simple, and clear as possi*le# .)at option s)ould ou use/
You s)ould consider ma$in+ use of B. You s)ould consider ma$in+ use of C. You s)ould consider ma$in+ use of D. You s)ould consider ma$in+ use of A.
t)e flowc)art met)od# t)e pivotc)art met)od# t)e data ta*le met)od# t)e 0M met)od#
Answer: A Explanation:
QUESTION NO: 2
You are emploed as a developer at A!"#com# You are creatin+ a #'(T Framewor$ application#
You )ave *een instructed to ma$e sure t)at ou ma$e use of "ommon 2ntermediate an+ua+e "24 for pro+rammin+ t)e application# .)at options are T5( wit) re+ards to "2/ ")oose all t)at appl#4
"2 is t)e )i+)est-level )uman-reada*le pro+rammin+ lan+ua+e defined * t)e "ommon an+ua+e 2nfrastructure specification# B. "2 is t)e )i+)est-level )uman-reada*le pro+rammin+ lan+ua+e defined * t)e "ommon an+ua+e 2nfrastructure specification# C. "2 is an o*7ect-oriented assem*l lan+ua+e, and is entirel stac$-*ased# D. "2 is an o*7ect-oriented assem*l lan+ua+e, *ut is not stac$-*ased# A.
Answer: A,C Explanation:
QUESTION NO: 3
You are emploed as a developer at A!"#com# You ma$e use of isual !asic #'et for development purposes# You )ave written t)e code s)own *elow for declarin+ an arra of a new application
Dim mArra as Strin+ : ; apples, pears, plums, +rapes, oran+es, *ananas<
You want to return t)e t)ird item in our arra#
.)at code would ou emplo/
mArra=1> B. mArra=?> C. mArra=3> D. mArra=@> E. mArra=> F. mArra=6> A.
Answer: Explanation:
QUESTION NO: !
You are emploed as a developer at A!"#com# You are in t)e process of creatin+ code for a met)od t)at does not retrieve a value for t)e callin+ code# You want to ma$e sure t)at t)is is reflected w)en declarin+ t)e met)od#
.)at option s)ould ou use/
You s)ould consider ma$in+ use of t)e void $eword in t)e met)od declaration# B. You s)ould consider ma$in+ use of t)e sealed "% statement in t)e met)od declaration# C. You s)ould consider ma$in+ use of t)e internal "% statement i n t)e met)od declaration# D. You s)ould consider ma$in+ use of t)e pu*lic "% statement in t)e met)od declaration# E. You s)ould consider ma$in+ use of t)e protected "% statement in t)e met)od declaration# A.
Answer: A Explanation:
QUESTION NO: "
You are emploed as a developer at A!"#com# You ma$e use of "% and AS'(T for development purposes# You )ave received instructions to create a new pro+ram for A!"#com usin+ "%# You are informed t)at t)e new pro+ram s)ould allow for intricate multi-wa *ranc)in+# Furt)ermore, t)e code used must not *e difficult to ma$e sense of# .)at is t)e option ou s)ould use/
You s)ould consider ma$in+ use of B. You s)ould consider ma$in+ use of C. You s)ould consider ma$in+ use of D. You s)ould consider ma$in+ use of A.
t)e foreac) "% statement# t)e w)ile "% statement# t)e protected "% statement# t)e switc) "% statement#
Answer: # Explanation:
QUESTION NO: $
You are emploed as a developer at A!"#com# You ma$e use of "% and AS'(T for development purposes# You )ave *een tas$ed wit) creatin+ a new pro+ram for A!"#com usin+ "%# T)e new pro+ram will iterate t)rou+)out an assortment of lists and arras# (ver element in t)is assortment must *e processed 7ust one time# You are t)en informed t)at readin+ and de*u++in+ our code s)ould not *e difficult#
.)at action s)ould ou ta$e/
You s)ould consider ma$in+ use of t)e switc) "% statement as part of our code# B. You s)ould consider ma$in+ use of t)e void $eword as part of our code# C. You s)ould consider ma$in+ use of t)e foreac) "% statement as part of our code# D. You s)ould consider ma$in+ use of t)e interface $eword as part of our code# A.
Answer: C Explanation:
QUESTION NO: %
You are emploed as a developer at A!"#com# You ma$e use of "% and AS'(T for development purposes# You )ave *een instructed to create a new application for A!"#com usin+ "%# T)e new application must process a loop repeatedl for precisel B times# .)ic) of t)e followin+ represents t)e code ou s)ould write/
int count : 1C w)ile count : B4 A.
{ "onsole#.riteineET)e value of count : ;
Answer: A Explanation:
QUESTION NO: &
You )ave *een instructed to create a new pro+ram for A!"#com# T)e pro+ram s)ould *e a*le to affect inte+er values, w)ic) ma *e positive or ne+ative and *e +reater t)an twelve c)aracters# You )ave to ma$e sure t)at ou are a*le to store t)is tpe of varia*le# .)at is t)e option ou s)ould ta$e/
You s)ould consider ma$in+ use of B. You s)ould consider ma$in+ use of C. You s)ould consider ma$in+ use of D. You s)ould consider ma$in+ use of A.
t)e static data tpe# t)e strin+ data tpe# t)e private data tpe# t)e lon+ data tpe#
Answer: # Explanation:
QUESTION NO: '
You are emploed as a developer at A!"#com# You ma$e use of "% and AS'(T for development purposes# You )ave *een instructed to create a new application t)at s)ould include a recursive met)od t)at computes t)e factorial of a num*er# You )ave written t)e followin+ code for t)e met)od
1 pu*lic static int Factorialint n4 ? ; 3 if n :: 4 @ ; return 1C 6 < B else 8 ;
9 10:
}
11:
}
You )ave to insert suita*le code at line 9 to ma$e sure t)at t)e proper outcome is reac)ed#
.)at line of code s)ould *e inserted/
return n H Factorialn - 14C B. return nC C. return n H Factorialn - 4C D. return C A.
Answer: A Explanation:
QUESTION NO: 1(
You are emploed as a developer at A!"#com# You ma$e use of "% and AS'(T for development purposes# You are writin+ code for a new A!"#com application# T)e code includes t)e w)ile statement#
You want to ma$e sure t)at a control enters t)e w)ile loop siI times#
.)ic) of t)e followin+ suita*l represents t)e written code/
int count : C w)ile count 64 A.
{ w)en count :: 64 *rea$C countGGC } B. int count : C w)ile count B4 { if count :: 4
*rea$C countG GC
} int count : 1C w)ile count 64 C.
{ if count :: 64 *rea$C countG GC } D. int count : 1C w)ile count B4 { w)en count :: 4 *rea$C countGGC }
Answer: Explanation:
QUESTION NO: 11
You are emploed as a developer at A!"#com# You ma$e use of "% and AS'(T for development purposes# You )ave *een instructed to create a new pro+ram for A!"#com# You )ave to include a repetition structure t)at allows for t)e termination condition test to eIecute at t)e *ottom of t)e loop not t)e top# .)at action s)ould ou ta$e/
You s)ould consider ma$in+ use of B. You s)ould consider ma$in+ use of C. You s)ould consider ma$in+ use of D. You s)ould consider ma$in+ use of A.
Answer: # Explanation:
QUESTION NO: 12
t)e pu*lic "% statement# t)e sealed "% statement# t)e private "% statement# t)e do-w)ile "% statement#
You )ave *een instructed to create a pro+ram t)at includes code t)at allows t)e pro+ram to iterate a set amount of times# 5e+ardless of w)et)er t)e loop *od includes compleI code, t)e written code s)ould *e understanda*le and easil maintaina*le# .)at option s)ould ou use/ You s)ould consider ma$in+ use of B. You s)ould consider ma$in+ use of C. You s)ould consider ma$in+ use of D. You s)ould consider ma$in+ use of A.
t)e pu*lic "% statement# t)e for "% statement# t)e private "% statement# t)e sealed "% statement#
Answer: Explanation:
QUESTION NO: 13
You are emploed as a developer at A!"#com# You ma$e use of "% and AS'(T for development purposes# You )ave received instructions to create a met)od for determinin+ t)e concession for products A!"#com sold# A varia*le, named percentalue, is of t)e tpe dou*le and must *e onl *e availa*le in t)e met)od# .)ic) of t)e followin+ actions s)ould ou ta$e/ You s)ould consider ma$in+ use of t)e private access modifier for distin+uis)in+ t)e percentalue varia*le# B. You s)ould consider ma$in+ use of t)e void access modifier for distin+uis)in+ t)e percentalue varia*le# C. You s)ould consider ma$in+ use of t)e strin+ access modifier for distin+uis)in+ t)e percentalue varia*le# D. You s)ould consider ma$in+ use of t)e protected access modifier for distin+uis)in+ t)e A.
percentalue varia*le# Answer: A Explanation:
QUESTION NO: 1!
You are plannin+ to ma$e use of an 2nitFields met)od t)at o*tains two parameters of data tpe dou*le, *ut does not retrieve a value for t)e callin+ code# You start writin+ code to define t)e 2nitFields met)od as s)own *elow
pu*lic void 2nitFieldsdou*le l, dou*le w4
.)at code s)ould ou use to complete t)e code/
A) { retrieve len+t) G widt)C } B. { len+t) : lC widt) : wC } C. { retrieve len+t) - widt)C< #) { retrieve len+t) G widt)C } Answer: Explanation:
QUESTION NO: 1"
You are emploed as a developer at A!"#com# You ma$e use of "% and AS'(T for development purposes# You are in t)e process of creatin+ a class t)at ma$es use of a met)od usin+ t)e virtual modifier#
.)ic) of t)e followin+ is T5( wit) re+ards to t)e virtual modifier/ ")oose all t)at appl#4
You are una*le to ma$e use of t)e virtual modifier wit) t)e static, a*stract, private or override modifiers# B. You are a*le to ma$e use of t)e virtual modifier wit) t)e static, a*stract, private or override A.
modifiers#
#) T)e virtual modifier is used in a class declaration to indicate t)at a class is intended onl to *e a
*ase class of ot)er classes# Answer: A Explanation:
QUESTION NO: 1$
You are emploed as a developer at A!"#com# You ma$e use of "% and AS'(T for development purposes# You are in t)e process of definin+ a class to provide functionalit for eIecutin+ custom pivot transforms on *i+ data sets# You )ave *een informed t)at derived classes s)ould *e prevented from in)eritin+ t)e functionalit of t)e class# .)at action s)ould ou ta$e/ You s)ould consider ma$in+ use of B. You s)ould consider ma$in+ use of C. You s)ould consider ma$in+ use of D. You s)ould consider ma$in+ use of A.
t)e sealed $eword# t)e static $eword# t)e pu*lic $eword# t)e int $eword#
Answer: A Explanation:
QUESTION NO: 1%
You are emploed as a developer at A!"#com# You are in t)e process of creatin+ a new application t)at includes numerous classes, wit) dissimilar al+orit)ms# You )ave *een instructed to ma$e sure t)at t)ese classes are confi+ured to print, re+ardless of t)eir dissimilar al+orit)ms# .)ic) of t)e followin+ actions s)ould ou ta$e/
You s)ould consider developin+ a classified interface t)at is emploed * all of t)e classes# B. You s)ould consider confi+urin+ a customiJed interface for eac) class# C. You s)ould consider confi+urin+ a uniue interface for eac) class# D. You s)ould consider developin+ a common interface t)at is emploed * all of t)e classes# A.
Answer: # Explanation:
QUESTION NO: 1&
You are emploed as a developer at A!"#com# You ma$e use of "% and AS'(T for development purposes# You are in t)e process creatin+ a class, named A!"Movies# You want to ma$e sure t)at ou )ave t)e a*ilit to retrieve a list of all movies, w)ic) are arran+ed * t)e producerKs surname# You )ave to ma$e sure t)at t)is feature of t)e class is suita*l classified * t)e code ou insert#
.)at action s)ould ou ta$e/
You s)ould consider ma$in+ use of B. You s)ould consider ma$in+ use of C. You s)ould consider ma$in+ use of D. You s)ould consider ma$in+ use of A.
a met)od# an element# t)e w)ile statement# t)e foreac) statement#
Answer: A Explanation:
QUESTION NO: 1'
You are emploed as a developer at A!"#com# You ma$e use of "% and AS'(T for development purposes# You )ave *een instructed to create a new class# T)e new class must allow for t)e immediate initialiJation of its data mem*ers ever time an o*7ect of t)e class is created# .)ic) of t)e followin+ actions s)ould ou ta$e/
You s)ould consider creatin+ an element in t)e class# B. You s)ould consider creatin+ a constructor in t)e class# C. You s)ould consider creatin+ a customiJed interface for t)e class# D. You s)ould consider developin+ a common interface for t)e class# A.
Answer: Explanation:
QUESTION NO: 2(
You are emploed as a developer at A!"#com# You ma$e use of "% and AS'(T for development purposes# You are in t)e process of developin+ a new derivative of t)e S)ape class# T)e S)ape class ma$es use of pu*lic virtual void to define t)e Area met)od# You want to ma$e sure t)at t)e Area met)od in t)e S)ape class allows for new operations, w)ile $eepin+ t)e eIecution of t)e Area met)od of t)e S)ape class concealed# .)at option s)ould ou use/
You s)ould consider definin+ t)e Area met)od for t)e derivative of t)e S)ape class usin+ pu*lic new void# B. You s)ould consider definin+ t)e Area met)od for t)e derivative of t)e S)ape class usin+ private new void# C. You s)ould consider definin+ t)e Area met)od for t)e derivative of t)e S)ape class usin+ pu*lic sealed void# D. You s)ould consider definin+ t)e Area met)od for t)e derivative of t)e S)ape class usin+ A.
private sealed void# Answer: A Explanation:
QUESTION NO: 21
You are emploed as a developer at A!"#com# You ma$e use of "% and AS'(T for development purposes# You are instructed to develop a new 5ectan+le class# T)e new class s)ould allow for 5ectan+le o*7ects to *e compared# .)at option suita*l represents t)e necessar code/ A) class 5ectan+le 2"onverti*le { pu*lic dou*le en+t) ; +etC setC <
pu*lic dou*le .idt) ; +etC setC < pu*lic dou*le LetArea4
{ return en+t) H .idt)C } pu*lic int"ompareToo*7ect o*74 { 5ectan+le tar+et : 5ectan+le4o*7C dou*le diff : t)is#LetArea4 - tar+et#LetArea4C if diff :: 4 return C else if diff 4 return 1C else return -1C } } B. class 5ectan+le 2"ompara*le { pu*lic en+t) ; +etC setC < pu*lic .idt) ; +etC setC < pu*lic LetArea4 { return AreaC } pu*lic int"ompareToo*7ect o*74 { 5ectan+le tar+et : 5ectan+le4o*7C dou*le diff : t)is#LetArea4 - tar+et#LetArea4C if diff :: 4 return C else if diff 4 return 1C else return -1C } } C. class 5ectan+le 2"ompara*le { private dou*le en+t) ; +etC setC < private dou*le .idt) ; +etC setC < private dou*le LetArea4 { return en+t) H .idt)C } private int"ompareToo*7ect o*74 { 5ectan+le tar+et : 5ectan+le4o*7C dou*le diff : t)is#LetArea4 - tar+et#LetArea4C if diff :: 4 return C
else if diff 4 return 1C else return -1C } } #) class 5ectan+le 2"ompara*le { private en+t) ; +etC setC < private .idt) ; +etC setC < private LetArea4 { return AreaC } private int"ompareToo*7ect o*74 { 5ectan+le tar+et : 5ectan+le4o*7C dou*le diff : t)is#LetArea4 - tar+et#LetArea4C if diff :: 4 return C else if diff 4 return 1C else return -1C } } Answer: A Explanation:
QUESTION NO: 22
You are emploed as a developer at A!"#com# You ma$e use of "% and AS'(T for development purposes# You are in t)e process of creatin+ an application usin+ "%# You )ave 7ust developed a class t)at )as t)e same name as a class in a t)ird-part li*rar ou are usin+# You are informed t)at ma$in+ use of t)is class in our code s)ould not affect t)e clarit of our code# .)at action s)ould ou ta$e/ A) You s)ould consider includin+ t)e namespace "% $eword in our code#
You s)ould consider includin+ t)e int "% $eword in our code# C. You s)ould consider includin+ t)e void "% $eword in our code# D. You s)ould consider includin+ t)e static "% $eword in our code# B.
Answer: A Explanation:
QUESTION NO: 23
You are emploed as a developer at A!"#com# You ma$e use of "% and AS'(T for development purposes# You )ave received instructions to create a new "% pro+ram for A!"#com# You want to write code t)at declares mem*ers t)at *elon+ to t)e actual class, not to specific o*7ects# .)at is t)e action ou s)ould ta$e/
You s)ould consider ma$in+ use of an a*stract $eword# B. You s)ould consider ma$in+ use of a strin+ $eword# C. You s)ould consider ma$in+ use of a virtual $eword# D. You s)ould consider ma$in+ use of a static $eword# A.
Answer: # Explanation:
QUESTION NO: 2!
You are emploed as a developer at A!"#com# You ma$e use of "% and AS'(T for development purposes# You are in t)e process of creatin+ a new pro+ram usin+ "%# Your code )as to include an element t)at meets t)e followin+ reuirements •Specifies t)e template for an o*7ect# •Must *e a c)aracteriJation of a new data tpe#
.)at action s)ould ou ta$e/
A. B.
You s)ould consider includin+ a class# You s)ould consider includin+ a dele+ate#
You s)ould consider includin+ a met)od# D. You s)ould consider includin+ a propert# C.
Answer: A Explanation:
QUESTION NO: 2"
You are emploed as a developer at A!"#com# You ma$e use of "% and AS'(T for development purposes# You )ave *een instructed to develop a new .indows application for A!"#com# You are in t)e process of definin+ a new class# You want to ma$e sure t)at code outside t)e assem*l is prevented from accessin+ t)e class# "ode pac$a+ed in t)e same assem*l s)ould )owever )ave t)e a*ilit to access t)is class, re+ardless of w)et)er t)e in)erit directl or indirectl from t)e class# .)at action s)ould ou ta$e/
You s)ould consider declarin+ t)e class usin+ B. You s)ould consider declarin+ t)e class usin+ C. You s)ould consider declarin+ t)e class usin+ D. You s)ould consider declarin+ t)e class usin+ A.
t)e pu*lic access modifier t)e void access modifier t)e private access modifier t)e strin+ access modifier
Answer: C Explanation:
QUESTION NO: 2$
You are emploed as a developer at A!"#com# You ma$e use of "% and AS'(T for development purposes# You )ave *een instructed to develop a new .indows application for A!"#com# You are in t)e process of definin+ a new common *ase class t)at must *e used * various derived classes# You want to declare t)e new *ase class .)at is t)e option ou s)ould use/
A. B. C.
You s)ould consider ma$in+ use of t)e actual $eword# You s)ould consider ma$in+ use of t)e limit $eword# You s)ould consider ma$in+ use of t)e interface $eword#
#) You s)ould consider ma$in+ use of t)e concrete $eword# Answer: C Explanation:
QUESTION NO: 2%
You are emploed as a developer at A!"#com# You ma$e use of "% and AS'(T for development purposes# You )ave *een instructed to develop a new .indows application for A!"#com# You )ave decided to ma$e use of t)e in)eritance o*7ect oriented pro+rammin+ concept# .)at will t)is allow for/
2t will ena*le derived classes to s)are common functionalit wit) *ase classes, *ut prevent t)em from definin+ t)eir own uniue *e)avior# B. 2t will prevent derived classes from s)arin+ common functionalit wit) *ase classes, w)ile allowin+ t)em to define t)eir own uniue *e)avior# C. 2t will prevent derived classes to s)are common functionalit wit) *ase classes, and also prevent t)em from definin+ t)eir own uniue *e)avior# D. 2t will ena*le derived classes to s)are common functionalit wit) *ase classes, w)ile allowin+ A.
t)em to define t)eir own uniue *e)avior# Answer: # Explanation:
QUESTION NO: 2&
You are emploed as a software sstem developer at A!"#com#
You are in t)e process of developin+ a new software sstem for A!"#com# You are as$ed to identif t)e steps reuired in t)e development process# .)at option suita*l descri*es t)e F25ST step/
You s)ould consider performin+ a reuirements analsis# B. You s)ould consider c)oosin+ a suita*le desi+n model# C. You s)ould consider selectin+ a suita*le *ac$up strate+# D. You s)ould consider selectin+ a release date# A.
Answer: A Explanation:
QUESTION NO: 2'
You are emploed as a software sstem developer at A!"#com#
You are preparin+ t)e development of a new software sstem for A!"#com# You are currentl analJin+ t)e results of t)e desi+n process, prior to development# .)at options form part of t)e results ou are analJin+/
&lans# B. Modes# C. Arc)itecture# D. Nardware application# A.
Answer: A, Explanation:
QUESTION NO: 3(
You are emploed as a software sstem developer at A!"#com#
You )ave received a reuest for t)e development of a new software sstem# You reuire t)e assistance of various tpes of developers durin+ t)e development process, of w)ic) one i s an arc)itect# .)at is t)e purpose of an arc)itect/
A. An
arc)itect develops sstem content# B. An arc)itect develops t)e sstemKs tec)nical *lueprint# C. An arc)itect deals wit) ualit control# D. An arc)itect develops sstem manuals and )elp files# Answer: Explanation:
QUESTION NO: 31
You )ave received a reuest for t)e development of a new software sstem# You reuire t)e assistance of various tpes of developers durin+ t)e development process, of w)ic) one is a tec)nical writer# .)at is t)e purpose of a tec)nical writer/ A. A
tec)nical writer develops sstem content# B. A tec)nical writer develops t)e sstemKs tec)nical *lueprint# C. A tec)nical writer deals wit) ualit control# D. A tec)nical writer develops sstem manuals and )elp files# Answer: # Explanation:
QUESTION NO: 32
You are emploed as a developer at A!"#com# You ma$e use of "% and AS'(T for development purposes# You )ave *een instructed to create a new pro+ram for A!"#com# You )ave reac)ed t)e testin+ sta+e of t)e development process# .)at is t)e reason for t)e testin+ sta+e/
2t allows ou to B. 2t allows ou to C. 2t allows ou to D. 2t allows ou to A.
ascertain w)et)er t)e pro+ram eIecution meets t)e initial reuirements# optimiJe t)e pro+ram for performance and securit# emplo a data structure t)at serves as a *uffer for overflow capacit# analJe t)e pac$a+in+, deploment, deliver, and support plan for t)e pro+ram#
Answer: A Explanation:
QUESTION NO: 33
You are emploed as a software sstem developer at A!"#com# You )ave received a reuest for t)e development of a new software sstem# You reuire t)e assistance of various people durin+ t)e development process, of w)ic) one is a release mana+er#
A. A
release mana+er develops sstem content# B. A release mana+er creates a rollout plan and certifies release candidates for s)ipment or deploment# C. A release mana+er deals wit) ualit control# D. A release mana+er develops sstem manuals and )elp files# Answer: Explanation:
QUESTION NO: 3!
You are emploed as a developer at A!"#com# You )ave *een instructed to create a new pro+ram for A!"#com# You want to ma$e sure t)at w)en ou fiI a pro*lem wit) t)e pro+ram, it does not ne+ativel affect t)e rest of t)e pro+ram# You need to emplo a suita*le testin+ strate+#
.)at option s)ould ou use/
Mer+er# B. 2mprovement# C. 5e7ection# D. 5e+ression# A.
Answer: # Explanation:
QUESTION NO: 3"
You are emploed as a senior developer at A!"#com# You are responsi*le for runnin+ trainin+ eIercises for 7unior developers# Durin+ one of t)e trainin+ eIercises, ou are discussin+ testin+# You are eIplainin+ w)at w)ite-*oI testin+ entails# .)at is T5( wit) re+ards to w)ite-*oI testin+/ ")oose all t)at appl#4
.)ite-*oI testin+ allows for testin+ ever ima+ina*le com*ination of end-user activities# B. .)ite-*oI testin+ reuires t)e creation test cases * studin+ t)e code to identif an possi*le failure scenarios# C. You are allowed to ma$e use of sample applications to inte+rate and test t)e application *loc$ for w)ite *oI testin+# D. .)ite-*oI testin+ is also $nown as +lass *oI, clear *oI, and open *oI testin+# A.
Answer: ,# Explanation:
QUESTION NO: 3$
You are emploed as a senior developer at A!"#com# You are responsi*le for runnin+ trainin+ eIercises for 7unior developers# Durin+ one of t)e trainin+ eIercises, ou are discussin+ testin+# You are eIplainin+ w)at *lac$-*oI testin+ entails# .)at is T5( wit) re+ards to *lac$-*oI testin+/ ")oose all t)at appl#4 !lac$-*oI testin+ allows for testin+ ever ima+ina*le com*ination of end-user activities# B. !lac$-*oI testin+ reuires t)e creation test cases * studin+ t)e code to identif an possi*le failure scenarios# C. You are allowed to ma$e use of sample applications to inte+rate and test t)e application *loc$ for *lac$ *oI testin+# D. !lac$-*oI testin+ is also $nown as +lass *oI, clear *oI, and open *oI testin+# A.
Answer: A,C Explanation:
QUESTION NO: 3%
You are emploed as a developer at A!"#com# You ma$e use of "% and AS'(T for development purposes# You )ave *een instructed to create a new pro+ram for A!"#com# You are plannin+ to ma$e use of a ueue data structure# .)ic) of t)e followin+ options are T5( wit) re+ards to t)e ueue data structure/
A) 2t is a conti+uous collection of data items t)at can *e accessed * an ordinal indeI# B. 2t does not allow random access#
2t does not support c)ainin+, splittin+, ccles, or ot)er features t)at can leave t)e ueue in a conflictin+ state# D. 2t is t)e most commonl used data structure# C.
Answer: Explanation:
QUESTION NO: 3&
You are emploed as a developer at A!"#com# You ma$e use of "% and AS'(T for development purposes# You )ave *een instructed to create a new pro+ram for A!"#com# You are plannin+ to ma$e use of a stac$ data structure# .)ic) of t)e followin+ options are T5( wit) re+ards to t)e stac$ data structure/
2t is a conti+uous collection of data items t)at can *e accessed * an ordinal indeI# B. 2t does not support c)ainin+, splittin+, ccles, or ot)er features t)at can leave t)e stac$ in a conflictin+ state# C. 2t processes items on a first come, last served sstem# D. 2t is t)e most commonl used data structure# A.
Answer: C Explanation:
.