Interview Questions

Q:

What is Just-in-time(JIT)?

Answer

Just-in-time,or lean manufacturing, is a production management philosophy built around the continuous reduction of waste. It is suited for businesses where production efficiency is key. Anything that interferes with productivity is waste and,therefore, the enemy under JIT systems. Techniques that support JIT philosophy include reducing inbound inventory by creating supplier delivery schedules, minimizing outbound stock with customer delivery schedules and constant work in-house reducing scrap material and wasted man-hours. These techniques improve cash flow and maximize sales margins.

Report Error

View answer Workspace Report Error Discuss

Subject: Manufacturing

7 6226
Q:

Explain how to debug PL/SQL program.

Answer

One can debug PL/SQL program by printing the output using DBMS_OUTPUT package. Put_line can be used to display a line as shown below:


BEGIN


        dbms_output.put_line(‘Sample line');


END;

Report Error

View answer Workspace Report Error Discuss

Subject: Oracle

1 6186
Q:

What entry is recorded when $75.00 worth of supplies are purchased on account?

Answer

Purchasing good two kinds of entry 


Either Cash or Credit 


 


If Cash


Purchase A/c ------ Dr  xx  To Cash A/c


(Being good purchase on cash)


 


If Credit 


Purchase A/c ---- Dr  To Supplier A/c


(Being goods purchase on Credit)

Report Error

View answer Workspace Report Error Discuss

Subject: Accounts Payable

15 6186
Q:

I don't want my class to be inherited by any other class. What should i do?

Answer

You should declared your class as final. But you can't define your class as final, if it is an abstract class. A class declared as final can't be extended by any other class.

Report Error

View answer Workspace Report Error Discuss

Subject: Java

2 6145
Q:

Difference between ER Modeling and Dimensional Modeling.

Answer

Dimensional modelling is very flexible for the user perspective. Dimensional data model is mapped for creating schemas. Where as ER Model is not mapped for creating shemas and does not use in conversion of normalization of data into denormalized form.


ER Model is utilized for OLTP databases that uses any of the 1st or 2nd or 3rd normal forms, where as dimensional data model is used for data warehousing and uses 3rd normal form.


ER model contains normalized data where as Dimensional model contains denormalized data.

Report Error

View answer Workspace Report Error Discuss

0 6129
Q:

What is mean by "this" keyword in javascript?

A) It refers current object B) It referes previous object
C) It is variable which contains value D) None of the above
 
Answer & Explanation Answer: A) It refers current object

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Web Technology

0 6128
Q:

What has been the greatest disappointment in your life?

Answer

I have had many disappointments, like the majority of the  people have, but I agree that we can learn from all the experiences we have got in life  and that the accomplishments, as well as the disappointments, make us better and stronger able to deal with many distinctive  situations.

Report Error

View answer Workspace Report Error Discuss

Subject: Communication

10 6077
Q:

How to define Inter company Transaction in Account Receivable?

Answer

Before answering the above question let us first understand the meaning of Intercompany transactions. Intercompany transactions are those transactions that takes place between two or more entities of the same group of company. So the receivable of one entity would the payable of another entity. All intercompany transactions are eliminated befor preparing the final Balance sheet of the group company.

Report Error

View answer Workspace Report Error Discuss

6 6076