Interview Questions

Q:

Which of these is an example of eminent domain?

A) a corporator forces public for sell their lands to him B) a state forces people to sell their fields for building highway
C) Both A & B D) None of the above
 
Answer & Explanation Answer: B) a state forces people to sell their fields for building highway

Explanation:

A legal strategy that allows a government to grab hold of private property for public use is known as eminent domain. The seizing authority must pay fair market value for the property seized.

Report Error

View Answer Report Error Discuss

Filed Under: Accounts Payable
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

2 1818
Q:

What are the security features being provided in web security?

Answer

Security features are very essential in the system as it provides an overall security of the system by applying the patches and the services that keeps the unwanted access away. 


The security features included are as follows:


- Use of algorithms in relation to, the security and the system to, solve the problem of the security. 


- Use of SSL or any encryption method to, protect the system from intrusion or any other attack. 


- Use of SSL in the SimpleWebServer that doesn’t provides the protection against the DoS attack and doesn’t allow the accessing to, be done using the /etc/shadow.

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

0 1814
Q:

Explain Overriding Polymorphism.?

Answer

Overriding means changing behavior of methods of base class in derive class by overriding the base class methods. If class A is a base class with method ’calculate’ and class B inherits class A, thus derives method ’calculate’ of class A. The behavior of ’calculate’ in class B can be changed by overriding it.

Report Error

View answer Workspace Report Error Discuss

Subject: Java

0 1812
Q:

Which of the following is NOT true about enterprise systems?

A) The software is expressly built to allow companies to mimic their unique business practices B) The software includes analytical tools to evaluate overall organization performance
C) They help firms respond rapidly to customer requests for info or products D) The data have standardized definitions and formats that are accepted by the entire organization
 
Answer & Explanation Answer: A) The software is expressly built to allow companies to mimic their unique business practices

Explanation:

Enterprise systems (ES) are large-scale application software packages that support business processes, information flows, reporting, and data analytics in complex organizations.

 

Here option A) The software is expressly built to allow companies to mimic their unique business practices is not TRUE about enterprise systems.

Report Error

View Answer Report Error Discuss

Filed Under: Business Analyst
Exam Prep: Bank Exams , CAT
Job Role: Analyst , Bank Clerk , IT Trainer

0 1811
Q:

List the major benefits of E-commerce.

Answer

The major benefits of Ecommerce are:


- Secure       : More secure than a cheque.


- Fast           : The transactions take not more than a few seconds


- Always on  : The purchases can be made 24/7


- Convenient:  Ease of purchasing


-Reduced cost price : Reduction of Marketing and Advertising Costs

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

0 1811
Q:

What is the differences between structure and table in data dictionary in ABAP?

Answer

Structure and table both are 2/2 matrices but there are many differences between table and structure.

1. Table can store the data physically but a structure dose not store.
2. Table can have primary key but a structure dose not have.
3. Table can have the technical attribute but a structure dose not have.

structure doesn't contain technical attributes.
structure doesn't contain primary key.
structure doesn't stores underline database level.

Report Error

View answer Workspace Report Error Discuss

Subject: ABAP

0 1811
Q:

What is BCP ? When is it used ?

Answer

The Bulk Copy Program (BCP) is a command-line utility that ships with Microsoft SQL Server. It is a tool used to duplicate enormous quantity of information from tables and views. It does not facsimile the structures same as foundation to target.
BULK INSERT command helps to bring in a data folder into a record, table or view in a user-specific arrangement. With BCP, you can import and export large amounts of data in and out of SQL Server databases quickly and easily. Any DBA who has utilized this functionality will agree that BCP is an essential tool.

Report Error

View answer Workspace Report Error Discuss

6 1810
Q:

What are the three file types in NT ?

Answer

NTFS, FAT & FAT 32 are the file systems of NT.

Report Error

View answer Workspace Report Error Discuss

1 1810