Some Interview Questions Need ur answers

Hi all,
1.What is the difference bt Transaction ODS & Normal ODS.
2.What is the major difference bt Transfer and Update Rules
3.How do we enable the ODS As Delta Enabled. Is it require any special setting.
4.What happens ,if the info cube only supports full update not delta update,how to load delta records to that cube
5.what are the criterias has to be checked for developing info cubes
6.What is the difference bt infoset query and BEX query.
7.How the report will be generated by using infoset query
My id - [email protected]
Thanks
Raja

hi,
pls refer to the following links.They contain a lot of information.
1.What is the difference bt Transaction ODS & Normal ODS.
http://help.sap.com/saphelp_nw04/helpdata/en/f9/45503c242b4a67e10000000a114084/content.htm
http://help.sap.com/saphelp_nw04/helpdata/en/c0/99663b3e916a78e10000000a11402f/content.htm
2.What is the major difference bt Transfer and Update Rules
http://help.sap.com/saphelp_nw04/helpdata/en/3f/0e503c3c0d563de10000000a114084/content.htm
http://help.sap.com/saphelp_nw04/helpdata/en/90/64553c845ba02de10000000a114084/content.htm
3.How do we enable the ODS As Delta Enabled. Is it require any special setting.
Answer:If you data source is delta enabled and the data target is ODS. You will receive Delta upadte.You can use the ODS as data source and transfer data to further data targets in Delta mode.In this case ODS change log table comes into picture.
http://help.sap.com/saphelp_nw04/helpdata/en/bd/c627c88f9e11d4b2c90050da4c74dc/content.htm
4.What happens ,if the info cube only supports full update not delta update,how to load delta records to that cube
http://help.sap.com/saphelp_nw04/helpdata/en/8d/2b4e3cb7f4d83ee10000000a114084/content.htm
5.what are the criterias has to be checked for developing info cubes
http://help.sap.com/saphelp_nw04/helpdata/en/8d/2b4e3cb7f4d83ee10000000a114084/content.htm
6.What is the difference bt infoset query and BEX query.
http://help.sap.com/saphelp_nw04/helpdata/en/ed/084e3ce0f9fe3fe10000000a114084/content.htm
http://help.sap.com/saphelp_nw04/helpdata/en/ba/45583ca544eb51e10000000a114084/content.htm
7.How the report will be generated by using infoset query
http://help.sap.com/saphelp_nw04/helpdata/en/ed/084e3ce0f9fe3fe10000000a114084/content.htm
hope it helps,
regards,
Parth.

