2023 2024 Student Forum > Management Forum > Main Forum

 
  #1  
27th July 2015, 12:01 PM
Unregistered
Guest
 
AMIETE Previous Year Question Papers

I am looking for the Associate Membership of Institute of Electronics and Telecommunication Engineers (AMIETE) exam question paper. Will you please provide it ?
Similar Threads
Thread
Karnataka State Open University B.Com 3rd year previous year question papers
B.Com 1st year previous year question papers of University of Mumbai
Previous year question papers BA 2nd Year English of Kuvempu University
Latest paper pattern or previous year question papers of B.Com 2nd year of Pune Unive
University of Mumbai B.Com 3rd year distance education previous year question papers
WB TET Previous Year Question Papers
University of Mumbai B.Com 1st year previous year question papers
Tamil Nadu Dr. MGR Medical University BDS 1st year previous year question papers
RTU Previous Year Question Papers 1st Sem
CPT Previous Year Question Papers
M.Sc Psychology 1st year previous year question papers of University of Madras
NIC previous year question papers?
Cat Previous year Question Papers
Previous year LDC question papers?
B.Com 3rd year previous year question papers of University of Mumbai
Previous year question papers of 1st year MBA in Bharathiyar University
Previous year question papers of final year B.Com.(Dictance Education) from Mumbai Un
Karnataka 2nd Year PUC previous year question papers of Chemistry
Master of Commerce 1st year previous year question papers of IGNOU
Previous year question papers of NET
  #2  
27th July 2015, 02:44 PM
Super Moderator
 
Join Date: Apr 2013
Re: AMIETE Previous Year Question Papers

Here I am providing the list of few questions of Associate Membership of Institute of Electronics and Telecommunication Engineers (AMIETE) exam question paper which you are looking for .

Q.1 Choose the correct or best alternative in the following: (2x8)
a. the abundance of data in the present day society is a
(A) data poor and information poor situation.
(B) data rich but information poor situation.
(C) data rich and information rich situation.
(D) data poor and information rich situation.

b. Data mining is a synonym for

(A) DBMS. (B) RDBMS.
(C) KDD. (D) Statistical Analysis.

c. Data mining is a step in the

(A) Data cleaning. (B) Data transformation.
(C) Data selection. (D) knowledge discovery process.

d. A data mart is a

(A) data warehouse (B) database
(C) subset of data warehouse (D) meta data

e. Operational databases do not typically include
(A) raw data. (B) transaction data.
(C) historical data. (D) indexing and hashing.

f. Principal component analysis is used in
(A) data reduction (B) data compression
(C) data cleaning (D) data pre-processing

g. Combining data from multiple sources into coherent data is termed as

(A) data cleaning. (B) data integration.
(C) data transformation. (D) data clustering.

h. in the data warehouse environment.

(A) data is time variant.
(B) there is a firm set of requirements.
(C) transaction response time is a major issue.
(D) development is done one application at a time.

PART I

Answer any THREE Questions. Each question carries 14 marks.
Q.2 a. Describe the evolution of Decision support system. (7)

b. Explain with reasons the crisis of data credibility in naturally evolving architecture. (7)

Q.3 a. Explain how data warehousing helps the executives to make strategic decisions. (5)

b. Suppose that a data warehouse consists of the three dimensions time, doctor and patient and two measures count and charge, where charge is the fee that a doctor charges a patient for a visit. (9)

i) Draw a schema diagram for the above warehouse, using one of three classes of schema.

ii) Enumerate based on the kind of aggregate functions that could be used in a datacube.

Q.4 a. Explain how data cubes model n-dimensional data. Give an example of a 3-D view of sales data of an electronics company according to dimensions: time, item and location. (7)

b. Distinguish between snowflake schema and star schema model. (5)

c. What is Meta data? (2)

Q.5 a. Describe the three tier architecture of data warehouse. (7)

b. What are the different data warehouse models from the architecture point of view? (7)

Q.6 a. in a data warehouse technology, a multiple dimensional view can be implemented by ROLAP or by MOLAP. for each of the technique mentioned above, explain how each of the following functions are implemented. (7)
(i) Roll Up
(ii) Drill Down

b. Explain how data warehouse enables the EIS analyst to deal with various management needs. (7)

*
PART II
Answer any THREE Questions. Each question carries 14 marks.
*
Q.7*a.*Describe various problems relating to the use and storage of external and unstructured data in the data warehouse.*(7)
*
b.*Describe how meta data is vital and important component of data warehouse. Also list components of a typical meta data.*(7)
*
*
Q.8*a.*What are the various forms of data pre-processing? Describe the purpose of data cleaning routines. How do you detect outliers?*(7)
*
b.*What are NAIVE Bayesian Classification Networks? Explain.*(7)
*
Q.9*a.*Define z-score normalization. Find the z-score normalization value*Rs. 73, 600 for income when the mean and the standard deviations for the attribute income are Rs. 54000 and Rs.16, 000 respectively.*(7)
*
b.*Describe data compression and discretization techniques.*(5)
*
c.*Data quality can be assessed in terms of accuracy, completeness and*consistency. Propose two other dimensions of data quality.*(2)
*
Q.10*a.*What is corporate data model? How this can be changed to task the data model into data warehouse design.*(7)
b.*Describe Market basket analysis as a form of association rule mining.*(7)
*
Q.11*a.*Describe the Apriori Algorithm for mining sequence of item sets for Boolean Association rules.*(7)
*
b.*What is a decision tree? Write basic algorithm for inducing a decision tree from
training sampler.*(7)
  #3  
13th July 2020, 06:48 PM
Unregistered
Guest
 
Re: AMIETE Previous Year Question Papers

Can you provide me previous year question paper for AMIETE or Associate Membership of Institute of Electronics and Telecommunication Engineers?
  #4  
13th July 2020, 06:50 PM
Super Moderator
 
Join Date: Mar 2013
Re: AMIETE Previous Year Question Papers

The previous year question paper for AMIETE or Associate Membership of Institute of Electronics and Telecommunication Engineers is as follows:


Q.1 Choose the correct or the best alternative in the following: (2×10)

a. To run the script, we should make it executable first by using _____
(A) chmod +x
(B) chmod +r
(C) chmod +w
(D) chmod +rwx


b. To spawn a child of our own choice for running the script, we can use ___ command.
(A) ps
(B) pr
(C) sh
(D) $$


c. Which of the following is/are true about Shell?
(A) Shell is a multi-faceted program
(B) Shell is a command interpreter
(C) Shell provides us with an environment to work in
(D) Shell is a multi-faceted, command interpreter and provides an environment to work in


d. Which command would be most suitable to remove the following files? dirx diry dirz dirzw
(A) rm dir?
(B) rm dirx diry dirz dirzw
(C) rm *
(D) rm dir*


e. Which of the following command will list all the hidden filenames in our directory having at least three characters after the dot (.)?
(A) ls
(B) ls -a
(C) ls .???*
(D) ls *


f. Which one of the following command is used for searching for a pattern in one or more file(s)?
(A) cd
(B) cp
(C) paste
(D) grep


Question Paper for AMIETE





Quick Reply
Your Username: Click here to log in

Message:
Options




All times are GMT +5. The time now is 07:51 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
SEO by vBSEO 3.6.0 PL2

1 2 3 4