Interview Questions

Q:

What is the role of the JIT compiler in .NET Framework?

Answer

The JIT compiler is an important element of CLR, which loads MSIL on target machines for execution. The MSIL is stored in .NET assemblies after the developer has compiled the code written in any .NET-compliant programming language, such as Visual Basic and C#.

JIT compiler translates the MSIL code of an assembly and uses the CPU architecture of the target machine to execute a .NET application. It also stores the resulting native code so that it is accessible for subsequent calls. If a code executing on a target machine calls a non-native method, the JIT compiler converts the MSIL of that method into native code. JIT compiler also enforces type-safety in runtime environment of .NET Framework. It checks for the values that are passed to parameters of any method.

For example, the JIT compiler detects any event, if a user tries to assign a 32-bit value to a parameter that can only accept 8-bit value.

Report Error

View answer Workspace Report Error Discuss

Subject: .NET

8 15758
Q:

Which HTML attribute is used to define inline styles?

 

A) <header> B) <strong>
C) <style> D) <alt>
 
Answer & Explanation Answer: C) <style>

Explanation:

The style attribute specifies an inline style for an element. The style attribute will override any style set globally,

 

e.g. styles specified in the <style> tag or in an external style sheet.

 

Report Error

View Answer Report Error Discuss

Filed Under: Web Technology
Exam Prep: Bank Exams

3 15498
Q:

How do you put a message in the browser's status bar ?

A) status("put your message here") B) window.status = "put your message here"
C) statusbar = "put your message here" D) window.status("put your message here")
 
Answer & Explanation Answer: B) window.status = "put your message here"

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Web Technology

5 14966
Q:

Which is the subset of SQL commands used to manipulate Oracle Database structures, including tables ?

A) Data Manipulation Language(DML) B) Data Definition Language(DDL)
C) Both A & B D) None
 
Answer & Explanation Answer: B) Data Definition Language(DDL)

Explanation:

The Data Definition Language (DDL) is used to manage table and index structure.

CREATE,

ALTER,

RENAME,

DROP and

TRUNCATE

statements are the names of few data definition elements.

Report Error

View Answer Report Error Discuss

Filed Under: SQL
Job Role: IT Trainer , Database Administration , Analyst

6 14774
Q:

This events sends the web page to the server for processing. Web page sends data back to the

same page on the server.
Which among the following events does the above stated task?

A) Validation events B) Cached events
C) Postback events D) None
 
Answer & Explanation Answer: C) Postback events

Explanation:

Postback events does the bove stated task

Report Error

View Answer Report Error Discuss

Filed Under: .NET
Job Role: Software Architect

0 14695
Q:

What is the Debit Balance recovery? How we can recover if we wont have any future transactions from supplier?

Answer

The Debit balance recovery is usually made by raising a credit memo for the regular vendors. However if there are no future transactions from the supplier, we ask the vendor to send the check / make an EFT for the amount due from him.


When payment is made to the wrong vendor or payment made in excess, in that case overpayment has gone to the vendor, So for us it is vendor debit balance.


For debit balance recovery, we can either follow-up with the vendor to send us the excess amount / refund back, or we can adjust that extra amount in future invoices submitted by that vendor


In Case no future transactions, we have to follow-up with the vendor, falling whicch we have to write off this amount.

Report Error

View answer Workspace Report Error Discuss

Subject: Accounts Payable

14 14045
Q:

Which are the main MIS Reports of an accounts department & what the format of preparing the MIS ?

Answer

MIS report is known as Management Information System... regarding the Manpower status of a particular month, place and overall..


It helps the Management in decision making.. like what are the reasons of resignation.. in which area attrition is high.. and so many things to help in decision making.. with the help of MIS you may prepare a lot of reports.. Like annual attrition.. region wise attrition.. region wise manpower.. graphical representation of regions manpower status.. and so on..


You may prepare the same at your end.As it will help you to prepare other such formats too.


I am describing you the contents with sheet wise..


First Sheet - Details of employee


a. E.Code


b. Name of employee


c. Date of birth          


d. Designation


e. CTC


f. Address for communication


g.Permanent address


h. Contact number


i. Blood group


j. Maximum qualification


k. Extra qualification


l.Total Experience


Second Sheet- Salary structure


In this sheet write down the complete salary structure.. and make a column what is salary after any revision


Third Sheet - New Joinees


In this sheet write down the name of New joinees of that month with detail like CTC,  Designation, DOB etc. 


Forth Sheet - Resigned employees


In this sheet write the name of employees who resigned during that particular month with details like name, designation, date of joining, Date of resignation, last working day.


Fifth sheet - Attrition rate


Based on this MIS report, you may find out the attrition report, Qualification analysis reports, team management reports and so on can prepare a number of reports..

Report Error

View answer Workspace Report Error Discuss

Subject: Accounts Payable

11 13977
Q:

What is the full form of the trem WIRE in wire payment ? Explain the process for making and receiving the payment through WIRE?

Answer

There is no specific abbreviation for the term WIRE because when the payment is being made using this option, you will not see the physical movement of funds. It is all electronic. It is just like a current passes through Wire. 


Therefore Electronic movement of funds is campared with WIRE.

Report Error

View answer Workspace Report Error Discuss

Subject: Accounts Payable

24 13513