Tuesday, July 30, 2013

SEO Interview Questions & Answers

1. Which are the most important area to include your keywords? – Page title and Body text are the most important areas where we can include keywords for the SEO purpose.

2. What are webmaster tools? – Webmaster tools is a free service by Google from where we can get free Indexing data, backlinks information, crawl errors, search queries, CTR, website malware errors and submit the XML sitemap.

SEO interview questions and answers

1. Define search engines?

Search engines are some programs. If a keyword and search term is entered by the user then these programs are used to find particular information on the internet. Example: yahoo, Bing, Google, DuckDuckgo, etc.

ASP.Net Interview Questions and Answers

What is the .Net framework?
.Net framework is the technology on which .Net applications are developed and deployed. The framework consist of three main components - 1. CLR (Comman Langauge Runtime)
2. Unified Classes (Framework Base Classes)
3. User and Program Interface (ASP.Net, Winforms)

10 Core Java Interview Questions & Answers

What is immutable object in Java? Can you change values of a immutable object?

A Java object is considered immutable when its state cannot change after it is created. Use of immutable objects is widely accepted as a sound strategy for creating simple, reliable code. Immutable objects are particularly useful in concurrent applications. Since they cannot change state, they cannot be corrupted by thread interference or observed in an inconsistent state. java.lang.String and java.lang.Integer classes are the Examples of immutable objects from the Java Development Kit. Immutable objects simplify your program due to following characteristics :

Oracle Interview Questions and Answers

1) What is oracle database ?
Oracle Database is a relational database management system (RDBMS) which is used to store and retrieve the large amounts of data. Oracle Database had physical and logical structures. Logical structures and physical structures are separated from each other

2) What is schema?
A user account and its associated data including tables, views, indexes, clusters, sequences,procedures, functions, triggers,packages and database links is known as Oracle schema. System, SCOTT etc are default schema's. We can create a new Schema/User. But we can't drop default database schema's.

Interview Questions in ASP.NET

What are differences between Array list and Hash table?

Ans: 1) Hash table store data as name, value pair. While in array only value is store.
2) To access value from hash table, you need to pass name. While in array, to access value, you need to pass index number.
3) you can store different type of data in hash table, say int, string etc. while in array you can store only similar type of data.
What are differences between system.stringbuilder and system.string?

The main difference is system.string is immutable and system.stringbuilder is a mutable. Append keyword is used in string builder but not in system.string.
Immutable means once we created we cannot modified. Suppose if we want give new value to old value simply it will discarded the old value and it will create new instance in memory to hold the new value.

Java Interview Questions

Q: Are the imports checked for validity at compile time? e.g. will the code containing an import such as java.lang.ABCD compile?
A: Yes the imports are checked for the semantic validity at compile time. The code containing above line of import will not compile. It will throw an error saying,can not resolve symbol
symbol : class ABCD
location: package io
import java.io.ABCD;
 

Q: Does importing a package imports the subpackages as well? e.g. Does importing com.MyTest.* also import com.MyTest.UnitTests.*?
A: No you will have to import the subpackages explicitly. Importing com.MyTest.* will import classes in the package MyTest only. It will not import any class in any of it's subpackage.

Java Interview Questions

Q: What if the main method is declared as private?
A: The program compiles properly but at runtime it will give "Main method not public." message.
 

Q: What if the static modifier is removed from the signature of the main method?
A: Program compiles. But at runtime throws an error "NoSuchMethodError".

Java Interview Questions

Q: What is the difference between an Interface and an Abstract class?
A: An abstract class can have instance methods that implement a default behavior. An Interface can only declare constants and instance methods, but cannot implement default behavior and all methods are implicitly abstract. An interface has all public members and no implementation. An abstract class is a class which may have the usual flavors of class members (private, protected, etc.), but has some abstract methods.
.

Monday, July 29, 2013

Project Manager Interview Questions:

1. How many projects have you handled before and what were these?

Always answer honestly or you risk your career and the entire project. Some companies will require you to produce a certification to that effect or may ask for the contact number of the person or company you’ve worked with before. Potential employers who know about your experience will most likely give you tasks that they believe are on par with your current experience. Describe the projects you’ve handled briefly but accurately by describing the industry, the different departments and the specific objectives.

Database Interview Questions

Q:  What is data mining and how can it be used?
A:  Data mining refers to any procedure for collecting, analyzing, and summarizing the contents of a database.  It can be used to judge the success of a business, marketing campaigns, and to forecast future trends.

