Thursday 13 December 2012

ERP Interview Question

What is ERP? - ERP is a package with the techniques and concepts for the integrated management of business as a whole, for effective use of management resources, to improve the efficiency of an enterprise. Initially, ERP was targeted for manufacturing industry mainly for planning and managing core business like production and financial market. As the growth and merits of ERP package ERP software is designed for basic process of a company from manufacturing to small shops with a target of integrating information across the company

Study Meterial Click Here   ERP Interview Question

Thursday 29 November 2012

SMO Interview Question and Answer

Q1 What is SMO ?

(a) Social Media Organization
(b) Social Media Optimization
(c) Social Media On Page
(d) Social Media Programming

Answer: (b)

Click Here       SMO Interview Question and Answer

Seo(Search engine Optimization) Interview Question and Answer

(Q) What is SEO?
(A) SEO – Search engine optimization or optimizer is a collection of techniques applied to optimize our site so that it ranks well in SERPs (Search engine result pages).

Click Here   Seo(Search engine Optimization) Interview Question and Answer

HR interview questions and answers for freshers

Tell me something about your self.
This is the most commonly asked first question in any interview and the one which can set a ground for rest of your interview. Include details like: Your education background (not beyond 12th standard), some information about your family – father’s profession, mother’s profession, number of siblings (no need to get into their educational details) and some information about your extracurricular activities or hobbies.

Click Here   HR interview questions and answers for freshers

Thursday 22 November 2012

Commercial Database Management System Protection

Contents
1 Introduction ....................................................................... 1
1.1 Identification of Protection Profile .................................... 1
1.2 Protection Profile Overview ............................................... 1
2 Target of Evaluation (TOE) Description .......................... 2
3 Security Environment ....................................................... 3
3.1 Threats ................................................................................ 3
3.2 Organisational Security Policies ....................................... 5
3.3 Secure Usage Assumptions ................................................. 5
4 Security Objectives ........................................................... 7
4.1 IT Security Objectives ........................................................ 7
4.2 Non-IT Security Objectives ................................................ 8
5 IT Security Requirements ............................................... 11
5.1 TOE IT Security Functional Requirements ...................... 11

Click here 

Commercial Database Management System Protection

Wednesday 21 November 2012

Operating System Interview Questions and Answers

hat are the basic functions of an operating system? -
Operating system controls and coordinates the use of the hardware among the various applications programs for various uses. Operating system acts as resource allocator and manager. Since there are many possibly conflicting requests for resources the operating system must decide which requests are allocated resources to operating the computer system efficiently and fairly. Also operating system is control program which controls the user programs to prevent errors and improper use of the computer. It is especially concerned with the operation and control of I/O devices.


click here   Operating System Interview Questions and Answers

Top Computer Network Interview Question

1.What do you mean by data communication?
2. What is simplex?
3. What is half-duplex?
4. What is full duplex?
5. What is a network?
6. What is distributed processing?
7. What is point to point connection?
8. What is multipoint connection?
9. What is a topology?
10. Define LAN, MAN and WAN.
11. Define internet? Download Attachment..........

 

Click Here   Top Computer Network Interview Question

Top Java Swing Interview Questions and Answers

What is the difference between Swing and AWT components?
AWT components are heavy-weight, whereas Swing components are lightweight. Hence Swing works faster than AWT. Heavy weight components depend on the local windowing toolkit. For example, java.awt.Button is a heavy weight component. Pluggable look and feel possible using java Swing. Also, we can switch from one look and feel to another at runtime in swing which is not possible in AWT.

Click Here   Top Java Swing Interview Questions and Answers

OOPS Interview Questions and Answers

What are the principle concepts of OOPS?
There are four principle concepts upon which object oriented design and programming rest. They are:
  • Abstraction
  • Polymorphism
  • Inheritance
  • Encapsulation
Click Here   OOPS Interview Questions and Answers

Latest Java Interview Questions and Answers Pdf Free Download

.1. What is the most important feature of Java?
Java is a platform independent language.
2. What do you mean by platform independence?
Platform independence means that we can write and compile the java code in one platform (eg Windows) and can execute the class in any other supported platform eg (Linux,Solaris,etc).
3. Are JVM's platform independent?
JVM's are not platform independent. JVM's are platform specific run time implementation provided by the vendor.
4. What is a JVM?
JVM is Java Virtual Machine which is a run time environment for the compiled java class files.
5. What is the difference between a JDK and a JVM?
JDK is Java Development Kit which is for development purpose and it includes execution environment also. But JVM is purely a run time environment and hence you will not be able to compile your source files using a JVM.


Click Here 

Latest Java Interview Questions and Answers Pdf Free Download