Here is a list of 53 Zoology questions with their answers. These questions will be useful for facing interview or for preparing Zoology test or exam. Download Zoology Questions PDF file
Most of the entrance exams for B.Tech , MBBS etc and tests for Government job vacancies will contain Zoology questions as part. So it will be useful to prepare these questions and answers for facing those exams and improving your general knowledge level.
Here is a list of 60 interview questions about Oracle Database with their answers. The list contains questions useful for basic, freshers and experienced oracle professionals. Download Complete Oracle Interview Questions PDF. Each question contains their answer also. Its a good practice to go through all of these questions before attending the interview.
Expect this as the first question, if you are a fresher. Prepare answer for an introduction about Oracle
Question about Clusters
Index in database. This is an important section that you should prepare well.
What is called as Views in RDBMS. What are the uses
Here is a list of 60 important and commonly asked interview questions for Cognos ( A reporting tool developed by IBM ). Download Complete Cognos Interview Questions PDF file. Cognos is one of the great tools to analyze the data from data warehouse. If you looking for the resources to learn online refer our Cognos Tutorials and PDF guides. Now let us look into those questions.
Prepare for the first interview question anout the Cognos Tool. They will ask what is that tools or tell the tool in a few words like that
What is called a Cognos Connection
What is called a report item in Cognos
What is called a filter. For which purpose you are going to use that
What is meant by a query subject.
Tell me about different types of prompt
Have you header about Drill Through? What is that?
Name the Report Net components
Difference between Content store and content manager
What is Embedded filter and stand alone filter. What are the differences ?
Have you header about Cognos 8 BI
Tell me about folfer types in Cognos
What is a standalone folder
What is a package folder
What is a metrics folder
What is macros and promot? what are the difference between them?
What is called a transformer in Cognos?
Tell me about catalog and various types of catalogs
Expect a question about Cardinality
Question about Security Module
Generating cubers procedure
Snapshot in Cognos
Expect questions about Datastores
Question about Metric store database
Tell me about View and materialized view.
Question about Data Mart and Data warehouse ( One of the important question )
DTM
Have you used repository manager in Cognos ? What are the uses ?
Here is a list of important interview questions about Data structures ( with answers ).Download Complete PDF file.Data Structures are the main basics of computer programming like C++ . It is one the important theory part for programming related courses. And every programmer needs be very thorough about the data structures. In most of interviews related programming, they will ask questions regarding various data structures. Now let us look into the questions.
You need to know about the basic definition and introduction about Data structure. They will ask like what is Data structure like that.
Next prepare the answer for question about Linked List
Now let us expect a question about Binary Tree
One of the most important structure ‘Queue’. Surely there will be a question regarding queue and stack for your interview
Introduction about Spanning Tree
What is mean by precision in Data structures.
Why you are using data structures and what are the goals?
Important difference between a queue and array ( Another Important question )
Question about Sequential search
What are the main disadvantages of Array implementation of linked list
In Software Development , we need to check each functionality or events in the developing product to make sure it fulfills the actual requirements.
Test Cases are the set of conditions or variables for checking this. For each scenarios there will be test cases, and these set of conditions are planned by the tester. See the test case & templates sample pdf files
For example ,in our apllication to test, there is an option to enter 2 numbers and a button to show the sum of those two numbers . So what are the things we need to check? When pressing the button, if the numbers are not entered then a warning message should show. Second our program needs to check entered numbers are valid numbers or not. Then the result will show.
A test case contains different fields ( data )for storing the test cases report for a clear reference . The structure of this test case is known as template. This template is also known as a test case template. It may vary as per companies and tools. Here is a sample test case template with data for the above mentioned testing.
Test case ID : WM005
Test case description : Verify the Addition function button pressing and result
For second input box : for 1st Input box : 0.5, 1,2,1000000,1000.000, -1,-10000, -0.5, abcd, -abcd, -0.abcd, -abcd.00
Expected Result :
It should show the correct result if entered values are valid numbers
It should show warning message , if entered value is not a valid number
It should show warning message, if we are not entered values in both boxes.
Actual Result :
If we entered valid numbers, it showing correct sum of those numbers
If we entered inavlid numbers, it showing warning message
If we press the button without entering number, nothing happens
Status : Fail
Author : Bob
Date of creation : 05/05/2014
From this simple test case template , I hope you understand very well about “what is a Test case template” and “what are the test cases” contained in that. This template and cases will be different a sper our product functionality and other things. The test cases can be stored simply in a excel sheet or database.See the additional informations that can be contained in a test case are.
Most of the companies have their own test case templates according to the tools used. Its a must to keep their CMMi level standard. Template can contain other additional datas like remarks/ suggestions, browser user for testing etc.
Here I have collected some qood interview questions with answers about Informatica that is generally asked. Download Complete Questions in PDF. It will be helpful for freshers and experienced people in Data warehousing field using Informatica software. You can also treat this as a Informatica tutorial for learning purpose. For getting more resources to learn check this Informatica introduction and PDF training guides.
Informatica Interview Questions – Part – 1
This Questions & answers part contains the questions and answers about
types of data warehouses
ETL tools
Definition of
Data mart
star schema
snow flake schema
Informatica Interview Questions – Part – 2
Here contains the basic definition about ( “What is” like questions )
Waterfall Model is the most common method used in software testing. It is said to be a water fall method because it is like flowing downwards steadily from step to step. Here is a small introduction tutorial and PDF training materials about this.
The main phase or steps in the water fall method are
Conception,
Initiation,
Analysis,
Design,
Construction,
Testing,
Production/Implementation,
Maintenance.
This water fall method actually originated in the manufacturing and construction industries. At that time since no software methodologies existed, this was taken to the software development and testing. the main highlight of this method is one can go to the next step of the development only after completing the on going step.
Also the developers can go only to one step behind that is the immediately previous phase only. in this method, each phase of the development activity is followed by verification and validation activities. in the waterfall method, the following are the steps involved. you can move on to the next step only when you finishes the present one. the phases or steps are:
Here is the list of tools using for web based application testing. For web applications mainly we need to test the security and performance using automated queries. Also link & HTML checking also necessary for some portals.
Here is the list of tools used for software testing. These are categorized as APPLICATION TEST TOOLS, WEB TEST TOOLS, Database Test tools etc . Tools are mainly used for saving working times and deal with huge data . A lot of tools are available in market as free and paid.
We have come across so many types of software testing. The two major approaches of software testing are manual software testing and automated software testing. Manual software testing means it is being done by a man. That means a person, ie a tester runs the software for errors. We would discuss each testing in detail later. Since this is being an introduction we would just mention each of them here.
Manual software testing has different stages. The following are the stages:
Unit testing
Integration testing
System testing
User acceptance testing
Different techniques are used for software techniques. The commonly used software testing techniques are the following:
White box testing
Black box testing
Grey box testing
White box software testing is the testing of the working of the software and its internal structures. It can detect errors of the implemented parts, but the unimplemented parts goes undetected. Black box testing is the testing of the functionality of the software as opposed to its internal structure. It can be done at all levels of software testing. Now automatically you will be eager to know what is grey box software testing, right? Well, the answer is too simple because it is the combination of white box as well as black box testing.