Interview Questions

Q:

Explain $_FILES Superglobal Array.

Answer

Array                                              Descriptions
--------------------------------           -----------------------------------
$_FILES['userfile']['name']              The original name of the file on the client machine.




$_FILES['userfile']['type']                The MIME type of the file if the browser provided 


                                                   this information. An example would be "image/gif".




$_FILES['userfile']['size']                The size, in bytes, of the uploaded file.




$_FILES['userfile']['tmp_name']      The temporary filename of the file in which the


                                                  uploaded file was stored on the server.




$_FILES['userfile']['error']              The error code  associated with this file upload.

Report Error

View answer Workspace Report Error Discuss

Subject: PHP

0 4880
Q:

Concentrating the marketing efforts on one particular segment of consumers is known as  ?

A) Ambush Marketing B) Niche Marketing
C) Content Marketing D) Cloud Marketing
 
Answer & Explanation Answer: B) Niche Marketing

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Marketing and Sales

8 4875
Q:

What is the need of Response.Output.Write() in Asp.net ?

Answer

Response.Write() and Response.Output.Write() both does the same work for printing output on the screen. But their is a small difference between them. As we can write formatted output using Response.Output.Write() but Response.Write() can't allows the formatted output.

Report Error

View answer Workspace Report Error Discuss

Subject: .NET
Job Role: Analyst , IT Trainer

4 4871
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

5 4869
Q:

Can any object be stored in a View state in .NET ?

Answer

View state is a repository in an ASP.NET page that can store values that need to be retained during postback.

Report Error

View answer Workspace Report Error Discuss

Subject: .NET
Job Role: Analyst , IT Trainer , Project Manager

2 4865
Q:

What is Cocoa and cocoa touch?

Answer

Cocoa is for Mac App development  and cocoa touch is for apples touch devices - that provide all development environment 


 

Report Error

View answer Workspace Report Error Discuss

Subject: IOS

2 4859
Q:

What changes would you make if you came on board?

Answer

Good Answer for "What changes would you make if you came on board?"


There are so many experienced persons in board. May be they know something better than me. So I respect their ideas. There is much difference between changing and updating. Where changing results good outcome with bad. And whereas updating results more productivity and innovative thoughts. So first I will go for updating results and after that If I feel that change is inevitable than first of all I understand the company goals and environment, if there is any changes needed than I will change by taking suggestions from the respected experienced person for effective results. Apart from that if no changes needed than I will give my best to the company as a board member....

Report Error

View answer Workspace Report Error Discuss

Subject: Human Resources

1 4854
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 4841