Similar Messages

  • SGA Size for 8.1.7.4 32 bit? , some Interview Questions

    Hi buddies,
    I got some interview questions, might be simple for geeks in DBA. I am in need of answers. Could anyone help me.
    Thanks,
    Raaj
    1) Does windows NT support direct I/O?
    Answer: Choose one of the answers that apply
    A: No, only AIO
    B: Yes, depending on hardware.
    C: Yes.
    D: No.
    2) Can you take a coldbackup from solaris and use it on windows NT?
    Answer: Choose one of the answers that apply
    A: Yes.
    B: Yes if RMAN backup performed from NT server.
    C: Yes, after running RMAN convert.
    D: No.
    3) All of the following will alter the number of checkpoints that occur in one hour on the database, except one. Which is it?
    Answer: Choose one of the answers that apply
    A: Decreasing tablespace size
    B: Decreasing size of redo log members
    C: Setting LOG_CHECKPOINT_INTERVAL greater than the size of the redo log file
    D: Setting LOG_CHECKPOINT_TIMEOUT to zero
    4) The DBA is attempting to back up the Oracle database control file. After
    issuing the ALTER DATABASE BACKUP CONTROLFILE TO TRACE command, where can the DBA find the backup control file creation materials Oracle created for him or her ?
    Answer: Choose one of the answers that apply
    A: USER_DUMP_DEST
    B: LOG_ARCHIVE_DEST
    C: CORE_DUMP_DEST
    D: BACKGROUND_DUMP_DEST
    5) What is the most important action a DBA must perform after changing the database from NOARCHIVELOG TO ARCHIVELOG?
    Answer: Choose one of the answers that apply
    A: Shutdown normal and restart the database
    B: Perform a full logical database backup
    C: Perform a full offline database backup
    D: Manually switch the log files
    6) Which of the following choices lists an ALTER USER option that can be executed by the user herself or himself?
    Answer: Choose one of the answers that apply
    A: DEFAULT TABLESPACE
    B: IDENTIFIED BY
    C: TEMPORARY TABLESPACE
    D: PROFILE
    7) You need to view the initialization parameter settings for your Oracle
    database. Which of the following choices does not identify a method
    you can use to obtain values set for your initialization parameters?
    Answer: Choose one of the answers that apply
    A: Issue SELECT * FROM DBA_PARAMETERS; from SQL*Plus
    B: Issue SELECT * FROM V$PARAMETER; from SQL*Plus
    C: Issue SHOW PARAMETERS from Server Manager
    D: Use OEM Instance Manager
    8) As a result of a media failure, the current online redo log group is corrupted, the database crashes, as the current online group is inaccessible. Which type of incomplete recovery are you most likely to perform ?
    Answer: Choose one of the answers that apply
    A: Change-based
    B: Time-based
    C: Recovery using a backup control file
    D: Cancel-based
    9) User SNOW executes the following statement: SELECT * FROM EMP. This
    statement executes successfully, and SNOW can see the output. Table
    EMP is owned by user REED. What object would be required in order for
    this scenario to happen ?
    Answer: Choose one of the answers that apply
    A: User SNOW would need the role to view table EMP.
    B: User SNOW would need the privileges to view table EMP.
    C: User SNOW would need a synonym for table EMP.
    D: User SNOW would need the password for table EMP.
    10) Which one of the following statements is true?
    Answer: Choose one of the answers that apply
    A: The request queue is common, and the response queue is different for all the dispatchers.
    B: The request queue and response queue are different for all the dispatchers.
    C: The request queue is different, and response queue is common for all the dispatchers.
    D: The request queue and response queue are common for all the dispatchers.
    11) What is the largest SGA size for 8.1.7.4 32 bit?
    Answer: Choose one of the answers that apply
    A: approximately 2GB
    B: approximately 3.5GB
    C: approximately 4GB
    D: approximately 8GB
    E: approximately 16GB
    12) The DBA is about to perform some administrative tasks. Specifying the
    OPTIMAL parameter has which of the following appropriate uses?
    Answer: Choose one of the answers that apply
    A: Limiting concurrent users
    B: Limiting concurrent transactions
    C: Limiting growth of rollback segments
    D: Limiting growth of tables
    13) If the DBA wants to find information about how often transactions are
    wrapping transaction information between multiple rollback segment
    extents, where would the DBA look to find that information?
    Answer: Choose one of the answers that apply
    A: DBA_ROLLBACK_SEGS
    B: V$ROLLSTAT
    C: V$ROLLNAME
    D: DBA_SEGMENTS
    14) You have 30 rollback segments in your database, for which
    TRANSACTIONS_PER_ ROLLBACK_SEGMENT is set to 49 and
    TRANSACTIONS is set to 1000. During periods of heavy usage, about how many rollback segments will be actively used by Oracle?
    Answer: Choose one of the answers that apply
    A: 50
    B: 60
    C: 20
    D: 30
    15) The DBA has a table created with the following statement:
    CREATE TABLE EMPL
    (EMPID NUMBER(10),
    LASTNAME VARCHAR2(40),
    RESUME LONG RAW);
    The DBA attempts to issue the following statement:
    ALTER TABLE EMPL
    ADD ( PERF_APPRAISE LONG);
    What happens?
    Answer: Choose one of the answers that apply
    A: The statement succeeds.
    B: The statement succeeds, but column is added as VARCHAR2.
    C: The statement fails.
    D: The statement adds a disabled constraint.
    16) The primary key of the EMP table has three columns, EMPID, LASTNAME,
    and FIRSTNAME. You issue the following SELECT statement:
    SELECT * FROM EMP WHERE LASTNAME = 'HARRIS' AND FIRSTNAME = 'BILLI'
    AND EMPID = '5069493';
    Where would you look to see if this query will use the index associated
    with the primary key?
    Answer: Choose one of the answers that apply
    A: DBA_IND_COLUMNS
    B: DBA_TAB_COLUMNS
    C: DBA_INDEXES
    D: DBA_CLU_COLUMNS
    17) You are configuring your index to be stored in a tablespace. Which of the
    following storage parameters are not appropriate for indexes?
    Answer: Choose one of the answers that apply
    A: OPTIMAL
    B: INITIAL
    C: PCTINCREASE
    D: NEXT
    18) You need to set up auditing in an order entry and product shipment
    application so that when the ORDER_STATUS column in the ORDERS
    table changes to ‘SHIPPED’, a record is placed in a special table associated
    with a part of the application that gives sales representatives a daily list
    of customers to call on a follow-up to make sure the customer is satisfied
    with the order. Which of the following choices represents the best way
    to perform this auditing?
    Answer: Choose one of the answers that apply
    A: Statement auditing
    B: Object auditing
    C: Audit by access
    D: Value-based auditing
    19) Information in the buffer cache is saved back to disk in each of the
    following situations except one. In which situation does this not occur?
    Answer: Choose one of the answers that apply
    A: When a time-out occurs
    B: When a log switch occurs
    C: When the shared pool is flushed
    D: When a checkpoint occurs
    20) In order to allow remote administration of users and tablespaces on an Oracle database, which of the following types of files must exist in the database?
    Answer: Choose one of the answers that apply
    A: Password file
    B: Initialization file
    C: Datafile
    D: Control file
    E: Nothing, SYSDBA privileges are not required for these actions.
    21) You are planning the storage requirements for your database. Which of the following is an effect of maintaining a high PCTFREE for a table?
    Answer: Choose one of the answers that apply
    A: Oracle will manage filling data blocks with new records more actively.
    B: Oracle will manage filling data blocks with new records less actively.
    C: Oracle will leave more space free in data blocks for existing records.
    D: Oracle will leave less space free in data blocks for existing records.
    22) You manage database access privileges with roles where possible.
    You have granted the SELECT_MY_TABLE role to another role, called
    EMP_DEVELOPER. To view information about other roles that may be
    granted to EMP_DEVELOPER, which of the following dictionary views
    are appropriate?
    Answer: Choose one of the answers that apply
    A: DBA_ROLE_PRIVS
    B: DBA_TAB_PRIVS
    C: USER_SYS_PRIVS
    D: ROLE_ROLE_PRIVS
    23) In order to set your SQL*Plus session so that your NLS_DATE_FORMAT
    information is altered in a specific way every time you log into Oracle,
    what method would be used?
    Answer: Choose one of the answers that apply
    A: Setting preferences in the appropriate menu option
    B: Creating an appropriate LOGIN.SQL file
    C: Issuing the ALTER USER statement
    D: Issuing the ALTER TABLE statement
    24) You create a sequence with the following statement:
    CREATE SEQUENCE MY_SEQ
    START WITH 394
    INCREMENT BY 12
    NOMINVALUE
    NOMAXVALUE
    NOCACHE
    NOCYCLE;
    Two users have already issued SQL statements to obtain NEXTVAL, and
    four more have issued SQL statements to obtain CURRVAL. If you issue a
    SQL statement to obtain the NEXTVAL, what will Oracle return?
    Answer: Choose one of the answers that apply
    A: 406
    B: 418
    C: 430
    D: 442

    1.-
    2.c
    3.a
    4.a
    5.c
    6.b
    7.a
    8.d
    9.b
    10.a -
    11.a
    12.c
    13.b
    14.d
    15.c
    16.a -
    17.a
    18.d
    19.c
    20.a
    21. -
    22.d
    23.b
    24.?
    hope it helps u.
    Thanks
    Kuljeet

  • Interview questions?plz answer

    hi
    i have some interview questions;can anybody share with me?
    1.what is meant by static variable and static method with an example?what r the uses?;
    2.what r the uses of Interfaces over abstract class?
    3.Name two interfaces without method?
    4.what is meant by polymorphism?explain with an example?
    5.what is meant by deadlock?
    6.what is meant by time-slicing?
    7.how can u set input and output parameters using Callablestatement with an example?
    8.what is difference between throw and throws?

    hi
    i have some interview questions;can anybody share with
    me?
    1.what is meant by static variable and static method
    with an example?what r the uses?;A static variable changes rapidly. A static method changes methodically.
    2.what r the uses of Interfaces over abstract class?Interfaces used over abstract classes form a protective layer, insulating and encapsulating them from synchronization problems.
    3.Name two interfaces without method?Trick question. No interfaces have methods.
    4.what is meant by polymorphism?explain with an
    example?Men in Hawaii can marry more than one woman. Each wife does something different when the man asks her to give him some poi.
    5.what is meant by deadlock?Bob Marley's hair.
    6.what is meant by time-slicing?Time slicing is a technique for delaying an unpleasant task. A process can continue to put it off until later by slicing the remaining time in half.
    7.how can u set input and output parameters using
    Callablestatement with an example?You ought to know that. I'm not going to help you.
    8.what is difference between throw and throws?"Throw" is singular and used with one argument. "Throws" is plural and used with multiple arguments.
    Good luck.

  • Some interview Question?

    hello all, as this forum has many brilliant minds, i have some interview question, if you mind please let me know the answer....
    q1. default level at which validation accurs?
    q2. in which case property pallet display **** as a property value, what its meaning?
    q3. best way to ensure that item can not accept query criteria?
    q4. what is the use of key-other trigger?
    q5. what is the use of forms module validation unit. if it is set to form then data block pre-text-item trigger at point will raise?
    i tried but did not find any relevant answer.

    Hi yash...
    q1. default level at which validation accurs?Well, the default level is where ur trigger exist ( Form Level ,Block Level or Item Level )
    q2. in which case property pallet display **** as a property value, what its meaning?Conceal ; it means hiding displaying data and it is almost used in password text item.
    q3. best way to ensure that item can not accept query criteria?Well, actually i don't have any forms now but u could try it urself item property > query criteria (any related query allowed property ) >NO
    q4. what is the use of key-other trigger?A Key-Others trigger fires when an operator presses the associated key.
    A Key-Others trigger is associated with all keys that can have key triggers associated with them but are not currently defined by function key triggers (at any level).
    A Key-Others trigger overrides the default behavior of a Runform function key (unless one of the restrictions apply). When this occurs, however, Oracle Forms still displays the function key's default entry in the Keys screen.
    Hope this helps...
    Good Luck :)
    Regards,
    Amatu Allah.

  • Some interview questions help

    Hi friends i have some interview questions please give me good answers.thanks for advance.
    1.what is info provider?what is advantages and disadvantages?
    2.when your working process chains you set up 2 jobs ,one is 12 pm and anothet 3 am.when you come morning there is errors what is the first thing you do?
    3.in the info provider data is loaded in serial or parallel?
    4.when your working in reports there is 8 columns,but we have requirement of 10 columns how you can added it?
    5.what is integrating planning in BPS?
    If possible please send me good interview questions to my mail id.
    takecare
    bye
    habeeb
    [email protected]

    Please think when you were at the beginer stage.Yes, I guess setting up a second machine under your desk and spending the next - oh I don't know - 2 months fiddling around and trying out all kinds of things is really nothing that can be asked of anyone anymore today. </sarcasm>
    Mind you, my boss at the time did not find it funny that I just formatted a surplus workstation and monopolized it, but when I then took the first official training I had a whole stack of questions at the ready with which to hassle the teacher.
    Now you tell me: which approach enables you to learn and understand more and better?
    @rnm1978: +1!

  • Interview  questions need solution

    Dear all
    1. I have an interview question
    Is it posible to do credit check at base value say pr00 value, generally credit check is done at netvalue, all open items or total value but at base value is is possible
    2. Tcode for list of customers
    3. Can we delete CMR if yes how can we delete, if not why we can delete
    4. What is the system landscape of your latest client
    5. How shipment calculation can be done and what r the necessary configuration settings to carry out shipping calculation
    6. Is solution manager is implemented in ur company, how and why a SD functional consultant can use
    your immediate response is highly appreciated
    thanks
    sateesh

    Hi
    Here is more details in your question.
    1. Is it posible to do credit check at base value say pr00 value, generally credit check is done at netvalue, all open items or total value but at base value is is possible
    Ans : Basically in your pricing procedure there is a coloum Subtotal  with option A "Carry over price to KOMP-CMPRE (credit price)" it means whichever condition type you will maintain this option system will carry the credit check against the value of that condition type.
    2. . Tcode for list of customers
    Ans. For standard SAP t-Code is VCUST, for table level go to SE11 and use table KNA1(for General) KNVV (for sales)
    3.  Can we delete CMR if yes how can we delete, if not why we can delete
    Ans. Generally master data which is created in SAP you can not delete. You can only block the customer master for overall or some specific sales area level
    4. What is the system landscape of your latest client
    Ans. This is totally depands on customer. Some customer keep system landscape like DEVELOPMENT - QUALITY - PRODUCTION
             Whereas some client keep DEVELOPMENT - QUALITY - PRODUCTION - SENDBOX (REPLICA OF PRODUCTION SERVER for R&D or for support teams research purpose)
    5. How shipment calculation can be done and what r the necessary configuration settings to carry out shipping calculation?
    Ans.  This question is not cleared that what u required whether shipment cost calculation or transportation time calculation
              For Shipment cost you have to make setting in SPRO -- LOGISTIC EXECUTION -- TRANSPORTATION ---SHIPMENT COST (here you maintain the config of shipment cost)
    6. . Is solution manager is implemented in ur company, how and why a SD functional consultant can use
    Ans. Solution manager is very important implemantation tool. It is kind of document repository where u maintain all information of variouse implemantation steps. It is one place where you maintain the all information of project (whether project related issue with their processing status or other imformation)
    Regards
    Shambhu Sarkar

  • BSP Interview questions needed

    Dear All,
    I have started learning BSP and I feel quite comfortable in that. But I need to go much further into it. Can anyone send me the BSP interview questions, FAQs and good tutorials i any ?
    Thanks,
    Srinivas

    you should not suppose to ask any kind of questions related to interview, so please search and find your self.

  • Some General questions - Need answers very soon...Pls help

    Hello Gurus,
    I have following questions. Could you please answer those if possible? I really need to know soon. I am BO developer but not working on Admin side and need to clarify some questions below.
    1 )What is a domain? How many are there in a basic set up? What are they?
    2) When is the repository created?
    3) Can we have multiple domains? If yes, what is the purpose of having them?
    4) How do you create a user?
    Thanks.

    Hello,
    I recommend to post this query to the [BusinessObjects Enterprise Administration|BI Platform; forum.
    This forum is dedicated to topics related to administration and configuration of BusinessObjects Enterprise, BusinessObjects Edge, and Crystal Reports Server.
    It is monitored by qualified technicians and you will get a faster response there.
    Also, all BOE Administration queries remain in one place and thus can be easily searched in one place.
    Best regards,
    Falk

  • I need some interview Question

    Hi Masters,
    I am the ABAP/4 Consultant...I learn the SAP Netweaver XI. Now I am trying the Job in XI.I have 3 interviews in this week end... So please give the SAP Netweaver XI interview Point of Questions. Its is Very useful to me....
    Please Help me on this Area....
    Regards,
    SReddy

    Hey,
    Check it out... Mark it as helpful info...
    File to IDOC
    What are the configurations done on XI, on R3, on XI's SLD, what is the protocol used for File, Content Conversion, Serialization , etc
    File to JDBC
    What kind of JDBC action was performed, DB accesed, driver installed?, Synch call and asynch call, what actions can be perfromed, datatypes for JDBC and so on.
    RFC to file
    Configurations on XI, on R3, how was data sent to XI, what are the connections used, how was the IR and ID of XI configured, Synch call or asynch call, BPM or non BPM?
    BPM patterns,
    Anything related to BPM can be asked. What are the patterns, how do you implement a pattern, what are the step types,, etc
    -->Steps required to configure a scenario
    1. Interface Determination-- RB_SPLIT and RB_CLASSIC, condtional Interface Determination
    2. Receiver Determination -- Conditional Receiver Determination.
    3. Sender / Receiver Agreement-- Why doesnt IDOC and HTTP have a sender agreement, etc.
    Flow of how XI determines the configuration scenario
    >>Types of mapping
    1. Types of Java Mapping -- DOM and SAX Parser. Advantages and Disadvantages.
    2. XSLT mapping
    3. Graphical Mapping--
    Questions on context change, standard functions in XI etc.
    -->Qestions on adapters
    1. Which adpaters run on j2ee engine and which run on ABAP stack.
    2. Use of each adapter
    -->Qestions on Content conversion
    1. how and why is content conversion performed.
    -->Questions on BPM and the step types in BPM.
    1. Correlation
    2. synch/asynch bridge
    3. Collect pattern.
    4. For each and par for each in a block
    5. send synchronously and asynchronously.
    6. Step types in BPM.
    -->Questions on ALERTS.
    1. How do u define Alert Category, rules, etc.
    2. How do you test an Alert.
    3. Alerts in a BPM
    -->Architecture of XI
    1. How and what are the stacks available in XI
    2. Need for datatype, message type, message interface, message mapping, interface mapping, etc.
    3. Synch/ Asynch/ outbound/inbound/ abstract interfaces, etc.
    And many more...
    1. How do you monitor your messages in XI.
    2. What is the difference between the monitoring done on the RunTimeWorkBench and the one done using SXMB_MONI.
    3. What is End to End Monitoring, Performance Monitoring, Cache Montioring etc.
    4. What is a Business System, Technical System, Logical System, and other questions related to the System Landscape Directory (SLD ).
    And...
    -->Steps required to configure a scenario
    -->Types of mapping
    -->which all configurations you need to do in R/3
    for an Idoc to file scenario
    -->Questions regarding the interfaces you have worked on
    -->Qestions on adapters eg. Idoc , RFC etc
    -->How to configure JDBC Adapter(Sender & Receiver)
    -->Qestions on Content conversion
    -->Questions on BPM and the step types in BPM.
    -->Questions on ALERTS. How to configure Alerts, alert rules, etc.
    -->Architecture of XI.
    And ...
    Adapters:
    - Transport and Message Protocols for each of Sender/Receiver adapters. For File and JDBC adapters these protocols are different in the Sender/Receiver adapters.
    - Definiton of logical system, RFC destination, port etc
    BPM:
    - Types of Message and Process flow related steps
    - Exception handling
    - Corelation
    - Monitoring of BPM
    - Import/Export of process definitions with BPM
    - Synch/Asynch Bridge
    Cheers.,
    Esha

  • Some interview questions- pls answer which ever Question you know.

    Q1. Sales order with 10 items with different delivery dates? is it possible? where is the setting?
    Q2. How you deliver a sale order item to 2 ship-to parties?
    Q3. while sale order processing can we give separate partner function? Example?
    Q4. Damaged goods company dont want to take back/return; then how we 'compensate' customer?
    Q5. In sales order what is the difference between 'header detail tabs, and 'item detail tabs?
    Q6. What is the back ground for a Routine?
    Q6. What is the necessity to maintain 'Route determination'?
    Q7. In CIN-what is 'Reconcillation'?
    Q8. In CIN- why we use 'proforma invoice', why not 'commercial invoice?
    Q9. Difference between 'capital project and revenue project'?
    Q10. Where we maintain 'Material Cost'?
    Q11. Example for SAP system interacting with Non SAP system?
    Q12. When the system knows to take up- Backward scheduling or Forward scheduling?
    Q13. Of 10 items of a sales order need to bill only 1 item, where is the setting?
    Q14. Pricing -Is it possible to change 'Calculation type' during sales order processing?
    Q15. What triggers 'Item category'?
    Q16. In which step of LSMW - we can write a program?
    Q17. All pre-requisites/settings maintained, even Rebate is not working. Where we check?
    Q18. What transfers the Requirements in - sales order processing?
    Q19. Pricing- what pricing condition types related to Accounting?
    Q20. User exit for Sales order?
    Q21. For creating 'Sales organisation'- what criterion should follow?
    Q22. If in a sales order to enter 200 line items; to speed up entering line items; what we can do?
    Q23. Is 2 items of a sales order can be delivered from 2 different plants? If so, then, Number range of the Billing documents
            should be different from plant to plant, for that same sale order. where and how we maintain setting.
    Q24. Rebates- How we settle an agent (not a customer) in rebate process?
    Q25. CIN- use of 'Exice group'?
    Thanks in advance
    Arsh

    My dear friend,for  most of the questions you requested there are many threads with same topics, i suggest you to go thru existing threads and read library once and still if you find any question unanswered post it in forum.
    balu

  • Some int questions;; need answers

    what is the difference between BI and BW?
    what type of scheduler u have used in loading data?
    wat tool u r using for client support (to resolve queries)?
    what type of errors u come accross in support? example one real instance
    please provide answers
    bw job seeker

    Ramakrishna,
    Check the below...
    what is the difference between BI and BW?
    BW is called as BI in Netweaver 2004 and 2004's..
    what type of scheduler u have used in loading data?
    The ques is not clear...
    wat tool u r using for client support (to resolve queries)?
    There are CRM tools like Vantiff, remedy used for client support.
    what type of errors u come accross in support? example one real instance
    Error while activating data in ODS object....

  • About Some Interview Questions

    Hi Friends ,
    Here are the some questions which i was unable to answer ...
    pls give a reply for dis answers
    1. In direct input method the data is uploaded on application server in which of the following file .
    a.logical file b.physical file c. the data wil be uploaded in sxdb stucture on aplication server only d . none of above
    2.which of the following is not a technical setting of tranparent table .
    a.data class&size category b.buffering c.log data changes d.none
    3.which screen event is processed followed by error during program exection ?
    a.Pai Event b.Pbo Event c.Module d.includes
    4.which of the following represent tabel control ?
    a.variable b.constant c.internal tabel d.module
    5.which processor controls the flow ligic of ur online program?.
    a. abap processor b.list processor c.dynpro processor d.dispatcher.
    6 . In form builder wat is the purpose of using flow control ?
    1. Controlling text 2.controlling graphics & windows 3.controlling of table data 4.printing of pages & elements

    Hi Narayana,
    These are the answers, I agree with the above answers given ,and these are the answers for all of the questions,
    1. Logical file
    2. none
    3. PAI Event
    4. Internal Table
    5. DYNPRO Processor
    6. controlling of table data
    Hope this will help u a lot. If required I can provide a detail description of the answers. mail me regarding this.
    All the best for ur interviews.
    Reward if helpful.
    Regards

  • Interview Questions Needed

    Hi there,
    My name is Micheline and I'm working on a program called Sun Developer Network (SDN) Channel (https://developers.sun.com/channel), it's an online monthly developer event that communicates the latest information around the developer community in a thematic way. On July 26th, we're launching a Linux edition with video interviews with Sun experts. We'd love to hear from you on some questions that you would like to hear Sun answer. This is only a 5-7 minute video segment; therefore, we can only pick one or two questions total.
    Please post your questions and if we do plan to use them, we'll contact you directly.
    We look forward to hearing from you.
    Thanks,
    Micheline

    I think the OT is looking more for press interviews than job interviews.
    Paul

  • WRT54GX4 question (need fast answer :-) O)

    Stupid question, perhaps, but I need to know ASAP if I can use this Router to connect for 2-way traffic with my son's Wireless network about 80-100+ Feet away.
    NOT so much a question about the distance, per se, but does the WRT54GX4 HAVE the capability to actually FUNCTION as a "wireless card" (say) does now? (i.e. be able to create a 2-way connection through it's antennas with HIS network and share the sub-T1 he has over at his shop at MY office across the street!
    The need is hopefully be able to either use some of the 4 wired Ports locally AND/OR re-radiate to my laptop around MY dinky office. :-)
    Forgive my lack of knowledge about the intricacies of these devices, but I grew up feasting on Tubes and RF systems.. :-)))))
    I have an external 2.4 GHz YAGI and LM400 coax if needed, and that brings me to another question: What connectors are ON this Router - RP-SMA  or RP-TNC (Usual Linksys one)..
    THANKS!
    Tom

    A WRT needs a wired internet connection. The radio is per default in root mode. A WRT does not connect to other wireless APs with standard Linksys firmware.
    What you want is either a wireless bridge (WET54G) or a more versatile wireless access point (WAP54G). Those support wireless bridging.
    The other option if you already have the WRT would be to check out if you can run a 3rd party firmware on the WRT. Those usually add wireless bridging capabilities. Read the wikipedia article on "WRT54G" for details which models exist and some links to various firmware projects. Take a close look at the dd-wrt wiki which is full of useful information in this regard.
    For the connectors look in the data sheet or manual.

  • Some confusions..need ur answer

    1.if my database is in archive log mode and we take cold backups, after succesful cold backup, can i delete all archive logs or not?
    2. secondly, if the answer to above question is yes than next day i start working on database again.suppose in afternoon a situation arises for me to restore last nights backup and recover from archive logs till 11 in morning.Last night , the last log archived was 31.
    so now will the system ask me all the logs from 1 or just from 31 and onwards upto time of 11 in morning?

    1. You can delete archive logs created before a cold backup if you are sure you never have to restore the database to a point in time before this cold backup. You should also make sure that the last cold backup can also be restored.
    2. When restoring a database from cold backup to the current point in time, you only need to apply archived redo logs created after the cold backup: in your example required archived logs should start from 31.
    Edited by: Pierre Forstmann_2 on Dec 19, 2008 1:59 PM

