Interview Questions

Q:

What are the principles in providing the security for the computer programs?

Answer

- The principle of least privilege is used to provide more security to the computer programs. 


- The principle allows the designing of the program such that any unauthorized access is not allowed and only the person who owns the program will be able to access it. 


- The services provided should be able to access only those products that need the services. 


- Web servers that are involved in responding the queries of the web users provide only accessing to the HTML files that will serve the purpose of the programs. 


- Computer programs should be made such that it provides secure features of logging into the program with proper authentication.

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

0 1891
Q:

What is the objective of Financial Reporting?

Answer

Financial Reporting involves the disclosure of financial information to the various stakeholders about the financial performance and financial position of the organization over a specified period of time. These stakeholders include – investors, creditors, public, debt providers, governments & government agencies.


Financial Reporting is very important and critical task of an organization. It is vital part of Corporate Governance.


 


The objectives & purposes of financial reporting :–


 


* Providing information to management of an organization which is used for the purpose of planning, analysis, benchmarking and decision making.


 


* Providing information to investors, promoters, debt provider and creditors which is used to enable them to male rational and prudent decisions regarding investment, credit etc.


 


* Providing information to shareholders & public at large in case of listed companies about various aspects of an organization.


 


* Providing information about the economic resources of an organization, claims to those resources (liabilities & owner’s equity) and how these resources and claims have undergone change over a period of time.


 


* Providing information as to how an organization is procuring & using various resources.


 


* Providing information to various stakeholders regarding performance management of an organization as to how diligently & ethically they are discharging their fiduciary duties & responsibilities.


 


* Providing information to the statutory auditors which in turn facilitates audit.


 


* Enhancing social welfare by looking into the interest of employees, trade union & Government.

Report Error

View answer Workspace Report Error Discuss

Subject: Finance Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

0 1890
Q:

Cheque deposited but not cleared means

Answer

A Bank Reconciliation Statement is a statement prepared periodically by a customer to explain the divergence (difference) between the bank balance as per cash book and the bank balance as per Pass Book. It clearly shows the two differing balances and the outstanding items which causes the balances to disagree.


The objective of preparing such a statement is to know the causes of differences between the two balances and pass necessary correcting or adjusting entries in the books of the firm. But it is to be noted that some differences are automatically adjusted. For example - A cheque that has been sent for collection, but not yet collected, causes a difference between the balance as shown by the pass book and the balance as shown by the cash book, but no adjusting entry is required in the cash book for such a difference because, the bank will credit the firm’s account as soon as the cheque is collected.

Report Error

View answer Workspace Report Error Discuss

Subject: Finance Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

0 1889
Q:

What previous experience do you have in retail?

Answer

They want to check that you are familiar with the demands that come with retail jobs. This is your chance to show off your experience. If you have worked with lots of companies, focus on those that are most similar to the company that you are applying.

Report Error

View answer Workspace Report Error Discuss

Subject: Retail

0 1889
Q:

What are the steps involved in uploading the files using FTP client software?

Answer

- FTP is used to upload the files on the server from the client side where it is installed on the computer of clients. 


- FTP client is checked for the installation of the software and according to that the appropriate directory is uploaded on the hosting server. 


- The hosting server uploads the files that is being created by the user and set the permissions for it so that public can access it. 


- Web hosting uses different directories like HTML that is used as var/www/html that is determined using the FTP client. 


- Initial local directory is being set up using FTP client and it is where the website gets stored. 


- The transfer mode is being determined for the files that need to be transferred either in ASCII or BINARY mode.

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

0 1889
Q:

JavaScript vs. Jscript

Answer

JavaScript:


- JavaScript is a scripting language developed by Netscape Communications.


- The Netscape Navigator interprets JavaScript embedded into Web pages.


- JavaScript is used for developing web applications.


- It is not dependent on Sun Microsystem's Java language.


JScript:


- Microsoft JScript is an open implementation of Netscape's JavaScript.


- JScript is a scripting language designed to create active online content. ActiveX controls, Java programs, etc can be linked and automated in the web pages using JScript.

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

0 1889
Q:

What is the difference between creating a thread by extending Thread class and by implementing Runnable interface? Which one should prefer?

Answer

When creating a thread by extending the Thread class, it is not mandatory to override the run method (If we are not overriding the run method , it is useless), because Thread class have already given a default implementation for run method. But if we are implementing Runnable , it is mandatory to override the run method. The preferred way to create a thread is by implementing Runnable interface, because it give loose coupling.

Report Error

View answer Workspace Report Error Discuss

Subject: Java

0 1889
Q:

What is the purpose of pseudo-elements?

Answer

Pseudo elements allow the use of the part of element and not the element itself. They are applied to block level element, which is used for the complete block for which the CSS is being written. This allow the subpart of an element to be styled like paragraphs and headings. For example:


selector:pseudo-element {property:value;}


p: first-line {text-transform: lowercase;}


It adds the style to the first line of the code in the paragraph.

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

0 1888