Please solve my query

Sir,
 I want to do the certification In Exchange server 2013. I am doing the preparation for 70-341 and 70-342 codes from these dumps:
Microsoft.PracticeTest.70-341.v2013-08-21.by.Mo.105q
 but there are many wrong answers in this Dump. Please give me the correct Answers of these Dumps.
Thanks

As suggested by DareDevil you should prepare yourself from Microsoft Press book. Very good microsoft video lectures are available on Microsoft Virtual Academy.
http://www.microsoftvirtualacademy.com/
Free MS ebooks can be downloaded from:
http://www.microsoftvirtualacademy.com/ebooks#?fbid=nKXL0i9iokV
Additional information on Exchange 2013 can be found on technet. Let me know if you need any further information. :)
Regards, Riaz Javed Butt Consultant Microsoft Professional Services MCITP, MCITP (Exchange), MCSE: Messaging, MCITP Office 365

Similar Messages

  • Please solve the query

    Hi,
    I have a query which requires me to find the language that is known by only on programmer
    PNAME PROF1 PROF2
    anand pascal basic
    altaf clipper cobol
    juliana cobol dbase
    kamala c dbase
    mary c++ oracle
    nelson cobol dbase
    partick pascal clipper
    qadir assembly c
    ramesh pascal dbase
    resecca basic cobol
    remitha c assembly
    revathi pascal basic
    vijaya foxpro c
    The answer to this query is
    C++
    foxpro
    oracle.

    Hi APC,
    SQL> SELECT prof, p_cnt FROM(
      2  SELECT prof1 AS prof, count(pname) AS p_cnt
      3  FROM user_lang
      4  GROUP BY prof1
      5  UNION
      6  SELECT prof2 , count(pname)
      7  FROM user_lang
      8  GROUP BY prof2 )
      9  WHERE p_cnt = 1;
    PROF                      P_CNT
    assembly                      1
    basic                         1
    c++                           1
    clipper                       1
    foxpro                        1
    oracle                        1
    6 rows selected.You have to count AFTER the union... ;-)
    Regards,
    Gerd

  • Please solve the query in a single query

    1. display names of scott's collegue who earn more than scott
    using the emp table of scott schema

    As it's homework, we could always post you a really poor example of code like this:
    SQL> ed
    Wrote file afiedt.buf
      1  select *
      2  from emp
      3  where (1,empno) in (
      4                    select case when sal > (select sal from emp where ename = 'SCOTT') then 1 else 0 end as flag, empno
      5                    from emp
      6*                  )
    SQL> /
         EMPNO ENAME      JOB              MGR HIREDATE                   SAL       COMM     DEPTNO
          7839 KING       PRESIDENT            17/11/1981 00:00:00       5000                    10But it would be better if you gave us an example of what you have done yourself, before we show you where you have gone wrong and how it can be improved.

  • Please Solve The SQL Query

    Please Slove the Query as below:
              T1
    |     A1     |     A2     |
    |     TRUE     |     FALSE     |
    |     FALSE     |     TRUE     |
    |     TRUE     |     TRUE     |
    |     FALSE     |     TRUE     |
    Table Name is: T1 and it is having 2 columns A1 and A2.
    Question is:
    Using a simple SQL query try to get the total number of "TRUE" in the Table T1. Don't use any PL/SQL command,
    just use simple SQL command.
    Please write the full query.
    Manojit.

    select (Nvl(a.cnt_a1,0) + Nvl(b.cnt_a2,0)
    from (select count(1) CNT_A1 from t1 where a1 = 'TRUE') A
    (select count(1) CNT_A2 from t1 where as = 'TRUE') B
    Please Slove the Query as below:
              T1
    |     A1     |     A2     |
    |     TRUE     |     FALSE     |
    |     FALSE     |     TRUE     |
    |     TRUE     |     TRUE     |
    |     FALSE     |     TRUE     |
    Table Name is: T1 and it is having 2 columns A1 and A2.
    Question is:
    Using a simple SQL query try to get the total number of "TRUE" in the Table T1. Don't use any PL/SQL command,
    just use simple SQL command.
    Please write the full query.
    Manojit.

  • The query processor ran out of stack space during query optimization. Please simplify the query

    Can you suggest me that what should i do in this case.
    Actually i am having one table that is a MasterTable.I am referring this table in more than 300 tables that means i am having foreign key of this primary key in 300+ tables.
    due to this i am getting following error during deleting any row,
    doesn't matter that data is existing in reference table or not.
    Error that i am getting is 
    "The query processor ran out of stack space during query optimization. Please simplify the query"
    Can you suggest me that what should i do to avoid this error,because i am unable to delete this entry.
    Apart from it,i am getting performance problem too,so is it due to such huge FK on it.
    Please suggest me on following points
    1. Is it worst way to handle it,if yes then please suggest me solution for it.
    2. If it is a correct way then what should i do if getting error during deleting any record.
    3. Is it right to create Foreign key on each table where i am saving data of this master. if no then how to manage integrity.
    4. What people do in huge database when they wants to create foreign key for any primary key.
    5. Can you suggest me that how DBA's are handling this in big database,where they are having huge no. of tables.

    The most common reason of getting such error is having more than 253 foreign key constraints on a table. 
    The max limit is documented here:
    http://msdn.microsoft.com/en-us/library/ms143432(SQL.90).aspx 
    Although a table can contain an unlimited number of FOREIGN KEY constraints, the recommended maximum is 253. Depending on the hardware configuration hosting SQL Server, specifying additional foreign key constraints may be expensive for the query
    optimizer to process. If you are on 32 bit, then you might want to move to 64 bit to get little bigger stack space but eventually having 300 FK is not something which would work in long run.
    Balmukund Lakhani | Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
    This posting is provided "AS IS" with no warranties, and confers no rights.
    My Blog |
    Team Blog | @Twitter
    Author: SQL Server 2012 AlwaysOn -
    Paperback, Kindle

  • Please solve?

    Hi,
    I have a query. I had attended one interview few days back and the interviewer asked me one question.
    1) Is it possibe to assign one plant to multiple company codes?
    2) I have two plants A and B and one material X ,  I am running MRP in plant A and displaying stock in T-Code MD04 for X material.But now I want to display the same list in Second plant B, Is it possible?how?
    3) When I am running MRP for any fin material (FERT) , System explodes the bom and its not displaying Semi-finish material in that. Please tell how to solve it?
    Please solve it.
    I will award for each deserving points.
    Regards,
    Imran Shek

    Dear,
    1) IT IS NOT POSSIBILE TO ASSIGN A PLANT TO DIFFERENT COMPANY CODES
    YOU CAN ONLY ASSIGN TO ONE COMPANY CODE IN IMG->ENTERPRSE STRACTURE-->LG
    But you can assign number of plants to one company codes .use t-code OX18 -
    2) The cross plant planning what SAP Supports is by the Special Procurement  type in Material mster MRP 2 view. where we can define ,Production or withdrawl from alternate plants
    if Plant A and B has a total mateiral stock of 50 qty for a Material ,when planning is to be done it has to consolidate the stock of both plants as one plant stock and trigger the requirements as per your wish
    For cross plant planning & production you can use
    1. spl.procurement 40 - stock trnasfer from plant to plant
    2. SPl.key 70 - Withdrawl from alternate plant
    3. SPl.key 80 - Production in another plant.
    3)  For the all respective components in MRP 4 view Input "1" for MRP Dep.Reqts
    Or you can set the MRP type in material master as 'ND' (not planned) (MM02 > MRP1)..etc
    Hope clear your all doubts.
    Regards,
    R.Brahmankar

  • HI could you solve this query

    Ex: Table : inputval
    Column: inputvalue VARCHAR2(100)
    DATA for above column are
    TCC=0471/12345/0999/8548/4321,VT=15,PRIMDX=false,DUR=365,VISITS=0
    values termination are '/'
    Q: i need to after TCC value from the inputvalue column
    i need 6 values output are below
    1. 471
    2. 12345
    3. 0999
    4. 8548
    5. 4321
    6. null
    i written query but i am not able to get these output
    i am giving sample query which i tried for one value
    SELECT
    case when inputvalue like '%TCC=%' then
    substr(substr(inputvalue,to_number(instr(inputvalue,'TCC=')+4),
    to_number(instr(inputvalue,',',instr(inputvalue,'TCC=')+4))
    -to_number(instr(inputvalue,'TCC=')+4)),1,
    instr(substr(inputvalue,to_number(instr(inputvalue,'TCC=')+4),
    to_number(instr(inputvalue,',',instr(inputvalue,'TCC=')+4))
    -to_number(instr(inputvalue,'TCC=')+4)),'/')-1) end tcc1,
    case when inputvalue like '%TCC=%' then
    substr(substr(inputvalue,to_number(instr(inputvalue,'TCC=')+4),
    to_number(instr(inputvalue,',',instr(inputvalue,'TCC=')+4))
    -to_number(instr(inputvalue,'TCC=')+4)),
    instr(substr(inputvalue,to_number(instr(inputvalue,'TCC=')+4),
    to_number(instr(inputvalue,',',instr(inputvalue,'TCC=')+4))
    -to_number(instr(inputvalue,'TCC=')+4)),'/')+1,
    instr(substr(inputvalue,to_number(instr(inputvalue,'TCC=')+4),
    to_number(instr(inputvalue,',',instr(inputvalue,'TCC=')+4))
    -to_number(instr(inputvalue,'TCC=')+4)),'/',2)-1) end tcc2
    FROM inputval
    please solve me as early as possible
    Thanks,
    krish

    Hi,
    REGEXP_SUBSTR ( s
                  , '[^,]+'
                  , 1
                  , n
                  )returns the nth item in a comma-delimited list s. (It retuirns NULL if there are not that many items.)
    Cross-join with a counter table to get the values for n, and test if the nth item is the one that starts with 'TCC='.
    Depending on you data, it might be easier to use REGEXP_SUBSTR or REGEXP_REPLACE to find the part of the string between 'TCC=' and the next comma. (I can't tell from the one row of sample data.)
    Once you have the TCC-substring, use REGEXP_SUBSTR again to get the m-th item from the /-delimited list. (Use a different counter table.)
    If you need more help, post some more test data and desired results, testing any special cases, such as:
    two or more 'TCC=' items in one string
    NULL entries ('TCC=1///4')
    Misplaced label ('1/2/TCC=3/4/5')
    malformed numbers ('TCC=1.0.0/4')
    REGEXP_ function only work in Oracle 10 and up.

  • Error in script (text elements) please solve it its very urgent.

    Hi Gurus,
                       please solve the error in my code.
    here is the code..
    /*   TOP                                                                    
    P1   <B> Product    Description        Quality   Sold      Unit        Amount
    P1   <B>                               Sold      Unit  Price(SGD)           
    /*   ENDTOP.                                                                
    /:   BOX XPOS '0'CM YPOS '0'CM WIDTH'18'CM HEIGHT'1'CM INTENSITY >          
    /:   BOX XPOS '0'CM YPOS '0'CM WIDTH '2.6'CM HEIGHT '12.7'CM FRAME 10 TW    
    /:   BOX XPOS '0'CM YPOS '0'CM WIDTH '7.6'CM HEIGHT '12.7'CM FRAME 10 TW    
    /:   BOX XPOS '0'CM YPOS '0'CM WIDTH '11.8'CM HEIGHT '12.7'CM FRAME 10 TW   
    /:   BOX XPOS '0'CM YPOS '0'CM WIDTH '14.6'CM HEIGHT '12.7'CM FRAME 10 TW   
    /:   BOX XPOS '0'CM YPOS '0'CM WIDTH '18'CM HEIGHT '12.7'CM FRAME 10 TW     
    /:   BOX XPOS '0'CM YPOS '0'CM WIDTH '18'CM HEIGHT '1'CM FRAME 10 TW        
    /:   BOX XPOS '14.6'CM YPOS '10'CM WIDTH '3.4'CM HEIGHT '0'CM FRAME 10 TW   
    /:   BOX XPOS '14.6'CM YPOS '11'CM WIDTH '3.4'CM HEIGHT '0'CM FRAME 10 TW   
    /:   BOX XPOS '14.6'CM YPOS '12'CM WIDTH '3.4'CM HEIGHT '0'CM FRAME 10 TW   
    /:   DEFINE &SUB_TOTAL&                                                     
    /:   PERFORM &SUB_TOTAL& IN PROGRAM ZGST_INVOICE_BILLING                    
    /:   USING &VBRP-NETWR&                                                     
    /:   CHANGING &SUB_TOTAL&                                                   
    /:   ENDPERFORM                                                             
    /:   DEFINE &GST_PER&                                                       
    /:   PERFORM &GST_PER& IN PROGRAM ZGST_INVOICE_BILLING                      
    /:   USING &GST&                                                            
    /:   CHANGE &GST_PER& 
    /:   ENDPERFORM
    THESE ARE THE ERRORS IM GETTING 5 ERRORS. what might be wrong in this coding.
    BOX XPOS '0'CM YPOS '0'CM WIDTH'18'CM HEIGHT'1'CM INTENSITY >          
    Invalid decimal number                                                 
    BOX XPOS '0'CM YPOS '0'CM WIDTH '2.6'CM HEIGHT '12.7'CM FRAME 10 TW    
    BOX XPOS '0'CM YPOS '0'CM WIDTH '7.6'CM HEIGHT '12.7'CM FRAME 10 TW    
    BOX XPOS '0'CM YPOS '0'CM WIDTH '11.8'CM HEIGHT '12.7'CM FRAME 10 TW   
    BOX XPOS '0'CM YPOS '0'CM WIDTH '14.6'CM HEIGHT '12.7'CM FRAME 10 TW   
    BOX XPOS '0'CM YPOS '0'CM WIDTH '18'CM HEIGHT '12.7'CM FRAME 10 TW     
    BOX XPOS '0'CM YPOS '0'CM WIDTH '18'CM HEIGHT '1'CM FRAME 10 TW        
    BOX XPOS '14.6'CM YPOS '10'CM WIDTH '3.4'CM HEIGHT '0'CM FRAME 10 TW   
    BOX XPOS '14.6'CM YPOS '11'CM WIDTH '3.4'CM HEIGHT '0'CM FRAME 10 TW   
    BOX XPOS '14.6'CM YPOS '12'CM WIDTH '3.4'CM HEIGHT '0'CM FRAME 10 TW   
    DEFINE &SUB_TOTAL&                                                     
    '=' or ':=' expected                                                   
    PERFORM &SUB_TOTAL& IN PROGRAM ZGST_INVOICE_BILLING                    
    USING &VBRP-NETWR&                                                     
    CHANGING &SUB_TOTAL&                                                   
    ENDPERFORM                                                             
    DEFINE &GST_PER&                                                       
    '=' or ':=' expected                                                   
    PERFORM &GST_PER& IN PROGRAM ZGST_INVOICE_BILLING                      
    USING &GST&                                                            
    Unknown symbol GST                                                     
    CHANGE &GST_PER&                                                       
    Command between PERFORM-ENDOPERATION not allowed                       
    ENDPERFORM

    /*   TOP                                                                    
    P1   <B> Product    Description        Quality   Sold      Unit        Amount
    P1   <B>                               Sold      Unit  Price(SGD)           
    /*   ENDTOP.                                                                
    /:   BOX XPOS '0'CM YPOS '0'CM WIDTH'18'CM HEIGHT'1'CM INTENSITY >          
    /:   BOX XPOS '0'CM YPOS '0'CM WIDTH '2.6'CM HEIGHT '12.7'CM FRAME 10 TW    
    /:   BOX XPOS '0'CM YPOS '0'CM WIDTH '7.6'CM HEIGHT '12.7'CM FRAME 10 TW    
    /:   BOX XPOS '0'CM YPOS '0'CM WIDTH '11.8'CM HEIGHT '12.7'CM FRAME 10 TW   
    /:   BOX XPOS '0'CM YPOS '0'CM WIDTH '14.6'CM HEIGHT '12.7'CM FRAME 10 TW   
    /:   BOX XPOS '0'CM YPOS '0'CM WIDTH '18'CM HEIGHT '12.7'CM FRAME 10 TW     
    /:   BOX XPOS '0'CM YPOS '0'CM WIDTH '18'CM HEIGHT '1'CM FRAME 10 TW        
    /:   BOX XPOS '14.6'CM YPOS '10'CM WIDTH '3.4'CM HEIGHT '0'CM FRAME 10 TW   
    /:   BOX XPOS '14.6'CM YPOS '11'CM WIDTH '3.4'CM HEIGHT '0'CM FRAME 10 TW   
    /:   BOX XPOS '14.6'CM YPOS '12'CM WIDTH '3.4'CM HEIGHT '0'CM FRAME 10 TW   
    /:   DEFINE &SUB_TOTAL&                                                     
    /:   PERFORM &SUB_TOTAL& IN PROGRAM ZGST_INVOICE_BILLING                    
    /:   USING &VBRP-NETWR&                                                     
    /:   CHANGING &SUB_TOTAL&                                                   
    /:   ENDPERFORM                                                             
    /:   DEFINE &GST_PER&                                                       
    /:   PERFORM &GST_PER& IN PROGRAM ZGST_INVOICE_BILLING                      
    /:   USING &GST&                                                            
    /:   CHANGE &GST_PER& 
    /:   ENDPERFORM
    THESE ARE THE ERRORS IM GETTING 5 ERRORS. what might be wrong in this coding.
    BOX XPOS '0'CM YPOS '0'CM WIDTH'18'CM HEIGHT'1'CM INTENSITY >          
    Invalid decimal number                                                 
    BOX XPOS '0'CM YPOS '0'CM WIDTH '2.6'CM HEIGHT '12.7'CM FRAME 10 TW    
    BOX XPOS '0'CM YPOS '0'CM WIDTH '7.6'CM HEIGHT '12.7'CM FRAME 10 TW    
    BOX XPOS '0'CM YPOS '0'CM WIDTH '11.8'CM HEIGHT '12.7'CM FRAME 10 TW   
    BOX XPOS '0'CM YPOS '0'CM WIDTH '14.6'CM HEIGHT '12.7'CM FRAME 10 TW   
    BOX XPOS '0'CM YPOS '0'CM WIDTH '18'CM HEIGHT '12.7'CM FRAME 10 TW     
    BOX XPOS '0'CM YPOS '0'CM WIDTH '18'CM HEIGHT '1'CM FRAME 10 TW        
    BOX XPOS '14.6'CM YPOS '10'CM WIDTH '3.4'CM HEIGHT '0'CM FRAME 10 TW   
    BOX XPOS '14.6'CM YPOS '11'CM WIDTH '3.4'CM HEIGHT '0'CM FRAME 10 TW   
    BOX XPOS '14.6'CM YPOS '12'CM WIDTH '3.4'CM HEIGHT '0'CM FRAME 10 TW   
    DEFINE &SUB_TOTAL&                                                     
    '=' or ':=' expected                                                   
    PERFORM &SUB_TOTAL& IN PROGRAM ZGST_INVOICE_BILLING                    
    USING &VBRP-NETWR&                                                     
    CHANGING &SUB_TOTAL&                                                   
    ENDPERFORM                                                             
    DEFINE &GST_PER&                                                       
    '=' or ':=' expected                                                   
    PERFORM &GST_PER& IN PROGRAM ZGST_INVOICE_BILLING                      
    USING &GST&                                                            
    Unknown symbol GST                                                     
    CHANGE &GST_PER&                                                       
    Command between PERFORM-ENDOPERATION not allowed                       
    ENDPERFORM                                                                               

  • Hello, Why am I getting the following message after I start up my computer: "CAHeadless has encountered an error. [/Adobe/premiere/elements/Release/12/ALL_LANG_12.1/CAHeadless/Make/Mac/../../Src/CAHeadle ss.cpp-683]." Anyone, please solve this for me? Tha

    Hello, Why am I getting the following message after I start up my computer: "CAHeadless has encountered an error. [/Adobe/premiere/elements/Release/12/ALL_LANG_12.1/CAHeadless/Make/Mac/../../Src/CAHeadle ss.cpp-683]." Anyone, please solve this for me? Thank you very much!

    Hello, Why am I getting the following message after I start up my computer: "CAHeadless has encountered an error. [/Adobe/premiere/elements/Release/12/ALL_LANG_12.1/CAHeadless/Make/Mac/../../Src/CAHeadle ss.cpp-683]." Anyone, please solve this for me? Thank you very much!

  • I have a problem in the answers to the questions on my account I can not buy anything, please solve the problem, I have a problem in the answers to the questions on my account I can not buy anything, please solve the problem

    I have a problem in the answers to the questions on my account I can not buy anything, please solve the problem

    You are not addressing Apple here. And your post is a bit confusing. See Klaus's answer in this thread:
    https://discussions.apple.com/thread/5228474?tstart=0

  • Please solve this problem for me.

    I can not get it up in the game's "Your Purchase Could Not Be Completed. For assistance, contact iTunes Support at www.apple.com / support / itunes / ww. Please solve this problem for me.

    Maybe you should try following the directions in the message... http://www.apple.com/support/itunes/ww

  • HT5312 I have tired of these problem I want to solve in the quickest possible time and my English is weak and I more than a week of forgotten secret email based communication alternative answers please solved my problem.

    I have tired of these problem I want to solve in the quickest possible time and my English is weak and I more than a week of forgotten secret email based communication alternative answers please solved my problem.

    Apple ID security issues -
    Call Apple Care and ask for the Account Security Team. They can assist you with your issue.

  • Please solve battery problem iOS 5.0.1 we are about to sell iPhone, iPad, iPod and replace them with others

    I have iPad, iPhone and iPod. I have updated all of them with iOS 5.0.1. After this wrong direction, all of them are facing a battery problem. Please solve solve solve it. This is a bad things from apple. We are about to stop trusting them. We have started comparing their products with other competitors. We are about to replace them with Samsung, Motorola, htc,...

    1000€ is 1342$
    But this is a  user Helping user forum Apple dont Read or Write here
    http://www.apple.com/feedback/
    This is here you contact Apple

  • I bought ifiles app. But I paid a lot of time prize. I don't understand why... Please solve problem!

    I bought ifiles app. But I paid a lot of time prize. I don't understand why... Please solve problem!

    tuydun wrote:
    .. Please solve problem!
    To Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • Hai, please solve these questions

    Hai Experts,
        i have some problems please solve me
    1)   What is the equvalation group.
    2)   What i doc's
    3)   what is consolidation how it will take place.
    4)   What is meant by screen layout what it controls.
    5)   What is write up & write down.
    6)   Can we change rec account in miro.
    7)   How to pay securities Through APP.
    8)   Explain me how to pay through Electronil pata transfer.
          Please send me these answers to my mail id. my mail.id is     [email protected]   &  [email protected]

    Hello
    - Evaluation Groups: This is used in Asset accounting as an user field. The user can define upto 5 groups to classify assets. One is 8 digit and the others are 4 digits and can be alphanumeric. They have limited useage.
    - IDoc: It is a document with data header / data segments and status records
    Header
    Defines the content, structure, sender, receiver and status of the IDoc
    Data segment
    Consists of a "leader" (consecutive segment number and a description of the type of segment) and a field string 1000 characters long (containing segment data)
    Status records
    Describe processing steps of the IDoc up to the present
    - Consolidation: When the client more than one company codes, his requirement would be to consolidate all transactions of all company codes for group reporting. SAP offers consolidation module to deal with. Also, data from SAP from different company codes can be sent to an external interface, where consolidation is performed.
    - Screen Layout: Every transaction or every thing you see in SAP is based on some design and this design is controlled by a screen layout. We can manipulate the layout by modifying the rules in the screen layout. Every field in the screen can be either made suppressed or open for data entry.
    - Paying securities through APP is possible if securities are created as liabilities and its master data is a vendor or a customer. Otherwise, it is not possible
    - Electronic data transfer, for this you need to make special configuration so that a data medium file is created and sent to reciever through electronic means.
    Reg
    assign points if useful

Maybe you are looking for