Sei sulla pagina 1di 5

-------------------------------------------------------------------------------------------------------------------------------

-
NUET Syllabus Details

To Whomsoever it may concern

-All the questions will be ​Multiple Choice Questions​ ( MCQs )


-Two sub-sections for Technical​: Programming and Computer science fundamentals
-Programming section will be specific to ​JAVA language

NUET Breakdown

Mode of Exam: Pen & Paper Test


Question Type: Multiple Choice Questions
Number of Questions: 75
Duration of Exam: 90 minutes
Number of Sections: 3 (Aptitude -(Quantitative & Logical), Verbal, Technical)
Medium: English
Maximum Marks 150
Marks awarded for each correct answer:- 2 Marks
Marks deducted for each wrong answer:- 0.5 Marks

No.of
Topic Marks
Questions

Aptitude -(Quantitative & Logical) 25 50

Verbal Ability 15 30

Technical Questions 35 70

TOTAL 75 150

1.Aptitude Section
You can refer to any GRE practice papers for the quantitative aptitude & logical
reasoning practice questions.
Alternatively, you can also take practice test on ​indiabix.com​ for nontechnical section.
Sample questions are followed

 
 
-------------------------------------------------------------------------------------------------------------------------------
-
 
Q. In a certain code 
‘light is very sharp’ is coded as 8243, 
‘right is very wrong’ is coded as 2817, 
‘knife is sharp’ is coded as 548 and 
‘wrong and sharp’ is coded as 476.

Q. ​ How is the word "knife" coded? 


a. 3 
B.4 
C.5 
D. 6
Q.How is the word "wrong" coded?
a. 4 
B.6 
C.5 
D.7

Q.A manufacturer has 2,992 forklifts, which is approximately one forklift for 
every 48.9 employees. Which of the following is the closest approximation, in 
thousands, of the number of employees employed by the manufacturer? 

A. 60 
B. 100 
c. 150 
d. 175

Q.​Water flows into a 25-liter-capacity bucket through a hose and out through a 
hole in the bottom of the bucket. The rate of flow through the hose is 1 liter per 
minute. If the bucket is filled to capacity in 40 minutes, at what rate, in liters per 
minute, does the water flow out of the bucket. 
-------------------------------------------------------------------------------------------------------------------------------
-
 
 
 
a.3/8 
b.3/5  
c.5/8 
d.8/5

Q.​Find the next number in the sequence: 190, 94, 46, 22, 10, 4

A. 1.5 B. 1 C. 0.5 D. 2

2.Technical Section

2.1- Programming

Basics: Operators, Datatypes, Variables, Modifiers, Loops

Object oriented programming

2.2Computer Science Fundamentals

RDBMS

Basic​ ​SQL operations


Advance: Joins, transactions, sub-queries, views, indexes

Networking

Terminologies, protocols, layers, IP address and classes

Data structures and Algorithms

Linear and Non-linear Data Structures, Searching & Sorting,Space and Time complexity
-------------------------------------------------------------------------------------------------------------------------------
-
2.3General questions about latest technology trends

Sample Questions

Q- What will be the output of the following code snippet ?


int x = 20;
int y = 25;
if (++x < (y = y -= 4) || (x = x += 4) > y){
System.out.println(x + "," + y);
}else{
System.out.println(“in else“);
}
A. 25,21 B. 25,20 C. Compilation error D. in else

Q) Which of the following is a WEB CLOUD SERVER PROVIDER


A. Facebook B. Amazon C. Intel D. Adobe

Q) The complexity of linear search algorithm is


A. O(n) B. O(log n) C. O(n2) D. O(n log n)

Q) Which statement in SQL allows us to change the definition of a table ?


A. ALTER B. UPDATE C. CREATE D. SELECT

How to specify a condition in a select query


1. Using a where clause
2. Joins
3. Alter command
4. Using indexes

What is a DNS
1. Used to resolve domain name to ip address
2. Used for securing a website
3. Used to resolve ip address to a domain name
4. Used for encrypting the data

Choose linear data structures from the following


1. Stack 2. Tree 3. Queue 4.Linked List
-------------------------------------------------------------------------------------------------------------------------------
-
● 1, 3, 4
● 1&2
● 1, 2, 3
● All of the above

What will be the output of the following program

int[] x = { 120, 200, 016 };


for (int i = 0; i < x.length; i++)
System.out.print(x[i] + " ");

A. 120 200 16 B. 120 200 14 C. 120 200 016 D. 016 

Q.Which language can be used to developed android native app?


-PHP
-Kotlin
-Laravel
-Python

Please note :- The above references are only for practicing/references,


actual question complexity may vary .

Released on ​05/06/2019 .

Potrebbero piacerti anche