anjali

Job Interviewing Do’s and Don’ts for freshers!!! - important note

Job Interviewing Do’s and Don’ts
Here are the keys to successful job interviewing. Follow these simple rules and you should achieve success in this important phase of job-hunting.
•Do take a practice run to the location where you are having the interview — or be sure you know exactly where it is and how long it takes [...]

How to prepare for Infosys and other companies?

How to prepare for Infosys?
There is nothing to worry about the Infosys written test. It is easy if you keep your mind cool. There will be 10 questions in aptitude test, each of different marks & without multiple choices. Duration is 1 hr & you have to get at least 7-8 correct to get short-listed. [...]

General interview tips and frequent asked questions

1.GENERAL FAQ
1.1How is the IT field?
“”Market is good or bad, we should get a good job””, we are in need of a good job which should be pertinent to our qualification. Always fresher should keep this mentality. Market is really very good. We need not worry about market status. Keep on trying till you get [...]

Characteristics of PHP- a brief description

Characteristics of PHP
As you may have realized, the PHP language revolves around the central theme of practicality. PHP is about providing the programmer with the necessary tools to get the job done in a quick and efficient fashion. Five important characteristics make PHP’s practical nature possible:
• Familiarity
• Simplicity
• Efficiency
• Security
• Flexibility
One final characteristic makes PHP particularly interesting: it’s free!
Familiarity
Programmers from [...]

Java Util Examples List part-III (data structures in java)

41. Listing the Main Attributes in a JAR File Manifest
Jar Manifest file is the main section of a jar file. This file contains the detailed information about the specific individual jar file. It contains the complete information about the jar file, each and every section or particular information is separated by new line.
42. Creating a ZIP File
Zip [...]

Java Util Examples List part-II (data structures in java)

21. Creating a Copy of a Collection
This tells how to create and then copy the collection. The copied collection contains the reference to the object. In-fact, objects are not cloned.

22. Making a Collection Read-Only
This section describes you how to make a collection read-only. In this section, list (component of the collection) has been represented for making it [...]

Java Util Examples List part-I (data structures in java)

The util package or java provides many utility interfaces and classes for easy manipulation of in-memory data. The java util package tutorials at RoseIndia.net introduces you with the Java util package of JDK. All the examples are with free source code. It includes many examples that demonstrate the syntax and example code of java [...]

Advantages of Java in brief

Java Features
Platform Independent
The concept of Write-once-run-anywhere (known as the Platform independent) is one of the important key feature of java language that makes java as the most powerful language. Not even a single language is idle to this feature but java is more closer to this feature. The programs written on one platform can run [...]

Object Oriented Programming Language- basic concepts

There are four main pillars of an Object Oriented Programming Language :
• Inheritance:
Inheritance provide the facility to drive one class by another using simple syntax. You can say that it is a process of creating new class and use the behavior of the existing class by extending them for reuse the existing code and adding the [...]

Database Testing Tools Interview Questions

1. What we normally check for in the Database Testing?
In DB testing we need to check for,
1. The field size validation
2. Check constraints.
3. Indexes are done or not (for performance related issues)
4. Stored procedures
5. The field size defined in the application is matching with that in the db.
2. What is Database testing?
Data bas [...]

Basic Testing tools questions…. for freshers must read part-II

What is a ‘walkthrough’?
A ‘walkthrough’ is an informal meeting for evaluation or informational purposes. Little or no preparation is usually required.
What’s an ‘inspection’?
An inspection is more formalized than a ‘walkthrough’, typically with 3-8 people including a moderator, reader, and a recorder to take notes. The subject of the inspection is typically a [...]

Puzzles- Freshers must read it!!!!! part-II

bugs Puzzles
Four bugs are placed at the corners of a square. Each bug walks always directly toward the next bug in the clockwise direction. How far do the bugs walk before they meet?
solution:
Since the bugs start out walking perpendicularly, and there is nothing in the problem to alter this symmetry, the bugs are always walking [...]

Puzzles- Freshers must read it!!!!! part-I

Bicycle puzzle
A boy, a girl and a dog go for a 10 mile walk. The boy and girl can walk at 2 mph and the dog can trot at 4 mph. They also have a bicycle which only one of them (including the dog!) can use at a time. When riding, the boy and girl [...]

Close