BigClasses Latest News and Updates

  • Datastage Interview Questions with answers

    Question.1   What is Meta Data Repository? Answer:   Meta Data is a data about the data. It also contains Query statistics ETL statistics Business subject area Source Information Target Information Source to Target mapping  Information. Question.2  What is Data Stage Engine? Answer:   It is a JAVA engine running at the background…



  • DOT NET Interview Questions and answers for experienced

    Question.1   What are the benefits of .NET Framework? Answer: .NET Framework offers many benefits to application developers. Some of these benefits are as follows: Consistent programming model —.NET Framework provides a consistent object-oriented programming model across various languages. You on we this model to create programs for performing different tasks,..



  • SAP FICO Interview Questions and answers

    Question.1  What are all the components of ‘SAP ERP’ Solution? Answer: • SAP ERP Central Component (ECC 6.0) • SAP SEM (Strategic Enterprise Management) (SEM 6.0)  • SAP cProject  Suite (Project and Portfolio Management 4.0)  • SAP SRM for ERP (SRM 5.0) • SAP Catalog Content Management (CCM 2.0 for..



  • SAP BASIS Interview Questions with answers

    Question.1  What is SAP R/3? R/3 stands for? Answer:  System Application and Products. R stands for real-time environment version 3. Question.2  What is T_Code? Answer:  If we want to perform any operations that can be performed with T_Code. T_Code stands for a collection of dialog steps. Question.3  What is the..



  • Informatica Interview questions with answers

    Question.1  What are the components of Informatica? And what is the purpose of each? Answer:   Informatica Designer, Server Manager & Repository Manager. Designer for Creating Source & Target definitions, Creating Mapplets and Mappings etc. Server Manager for creating sessions & batches, Scheduling the sessions & batches, Monitoring the trig jered..



  • SAP SD Interview Questions and answers for Experienced

    Question.1  what is the link/control between sales and distribution and quality? Answer:   sales&distribution and the quality that is the company is give the good service and the reasonable  rates that way the Company give  it is the link between the SD team member with pp member to give good product..



  • Oracle Interview Questions and answers with examples 3

    Question.40   Display the name,job of the employees and display Executive if   the job is Clerk , RM if the job is Manager else display the job. Answer: SELECT ename,job, DECODE(job, ‘CLERK’, ‘EXECUTIVE’, ‘MANAGER’, ‘RM’, job) FROM emp; Question.41  To display employee name, department name and department   number for all employees…



  • Oracle Interview Questions and answers with examples 2

    Question. 20     To display the number of employees working with the company. Answer:               SQL>SELECT COUNT(*) FROM emp; Question.21     To display the total salaries payable to employees. Answer:                SQL>SELECT SUM(sal) FROM emp; [sociallocker] Question.22       To  display  the  maximum  salary  of  employee  working  as  a   salesman. Answer:                SQL>SELECT MAX(sal) FROM..



  • Oracle Interview Questions and answers with examples

    Emp Table: EMPNO ENAME JOB MGR HIREDATE SAL COMM DEPTNO 7369 SMITH CLERK 7902 17-Dec-95 800 20 7499 ASHA SALESMAN 7698 20-Feb-95 1600 300 30 7521 WASIM SALESMAN 7698 22-Feb-95 1250 500 30 7566 RAJA MANAGER 7839 02-Apr-95 2975 20 7654 MARIA SALESMAN 7698 28-Sep-95 1250 1400 30 7698 BILL..



  • Microstrategy Interview Questions and answers for Experienced

    Question.1   What is Microstrategy Desktop? Answer:   Microstrategy Desktop  is a Windows client-server software application that provides integrated monitoring, reporting, and analysis capabilities. Question.2   What does Microstrategy Desktop allow users to do? Answer:   Using Microstrategy Desktop, users can easily access and share critical corporate information they need to make cost-cutting decisions..