Oracle Financial Services - All Kerala Mega Campus Recruitment - 2012 Batch - Aptitude Questions - Software Engineering - Logic Diagramming



Oracle Financial Services Recruitment - 2012 Batch

 Aptitude Questions

 Software Engineering Aptitude - Logic Diagramming  (4/4)


Assessment Breakdown:
SectionTimeQuestions
Math Reasoning10 Minutes10
IT Reasoning10 Minutes10
Attention to Detail5 Minutes10
Logic Diagramming10 Minutes5
Total35 Minutes35 Questions



Logic Diagramming
It is designed to test your ability to follow a workflow in a logical manner. You will be presented with one diagram depicting a workflow. Refer to the diagram in order to answer each of the questions. You will have 10 minutes to complete the 5 questions in this section.


Please carefully read the following:
The following flowchart finds the absolute difference (DIFF) of the sums of all odd (SUMODD) and even numbers (SUMEVEN) from a set of natural numbers. If a particular odd number is prime, its sum is added to DIFF directly without adding it to SUMODD. The numbers are stored in NUM(N=1 to MAX).

 
Question Number 1 

What is the value of Cell 1?

a. N = 1, X = 0
b. N = 0, X = 1
c. N = 1
d. X = 0


Question Number 2 

What is the value of Cell 3?

a. SUMEVEN = SUMEVEN + NUM(N)
b. SUMEVEN = SUMEVEN – NUM
c. SUMODD = SUMODD – NUM(N)
d. SUMODD = SUMODD + NUM(N)


Question Number 3 

What is the value of Cell 2?

a. Is X > NUM(N)?
b. Is NUM(N)/X an Integer?
c. Is NUM Even?
d. Is NUM Odd? 


Question Number 4 

What is the value of Cell 4?

a. Is N < MAX?
b. Is N = MAX?
c. Is N > MAX?
d. Is N > 0? 


Question Number 5 

What is the value of Cell 5?

a. DIFF = DIFF + NUM(N)
b. DIFF = NUM(N)
c. DIFF = DIFF + 1
d. DIFF = DIFF – 1 


1 comment:

Related Posts Plugin for WordPress, Blogger...