Top Latest ASP.Net Interview Question and Answers 2013,2014,2015

1.What is ASP.NET?
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?
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.

Top Latest CSS & CSS3 Interview Questions and Answers 2013,2014,2015

1.Wht is a CSS File? It is used for what purpose

CSS stands for "Cascading Style Sheets", and are used to control and manage font styles, font sizes, and web site color combinations that are used in a web page. In order to retain continuity of "look and feel" throughout a website, all pages within a website will often refer to a single CSS file. The CSS file is typically contained in a separate file from the website, and the various web pages retrieve the CSS file each time a web page is displayed. CSS files make global appearance changes easy -- a single change in a CSS file will mean that any pages using that CSS file will automatically display the changes 

2.How do I make a picture as a background on my web pages?

Point the body background to the name of your image you wish to use as the background as shown below. This body line should be the first line after your < / head> tag.
<body background="picture.gif" >
You can also have the background image fixed, so it does not move when using the scroll bar in the browser. To do this add the BGPROPERTIES tag as shown below. 
<body background="picture.gif" bgproperties="fixed" > 

Latest Top jQuery Interview Questions and Answers 2013,2014,2015

Q1. What is jQuery?
Ans:jQuery is Lightweight and Cross Browser JavaScript Library/Framework which helps to traverse HTML DOM, make animations, add Ajax interaction, manipulate the page content, change the style and provide cool UI effect. The biggest advantage over Javascript is that it reduces lines of code as huge code written in JavaScript, can be done easily acheived with jQuery in few lines.jQuery is easy to learn.

Q2. Why jQuery?
Ans: Due to following functionality. 1. Cross-browser support (IE 6.0+, FF 1.5+, Safari 2.0+, Opera 9.0+) 2. AJAX functions 3. CSS functions 4. DOM manipulation 5. DOM transversal 6. Attribute manipulation 7. Event detection and handling 8. JavaScript animation 9. Hundreds of plug-ins for pre-built user interfaces, advanced animations, form validation etc. 10. Expandable functionality using custom plug-ins

 

Latest Top JavaScript Interview Questions and Answers 2013,2014,2015

1.JavaScript Introduction:

JavaScript is the most popular programming language in the world. It is the language for HTML and the web, for servers, PCs, laptops, tablets, smart phones, and more.

2.What is JavaScript?

JavaScript is a Scripting Language.It is a lightweight programming language. JavaScript is programming code that can be inserted into HTML pages and it is executed by all modern web browsers..

3.What are JavaScript types? 

 Number, String, Boolean, Function, Object, Null, Undefined.


Latest SAP CRM Interview Questions and Answers 2013,2014,2015

  Latest SAP CRM Interview Questions and Answers

QUESTION 1
Organization Model
What is the difference between standard backend version and enhanced back end version of organization model?

A
NSWER The enhanced version allows for multiple assignments of a single object. As an example, in R3, a sales group can be assigned to multiple sales offices. In the standard organization model, this is not possible. As SAP’s CRM product has evolved, it has become more compatible with the R3 product. Before CRM 4.0, it was not possible to assign an organization object to more than one organizational object. This was a problem for many SAP customers because in R/3, it is possible. So in 4.0 and after, SAP introduced the ability to handle multiple assignments and a program to convert the org model to this structure. So if your client has R/3 organization model that involves multiple assignments, you will need the enhanced version. 

QUESTION 2
Creation of a Business Partner
I have several questions. 1) While creating a business partner in CRM enterprise, it asked for BP role. I created it with a role prospect. Later on, this partner has given me some business. Shall I create a new record for this business partner or change the existing partner record like a ‘prospect to sell to party’. 2) Who creates the business partners? Is it an end user or a functional consultant? For example, if I created a prospect in CRM enterprise on production server and in due course, this business partner have given me some business. Shall I create a new BP record of role sold to party or change the existing record from BP role prospect to BP sold to party?

