6th Sem CSE PYQ
6th Sem CSE PYQ
CO: Infer the background processes in queries &transactions, explain howthese impact database
design
CO2: Choose appropriate ways of storing data and optimizing queries
COS: Explainchallenge of big data and demonstrate the comparison of relational database systems
with NoSQL databases
cO:Compare &discover the suitability of large databases to store, query &ahalyse various forms
of data
COS: Apply techniques of data fragmentation, replication and allocation to design a distributed or
parallel database system.
Q1|CO2, Marks 4] Consider a file of 16384 records where each recorc is 32 bytes long.
The key field is of size 6bytes and the file organization is unspanned (i.e., record of a file is
storcd inside the block only if it can be storcd completely inside it). The file system has a
block size of 1024 bytes and the size of ablock pointer is 10 bytes. Find the average number
of blocks to search for a record with indexing for tlhe following 2 cases:
a) The file is ordered on the key field.
b) The file is ordered on a non-key 1:eld where siZe of tie non-key tield is 8 bytes and
there are 12028 unique values for the field.
Q2{CO1, Marks 4] For the schedule below:
S: RI(A).W1(A), W2(A), R3(A),W2(A), W1(A),W3(A)
Is the schedule S view serializable? What is the necessary condition for any schedule to be
view serializable?
Q3|CO1,Marks 5] a) Insert lock and unlock requests in the schedule Sznd check if it is
allowed by 2PL.
S': RI(X), R2(X), R3(X), R1(Z),R2(Y),R3(Y),WI(X),W2(Z),W3(Y),W2(Y)
What is the disadvantage of simple locking which docs not follow 2PL?
b) Is the following schedule recoverable, strict or cascadeless?
S": WI(A) W2(A) a2 c1 R3(A) R3(B) c3
(Note that a denotes abort and c denotes commit of a transaction)
04{C03. Marks 31 As a database architect. you nced to select adatabase maiagement
System for a video game development teanm. From player profiles to telemetrv to
leaderboards. data is crucial to make games work. The games are multiplaver, online and
keep evolving. Will you select a relational or non-relational database for the video game
data? Justify your choice.
05 |CO1, Marks 4] Apply timestamp ordering based concurrency control to the
schedule (Note st denotes start of a transaction): following
S": stl, st2, st3,R1(A), R2(B), WI(C), R3(B), R3(C), W2(B),
IfThomas Write Rule is applied, what will happen in the execution? W3(A)
POSSESION OFMOBILES IN EXAMIS UFM PRACTICE.
Enrollment No.9920103031
Name Sucal Siagh
Jaypee Institute of Information Technology, Noida
T2 Examination,April 2023
B.Tech VISemester
Course Title : Introduction to Large Seale Data baseSystems Maximum Time : 1Hour
Maximum Marks: 20
Course Code : 21B12CS314
CO1: Infer the background processes inqueries and transactions &explain how these impact
database design
CO2: Choose appropriate wys of storing data and optimize queries
CO3: Explain concept &challenge of big data &compare relational datsbase system with
NoSQL databases
CO4: Compare & discover suitability of appropriate large databases to manage, store, query &
analyse forms of big data
COS: Apply techniques for da'a fragmentation, replication and allocation to design distributed
& parallel database systen
SELECT A.name
02. (C02, Marks 7| a) Let Rand S be two relaiions with the following schema
R(P.Q,R1,R2,R3) and S(P.Q,S1,S2)
Where (P.0) is the key for both relations. Which of the following expressions are equivalent:
() IIP(RXS)
(i) Ir(lro(R\ Ilr.o( S))
(ii) Ir(Iro(R) - (Iro( R)-(Tlro( S))
b) Give an instance of relations X and Y (each haVing A as one of the attributes) that shows
whether the expressions are/are not equivalent
IIA(X-Y) and IIA(X)-IMA(Y)
c) If an index is available on the attribute
branch city for the relation Branch, describe how
the following will be executed, where is the negation
S. No. Deseription
COI Infer the background processes in queries and transactions & explain how these impact
database design
CO2 Choose appropriate ways of storing data and optimize queries.
CO3 Explain concept and challenge of big data & compare relational database system with NosQL
databases
CO4 Compare & discover suitability of appropriate large databases to manage, store, query and
analyse forms of big data
COS
Apply techniques of data fragmentation, replication and allocation to design distributed and
parallel database systems.
QI |CO5] [5 Marks] Assume that we have 5 machines and a 1000 page STUDENTS (sid,
name, gpa) table. Initially all pages start onone machine. Each page is of size 1KB
2Haw much network cost (in bvtec does it 1ale to rond robin nartition the table?
b) How many I/Os will it take to execute the query
SELECT* FROM STUDENTS WHERE name='John';
c) If data is partitioned according to sid, how will the following query be executed?
SELECT* FROM STUDENTS ORDER BY gpa:
(Assume any parallel sort algorithm)
Q2 |C02] [3 +3 Marks]
a) A database table TI has 2000 records and occupies 80 disk blocks. Another table T2 has
400 records and occupies 20 disk blocks. The memory buffer space available can hold
exactly I block of records for Tl and 1block of records for T2 simultaneously. No index is
available. What are the number of block accesses required for nested-loop join and block
nested-loop join with the most appropriate choice of table in outer loop?
Q2: |CO2]|4 Marks] In the following diagram (Fig.1), each domain has a corresponding DNS
Server.
Root
rnet Com
Yele
ece ieee
ai
se Fig.I
a) [2 Marks| Suppose, host jit.ac.in wants to obtain the IP address of the Host
ml.ai.cs.yale.edu through a recursive query request. List the sequence of query-response
pairs involved in completely resolving the requested domain name.
b) 12 Marks| What all resource records are placed at TLD to obtain the
requested web page.
Mentioned in terms of 3 tuples record.
Nane Value Type
03 (CO2] [5 Marks]Consider user A requests from web browser for accessing the web page hosted
on JIIT Sserver. The requested web page consists of base HTML file embedded with 6 images, 5
videos, and 2 pdf files.
a) [3 Marks] What will be the minimum number of TCP connections required for displaying
the requested web page completely on your browser in each case:
Non-persistent and persistent connection with no cache implementation.
Non-persistent and persistent connection with cache implementation (where browser
is requesting the webpage very first time)
Non-persistent and persistent connection with cache implementation (where requested
webpage already exists in cache andno modification is there.)
b) |2 Mlarks] Suppose the web cache employed with a cache hit ratio 0.6 at institutional LAN
(Fig.2). Find out the total average response time (Access Delay + Internet Delay), if
request rate is 14 requests/sec. Assume, each object and HTML file size is of 2KB, Internet
delay is of 3seconds. Note: To model the average response time (A) use An = P/\-PQ,
where Pis the average time required to send an object over the access link and Qis the
arrival rate of the objects to the access link.
Coche
Authoratatiye
(Route Ronte
2
servee,
Tnstieutio
1
2Mbps
Neo 26bbsLAN,.
Fig.2
ABerye
yGps LAN.
Q4: [CO1||5 Marks] Consider the network with 10links (LI to L10), and 6 store and forward
switches (RIto R6). Consider sending a file of size 6Mb from source to destination with back-to
back packets. To minimize queueing delays. packets will be sent on different links. Firstly, equal
number of packets are transmitted through links L2 and L3. Further, the packets sent on different
links are highlighted in Fig.3. Ignore processing and propagation delays.
Note: Show all the computations.
Assumptions: File size =6Mb, Packet size= 1 Mb.
All links are equidistantPi.e. distance -200 km, Propagation speed =2.5* 10°
ktl-3
lombbs 5Mbs L4 pktt.. 2
Ry
22.
5Mbbs
4oMb
20
Mas
L4 L10
L3
Pkt1...6
20 Mbs R3 5Mbps
pit...6
Pkt4. L5
Pkt6
Fig.3
a) |1Mark] How many bits can accommodate on the L5 link at any given time?
b) |1 Mark] At what time (in seconds) R2 finish sending all the packets it received?
e) |1Mark] Is there any time lag between packet 3and 6received at RS. If yes, how much is
the time lag (in seconds)?
d) (2 Marks] What is the time in seconds required to receive the file completely at "D"?
o103)35
No.
Enrollment me
correction bits by lower
subnet address
Thedepartment, used Calculate
layer? CWND size12 as are is
numbers
segment
is at with
packet recejved
real soon
segment ACKs
8 128.0/20. window D
the the next network
Hr. their and As node
20
Marks:
Maximum protocols. and if sequence 6h
1 and ms) ECE mention
protocol to fragment. for
last
round.each being
detection send KB receiver when for
Time: (IoT)
245.248. the the distributed.
3.75 the
broadcast occur as
application to 1 only is table
quarterAlso, headerat each initial next window time segment
Maximum error Things
repeat = be
fragmentation Subsequently, sent? routing
PRACTICE.
RTO distribution: MSS eventstheACK's the
communication,
of selective a department.Mark]
packet? its for exchanging
in Congestion at being been
various (Assume value the ACKs last
Noida Internet and
following: Mark]be adding back-to-back
retransmitted and thehave
it a department, will If, is the
transmission
explainevaluate for flag segment build
Technology, of
of of |1
case occurs? ECE [1 whatdepartment. B". After
by of MSS. Three when updates
UFM looping available need
furtherMF of
solve protocols (a)
2023Semester andmechanisms
and in the and in lot, a offset,to 1 1. is are
process time algorithm, 2
IS suite protocols
technologies to CSEAnswer
size retransmission
infinite allocated there file6. as 3, packet 12 state
CSE reserveand ssthresh
size5, there the the
EXAM EVEN protocols
and window addresses evaluation retransmitted
Information protocol to
ECE
dataIs length,KB 8, of be statelink
VIThings performance
enhancing architectures avoid addressesto
purpose.
CIDRthe and
bytes. 20 window) 2, lostWhen start would all
Examination, routing addresses of with 4,
IN (CSE), underlying TCP/IP layer receiver from CSEbytes Specify, send the linkAssume
MOBILES of to a IP 576 2, back.
entire the 5
various used if based future departments as initially 1, only the what the
Internet link RTO of address
tw as
2040 to (Receiver at
is
of Tech. to: and data components, is and numbers? chunkIP inessage MTU wants
required? startsoccur,sentthe size round) seconds,using
node).
ableandmodel CIDR for of
Institute using
and senderof
header writes phase is Show window
T2 B. and be components value
this
allocation
himself IP with data.
"A" RWND event
transmission
ACK below,
(Transmission which
12
OF will mechanisms
protocols
and
its network of both used 20
application slow-start size.
POSSESIONJaypee Networks OSI various IP
of
sequence
the thechunk of
halfwith
cOHHO
manager
linkare required
sender ACKs receiver,
effective is network
studentsin via
protocols
the fieldbe be CIDR in a fragments announces RWND value
possible through
Marks]
Name_Saalk
Cagh networking
18B11CS311
Course
Code:
of
for addressing
description
will
shortly:
Which the
will giveremaining
following
efficient
d
SCHd theTahoe
in after 3 the sender?
distance,
the path questions. Whatrepresent
What to serverUDP sending is
When of the RTTRTT the
Computer key various
transport
wants [2 are io passes many by
course, shortest
of Answer
Mark] Mark] grA TCP B senderreceived
window) advertisement
is Suppose
which For(destination,
various mark] the case.
hosts
the B. 8). What the
basics MAC th valid Marks]howfor
and Marks]
to hasmanager retaining ma data Suppose and theis by
this all each (c)
Considering, efficiency CWND marks]In Marks)
Title: thethe the& ldentificationCO4] |1 |1 used|1 JT the many then (Congestion by is sentmarks]
pursuing CO3: IPproblems Attempt |CO4]
Determine
1llustrate
Examine
Defining
[CO3| CO3| in
cerer This A packet
Choose problems are Write [4 received
hefween carrving being [CO4||3
as
|CO3, (C04| while mask
server How [CO4] yes, [C03]
Course layer. (Hint 12 syntax
(a) (b) (c)
the |2 12 B?
CO2: CO4:COS: CO6: Note: Q1.
AfterCO1: (a) (b) If the the sent. (a) (b) (c)
Q2. Q3. 04. 05.
error their
99QNO3039
No.
Enrollment various it.
communication,
evaluate
and
loT
file through
.2 complete different
HTTP which
persistent than IHost
discuss
number IP hasnetmaskmany sequence if receiver
PRACTICE. Hrs 35
Marks:
Maximum of
of the
in
available,
two
to R2 how
case. Now
explainmechan1Sms. protocols rate for theAlso, connected
hasSimilarly,
The each anddata. the
2 and a or B
Noida Time: technologies. take
datacreate parallelhostcompare RI ly.
above,
usedthishow
solve
protocols Repeat. in
and a it to is Also, respective
IDs Show
Technology, Maximum architectures,
and have to will packets bandwidth is respectively. provided is for
UFM suite enhancing
to ms andSelective 193.162.2.97
non-persistent R2.
subnet+X+1 bits
protocols
routing links40hlong retrieved MSB.
2023 underlying
protocol following: calculate and 193.162.2.155 of
How 8 the X* sequence
IS all needs size? transmit large data from
Thing
Examination,
Semester
VI
B.Tech various
performancelink where and RI 193.162.2.110provideG(X)=
EXAM Information TCP/IP
data components.
various
Á file.in are
the nost KB objects serial, 3, sufficiently
N
address
w.r.t routers
cfficiency? the changed
and the to of Go-Back For
of using network
Answer 412 size
wants Also generator
transmitted
Internet components
and and Assume
send non-persistent IP two and255.255.253.224.
IN window
mechanism is of with Network? is
193.162.2.67
OSI its network to it number A and via and bit
MOBILES Term and and
in protocols
the starting
Marks] siotS.
about Host
if
B
senderof
casespuce I
Host
choose 135
193.162.2.80
polynomial
the 3re
of a i.e.:
Compute
Institute Network networking, protocols the problems.
|10
10 sameamong:
Given
Suppose in 193.162.2. the
End for Addressing
ofdescription
and WIthbefore
Think to buffer Suppose, as
required error
to in
18BI1CS311
Code:
Course path
transport
C04| A the faster? lost. best suchis exists CRC an
Computer key correction DiviB hostIf Which less network 1101101.
OF Jaypee of various shortest Marks] Mark] Marks] is address
is Marks] as addresses, If having
POSSESION basics
application
protocols.
various
MAC
real
life
CO3, i hostfrom
problems.
use be packet
connections.
will
transmissions
whereprotocol such
the
SubnetsMarks|
error?
CO2,[2 aiüwithsend|1
the andandTdentification |4 4h |3 IP addresses, is is
Title: thethe
Description Determine
[CO1| |CO2]
circuit
iViUpS [CO3] case JCO4|
parallel
which with IP in distinct sentreceived
|3 the
Defining every
ustrateExamine TP detection, |CO1, be of the twoused 1COS] be
Name Course Chose to 2 to datadetect
b) c) d) bits
Q1:a) 02: thewill
of
S.No.
COICO2 CO3CO4 COS CO6
code
as given language
(English) to K0
plaintextendsnodes
hammin2 the
withdraws nodes fewbackend andthe
moisture cross join
fixed colliding.
given attempt is thesuccessful
once AIl subscribers.
speed devices
are
harmming Both withdrawsWhat
opposite
N? both a P race readings. as
and hasGiving there and
computer,
car's known
is up
calculated bps.M M collision? when Each P
back-off end
to Now, collision, which temperature
following corrupted
M frame. end
after subscribes and
How
in
the attached
40 M at seconds) moisture
consider Ethernet.
retransmnission? and
Tablet, publishers
following are
bandwidth
header. collision?
received
collision? second in detail. WAN.
a transmit architecture
bits parity. first detect submit again scenario
the $2 speed,
Mobile, tablet
and
parity in occurs
and including After to (in the thesend the sensor. responsibilities
in LORa
received even sender the is to of
m/s, detect signalstime on to attempt wins temperature
ís 6t ethernet attemptingto race? networkits the Answer
Back-off number
model?
the bit
using stations
100 collision. detecting
algorithmn.
collision
succeeding its is stations try
again sensor,
publishes
and following: in
temperature
reference
the both MQTT.
hasside, which of bits the
what
schedules
jamming Q both MQTT mobiledatabase. thethis
used
side from N P Moisture
twospeed Q whileand
receiver
sender out 2000firstoff for andbefore yes, Q
Assume
car
subscribes
Identify
in andis
receiver send frame
and
P andthird a The device
and
the loTtheir which
find
details,
given arepropagation
If back M of N If ConsiderThe CoAP
broker.backed car Answer
Both
there of secs.
A 01001101010110011010000111101,at
message
character. Nodesentbit andcollision?P crash P
only the
success,
collide. sensor, in
Describe
consistexponential publisher? technology
Marks) at of haslast M
broker.computer other
for
bits if T=2 anysize seconds) seconds) areQ race. wins
seconds)
layers between
on the anytopicsMarks]layers? the LORaWAN
network?
CSMA/CD.
efficiency
of N and Marks]
parity correct Suppose
I a sendat for minimum station second There eventually
detect
collision
again? P
a P
back-off
temperature
MØTT data in
is that two
=4 representhavingandNK=3 send. broadcast as add
Thestored LORa
[1.5+1.5+| to the act possible difference
thethe the |6[CO5]
Marks| (in bits(in (in Marks] =3
probability their
to
|2+2+2=6
thecutting/vertical
frame withdraws any a readings.
Calculate
on out cable T=0in the time timetimemany
to firstthey
frames |1+1+1 withpublishe mobile
car, possible the
Based bits K=1 is a. the of
P's topics
Find
code.
8 1 time is what whatwhatthere |3 theand
long What as along Write
the
Which Explain
[CO5] only draws
andN
K-0 How (C05] After
the (CO6] a
such alsotemperature
if at At At At Is of in broadcast, Can is (CO6] List
a) b) c) km is database published
It
00101. transmit
having
number
Victory
clients
N a) b) c) d) e) ) What
more. sensor a) b) c) b) c)
Q3: Q4: 2
of and Q5: Q6: Q7:a)
business
with economically
restaurants werefromto
related
exponential research the for to in
this
strong
KLG SBU.
domain. SBU's.
Enrollment
990103035
No. gain research 2022, advice
hr 20 startIndia. strategy
to people
restrictions a of each
:1 : business COVID-19 Marks] is founders its
Marks humble
well-known plan, In your all for
Time Over Marks] marketing KLGG
PRACTICE include an of a good.
for to at
all catered
conduct
preferences sampling 5 seeks invest re-assessadopt
Noida Maximum trendsstrategies
Maximum a restaurants
had grew the |CO1, Marks] the
Brand orientation
businesses to 2
|CO1, consistently
KLG
emerging after to
to
Lately should
a group KPMR due intend strategically
research
falling. their
UFM Technology, Raho) vou source, Jewellery
marketing is even
probably changingfirms? 5
marketing.
1970 The of waní revamp [CO3, group. mark] they selling
market and MastThe up therefore
IS marketing
Its chain
colleges. pickedfounders
dataare been (education). strategies Porter
TI
Examination,
2023Semester
VI
B.Tech, develop Marks]
research KLG. Thethe I
EXAM and responsibilityin businesses.
social meals.
Peevo sales of sales now
approach.has digital [CO5,to and
founded intoa because for and needs by
Information environment KPMR to
colleges
Gold. orientation
media and andgrew in not The market
Indian
(Khao 2 plans SBU
of revenues
intelligence given 1
IN have (CO1, in business companies.
what
group of
schools declineprobable of
portfolio
social diverse food. (research
why invest price 1
MOBILES companies as Page
of questionnaireand
group
marketing laterKPMRhot sales star generating theexplain strategy
marketing
Management in andbusiness fewwhich served sharp of types identify schools to star this the small
start-up.
Al
of technologies
Name
SuooskR
SighInstitute
irends
ethics
marketing, design
its
withand name a
the is
it
However,
ordering
3 plan
The want
its for in spurt
artificial
of
group and Differentiation
and that universities.
OF marketing of
able mix current savourieswitnessed
(KLGG) list to
research of andfor strategy in matrix 2Marks]betvween
POSSESSION 6l1 be marketing analysis. India brand
(KLG) group believe anda online of
method)group a aroundKLG
strategy contributor
of universities seen
Jaypee Marketingshouldof lockdown. research don'ts new
of BCG
implications the
18B12HSfundamentals of North middle-income e-marketing
has a difference
|C02,
studentof importance Group jewellery
environmental
and it
undervwhen founders and contactKLGnew e-marketing buzzacquired
detailed
mixinto
sweets and recession a and
dvnanmics competitive
advantage -in market major
the producton
in of twO foray one. Focus
The and drive do'sa and popularity and |C04,
3
Marks]
gold restaurants
the 2020
Code:
Title: Lalconglomerate The by recently SBU's the
the
Objective:
the
demonstrate of out opened
schools a a any
the restrictions is impressedmake
conduct Kanhaiya
illustrate appraise business
(KPMR) until removed.is the instrument theDevelop
sensitive to Chalk
recent
and a Explain
Explain
Course
Course
model
dine-inWhatList Draw the Answer
group devise brand They To
ToTo lo To To
Course The rate The their The Plot
a a) b) c) a) is a) b) a) b)
COICO2CO3C04COS Ql 02 03 Q4
OBILES IN EXAM IS UFM PRACTICE.
Name
Enrollment No. J3o103039
Jaypee Institute of Information Technology, Noida
T2 Examination, EVEN Semester 2023
B.Tech. 6th Semester
Course Title: Marketing Management Maximum Time: 1 Hr.
Course Code: 18B12HS611 Maximum MarkS: 20
After pursuing this course, the student will beable to:
CO1 To illustrate the fundamentals of marketing, marketing environment and market rescarch
CO2 To model the dynamics of marketing mix
CO3 To demonstrate the implications of current trends in social media marketing and emerging marketing trends
CO4 Toappraise the importance of marketing ethics and social responsibility
COS To conduct environnmental analysis, design business portfolios and develop marketing strategies for businesses
to gain competitive advantage
Attempt all questions.
Ql. Emami Agrotech has launched blended vegetable oil by the brand name of Healthy and [1+3,C03]
Tasty. Healthy and Tasty even got recognized as top product of the year 2022. It is enriched
with essential Vitamin A, D & E, thus the oil also helps in lowering the risk of
cardiovascular diseases, provides skin nourishment, helps in lowering cholesterol levels,
reduces blood pressure and helps improve brain health. This unique proposition is relatively
on higher price bracket when compared with other established vegetable oils. Refer to
VALS2 and identify the customers who became its first customers. What kind of buying
behavior is depicted by their target customer group and keeping in mind their behavior,
discuss the challenges company would have faced while establishing themselves in the
market.
Q2. Securicore is a leading security company that is planning to come up with well trained [4,C04)
women car drivers, who are not only good car drivers but they can take care of the minor car
repair, tire change in case of punctureand in case of extreme emergencv thev are also trained
in security/ combat tight for the safety of their passengers. These female drivers wil! be
known as car pilots and wear smart uniform. These car pilots will work on fixed monthly
salary of Rs32000/-, which will be paid by the hiring customers. They will have 10 hours
duty shift every day and have one weekly off. Their salary is on the higher side as mostly car
driver's gets a monthly salary of around 20,000., but it can be justified with the value
proposition, they are going to offer. Help the company in segmenting the market with at least
three relevant characteristics, targeting the right segment and in designing a proper
positioning strategy in order to streamline their marketing efforts.
Q3. Reliance industries have recently acquired a popular beverage brand, Campa Cola. Campa 4.C04]
Cola was very popular in India in 1970's but got disappeared due to the competitors like
Coke and Pepsi. Reliance industries are planning to encash its old popularity and give a
tough fight to beverage leader's coke &Pepsi. They would also get competition from local
beverage companies like Jayanti, Bovonto etc. Initially Reliance would be re-launching
Campa Cola in three variants (Cola, Lime & Orange) in certain states of the country. Suggest
the value proposition/ strategy to Reliance so that they can easily make market in this tough
industry. Also anticipate how Pepsi and Coke would counter Campa Cola and hold their
market.
04. Refer to the recent important purchase which you have made and explain the stimuli's and
characteristics that affected your decision. Also discuss the buying decision process which [2+2,COS1
you have studied.
05. a. Differentiate between Business Buying behavior & Consumer Buying
least 4 characteristics Behavior with at [2,COS1
b. Differentiate bctween Line extension & Brand extension strategies with
example
(2,CO3]
POSSESSION OF MOBILES IN EXAM IS UFM PRACTICE.
Name Soasik Soah Enrollment No. )2o103035
Jaypee Inst+fute of Information Technology, Noida
End term Examination, 2023
B.Tech VI Semester
Course Title: Marketing Management Maximum Time:2 Hr
Course Code: 18B12HS611 Maximum Marks:35
b) Explain any two alternate pricing strategies that can be adopted by Petfluffy. (2 Marks; CO2)
Q4 Petfluffy uses paper bags with plastic seals for waste disposal. Aftera soft launch of the product in Indian
market. the twitter was full of tweets from environmentalists that criticized Petfluffy for promoting
consumerism and also adding to the pollution (plastic waste).
a) llustrate the business actions that Petfluffy can take towards socially responsible marketing.
(5 Marks; CO4)
b) Explain what is societal marketing. (2Marks; CO4)
Q5 In the light of uproar from environmentalists,the founders of Petfluffy want you to prepare apromotional
message of the product with a objective to () educate the customers about it's use and (2) promote the
ereen practices taken up by them under corporate social responsibility such as their plantation drives.
a) Distinguish between Advertising and Public Relations (3 marks; CO3)
b) Draw an advertisement choosing and appropriate (1) execution style (ii) copy and (ii) illustration for
a print advertisement for Petflufty.(4 marks; COS)
their
Spotify's Note: C314.7 C314.6
including C314.4 C314.3 C314.2
C314.5 Course
C314.1 Course
Code:
day-time. What launch Q.2 andBased Q.1 Stacsk
iName
ngh POSSESION
[C01][6why? dictributed |CO1][4
is of on Attempt Title:
the the problem.
given
the
methods. specification.
requirement
software
project.
Design, ldentify
Consider engineering
theExplain difficulty Evaluate Apply
Analyze Apply software
Explain
probability new
Marks] above 15B11CI513
Software
team Marks] all testing UML functional
product. in code represent Jaypee OF
the software
the J H G F D A
BActivity P details. case
:cmbcrg" in modelling
team A checklist.
principles,
zthat Product managing questions. engineering
principles Engineering MOBILES
value(s) study company in and and
Z
-2.77 5.83 2.77valueproduct These terms Institute
faced Perform r
document
fonon-functional
6 12 50 14 90 40 12 12 20 manager which developsoftware
are the of
with
manager challenges wants general Examination,
Semester 2023T1
B.TechVI
given model
complexity and code software of IN
their 4 40 30 10 60 20 10 7 10 M has design
to software implement
Reviews, requirements softwareand Information
planned in EXAM
corresponding will the would develop from
requirement
in
0.3% 18% 10%
Probability 1 3 8 20 7 30 7 table of the Code
quality varioussoftware
be a you Enrollment
able theirearly a Refactoring, of
process IS
below: list new a
to proposed attributes manual
requirements
specification.software Technology, UFM
B
E,F,G C D A Immediate
DPredecessor(s)
of codebase
probability.
complete H,I activities stagesmusic models
and and and
to streaming
of Marks: 20
Maximum
project for Maximum PRACTICE.
automated Code
possible specification. Plan project No.
the culminating develop and their
and
product coordinating optimization, and Noida 9320o
development trade-off testing design
development.
the platform execute Time:
inabove procedures, document
40.5033
launch the presented design activities 1
Hr
application the like
inaugurate
within process,
work spotity. pattern. software
p.t.o witnin tormal 1or
80 of a
outcomne.
b) wil changes. The insights
a) wil sensors Approach:
humidity, wil optimizing due soil Q.3
Write Based to
store
control smart collect moisture pest(CO2][5+5
down wil into
on and agriculture
be soil attacks
the irrigations
process the the A are crop
the installed moisture smart
best data and time growth
Marks]
requirements above
the systemirrigationagriculture consuming
and fromimproper and
case data and in
Problem: |-5.83
fertilization the weather
multiple yield.
study and field
elicitation wil and system
irrigation and
describe
provide consist to The
collect fertilization forecast sensors
labour-intensive. "A
system traditional
is large
techniques real of systems".
proposed
the time the a data.
todata installed scale 0.5%
central practies
functional optimize
alerts The to
methods
with on farm
collected address Moreover,
environmental to control and across
explanation of is
and farmers crop to facing
the thmonitoring
e
non-functional growth. unit, detect data farm's the
in farm, chal
for case factors sensors pest, wil farm
lenges
the The challenges.
including be weather
faces
of diseases
above any in
central while and analyzed significant
requirements issue.
actuators.
monitoring
conditions
case the temperature,
and
control to The
study. actuators weather provide system losses
and unit The and and
POSSESION OF MOBILES IN EXAM IS UEM PRACTICE.
C314.1 Explain software engineering principles and software process models for project development.
C314.2 | ldentify functional and non-functional requirement of asoftware project and design document
software requirement specification.
CSI4.3 Design, represent and document software requirement specification. Plan and execute activities
for a software project.
C314.4 Apply UML modelling for software design from software requirement specification.
C314.5 Analyse code checklist. Perform Code Reviews, Code Refactoring, and Code Optimization,
Design Pattern.
C314.6 Apply testing principles, develop and implement various manual and automated testing
procedures, formal method.
C314.7 Evaluate software in terms of general software quality attributes and possible trade-off presented
within the given problem.
Draw adetailed Use Case Diagram for this online movie ticket booking system.
0.2 (CO4] |5 Marks] A homemaker wants to organize the birthday party at home. She needs
to bake a cake for birthday party for her kid. For the cake, she checks the
recipe and its
ingredients availability, if items are unavailable then purchase those items.Once she collects
all the ingredients, she decides to mix all dry and wet
items separately as per the
measurements. To prepare the cake, oven is preheated and all ingredients are mixed well
Once the oven is heated with the required temperature. bake the cake for 15 minutes or it is
not ready. Apart from the cake, she needs to prepare the snacks. Once the cake and snacks
are ready, serve these items to kids.
Draw the activity diagram for the above case study. Mention initial state, final state, merge.
join, fork, decision events in the activity diagram whenever applicable.
Q.3(CO4] |2+3 Marks] Amodern auto plant needs to be implenentcd.Each worker within
the plan has one specific job, like mounting a cylinder head on an engine. The worker does
one thing and does it the same way every time. The worker doesn't have any idea about the
vehicle in which the engine will be installed. The engine, when completed, might be set in a
2-door closed roof vehicle or it may go in a small truck. The engine doesn't care which
vehicle it's installed in and the vehicle doesn't care which engine is used. The connections
between the engine and the vehicle are designed to as be generic a possible and engine
specific connections points are minimized.
a) Identify if modules are tightly coupled or loosely coupled. Explain how cohesive
each module is implemented. Justify your answer.
b) What problems are likely to arise if two modules have high coupling.
Q.4 |CO5] |2+3 Marks] Explain the prime objectives of Code
Refactoring.
Also, perform a code refactoring technique on the below C function:
/Cfunction starts
int* getSumOfPairs (int arr[D. int length. int targetS um)
int* result = (int*) malloc (2*sizeof(int)):
for (int i = 0; i< length: it+){
for (intj= itl;j<ength: j+--)
if (arr[i] + arr[j] -- targetSum) {
result[0] = arr[i]:
result[ 1] = arr[j]:
return result:
return NULL:
/C function ends
traffic uses Explain in
thatdocumented
congestion, built,
organisation. C314.7 C314.6 C314.5C314.4 C314.3 C314.2C314.1 Name
management online
order company. detail.Write Q.2|CO2|[3 Q.1|CO1]|3M]Note: :15BICISI3
Course
Code
Course
university system. requiremnent
requirements.
limited Q.3|CO3|[2+2+3-=7M]
Q.4|CO4||3M]
online. functional flow although Attempt
c) b) a) food advanced details. Evaluate pattem. project.
Design,
specification.
requirement
software Explain Title:
ldentifysoftware
number Based problem. formalApply
givenmethods. Analyze sofware
Appl y
system Conduct
Highlight Identify Your improve inM]A byYour
specificationprocess ordering a Software POSSESION
As the this testing UML
company You all software in code represent functional
of
Develop on part
and more smart
technologies, job
questions. Institute
Jaypee of
when interview and safety customer. one modelling
checklist.
available have principles,
the any and non-functionalefficient and is
list of
system. is and Engincering
andEngincering
they limitation You traffic to
collected
documentation. th e th
providce has and larger terms document OF
a build been Perform fonon-functional
r End
sequence
spots, want or key project, been are What develop MOBILES
enhance
management appointed of software
surveys The such and an general principles SemesterTerm
B.Tech VI
to stakeholder an a
so that approached software application
software and code software
register information casy-to-use effective more Technology,
Information
Noida
may restaurant requirements
your as
thediagram with the quality
implementReviews, design requirements Examination,
Assume sensors, as requirement and IN
registration impact team overall complex. from
for the for engineer a attributes software EXAM
by manner. sysiem process project that
athat stakeholder
list chain various Codesoftware
course. the
the thplatform
e is a driving
for cameras, of
shows responsible
online popular is is Refactoring, specification. process
a IS
the following working model manager quite and software 2023
needs system' s wants
the The Requirements
an manual requirement UFM
possible Maximum
Marks:Time:
Maximum 35 2H992A02039
Enrollment No.
In functional
how to above intelligent
tothis to food restaurant experience system and would similar and model PRACTICE.
their to and project
includecase, a development operation.
gather orbased for within trade-off Plan
and for
ordering for data automated
student streamlines
customers ascenario. to Code
specification.
creating software aims you have andproject
some requirements and on chain iransportation
for
analytics other
information
a presented optimization, execute design
ensure
check to system. th e choose been testing development.
interacts
courses non-functional Explain road to
given the to to your document
development reduce actívities
their users. thoroughly procedures,
within
software placedevelop to and team
have with for data: system design
order each manage
and traffic system why'? has the for
the an
a a a
in
functional 4,1,0,3,3,5,4,4,3,3,2,2,4,5.
high Movement
i.e. 3Kv)
are Screen documents=122 files-2factor,function
are: b) Q.6[CO6]|4+4-8M] oftfhoer return false;}}
true;}return
#include<stdbool.h>
#include<string.h>
if(str[i] !#include<stdio.h>
for(int
i-0; I/Code
b) Explain
Q.7[C07][4+4-8M] Website determine 1owi.15, isPalindrome(char str[]){
intbool Q.5|CO5]|3M]
Starts coursethere
14. }z-1/z;
printf(%f", z)13.; if(y<0) 11. 10.
12. while(power z=1; 7. 6.
9.{ 8. 5.
if(y<0) 4. 3. Calculate
float 2.
z; 1. delivered user length
also i)
clse
scanf%d%d", i.e, Screen
Consider No.
with outputs catelog are
int { boundaryopens estimated: =
power or effort, 1.07 of str[length-1-i){ available
x,y, the low //code strlen(str);
i<length/2;
it+){
power-1;}
powerZZx; power--y; not source edit
capability
Analyst
and following to
cyclomatic
power; functional only pages, internal
a weighing -46 Refectorthe gather
= value development project ends
!-0) y; Required i) places.
in a) ali Movement. code
Command with a)
&x, between A the Cost-$7744/month files=4 Compute information
analysis lines to
&y);complexity(consider digital factor. low data: Additionally,
other develop following
software
timerespectively.
weighing
with No.
10:00:00
and Clock cost is language The Effort-36.9P-M, the
and high about
Hours,
robustness size a average function of
for drivers
reliability full C
(24staffing. i.c. user
the factor, code the its
tohrs Interpreter ofscreen and inputs
Minutes,17:00:00 0.66, Forthese assumed
courses
given format) are weighing point, to
test is
this editor. various No. improve
Progranning
nominal are
code:Secondscases high Technical 24
based has project ii) productivity,
of that that
estimated
i.e. factor, with
file The processinginquiries-8 the are the
for been i.e.
format). the on 1.15,some inputmajor average efficiency: currentlystudent
implemented this 1.00. documents-265
timing Languagr to No.
significant
Product
digital Use
componentsbeand complexity documentation,
4K,2K,
of
weighing
with available. uses
when output external
COCOMOcomplexity an
clock in ExpcricicC iS high
cost electronics
website a K,2K Iiv) pages, factor,
website.
timing. drivers Cursoridentified factorinterface
weighing cost
to is and
is are User No. per
the day.of flow.
zones. subjects. to along withand resources to
Itemname
iniormaRN: command directory equal
992o103039
No.
Enrollment Hour
control of somne
distribution the work names
fles
input.
timefor adding quantity
the music of
PRACTICE. 1
Maximum version
20
Marks off this
different "sed"
format:
amounis as
of file experiment"
Time: logging following haveformat
the containing
development withfor one
and and the
Maximum development tools git any display following
Noida development
in along
beforethe having
following: use
file3.txt) high thatsame
source are in
software on
changes 75 the eachthe consumingitems
UFM Technology, but systemB class.
than
symbol. and
with
the
2023 open "Student.txt" and in
concepts
collaborative
sourceusing
MNC person
morethe
the iile2.txt, files sub-directories
hles the in
be
the the city "inventory.txt"
IS February main by in
" class for ".mp3"
all shOuld
key toolsimpact an examine
opencomputing Subject3 firstpip
marks commands name,text are find
EXAM B.Tech
Semester
VIh
and for in the later the (filel.txt, all that
in and team names stoodto willoutput
Information 59 62 40 87 havingfile in empid, in all
repository
software used answer? to and
licenses
language 2nd "Linux'". several processes
Examination cloud IT
on to
wants
A who thesubject. Linux
"Linux" find that
IN utilities committed file stood files called The
same person of containing will"nmp3". command
MOBILES Developmentsource
source and source copyright
your a Subject2 students
student
delimiter text contains identify STOCK".
its virtualization he Create eachwho Write with word that
found.
open and
open open
to nowby
support 78 84 57 50 the named file
command
of belong
and the in name k"
Name
SiousNk
Siah
Institute
Term-1
usingof architecture
applications
the and
to
code
andfollowed
Marks] the marks
all of default
Marks]withdata the
is
withsearch
word
directory to a
have
subdirectory
command OF
"sed"
Software of of usingcopyleft B zone Subject1
Batch of name student (experiment)
OF benefits concept examples andthe steps1.5=7 detailstheaverage =6
sample
beginning aWrite youan "OUT
Linux applications to the"experiment" Write
time
A to 84 75 54 60 the change the +1 command
where Suppose
POSSESIONJaypee Outcomes
Course
Course the the the the do
:21B12CS320
Code Person histhe |+
changes printprint printfind 1.5
with
new
"ps" with
Price.
Source Understand How provide extensions.
Understand Understand
Understand all directory
filenamesnumber and
+ F1 F1 F1 F1 to to to to to +
in Price
Develop +1.5 a
Marks] Marks some
Write 1
logged awk awkawkawkavwk text d. to top" MarksjQuantity,
Open you +
1.5 thegrep the Suppose them the
well. ABCPQRXYZUVWan an an an an 1 + a eachreplace theline different the replace
Title: [_2 Can |3 madeB +
person [2 Name
WriteWriteWriteWriteWrite [CO3][1Create
with move [2
Description,
[CO1] Fill Use Use [CO3]
C02]
software? A code as TCO31 and
Course Person b.
a) b) C) d) e) C. e.
No. CO1 CO2 CO3 CO4COS Q1 Later
Q2
Roll1 2 3 4 Q4 a. Q5 zero
S his 03
POSSESION OF MOBILES IN EXAM IS UFM PRACTICE.
Q. |COs] [Marks 2]What is the android runtime (ART) and how does it difer from the Dalvik runtime?
Q2|CO5||Marks 2} List and describe four key components of the android framework used in app development,
their importance and functionalities.
Q3 |CO51 [Marks 4] Given alist LI = ['e,'o',"b, at, m, g'."",K} containing characters and anotlher list
containing
allow ed.
words. Find the valid words (that can be created using characters list LI), Repetition of characters is
Input List: |'go','bat','me',"'eat', ' goal,'boy',' run',' lonk'.'come'|
Output: |'go','ne','goal'. 'look']
04 CO5! |Marks 4| Write ihe outpat of the follow ing progran:
CL:
05 1COuIMarks 8] Suppose you have a dataframe named *Sales_data", that contain the sales data for a store.
The column names are Date", *Product_Name", *Sales". Write pythoncode to solve for followingqueries.
1. Find the total saies of each month and the month having highest sales
2. Find the top three selling products for each month.
3. Plot a bar graph showing the total sales of each month.
4. Plo a pie chart showing the sales distribution by products.
5. Calculate the percentage of total sales contributed by each product.
6 Create a new column named "Revenue", which contains the revenue generated by
each sale.
7. Group the data by product and calculate average revenue by per sale.
8. Sort the data by average revenue per sale in descending order.
POSSESION OF MOBILES IN EXAM IS UFM PRACTICE.
Name Sanate Sagh Enrollment No. 9920103033
Jaypee Institute of Information Technology, Noida
End Term Examination, EVEN Semester 2023
B.Tech. VI" Semester
Course Title: Open Source Software development Maximum Time: 2 Hr.
Course Code: 21B12CS320 Maximum Marks: 35
CO No. Course Outcome
CO1 Understand the benefits of using open source software and key concepts
CO2 Understand the applications of open source repository for collaborative development and version control
CO3 Understand the Linux architecture and its utilities used in OSSD
CO4 Understand the concepts of virtualization and cloud computing using open source tools
COS Develop applications using open source languages and tools
Q1. (C03] |Marks 5] Write a shell scripts that prompts the user for a positive integers and then display all the
numbers from 1to that integer. The script should use a loop to accomplish this task. Additionally, the script should
calculate the sum of all the numbers displayed and output the total at the end. Ensure that the user enters a valid
positive integers, otherwise display an error message and prompts again.
Q2. (CO2] [Marks 5] Consider a log file containing records of user activities; each record consists of a timestamp,
username, and the duration of the activity in seconds, separated by commas. Write an awk command that
accomplishes the following:
1 Reads the log file (specified by the
user) line by line.
2. Extract and print the username and duration from each line.
3. Calculates the total duration for each user by summing up the durations.
4. duration
Keeps track of the username with the longest total duration. Display the username with the longest total
at the end.
O5. [CO4] .Marks 2] What is the difference between Openstack Swift and Cinder? How are they used in openstack?
Q6. [CO4| [Marks 2] How modern hypervisors do integrates with cloud orchestration tools, such as openstack to
provide scalable virtualizations for cloud environment?
Q7. (CO1|[Marks 3 What is licensing of software. How it impacts its distritbution. Explain with help of various
types of licenses available for software distribution.
Q8. (COS] [Marks 3+2+2 = 7| While developing amusic player androidapplication that allows users to select a
song from a list and play it. Implement the following scenarios using intents to pass data between activities:
1. Create an activity called "songactivity" that displays a list of songs. Each song item should have a title and
artist.
2. When a user selects a song from the list, it should launch a new activity called playera ctivity"
3. In the "playeractivity", display the selected song title and artist.
POSSESION OF MOBILES IN EXAM IS UFM PRACTICE.
Daily Demand 15 25 35 45 50
Probability .03 .15 .20 48 .12 .02
If the random numbers are as below:
35,78, 09,5 1,56, 87, 15, 14,68 & 09
Cinnlata the dorand for the nevt !n daye and analvze the net nrofitoss [4.C021
b. If bakery starts making 35 pastries every day, analyze profit/loss and suggest whether
they should continue with making 30 pastries or 35 pastries per day. [2,CO2]
Q2. Sagar is considering three project proposals X, Y& Z. Each proposal requires an initial
investment of Rs 5 Lakhs and each project has the life of 3 years. Each project gives the same
total cash inflow of Rs 6 Lakhs in three years. However, Project X gives Rs 1 Lakh in the first
year and cash flows in subsequent years increases linearly, Project Z gives Rs 3 Lakhs in the
first year and cash flows in subsequent years decreases linearly and Project Y gives uniform
cash flows in every year. He is considering 10% as required rate of return.
Analyze which project Sagar should choose and why? [2,C02]
b. If investment required in X, Y & Z projects are Rs 4 Lakhs, Rs 4.5 Lakhs & Rs 5
Lakhs respectively,then help Sagar in analyzing and finding out the most pro fitable [2,C02]
project.
Q3. 1fa project requires initial investment of Rs 30Lakhs and is expected to give cash inflows of
Rs 6 Lakhs, Rs 7 Lakhs, Rs 11 Lakhs and Rs 12 Lakhs in next 4 years. Analyze the payback [2,CO2]
period for this project.
Q4 a. Discuss the different phases of project life cycle and interpret key issues pertaining to [4*2,
each phase. Co1]
b. Refer the stages of a conventional project and draw the curve between project completion
and time.
c. Differentiate between Functional Manager and Project Manager in terms of
their scope of
work & required expertise.
d. Skills required in a Project manager can be divided into 4 different categories.
Briefly
explain each category and interpret their relevance.
UFM PRACTICE.
POSSESSTON OF MOBILES IN EXAM IS Enrolment No. 990193053
Name Gonstik Stgh
Jaypee Institute of Information Technology, Noida
T2 Exanination, Even 2023
Semester VI
Maximum Time: 1hr
Course Title: Project Management Maximum Marks: 20
Course Code: 16BINHS631
After pursuing this course, the students will be able to objectives, lifecycles, model and management in
CO1 Apply the basicconcepts of Project Management such as features,
a given context.
the various theoretical frameworks, non -numerical
C02 Analyze projects and their associated risks by understanding
decisions
selection
and numerical models in order to make correct
determine correct techniques for planning and
CO3 Evaluate the stages of project management and identifyand
scheduling controlling and terminating projects in order to achieve
overall
C04 Evaluate management processes for budgeting,
project success,
Attempt all questions your
cases and rise in recovery rate, the youth club of
Q1 In light ofthe steep drop in new COVID -19 You have been assigned as the head of the youth
college decided to host an annual fest Moksha2023.
mark Moksha 2023 are 1) Techno-cult - a technical event
club (project manager). The 3main events that musical event.
2) Moksha Literati- aliterary event 3) Dance Burn- a
conglomerate is
and tourism sector is a major contributor to the Indian GDP. A leading business
Q3 Travel development of parks and hotels. The first project
planning to enter this sector and intends to invest in the is
that this conglomerate has selected is to develop an Ayurveda Park. The initial investment in the project
discount
The management adopts risk adjusted
Rs.90,000, The expected cash inflows are as given below. thoughts the management decides to adopt amore
rate metlhod to calculate the NPV. However,on second
method. With risk adjusted discount as 10% and
robust method of risk assessment i.e. certainty equivalent regarding this investment by calculating
risk-free rate of return as6%, assist management to take a decision
the NPV by both the methods.
[6marks, CO3]| 3 4 5
Year 35000
Expected Cash inflows (Rs) 45000 45000 40000 40000
0.8 0.6 0.6 0.2
Certainty Equivalent factor
Q4
Answer briefly: (2 marks, CO1]
a)What is scope creep?
b) Explain derivative projects
POSSESION OF MOBILES IN EXAM IS UFM PRACTICE.
Name Saslik Singh Enrollment No. 9901o3039
Jaypee Institute of Information Technology, Noida
End Term Examination, EVEN Semester 2023
B.Tech. VI" Semester
Course Title: Project Management Maximum Time: 2 Hrs.
Course Code: 16BINHS631 Maximum Marks: 35
Q2. Discuss the Project termination techniques adopted for successful projects, sacred cow projects and
for projects which comes under controversy because of government regulations or negative publicity. [6+1.
Evaluate and identify the suitable Termination process for each of the mentioned scenarios. Why Co41
project manager is not preferred as Termination manager? Give your opinion.
03. Discuss why controlling is extremely critical to ensure the project success? Evaluate the benefits and [1+6,
drawbacks of S-curve, Milestone analysis and Personnel reassignment control tools. CO4]
O4. Rajveer is a quality analyst and checking 3different types of defects (A, B&C). The defect 'A' leads
tothe scrapping of items, however in case of defect 'B' & C,items are reworked. Thetime required [6.cO21
for rework in defect 'B' is 15 minutes and in defect 'C" is 30 minutes. The probabilities for defect
A. B'&'C' are 0.15, 0.20 & 0.10 respectively. Use Monte Carlo simulation and analyze the 10
items coming out of assembly line and identify the number of items without any defects, items
scrapped and total minutes of rework time. Use the following random numbers.
Defect 'A 48 55 91 40 93 01 83 63 47 52
Defect 'B 47 36 57 04 79 55 10 13 57 09
Defect C: 82 95 18 96 20 84 56 11 52 03
O5 Apply your understanding on Project management and write short notes: (3+3,
a. Responsibilities of a Project Manager CO1]
b. Project Management Environment