Interview help

Hello Everybody ,
   iam having interview for bi/bw support consultant and interview specs consists of data management techniques,improving and maintaining sap bi monitoring capabilities.solutions to support issues and understanding of BCC SAP solution and how its bw/bi configuration support the business.knowledge of wad.please send me the expected questions and answers though iam searching sdn using specs.
Regards
Priya

Hi priya
Here are some Q&A.
Normally the production support activities include
Scheduling
R/3 Job Monitoring
B/W Job Monitoring
Taking corrective action for failed data loads.
Working on some tickets with small changes in reports or in AWB objects.
The activities in a typical Production Support would be as follows:
1. Data Loading - could be using process chains or manual loads.
2. Resolving urgent user issues - helpline activities
3. Modifying BW reports as per the need of the user.
4. Creating aggregates in Prod system
5. Regression testing when version/patch upgrade is done.
6. Creating adhoc hierarchies.
we can perform the daily activities in Production
1. Monitoring Data load failures thru RSMO
2. Monitoring Process Chains Daily/weekly/monthly
3. Perform Change run Hierarchy
4. Check Aggr's Rollup
To add to the above
1)check data targets are ready for reporting,
2) No failed or cancelled jobs in sm37 monitors and Bw Monitor.
3) All requests are loaded for day, monthly and yearly also.
4) Also to note down time taken for loading of critical info cubes which are used for reporting.
5) Is there any break in any schedules from your process chains.
As the frequent failures and errors , there is no fixed reason for the load to be fail , if you want it for the interview perspective I would answer it in this way.
a) Loads can be failed due to the invalid characters
b) Can be because of the deadlock in the system
c) Can be because of previous load failure , if the load is dependant on other loads
d) Can be because of erroneous records
e) Can be because of RFC connections
These are some of the reasons for the load failures.
Why there is frequent load failures during extractions? and how to analyse them?
If these failures are related to Data, there might be data inconsistency in source system. Though we are handling properly in transfer rules. We can monitor these issues in T-code -> RSMO and PSA (failed records) and update.
If we are talking about whole extraction process, there might be issues of work process scheduling and IDoc transfer to target system from source system. These issues can be re-initiated by canceling that specific data load and ( usually by changing Request color from Yellow - > Red in RSMO). and restart the extraction.
What is the daily task we do in production support.How many times we will extract the data at what times.
It depends... Data load timings are in the range of 30 mins to 8 hrs. This time is depends in number of records and kind of transfer rules you have provided. If transfer rules have some kind of round about transfer rules and updates rules has calculations for customized key figures... long times are expected..
Usually You need to work on RSMO and see what records are failing.. and update from PSA.
What are some of the frequent failures and errors?
As the frequent failures and errors , there is no fixed reason for the load to be fail , if you want it for the interview perspective I would answer it in this way.
a) Loads can be failed due to the invalid characters
b) Can be because of the deadlock in the system
c) Can be because of previous load failure , if the load is dependant on other loads
d) Can be because of erroneous records
e) Can be because of RFC connections
These are some of the reasons for the load failures.
for Rfc connections:
We use SM59 for creating RFC destinations
Some questions
1)     RFC connection lost.
A) We can check out in the SM59 t-code
RFC Des
+ R/3 conn
CRD client (our r/3 client)
double click..test connection in menu
2) Invalid characters while loading.
A) Change them in the PSA & load them.
3) ALEREMOTE user is locked.
A) Ask your Basis team to release the user. It is mostly ALEREMOTE.
2) Password Changed
3) Number of incorrect attempts to login into ALEREMOTE.
4) USE SM12 t-code to find out are there any locks.
4) Lower case letters not allowed.
A) Uncheck the lower case letters check box under "general" tab in the info object.
5) While loading the data i am getting messeage that 'Record
the field mentioned in the errror message is not mapped to any infoboject in the transfer rule.
6) object locked.
A) It might be locked by some other process or a user. Also check for authorizations
7) "Non-updated Idocs found in Source System".
8) While loading master data, one of the datapackage has a red light error message:
Master data/text of characteristic ZCUSTSAL already deleted .
9) extraction job aborted in r3
A) It might have got cancelled due to running for more than the expected time, or may be cancelled by R/3 users if it is hampering the performance.
10) request couldnt be activated because there is another request in the psa with a smaller sid
A)
11) repeat of last delta not possible
12) datasource not replicated
A) Replicate the datasource from R/3 through source system in the AWB & assign it to the infosource and activate it again.
13) datasource/transfer structure not active.
A) Use the function module RS_TRANSTRU_ACTIVATE_ALL to activate it
14) ODS activation error.
A) ODS activation errors can occur mainly due to following reasons-
1.Invalid characters (# like characters)
2.Invalid data values for units/currencies etc
3.Invalid values for data types of char & key figures.
4.Error in generating SID values for some data.
15. conversio routine error
solution.check the data format in source
16.OBJECT CANOOT BE ACTIVATED.or error when activating object
check the consistency of the object.
17.no data found.(in query)
check the info provider wether data is there or not and delete unsucessful request.
18.error generating or activating update rules.
1. What are the extractor types?
• Application Specific
o BW Content FI, HR, CO, SAP CRM, LO Cockpit
o Customer-Generated Extractors
LIS, FI-SL, CO-PA
• Cross Application (Generic Extractors)
o DB View, InfoSet, Function Module
2. What are the steps involved in LO Extraction?
• The steps are:
o RSA5 Select the DataSources
o LBWE Maintain DataSources and Activate Extract Structures
o LBWG Delete Setup Tables
o 0LI*BW Setup tables
o RSA3 Check extraction and the data in Setup tables
o LBWQ Check the extraction queue
o LBWF Log for LO Extract Structures
o RSA7 BW Delta Queue Monitor
3. How to create a connection with LIS InfoStructures?
• LBW0 Connecting LIS InfoStructures to BW
4. What is the difference between ODS and InfoCube and MultiProvider?
• ODS: Provides granular data, allows overwrite and data is in transparent tables, ideal for drilldown and RRI.
• CUBE: Follows the star schema, we can only append data, ideal for primary reporting.
• MultiProvider: Does not have physical data. It allows to access data from different InfoProviders (Cube, ODS, InfoObject). It is also preferred for reporting.
5. What are Start routines, Transfer routines and Update routines?
• Start Routines: The start routine is run for each DataPackage after the data has been written to the PSA and before the transfer rules have been executed. It allows complex computations for a key figure or a characteristic. It has no return value. Its purpose is to execute preliminary calculations and to store them in global DataStructures. This structure or table can be accessed in the other routines. The entire DataPackage in the transfer structure format is used as a parameter for the routine.
• Transfer / Update Routines: They are defined at the InfoObject level. It is like the Start Routine. It is independent of the DataSource. We can use this to define Global Data and Global Checks.
6. What is the difference between start routine and update routine, when, how and why are they called?
• Start routine can be used to access InfoPackage while update routines are used while updating the Data Targets.
7. What is the table that is used in start routines?
• Always the table structure will be the structure of an ODS or InfoCube. For example if it is an ODS then active table structure will be the table.
8. Explain how you used Start routines in your project?
• Start routines are used for mass processing of records. In start routine all the records of DataPackage is available for processing. So we can process all these records together in start routine. In one of scenario, we wanted to apply size % to the forecast data. For example if material M1 is forecasted to say 100 in May. Then after applying size %(Small 20%, Medium 40%, Large 20%, Extra Large 20%), we wanted to have 4 records against one single record that is coming in the info package. This is achieved in start routine.
9. What are Return Tables?
• When we want to return multiple records, instead of single value, we use the return table in the Update Routine. Example: If we have total telephone expense for a Cost Center, using a return table we can get expense per employee.
10. How do start routine and return table synchronize with each other?
• Return table is used to return the Value following the execution of start routine
11. What is the difference between V1, V2 and V3 updates?
• V1 Update: It is a Synchronous update. Here the Statistics update is carried out at the same time as the document update (in the application tables).
• V2 Update: It is an Asynchronous update. Statistics update and the Document update take place as different tasks.
o V1 & V2 don’t need scheduling.
• Serialized V3 Update: The V3 collective update must be scheduled as a job (via LBWE). Here, document data is collected in the order it was created and transferred into the BW as a batch job. The transfer sequence may not be the same as the order in which the data was created in all scenarios. V3 update only processes the update data that is successfully processed with the V2 update.
12. What is compression?
• It is a process used to delete the Request IDs and this saves space.
13. What is Rollup?
• This is used to load new DataPackages (requests) into the InfoCube aggregates. If we have not performed a rollup then the new InfoCube data will not be available while reporting on the aggregate.
14. What is table partitioning and what are the benefits of partitioning in an InfoCube?
• It is the method of dividing a table which would enable a quick reference. SAP uses fact file partitioning to improve performance. We can partition only at 0CALMONTH or 0FISCPER. Table partitioning helps to run the report faster as data is stored in the relevant partitions. Also table maintenance becomes easier. Oracle, Informix, IBM DB2/390 supports table partitioning while SAP DB, Microsoft SQL Server, IBM DB2/400 do not support table portioning.
15. How many extra partitions are created and why?
• Two partitions are created for date before the begin date and after the end date.
16. What are the options available in transfer rule?
• InfoObject
• Constant
• Routine
• Formula
17. How would you optimize the dimensions?
• We should define as many dimensions as possible and we have to take care that no single dimension crosses more than 20% of the fact table size.
18. What are Conversion Routines for units and currencies in the update rule?
• Using this option we can write ABAP code for Units / Currencies conversion. If we enable this flag then unit of Key Figure appears in the ABAP code as an additional parameter. For example, we can convert units in Pounds to Kilos.
19. Can an InfoObject be an InfoProvider, how and why?
• Yes, when we want to report on Characteristics or Master Data. We have to right click on the InfoArea and select “Insert characteristic as data target”. For example, we can make 0CUSTOMER as an InfoProvider and report on it.
20. What is Open Hub Service?
• The Open Hub Service enables us to distribute data from an SAP BW system into external Data Marts, analytical applications, and other applications. We can ensure controlled distribution using several systems. The central object for exporting data is the InfoSpoke. We can define the source and the target object for the data. BW becomes a hub of an enterprise data warehouse. The distribution of data becomes clear through central monitoring from the distribution status in the BW system.
21. How do you transform Open Hub Data?
• Using BADI we can transform Open Hub Data according to the destination requirement.
22. What is ODS?
• Operational DataSource is used for detailed storage of data. We can overwrite data in the ODS. The data is stored in transparent tables.
23. What are BW Statistics and what is its use?
• They are group of Business Content InfoCubes which are used to measure performance for Query and Load Monitoring. It also shows the usage of aggregates, OLAP and Warehouse management.
24. What are the steps to extract data from R/3?
• Replicate DataSources
• Assign InfoSources
• Maintain Communication Structure and Transfer rules
• Create and InfoPackage
• Load Data
25. What are the delta options available when you load from flat file?
• The 3 options for Delta Management with Flat Files:
o Full Upload
o New Status for Changed records (ODS Object only)
o Additive Delta (ODS Object & InfoCube)
SAP BW Interview Questions 2
1) What is process chain? How many types are there? How many we use in real time scenario? Can we define interdependent processes with tasks like data loading, cube compression, index maintenance, master data & ods activation in the best possible performance & data integrity.
2) What is data integrityand how can we achieve this?
3) What is index maintenance and what is the purpose to use this in real time?
4) When and why use infocube compression in real time?
5) What is mean by data modelling and what will the consultant do in data modelling?
6) How can enhance business content and what for purpose we enhance business content (becausing we can activate business content)
7) What is fine-tuning and how many types are there and what for purpose we done tuning in real time. tuning can only be done for infocube partitions and creating aggregates or any other?
8) What is mean by multiprovider and what purpose we use multiprovider?
9) What is scheduled and monitored data loads and for what purpose?
Ans # 1:
Process chains exists in Admin Work Bench. Using these we can automate ETTL processes. These allows BW guys to schedule all activities and monitor (T Code: RSPC).
PROCESS CHAIN - Before defining PROCESS CHAIN, let us define PROCESS in any given process chain. Is a procedure either with in the SAP or external to it with a start and end. This process runs in the background.
PROCESS CHAIN is set of such processes that are linked together in a chain. In other words each process is dependent on the previous process and dependencies are clearly defined in the process chain.
This is normally done in order to automate a job or task that has to execute more than one process in order to complete the job or task.
1. Check the Source System for that particular PC.
2. Select the request ID (it will be in Header Tab) of PC
3. Go to SM37 of Source System.
4. Double Click on the Job.
5. You will navigate to a screen
6. In that Click "Job Details" button
7. A small Pop-up Window comes
8. In the Pop-up screen, take a note of
a) Executing Server
b) WP Number/PID
9. Open a new SM37 (/OSM37) command
10. In the Click on "Application Servers" button
11. You can see different Application Servers.
11. Goto Executing server, and Double Click (Point 8 (a))
12. Goto PID (Point 8 (b))
13. On the left most you can see a check box
14. "Check" the check Box
15. On the Menu Bar.. You can see "Process"
16. In the "process" you have the Option "Cancel with Core"
17. Click on that option. * -- Ramkumar K
Ans # 2:
Data Integrity is about eliminating duplicate entries in the database and achieve normalization.
Ans # 4:
InfoCube compression creates new cube by eliminating duplicates. Compressed infocubes require less storage space and are faster for retrieval of information. Here the catch is .. Once you compress, you can't alter the InfoCube. You are safe as long as you don't have any error in modeling.
This compression can be done through Process Chain and also manually.
Tips by: Anand
Ans#3
Indexing is a process where the data is stored by indexing it. Eg: A phone book... When we write somebodys number we write it as Prasads number would be in "P" and Rajesh's number would be in "R"... The phone book process is indexing.. similarly the storing of data by creating indexes is called indexing.
Ans#5
Datamodeling is a process where you collect the facts..the attributes associated to facts.. navigation atributes etc.. and after you collect all these you need to decide which one you ill be using. This process of collection is done by interviewing the end users, the power users, the share holders etc.. it is generally done by the Team Lead, Project Manager or sometimes a Sr. Consultant (4-5 yrs of exp) So if you are new you dont have to worry about it....But do remember that it is a imp aspect of any datawarehousing soln.. so make sure that you have read datamodeling before attending any interview or even starting to work....
Ans#6
We can enhance the Business Content bby adding fields to it. Since BC is delivered by SAP Inc it may not contain all the infoobjects, infocubes etc that you want to use according to your company's data model... eg: you have a customer infocube(In BC) but your company uses a attribute for say..apt number... then instead of constructing the whole infocube you can add the above field to the existing BC infocube and get going...
Ans#7
Tuning is the most imp process in BW..Tuning is done the increase efficiency.... that means lowering time for loading data in cube.. lowering time for accessing a query.. lowering time for doing a drill down etc.. fine tuning=lowering time(for everything possible)...tuning can be done by many things not only by partitions and aggregates there are various things you can do... for eg: compression, etc..
Ans#8
Multiprovider can combine various infoproviders for reporting purposes.. like you can combine 4-5 infocubes or 2-3 infocubes and 2-3 ODS or IC, ODS and Master data.. etc.. you can refer to help.sap.com for more info...
Ans#9
Scheduled data load means you have scheduled the loading of data for some particular date and time you can do it in scheduler tab if infoobject... and monitored means you are monitoring that particular data load or some other loads by using transaction RSMON.
1.Procedure for repeat delta?
You need to make the request status to Red in monitor screen and then delete it from ODS/Cube. Then when you open infopackage again, system will prompt you for repeat delta.
also.....
Goto RSA7->F2->Update Mode--->Delta Repetation
Delta repeation is done based on type of upload you are carrying on.
1. if you are loading masterdata then most of the time you will change the QM status to red and then repeat the delta for the repeat of delta. the delta is allowed only if you make the changes.
and some times you need to do the RnD if the repeat of delta is not allowed even after the qm status id made to red. here you have to change the QM status to red.
If this is not the case, the source system and therefore also the extractor, have not yet received any information regarding the last delta and you must set the request to GREEN in the monitor using a QM action.
The system then requests a delta again since the last delta request has not yet occurred for the extractor.
Afterwards, you must reset the old request that you previously set to GREEN to RED since it was incorrect and it would otherwise be requested as a data target by an ODS.
Caution: If the termianted request was a REPEAT request itself, always set this to RED so that the system tries to carry out a repeat again.
To determine whether a delta or a repeat are to be requested, the system ONLY uses the status of the monitor.
It is irrelevant whether the request is updated in a data target somewhere.
When activating requests in an ODS, the system checks delta repeat requests for completeness and the correct sequence.
Each green delta/repeat request in the monitor that came from the same DataSource/source system combination must be updated in the ODS before activation, which means that in this case, you must set them back to RED in the monitor using a QM action when using the solution described above.
If the source of the data is a DataMart, it is not just the DELTARNR field that is relevant (in the roosprmsc table in the system in which the source DataMart is, which is usually your BW system since it is a Myself extraction in this case), rather the status of the request tabstrip control is relevant as well.
Therefore, after the last delta request has terminated, go to the administration of your data source and check whether the DataMart indicator is set for the request that you wanted to update last.
If this is NOT the case, you must NOT request a repeat since the system would also retransfer the data of the last delta but one.
This means, you must NOT start a delta InfoPackage which then would request a repeat because the monitor is still RED. For information about how to correct this problem, refer to the following section.
For more information about this, see also Note 873401.
Proceed as follows:
Delete the rest of this request from ALL updated data targets, set the terminated request to GREEN IN THE MONITOR and request a new DELTA.
Only if the DataMart indicator is set does the system carry out a repeat correctly and transfers only this data again.
This means, that only in this case can you leave the monitor status as it is and restart the delta InfoPackage. Then this creates a repeat request
In addition, you can generally also reset the DATAMART indicator and then work using a delta request after you have set the incorrect request to GREEN in the monitor.
Simply start the delta InfoPackage after you have reset the DATAMART indicator AND after you have set the last request that was terminated to GREEN in the monitor.
After the delta request has been carried out successfully, remember to reset the old incorrect request to RED since otherwise the problems mentioned above will occur when you activate the data in a target ODS.
What is process chain and how you used it?
A) Process chains are tool available in BW for Automation of upload of master data and transaction data while taking care of dependency between each processes.
B) In one of our scenario we wanted to upload wholesale price infoobject which will have wholesale price for all the material. Then we wanted to load transaction data. While loading transaction data to populate wholesale price, there was a look up in the update rule on this InfoObject masterdata table. This dependency of first uploading masterdata and then uploading transaction data was done through the process chain.
What is process chain and how you used it?
A) We have used process chains to automate the delta loading process. Once you are finished with your design and testing you can automate the processes listed in RSPC. I have a real time example in the attachment.
1. What is process chain and how you used it?
Process chains are tool available in BW for Automation of upload of master data and transaction data while taking care of dependency between each processes.
2. What is transaction for creating Process Chains ?
RSPC .
3. Explain Colector Process ?
Collector processes are used to manage multiple predecessor
processes that feed into the same subsequent process. The collector
processes available for BW are:
AND :
All of the direct predecessor processes must raise an event in order for subsequent processes to be executed
OR :
A least one predecessor process must send an event The first predecessor process that sends an event triggers the subsequent process
Any additional predecessor processes that send an event will again trigger
subsequent process (Only if the chain is planned as “periodic”)
EXOR : Exclusive “OR”
Similar to regular “OR”, but there is only ONE execution of the successor
processes, even if several predecessor processes raise an event
4. What are application Process ?
Application processes represent BW activities that are typically
performed as part of BW operations.
Examples include:
Data load
Attribute/Hierarchy Change run
Aggregate rollup
Reporting Agent Settings
5. Tell some facts about process Chains
Process chains are transportable Button for writing to a change request when
maintaining a process chain in RSPC
Process chains available in the transport connection wizard (administrator workbench)
If a process “dumps”, it is treated in the same manner as a failed process
Graphical display of Process Chain Maintenance requires the 620 SAPGUI and SAP BW 3.0B Frontend GUI
A special control background job runs to facilitate the execution of the of the other batch jobs of the process chain
Note your BTC process distribution, and make sure that an extra BTC process is available so the supporting control job can run immediately
6. What happens when chain is activated ?
When a chain gets activated It will be copied into active version The processes will be planned in batch as program RSPROCESS with type and variant given as parameters with job name BI_PROCESS_<TYPE> waiting for event, except the trigger The trigger is planned as specified in its variant, if “start via meta-chain” it is not planned to batch
7. Steps in process chains ?
Go to transaction code-> RSPC
Follow the Basic Flow of Process chain..
1. Start chain
2. Delete BasicCube indexes
3. Load data from the source system into the PSA
4. Load data from the PSA into the ODS object
5. Activate data in the ODS object
6. Load data from the ODS object in the BasicCube
7. Create indexes after loading for the BasicCube
Also check out theese links:
Help on "Remedy Tickets resolution"
production support issues
/people/siegfried.szameitat/blog/2005/07/28/data-load-errors--basic-checks
https://forums.sdn.sap.com/click.jspa?searchID=678788&messageID=1842076
Production Support
Production support issues
Business Intelligence Old Forum (Read Only Archive)
http://help.sap.com/saphelp_nw2004s/helpdata/en/8f/c08b3baaa59649e10000000a11402f/frameset.htm
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/8da0cd90-0201-0010-2d9a-abab69f10045
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/19683495-0501-0010-4381-b31db6ece1e9
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/36693695-0501-0010-698a-a015c6aac9e1
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9936e790-0201-0010-f185-89d0377639db
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3507aa90-0201-0010-6891-d7df8c4722f7
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/263de690-0201-0010-bc9f-b65b3e7ba11c
/people/siegfried.szameitat/blog/2006/02/26/restarting-processchains
/people/siegfried.szameitat/blog/2006/02/26/restarting-processchains
For common data load errors check this link:
/people/siegfried.szameitat/blog/2005/07/28/data-load-errors--basic-checks
Re: In production Support , how i can acquire the knowledge
Re: How to resolve tickets  its urgent
Re: production support issues
production support
check it out
/thread/152949 [original link is broken]
production support issues
production support issues
Production Support Issues
/thread/153963 [original link is broken]
Issue log on SAP- BW Production support
issues in production support
Production support issues
/thread/155620 [original link is broken]
Production support issues
Production support issues
production errors
Re: HI,wht r de errors in Support in BW
Production Support
/message/3267132#3267132 [original link is broken]
Assign points if useful
Regards,
Hari Reddy