Q:  What is database normalization and why is it done?
A:   This is the process of organizing data in a database efficiently, and it is done to make sure that connections and dependencies between data make sense, and to get rid of redundant data.

Sunday, July 28, 2013

Basic Dot Net Interview Questions and Answers

1.How many languages .NET is supporting now?

When .NET was introduced it came with several languages.
VB.NET,
C#,
COBOL
and
Perl, etc. The site DotNetLanguages.Net says 44 languages are supported by .NET

Saturday, July 27, 2013

Interview Questions and Answers on SEO freshers

1) What is Search Engines? 

Ans: Search Engines are very critical key element useful to find out specific and relevant information through huge extent of World Wide Web. Some major commonly used search engine: 

Google ,Yahoo, Bing.........

2) Tell me something about Google? 


Ans: Google is the world’s largest and renowned search engine incorporating about 66.8% of market share. It was introduced in 1998 by students of Stanford University students Sergey Brin and Larry Page. The unique algorithmic ranking system is considered as its key of success. Apart of Google Mail services there are various worthy and useful tools are being offered absolutely free which include Blogger, Feedburner, YouTube, Google Plus, Adsense, Webmaster Tools, Adword, Analytics and many more.

Friday, July 26, 2013

Java Interview Questions and Answers

What  is Java?
Java is an object-oriented programming language developed initially by James Gosling and colleagues at Sun Microsystems. The language, initially called Oak (named after the oak trees outside Gosling's office), was intended to replace C++, although the feature set better resembles that of Objective C. Java should not be confused with JavaScript, which shares only the name and a similar C-like syntax. Sun Microsystems currently maintains and updates Java regularly.
What does a well-written OO program look like?
A well-written OO program exhibits recurring structures that promote abstraction, flexibility, modularity and elegance.

ASP.NET Common Interview Questions and Answers

1) Explain the .NET architecture.
a) All .Net supported Languages
b) Common Language specification
c) Windows forms / web pages
d) ADO.Net / web services
e) Base class library
f) Common language runtime
g) Operating system.
2) How does u create multiple inheritances in c# and .net?
Multiple inheritances are created by using interfaces.
3) When web.config is called ?
Web.config is an xml configuration file.this never gets called directly unless we need to retrieve the configuration setting.
4) How many weg.configs a application can have
one.

20 SEO interview questions and answers

1. Why is the Title so important in SEO?

Ans. Title is the main part of any web site that provides a way to use the element to display the title.

- Title of the web site is the element that is used for the search engines and its positioning in it.

- Title is usually placed in the tag of the HTML and it describes the main title of the website and its purpose.

- It is a descriptive word in 12-15 words and describes the nature of the title that can be optimized according to the search engines.

- Title is a way to describe the website’s aim and it is being shown on the web browsers title bar.

SEO interview question and answer

Q1. Tell me something about yourself ?

Ans. You should tell him very confidentially about yourself your strength and your Aim.

Q2. What you know about SEO ?

Ans.It is process of getting traffic from free and paid listing on the search engine like.

  • google
  • yahoo
  • bing

ASP.NET Common Interview Questions and Answers

1) Explain the .NET architecture.
a) All .Net supported Languages
b) Common Language specification
c) Windows forms / web pages
d) ADO.Net / web services
e) Base class library
f) Common language runtime
g) Operating system.
2) How does u create multiple inheritances in c# and .net?
Multiple inheritances are created by using interfaces.
3) When web.config is called ?
Web.config is an xml configuration file.this never gets called directly unless we need to retrieve the configuration setting.

Thursday, July 25, 2013

ASP.Net Interview Question and Answers

1. What is ASP.NET?

Ans: ASP.NET is a server side scripting technology that enables scripts (embedded in web pages) to     be  executed by an Internet server. ASP. NET provides increased performance by running compiled code.

2.  What is the difference between Classic ASP and ASP.Net?

 Ans:
    ASP is Interpreted language based on scripting languages like Jscript or VBScript.
  • ASP has Mixed HTML and coding logic.
  • Limited development and debugging tools available.
  • Limited OOPS support.
  • Limited session and application state management.
  • ASP.Net is supported by compiler and has compiled language support.
  • Separate code and design logic possible.
  • Variety of compilers and tools available including the Visual studio.Net.
  • Completely Object Oriented.
  • Complete session and application state management.
  • Full XML Support for easy data exchange. 

Wednesday, July 24, 2013

SEO Job Interview Questions