A
NSWER It depends on specific situations and required functionalities. If you are talking about a project mode where you as a consultant are customizing and developing, for example CRM online, you might want to have a master data to test your configuration. In that case, you probably will create some of your own master data simply to test everything you are configuring (development system). On a production system however, it is usually the end user - 5 - who creates the master data, such as business partners, products, etc. The company however should decide if for example every sale should be able to create new prospects/customers in the system, or if this should happen via a single point of entry (1 team responsible for creating and maintaining master data). You would have to change the classification of the business partner (see tab page classification hours) from prospect to customer. Again, where you do it depends on your setup. Which system is leading (CRM or R/3) and who are prospects or customers replicated from one system to the other.

Latest SAP HR Interview Questions and Answers 2013,2014,2015

 Latest SAP HR Interview Questions and Answers


What is meant by authorization? Did you ever work on it?

Authorisations are the transactions given to the end users or the developers for only some areas to work, infotyopes, transaction codes, org units and others depending on the requirement of the client or the develping enterprise.  Check this at PFCG tcode.

What is the difference between Indian and US Payroll. (I said each of them have their own ITs and the taxation differs.)

Yes it correct and even you have to say about the Benefits which are more important in US. In US unemployment tax will come. Garnishments will come, Residence taxation, Work tax and others, you have to say it in broad way then only they can know that you are working, or confident enough.


Latest SAP BO Interview Questions and Answers 2013,2014,2015

Latest SAP BO Interview Questions and Answers

1 :: What is mean by aggregate aware?
How
we are using this function?

Aggregate awareness is a term that describes the ability of a universe to make use of aggregate tables in a database. These are tables that contain precalculated data. You can use a function called @Aggregate_Aware in the Select statement for an object that directs a quely to be run against aggregate tables rather than a table containing non aggregated data.
Pros:
Speed up the execution of query and Improve the performance of Sql transaction.
If you are using the aggregate tables then you must refresh the aggregate table with all fact tables to have the consistency in your result.

2 :: what are templates in which way it is help full?
what
is data provider?
what is freehand sql?
difference between b.o 5.1 and 6.Ib?


I instead of selecting standard report format we can select the template in which we wish to fgenerate a report.
for ex:-if we want our report to be in cross-tab format we can select that template.
templates are very helpful bcoz we can select the template in which we want to generate the reports accpording to our choice.
2.data providers are the sourse data to generate the reports
some of the data providers are
ex:-universes,excel sheets,text documents n blah blah


Latest SAP SD Interview Questions and Answers 2013,2014,2015

 Latest SAP SD Interview Questions and Answers

Question 1: Sales BOM and Delivery Group
We create an order for a sales BOM with three sub items. Since the sub item components must not be delivered without the main product we declared the main item category as delivery group. The problem arises when there is zero availability for the main item and no schedule line can be confirmed. The main item is defined as delivery group but the delivery is created without the main and only the component sub items. The delivery group becomes broken up. This occurs only in VL01N and VL10 dialogue mode. In VL10 background it works ok, so no delivery item is created at all for those unconfirmed items. How do we fix this?

A:
The message is not configurable; at least in releases <= 4.6. But you can change the 'W' to an 'E' with a modification.

Question 2: Stock Transfer
How do we transfer stocks under one company code from plant to plant?

A:
Plant to plant is handled using MB1B. If stock transfer orders with deliveries are configured, use ME27.

Latest SAP MM Interview Questions and Answers 2013,2014,2015

SAP MM Interview Questions and Answers

Part I: Conceptual Questions

Question 1: What MRP procedures are
available in MM-CBP (Consumption Based Planning)?

A:
Various material planning methods are used in MRP (Material Requirements Planning). Reorder point procedure (VM) Forecast-based planning (VV) Time-Phased materials planning (PD) These are specified in material creation (MM01) under the MRP 1 tab.

Question 2: Under what conditions are
“planned orders” created? What may planned orders be converted to and how is that conversion accomplished?

A:
Planned orders are always created when the system creates an internal procurement proposal. In the case of vendor procurement, the MRP Controller may create a planned order or directly create a PR. The next step for a planned order is to be converted to a PR so it goes to purchasing and is to eventually become a PO. A planned order can be converted to a PR using transaction code MD14.