Interview Questions

Q:

What is a Manifest file?

Answer

A Manifest file is a simple text file that tells the browser what to cache and what not to cache. 


There are three sections of a Manifest file:


i.) CACHE MANIFEST - Files listed here are cached after they are downloaded for the first time. 


ii.) NETWORK - Files listed here require a connection to the server, and are never cached


iii.) FALLBACK - Files listed here specify fallback pages if a page is inaccessible

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

0 1898
Q:

What Are Your Goals?

Answer

Sometimes it's best to talk about short-term and intermediate goals rather than locking yourself into the distant future. For example, "My immediate goal is to get a job in a growth-oriented company. My long-term goal will depend on where the company goes. I hope to eventually grow into a position of responsibility."

Report Error

View answer Workspace Report Error Discuss

4 1897
Q:

How do you traverse through a collection using its Iterator?

Answer

To use an iterator to traverse through the contents of a collection, follow these steps:


- Obtain an iterator to the start of the collection by calling the collections iterator() method.


- Set up a loop that makes a call to hasNext(). Have the loop iterate as long as hasNext() returns true.


- Within the loop, obtain each element by calling next().

Report Error

View answer Workspace Report Error Discuss

Subject: Java

0 1896
Q:

What is meant by BDC. How many methods of BDC are there?

Answer

BDC ----> Batch Data Communication 


Methods of BDC-----> Direct Input method, Batch Input Session method, Call transaction method.

Report Error

View answer Workspace Report Error Discuss

Subject: SAP

0 1896
Q:

What are the main objectives of industrial relations system?

Answer

The main objectives of an Industrial relations system are: 


- To protect the interest of employees and employers by building up a congenial relationship. 


- To avoid the human conflicts which can harm the business, the employees and the economic growth of the country.


- To increase the productivity. 


- To improve the economic conditions of the workers


- To reduce the number of industrial disputes like strikes, lock outs etc.

Report Error

View answer Workspace Report Error Discuss

Subject: Law

2 1894
Q:

Where do you expect to be working in five years?

Answer

Why are they asking?


The interviewer wants to find out the following:


  -How committed are you to the career and the company
  -How much do you understand about the career path ahead of you
  -How passionate are you

Approach 
Research the job and the organization structure and relate your career plan and progression with the job posting and progression of the company.

Eg.
I would like to work hard and grow with the company to a respectable position with additional challenges and responsibilities and contributing to success of the company.

Please don't give these answers...
"Doing your Job"
"Working somewhere else"
"No idea"
"I haven’t thought that far ahead"
"Have a family"

Report Error

View answer Workspace Report Error Discuss

3 1893
Q:

What are the steps required to execute a query in JDBC?

Answer

First we need to create an instance of a JDBC driver or load JDBC drivers, then we need to register this driver with DriverManager class. Then we can open a connection. By using this connection , we can create a statement object and this object will help us to execute the query.

Report Error

View answer Workspace Report Error Discuss

Subject: Java

0 1892
Q:

Can you tell us something about your previous boss?

Answer

All my bosses enchanted some skills worth learning. I have always used to learn something new from them along with my ex-boss.


 

Report Error

View answer Workspace Report Error Discuss

Subject: Human Resources

1 1891