What is a Search Engine?
What are Meta Tags?
Why is a Robots.txt File Used?
What are some of the Tools Used for Researching Keywords?
Title Tag SEO Importance?
What is Cloaking SEO?
Domain Extensions – Do They Matter in SEO Ranking?
What is your favorite aspect of SEO?
What is the most difficult aspect of SEO for you?
What is your favorite SEO website/blog, and Why?
What has been your Biggest Mistake in Optimizing a Website for Search Engines?
Is there a Google SEO Guide or Any Recommended Google SEO Tools?
What Analytics Packages have you used?
Do you have a Sample SEO Campaign Plan?
How to Increase Google Page Rank?
What SEO tools do you regularly use?
What is the difference between SEO and SEM?
Why does Google Rank Wikipedia for so many topics?
SEO Certification. Are you SEO Certified Professional?
How to Get SEO Projects?
What Is a Sitemap?
What do you think of using XML sitemaps?
Is Using Software to Submit Content Good for SEO?
Who is Matt Cutts?
Can you write HTML Code?
Give me a description of your general SEO experience?
How to create an SEO Friendly Website Design Structure?
How many Target Keywords should a Site have?
Why Is My Site Not Ranking in the Search Engines?
What is the most important “Ranking Factor” that you as SEO experts come across?
How to Achieve Google PageRank?
Are their SEO principles for Ranking in Google Shopping Results?
.CO vs .Com SEO?
Robots.txt: Is Blocking Googlebot from crawling Javascript and CSS good now?
What is Black Hat SEO Techniques?
What is Forum Submission and Does it Help in Promoting your Website?
What is the Difference Between the Google Broad Match and Google Exact Match Formats when selecting Keywords for SEO?
What is PPC Marketing?
What are Primary, Secondary, and Tertiary Keywords: How do they Differ?

HR Interview Questions and Answers

Tell me about yourself.
Why should I hire you?
What are your strengths and weaknesses?
Why do you want to work at our company?
What is the difference between confidence and over confidence?
What is the difference between hard work and smart work?
How do you feel about working nights and weekends?
Can you work under pressure?
Are you willing to relocate or travel?
What are your goals?
What motivates you to do good job?
What makes you angry?
Give me an example of your creativity.
How long would you expect to work for us if hired?
Are not you overqualified for this position?
Describe your ideal company, location and job.
What are your career options right now?
Explain how would be an asset to this organization?
What are your outside interests?
Would you lie for the company?
Who has inspired you in your life and why?
What was the toughest decision you ever had to make?
Have you considered starting your own business?
How do you define success and how do you measure up to your own definition?
If you won $10 million lottery, would you still work?
Tell me something about our company.
How much salary do you expect?
Where do you see yourself five years from now?
On a scale of one to ten, rate me as an interviewer.
Do you have any questions for me?

java interview questions and answers

1. What is the difference between a constructor and a method?
A constructor is a member function of a class that is used to create objects of that class. It has the same name as the class itself, has no return type, and is invoked using the new operator.
A method is an ordinary member function of a class. It has its own name, a return type (which may be void), and is invoked using the dot operator.
2. What is the purpose of garbage collection in Java, and when is it used?
The purpose of garbage collection is to identify and discard objects that are no longer needed by a program so that their resources can be reclaimed and reused.
A Java object is subject to garbage collection when it becomes unreachable to the program in which it is used.

Tuesday, July 23, 2013

Interview Questions and Answers on SEO freshers

1) What is Search Engines? 

Ans: Search Engines are very critical key element useful to find out specific and relevant information through huge extent of World Wide Web. Some major commonly used search engine: 

Google ,Yahoo, Bing.........

2) Tell me something about Google? 


Ans: Google is the world’s largest and renowned search engine incorporating about 66.8% of market share. It was introduced in 1998 by students of Stanford University students Sergey Brin and Larry Page. The unique algorithmic ranking system is considered as its key of success. Apart of Google Mail services there are various worthy and useful tools are being offered absolutely free which include Blogger, Feedburner, YouTube, Google Plus, Adsense, Webmaster Tools, Adword, Analytics and many more.

Core Java - Interview Questions and Answers

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. What is a JVM?
JVM is Java Virtual Machine which is a run time environment for the compiled java class files.
4. Are JVM's platform independent?
JVM's are not platform independent. JVM's are platform specific run time implementation provided by the vendor.
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.
6. What is a pointer and does Java support pointers?
Pointer is a reference handle to a memory location. Improper handling of pointers leads to memory leaks and reliability issues hence Java doesn't support the usage of pointers.