Interview Questions

Q:

What is the difference between JavaScript and Jscript?

Answer

Both JavaScript and Jscript are almost similar. JavaScript was developed by Netscape. Microsoft reverse engineered Javascript and called it JScript.

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

0 1978
Q:

What is anonymous class?

Answer

Anonymous class is class without name.


EX:


class A {


}


class Demo {


    A r = new A() {


        }; //anonymous class


}


 

Report Error

View answer Workspace Report Error Discuss

Subject: Java

0 1977
Q:

what are the types of standard SAP Internal Tables?

Answer

1)standered table


2)index table


3)hashed table


4)sorted table

Report Error

View answer Workspace Report Error Discuss

Subject: SAP

0 1975
Q:

What is the difference between the communication and transmission

Answer

Transmission is a physical movement of information and concern issues like bit polarity, synchronization, clock etc.


Communication means the meaning full exchange of information between two communication media

Report Error

View answer Workspace Report Error Discuss

0 1972
Q:

Describe your ideal job?

Answer

Describe your ideal job?


You should use this question to relate to the post you applied and give them the feel that this is close to your ideal job. So align your wonderful ideal job reasons to the responsibilities of the job posting. 


This is a question that you can use to add some humor or do a icebreaker like just joking that your ideal job is to work in a space station or would like to work in Hollywood but after a quick laugh give a realistic answer like my ideal job is where i get more responsibilities, enhance my skills and grow, and of-course you can add saying you would like to be part of a team where work is fun. If you want to go further, You might add at the end you heard good things about the work environment in the interviewing company.

Report Error

View answer Workspace Report Error Discuss

Subject: Common Interview

1 1972
Q:

What is Broadcast ?

Answer

To send data/info to all of the members of the network..( simple 176.16.255.255 for class B network)

Report Error

View answer Workspace Report Error Discuss

0 1971
Q:

What is the difference between throw and throws clause?

Answer

A throw is used to throw an exception manually, where as throws is used in the case of checked exceptions, to tell the compiler that we haven't  handled the exception, so that the exception will be handled by the calling function.

Report Error

View answer Workspace Report Error Discuss

Subject: Java

0 1970
Q:

What does a Business Analyst do, what are their responsibilities?

Answer

The most important responsibilities of a business systems analysts are as a communication conduit between the stakeholders and the team 


 

Report Error

View answer Workspace Report Error Discuss

0 1969