Interview Questions

Q:

Which TCP/IP port does SQL Server run on? How can it be changed?

Answer

SQL Server runs on port 1433. It can be changed from the Network Utility TCP/IP properties.

Report Error

View answer Workspace Report Error Discuss

Subject: SQL

1 4667
Q:

Which of the following is not a selling expense?

A) Freight-out B) Advertising expense
C) Store supplies D) Office salaries expense
 
Answer & Explanation Answer: D) Office salaries expense

Explanation:

Office salaries expense would not come under a selling expense.

Report Error

View Answer Report Error Discuss

Filed Under: Marketing and Sales
Exam Prep: CAT
Job Role: Analyst , Bank Clerk

4 4665
Q:

How does Node.js prevents blocking code?

Answer

By providing callback function. Callback function gets called whenever corresponding event triggered.

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology
Job Role: Software Architect

0 4664
Q:

How Would You Handle an Employee Who Fails to Report Time Records Before the Payroll Deadline?

Answer

Employees who do not complete their required payroll forms make the payroll administrator's job more challenging. Asking this question allows the applicant to explain how she would handle this to ensure the worker still gets paid.

Report Error

View answer Workspace Report Error Discuss

0 4663
Q:

What are PL/SQL Subprograms? What are its Advantages ?

Answer

Named PL/SQL blocks of code which can be invoked using parameters are called PL/SQL sub programs.


 


Advantages of PL/SQL subprograms are


- The application makes a single call to the database to run a block of statements which improves performance against running SQL multiple times. This will reduce the number of calls between the database and the application.


- PL/SQL is secure since the code resides inside the database thus hiding internal database details from the application. The application will only make a call to the PL/SQL sub program


- PL/SQL and SQL go hand in hand so there would be no need of any translation required between PL/SQL and SQL.

Report Error

View answer Workspace Report Error Discuss

Subject: Oracle

1 4654
Q:

What is continuously rendered service?

Answer

Continuously rendered services are those services, which are prepared and provided only to the customers who are physically present. This kind of service is not finished in instant time; it is a process, which is extended to a time limit. It is a kind of face-to-face interaction. For example reservation service, restaurant service, massage, etc.

Report Error

View answer Workspace Report Error Discuss

Subject: Hospitality

9 4635
Q:

SQL views can be used to hide?

A) Complicated SQL syntax B) Rows
C) Columns D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

In SQL, a SQL view is a virtual table based on the result-set of an SQL statement. A view contains rows and columns, just like a real table.

 

SQL views can be used to hide rows and columns and complicated SQL syntax.

 

The fields in a view are fields from one or more real tables in the database.

Report Error

View Answer Report Error Discuss

Filed Under: SQL
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

3 4626
Q:

Does not overriding hashcode() method has any performance implication ?

Answer

A poor Hashcode() function will result in frequent collision in HashMap which eventually increase time for adding an object into Hash Map.

Report Error

View answer Workspace Report Error Discuss

Subject: Java
Job Role: Analyst , IT Trainer

2 4622