Similar Messages

  • Job Interview - Help and Advice Needed

    Hi all,
    This may seem like a strange request for help but I'm completely stuck. I've just completed a Computer Science degree and have applied for a Junior Developer role at an Insurance company. I was lucky enough to get an interview which is this Thursday. Which is great, but not so great!
    The interview is a 45 minute programming exam and the only instructions I get up until the exam are;
    As an overview - it will require you to write some software using a language of your choice to interrogate a database and manipulate the data.
    Now I'm not the greatest programmer (strange considering I'm applying for a Junior Developer role, but a jobs a job right?!) and during my degree I never used any language other than SQL/Oracle to interrogate databases. I've said that I'll be attempting the task with Java (as its the language I know best) However - I'm not sure where to start looking to get myself up to speed.
    Could some of you be so kind as to point me in the right direction of where to start looking? What classes should I focus on? Am I right in thinking I would need to use DTOs? Am I asking the right questions?!
    I don't hold out much hope for the interview but I'll be going for the experience at least - but if any of you could offer any advice on what I should revise before hand I would be forever greatful.
    Many thanks =@)

    With only 45 minutes, I assume the task will be pretty narrowly defined. My experience is that new developers out of CS majors (myself included) tend to over-design things. Given the short amount of time, I would suggest not trying to impress them with your knowledge of patterns unless they make the task easier to finish in the allotted amount of time. Focus on completely the task(s) successfully. That's going to be a lot more impressive unfinised work. 45 minutes is going to blow by, so don't get too fancy. In addition, if you over do the design, a lot of experienced developers will not look upon it kindly. Keep it simple and correct.

  • Attending campus interview june 1st

    basic java questions?
    if yu don't mine help me
    any tips
    any reference
    any link
    preparing for campus interview
    help me
    -sun_jothi
    tips for technical -only on java

    basic java questions?
    if yu don't mine help me
    any tips
    any reference
    any linkhttp://java.sun.com/docs/books/tutorial/index.html
    http://access1.sun.com/FAQSets/newtojavatechfaq.html
    preparing for campus interview I have no idea what a campus interview is supposed to be.

  • Can you help me on these 6 SAP BW interview questions?

    Hi,
    Can you help me get a better understanding of the expectations in the following interview questions?
    Please explain them in your on words and if you think there is an additional information, you may provide the link but I am more interested in your own words and the typical things to say:
    1. What is your “performance tuning” experience (discussion is on SAP BW)?
    2. What is your experience with “SAP BW change control”?
    3. You will have to ensure data integrity, adherence to standards and process excellence. What is your experience?
    4. What exactly is entailed in a “full-lifecycle SAP BW project”? When can one say that she has 3 full-lifecycle SAP BW project experience.
    5. You will be responsible for working with business to develop business intelligence metrics and analytics. What is expected to be discussed on “business intelligence metrics and analytics.”?
    6. You will be responsible for designing road-map for data warehouse implementation and growth. What is your experience?
    Thanks

    Amanda,
    All the questions posed have a rider to it mentioning 'Your Experience' - I am not very sure if we can tell you what your experience has been...
    My 0.02
    Arun

  • Interview Questions Required.............Help???

    I have done Oracle Database Administration Track and I need a job
    for that purpose i want any one to send me the interview questions
    I need any job and i have to prepare for the interview...................
    Please help me...............
    My e-mail address is
    [email protected]
    Thanks in advance.............

    Most probably you have already gone trhough your job interview, but either way this goes for people who are trying to get acquainted with a job interview.
    As an employeer I check the individual twice, once for the technical interview, the other for the profile interview.
    On the first one, any thing can come to my mind. I request the prospect to present a 10 minute topic, with a 10 minute Q&A. Oracle DBA is wide, but I can immediately, from an open question, know if the prospect knows what he is talking about or not. On the profile interview it can be displayed if the prospect is looking for a job, just because this person is looking for the money or if this person is really committed with the dba tasks and the company's goals.
    There are some other companies who hire dba's and at interview time there is an expert panel who will validate each produce syllable.
    My personal advise is that any prospect be completely honest, there are several crossed questions aimed at discovering discrepancies and contradictions; proactively gain experience and be prepared to answer to whatever comes ahead, and finally not only request for a job but promptly offer solutions to the company's problems.
    ~ Madrid

  • SAP TM help , Resume, interview questions and market -appreciate your help

    Hey Everybody, 
                             Can any one of you send me the sample resume for Time management? Especially targeting the schemas. I just did HR311 at SAP school. I’m looking for the opportunity now days.
    I’ll also appreciate if any one of you can tell that what kind of interview questions I could face? Sample question will be great. 
    BTW how is SAP time market?
    Thanks,
    UA
    Email id : [email protected]

    Did I ask something difficult?  I’ll appreciate if you guys shed some light on some scenarios. For example if you have Unions or worked with unions what you do in order to accommodate them. That would be great if you explain with the help of Business examples. What PCRs you have created etc...

  • Recent Grad - needs help on what to expect for phone interview

    Hi, I am a recent computer science graduate of DePaul university. I have been looking for an entry level full time position for the past three months and I finally got a nible. The problem is I have never had a phone interview and I really don't know what to expect. I really need this job so I want to prepare myself as much as possible. The position in and entry level programmer/analyst. Below is the job description, can someone please tell me wher I can find some quick reference for COBOL and C++. I took a class in both and did pretty well but that was school and this is real life. Again, I really want this position and I am a really quick study. Can someone please tell me what kinds of questions I should prepare to answer. I know the is a java forum but I was hoping one of you professional programmers can point me in the right direction. Any help would be greatly appreciated.
    Role: Programmer Analyst (COOL Developer)
    The Programmer Analyst is responsible for developing and managing the
    application code and user interface (UI) components for a basic system
    on the products and services team. (These systems can include the base TBA
    System, desktop applications, IVR systems, or Internet/intranet applications.)
    The Programmer Analyst works closely with other programmer analysts,
    quality assurance analysts, and systems analysts, with tasks in the following
    categories:
    Planning and design. The Programmer Analyst takes the specifications
    from the Systems Analyst and then determines the detailed tasks required to
    create the code and UI.
    Developing the application code and UI components. The Programmer
    Analyst builds the code and UI components according to the functional
    specifications and detailed design.
    Other specific responsibilities in development include:
    Working with the Systems Analyst to clarify and improve the design as
    required. He or she may also prepare user documentation and will unit
    test each piece of code to verify the basic functionality before passing it along
    for more comprehensive testing. Throughout the project, the programmer analyst
    consistently uses code management tools to avoid versioning problems.
    Role Requirements
    Problem solving and decision making
    Learning agility
    Client responsiveness
    Project execution
    Project analysis and planning
    Technical Skills
    Structured programming, design, and language(s) such as COBOL or C
    Operating systems
    Relational databases and data models (ex. DB2, Oracle or Access)
    Source code management
    Editing, compiling, and debugging tools
    Creating user and technical documentation
    Years of Relevant Experience Required: 0-4 years
    Travel Required: None
    COOL stands for COBOL Object-Oriented Language. It utilizes some of the
    skills involved in both COBOL and C++ programming.
    Again ANY HELP WOULD BE GREATLY APPRECIATED.
    A

    Actually, no. Just need time to get to your post. If you have not had your interview already try this.
    One, bone up on your basic program structures.
    Know basic keywords, etc.
    Have your books in front of you and open to some topics that seem like test questions.
    Review the content of the books that are pertinent. Prepare for the interview like you would a test.
    ABOVE ALL - RELAX, sound confident that if you do not know the answer now you can look it up. This is an entry level position - They do not expect you to know everything - just have a basic understanding and be able to go from there.
    Do not be afraid to say "I don't know but I know where to look in xxxx book".
    Sorry, been busy today just got to forums.
    If you posted without allowing a few hours for a reply then ....

  • Most Common Interview questions... help needed

    Hello,
    I have an interview coming up for a BEA WebLogic developer position. Please let me know what are the most common questions could be for WebLogic (including Portal, Integration, Workshop, and WLServer)if any one knows/or has a list or somethin....i appreciate any help
    Thanks
    Vishal

    Hello,
    I have an interview coming up for a BEA WebLogic developer position. Please let me know what are the most common questions could be for WebLogic (including Portal, Integration, Workshop, and WLServer)if any one knows/or has a list or somethin....i appreciate any help
    Thanks
    Vishal

  • Can U be helpful to me towards my interview....

    Dear buddies...
    I have to give my java interview at this week end. can I get sample interview questions/answers, any meterial which would be helpful for interview...
    if u have any soft copies of such meterial, please forward it to me at [email protected]
    or please reply back with the relavent links.
    thanks in advance....
    fsteks

    Hi Pratik,
    to your first point I cannot say anything about it.
    to your second point I can
    Learning Hub can give you a hand by getting the certification, but it is not so, that you work through the content there and tata... got your certification. You need to work with the content which is explained there and get in touch with colleagues to get your question answered.
    In my opinion it is a great initiative to get in touch with new things and to be a platform by side to reach the goals. But again, the learning hub itself won't give you a certification at all and if you pass it you might just have a paper saying something....
    Hope I could give you a small clue and good luck with your preferred certification.
    Regards
    Florian

  • Urgent help - interview question

    Guru,
    Please help with the above interview question .Help me an answer to the question below
    Have you dealt with scenarios that include multiple suppliers for the same item with minority compliance requirements?
    What SD experience and skills do you possess with respect to the following;
    What industry?
    What business model
    What portions were placed in scope?
    How was freight configured with respect to billing?
    X Retail as a cutomer  Repack sales to X Retail, What are our options to setup freight charges?
    Thanks in advance
    Regards,
    Andy

    Andy, read the rules of engagement. Do not Use "Urgent" in your subject line.
    In regards to your interview questions:
    Have you dealt with scenarios that include multiple suppliers for the same item with minority compliance requirements? Sounds like you should answer this "NO"
    What SD experience and skills do you possess with respect to the following;
    What industry? If you have any industry experience, answer as such, if not, be honest and say None
    What business model: Ditto
    What portions were placed in scope? If you know, say so, if not, just say NO
    How was freight configured with respect to billing? do you know ? then say so.
    X Retail as a cutomer Repack sales to X Retail, What are our options to setup freight charges? I'd answer that " I don't understand the question
    Good Luck !

  • My mac camera does not work ! please help i need my camera for an interview !

    my mac camera does not work ! please help i need my camera for an interview !

    CLICKY CLICK---> http://support.apple.com/kb/HT2090 How to Troubleshoot iSight

  • Urgent help on CRM technical interview

    Dear All,
    I have a technical interview in CRM (base customisation & sales) coming up in the next few days.
    First interview which was kind of general has been done.
    Now they want to take a technical interview.
    Can you guys please advice me what areas in base customisation and CRM sales should I concentrate in order to prepare for this technical interview.
    It would be very much appreciated if you can post some example questions like sample questions that they can ask on this occasion.
    Also please as per technical point of view, which topics within CRM Sales and base customisation should I prepare.
    I shall greatly appreciate any help and inputs in this regard.
    Many thanks,
    Kind regards,
    Mohammed.

    Hi Abdul,
    Base Customization starts with the CR100 - BASE CUSTOMIZATION. You need to have a good understanding of the CRM Business Transaction, Business Partners, Organization Modules and Products related technical details.
    As for the technical Questions, the best points is SDN as it contains mostly the live questions and scenarios which no one else will be able to provide you. Also put a debug point in the existing code and try to get into deep as much as possible.
    For any doubts you can always refer SDN.
    For the business functionality you can start with the following:
    http://help.sap.com/saphelp_crm50/helpdata/en/1a/023d63b8387c4a8dfea6592f3a23a7/frameset.htm
    Thanks,
    Samantak.
    Rewards points for useful answers.

  • Help Needed for interview....

    Hi Experts....
                          I am attending interviews.... where i am frequently asked by a question....
    What is the tuffest scenario you faced and how do you solved that????....
    could anyone share their situation faced with the solution.....
    Hope some expert is going to Help.
    Point will be rewarded****

    Hi Harsha,
    Just for points no expert has time to respond with a detailed scenario. There are plenty of blogs related to IDocs and involving BPM. Choose the one that is toughest for you. Follow it. Practice it. FInd out all the difficulties you faced. Note down what did you do to solve them. And there you go.. you must have the answer by then.
    All the best.
    VJ

  • Help - Recording audio interviews for use as podcasts

    Hi there -
    I'm looking for guidance on getting started with recording audio interviews and then putting on the net as a podcast. Key questions are:
    - What is the best equipment to use when starting, in terms of microphones etc.?
    etc.(The interviews will be mostly in person, but some may be over skype)
    - What software should I use to create podcast? (i have garageband & final vinyl on my macbook)
    - What are the 'watch-outs'/most common mistakes I should watch for?
    Any help much appreciated.

    These two pages offer some suggestions:
    http://www.bulletsandbones.com/GB/FAQPages/Interfaces.html
    http://www.bulletsandbones.com/GB/Microphones.html
    The author of these pages posts in the GarageBand Forum as do others who use it, and it's a good place to ask questions about this.
    As to creating a podcast, once you have made the MP3 audio files (in GarageBand or an audio editor such as Audacity) my recommendation would be Podcast Maker which will write the feed for you and upload it and the files to a server; it writes a good feed and isn't given to causing problems. iWeb can also make a podcast, together with an associated web page, though you may have less control over how it's done.

  • Help with Interview Quesitons Please...

    Hello Guys,
    I have few questions, if you have any answers for them please share ...
    If interviewer ask you these questions, how would you respond?
    1) What was your source system for OBIEE in your last project?
    2) How did you implement data level security?
    3) Did you create materialized views or views ? If yes what was the refresh time on the materialized view?
    4) How did you move the OBIEE Development to testing and production ?
    5) What BI apps have you used along with OBIEE ??
    Please help me find answers to these questions from your experiences guys, thanks

    835366 wrote:
    Hello Guys,
    I have few questions, if you have any answers for them please share ...
    If interviewer ask you these questions, how would you respond?
    1) What was your source system for OBIEE in your last project?
    2) How did you implement data level security?
    3) Did you create materialized views or views ? If yes what was the refresh time on the materialized view?
    4) How did you move the OBIEE Development to testing and production ?
    5) What BI apps have you used along with OBIEE ??
    Please help me find answers to these questions from your experiences guys, thanksOh god not again, USE THE SEARCH OR JUST GOOGLE IT FFS!
    Do you know what, I would tell the truth, assuming you are applying for an OBIEE position that requires some past experience, and your not one of the many fakes I've had the pleasure of wasting time with over the last 12 months.
    "Yeah Ive had 3 years on OBIEE"
    "How many projects"
    "None - My friends use it and I can call on them for support"
    "Close the door on the way out please"

Maybe you are looking for