Most 9 Interview Tips For your Next interview Success


1.While you're the one being evaluated, don't forget to size up the interviewer as well. You don't want to point out her flaws, but take note of her responses to your questions -- it may well determine whether you even want the job. "Study the CEO's reactions of these questions to make sure that they are a leader that can handle inevitable change," Williams says.

2.Be on time, turn off your cell phone, and don't interrupt. You could have all the proper qualifications, but someone else may as well. The difference will come down to the details. If your cell phone starts playing "Jingle Bells," the job could go to the other guy. "Anyone's appearance, demeanor, timeliness... are checkmarks," says Gerard Ferro, CEO of SunRx.

Read More ->>

Java 1 hour Complete Video tutorial - Java Training Videos

Java  Web services 1 hour Complete Video tutorial - Java Training Videos


Read More ->>

Web services - Interview Questions Video

Web Services - Interview Question PrepareVideo


Web services are software applications that communicate with each other over the internet, using several standardized technologies (collectively the Web Services Architecture, WSA ) for machine-to-machine interaction.

“A Web service is an abstract notion that must be implemented by a concrete agent. The agent is the concrete piece of software or hardware that sends and receives messages, while the service is the resource characterized by the abstract set of functionality that is provided. To illustrate this distinction, you might implement a particular

Read More ->>

Java Basic - Interview Preparation Training Video

Core Java Basic Training Video For Interview Purpose

Core Java Learn Overview Easy.

All Basic Java interview Questions



Read More ->>

PHP INTERVIEW TIPS Part-1

What's PHP ?


The PHP Hypertext Preprocessor is a programming language that allows web developers to create dynamic content that interacts with databases. PHP is basically used for developing web based software applications.

What Is a Session?


A session is a logical object created by the PHP engine to allow you to preserve data across subsequent HTTP requests.
There is only one session object available to your PHP scripts at any time. Data saved to the session by a script can be retrieved by the same script or another script when requested from the same visitor.
Sessions are commonly used to store temporary data to allow multiple PHP pages to offer a complete functional transaction for the same visitor.

What is meant by PEAR in php?


Answer1:
PEAR is the next revolution in PHP. This repository is bringing higher level programming to PHP. PEAR is a framework and distribution system for reusable PHP components. It eases installation by bringing an automated wizard, and packing the strength and experience of PHP users into a nicely organised OOP library. PEAR also provides a command-line interface that can be

Read More ->>

Oracle DBA interview Tips Part 4

Database Security & Administration
97. What is user Account in Oracle database?
A user account is not a physical structure in database but it is having important relationship to the objects in the database and will be having certain privileges.
98. How will you enforce security using stored procedures?
Don't grant user access directly to tables within the application.
Instead grant the ability to access the procedures that access the tables.
When procedure executed it will execute the privilege of procedures owner. Users cannot access tables except via the procedure.
99. What are the dictionary tables used to monitor a database space?
DBA_FREE_SPACE
DBA_SEGMENTS
DBA_DATA_FILES.
SQL*Plus Statements
100. What are the types of SQL statement?
Data Definition Language: CREATE, ALTER, DROP, TRUNCATE, REVOKE, NO AUDIT & COMMIT.
Data Manipulation Language: INSERT, UPDATE, DELETE, LOCK TABLE, EXPLAIN PLAN & SELECT.
Transactional Control: COMMIT & ROLLBACK
Session Control: ALTERSESSION & SET ROLE
System Control: ALTER SYSTEM.
101. What is a transaction?
Transaction is logical unit between two commits and commit and rollback.
102. What is difference between TRUNCATE & DELETE?

Read More ->>

Oracle DBA interview Tips Part 3

Database Logical & Physical Architecture
64. What is Database Buffers?
Database buffers are cache in the SGA used to hold the data blocks that are read from the data segments in the database such as tables, indexes and clusters DB_BLOCK_BUFFERS parameter in INIT.ORA decides the size.
65. What is dictionary cache?
Dictionary cache is information about the database objects stored in a data dictionary table.
66. What is meant by recursive hints?
Number of times processes repeatedly query the dictionary table is called recursive hints. It is due to the data dictionary cache is too small. By increasing the SHARED_POOL_SIZE parameter we can optimize the size of data dictionary cache.
67. What is redo log buffer?

Read More ->>

Oracle DBA interview Tips Part 2

37. What is a segment?
A segment is a set of extents allocated for a certain logical structure.
38. What are the different types of segments?
Data segment, index segment, rollback segment and temporary segment.
39. What is a data segment?
Each non-clustered table has a data segment. All of the table's data is stored in the extents of its data segment. Each cluster has a data segment. The data of every table in the cluster is stored in the cluster's data segment.
40. What is an index segment?
Each index has an index segment that stores all of its data.
41. What is rollback segment?
A database contains one or more rollback segments to temporarily store "undo" information.
42. What are the uses of rollback segment?

Read More ->>

Oracle DBA interview Tips Part 1

Oracle Concepts and Architecture Database Structures1. What are the components of physical database structure of Oracle database?
Oracle database is comprised of three types of files. One or more datafiles, two are more redo log files, and one or more control files.
2. What are the components of logical database structure of Oracle database?
There are tablespaces and database's schema objects.
3. What is a tablespace?
A database is divided into Logical Storage Unit called tablespaces. A tablespace is used to grouped related logical structures together.
4. What is SYSTEM tablespace and when is it created?

Read More ->>

J2EE Interview Tips Part 7

301. What is transaction isolation level

What is transaction isolation level The degree to which the intermediate state of the data being modified by a transaction is visible to other concurrent transactions and data being modified by other transactions is visible to it.

302. What is transaction manager

Provides the services and management functions required to support transaction demarcation, transactional resource management, synchronization,
and transaction context propagation.

303. What is Unicode ?

Read More ->>

J2EE Interview Tips Part 6

251. What is renderer

A Java class that can render the output for a set of JavaServer Faces UI components.

252. What is request-response messaging

A method of messaging that includes blocking until a response is received.


253. What is resource adapter

A system-level software driver that is used by an EJB container or an application client to connect to an enterprise information system. A resource adapter typically is specific to an enterprise information system. It is available as a library and is used within the address space of the server or client using it. A resource adapter plugs in to a container. The application components deployed on the container then use the client API (exposed by the adapter) or tool-generated high-level abstractions to access the underlying enterprise information system. The resource adapter and EJB container collaborate to provide the underlying mechanisms-transactions, security, and connection pooling-for connectivity to the enterprise information system.

254. What is resource adapter module ?

Read More ->>

J2EE Interview Tips Part 5

201. What is normalization

The process of removing redundancy by modularizing, as with subroutines, and of removing superfluous differences by reducing them to a common denominator.
For example, line endings from different systems are normalized by reducing them to a single new line, and multiple whitespace characters are normalized to one space.

202. What is North American Industry Classification
System (NAICS)

A system for classifying business establishments based on the processes they use to produce goods or services.

203. What is notation ?

Read More ->>

J2EE Interview Tips Part 4

151. What is JavaServer Pages Standard Tag Library
(JSTL)

A tag library that encapsulates core functionality common to many JSP applications. JSTL has support for common, structural tasks such as iteration and conditionals, tags for manipulating XML documents, internationalization and locale-specific formatting tags, SQL tags, and functions.

152. What is JAXR client

A client program that uses the JAXR API to access a business registry via a JAXR provider.

153. What is JAXR provider

An implementation of the JAXR API that provides access to a specific registry provider or to a class of registry providers that are based on a common specification.

154. What is JDBC ?

Read More ->>