Maybe you are looking for

  • ICal still does not sync with exchange 2007 in Lion

    Dear, In Snow Leopard, iCal was not syncing with Exchange 2007. I read a lot of things on this and it all led to recurring events. Indeed, after deleting them, things started to work. But I cannot delete recurring events! I need them! Seeing that the

  • Complains about a HANDLED exception !

    People, I am still getting the ORA -01858 error in reports 2.5 on a valid trig on a p/form item. We pass params from reps2.5 p/form facility here. Can anyone suggesy anything please? Get ready, here's my code: function RSEQValidTrigger return boolean

  • JScrollPane freezes when updating JTable in viewport

    I have the same problem that is described in this bug: http://developer.java.sun.com/developer/bugParade/bugs/4495213.html I don't understand the workaround. Is that the developer's class (BasicTableUI.java)? Anyone else experiencing this problem? Ho

  • Loading AA9 Upgrade to a new Laptop

    i am trying to load Acrobat 9 Standard upgrade to a new laptop and it is asking for previous version SN.  i have already loaded this on my desktop pc a while back and can't find anywhere the old version SN.

  • Sizing movieclip to fit the dynamic Textfield

    I'm adding text to a movieclip as you can see below. The text is alomost not visible because it's so small. If I don't scale the movieclip then the text becomes clipped. I basically want the movieclip to be a tight container (the same size as the tex