Interview Questions

Q:

How do you change the session time-out value?

Answer

The session time-out value is specified in the web.config file within sessionstate element.You can change the session time-out setting by changing value of timeout attribute of sessionstate element in web.config file.

Report Error

View answer Workspace Report Error Discuss

Subject: .NET
Job Role: Software Architect

0 2102
Q:

What are the uses of Amazon web services?

Answer

Amazon web services consist of a component called as Amazon S3 that acts as a input as well used as an output data store. It is used in checking the input and according to that gives the output. The input consists of the web that is stored on Amazon S3 as object and it is update frequently to make the changes in the whole architecture. It is required due to the on demand growing of the data set and to provide persistent storage.

Report Error

View answer Workspace Report Error Discuss

Subject: Cloud Computing

0 2097
Q:

Tell me do you consider yourself to be thoughtful, analytical or do you usually make up your mind fast? Give an example?

Answer

I mostly follow my intuitions with full belief in them. But the outcome decision is based upon the analysis of the situations. So for people around me i am an analytical person, which is true to an extent. I don't come to, even a simplest decision in a rush.

Report Error

View answer Workspace Report Error Discuss

Subject: Decisiveness

0 2096
Q:

What is unwrapping?

Answer

Unwrapping is also called as unpacking or unboxing.


Getting the private data stored in the object by using methods is called unpacking or unwrapping.

Report Error

View answer Workspace Report Error Discuss

Subject: Java

0 2096
Q:

Explain the changing file permission and ownership using PHP's chmod() function.

Answer

Chmod() is used for changing permissions on a file.


Syntax:


Chmod(file, mode)


Mode here specifies the permissions as follows:


The first number is always zero


The second number specifies permissions for the owner


The third number specifies permissions for the owner's user group


The fourth number specifies permissions for everybody else


Possible values (to set multiple permissions, add up the following numbers)


1 = execute permissions


2 = write permissions


4 = read permissions


Example:


// everything for owner, read for owner's group


chmod("test.txt",0740);

Report Error

View answer Workspace Report Error Discuss

Subject: PHP

0 2095
Q:

What is Payroll transaction?

Answer

Payroll Transaction is nothing but the calculation of salary for a month / week / day of an individual / group of employees depends upon the attendance / variable inputs / other benefits / salary component and generate the reports for IT / Statutory / PT payments.

Report Error

View answer Workspace Report Error Discuss

0 2094
Q:

Priorities often change suddenly throughout the day. If you are asked to quickly do another task, how does that affect your mood?

Answer

Sample Answers :


(i) I Know that not every day will be the same. So I recognize that changes in priority are a normal daily occurance and that i must be able to provide my care based on priorities.


(ii) Well at times I may get upset, but I understand by now these things happen, especially in the medical field.

Report Error

View answer Workspace Report Error Discuss

1 2093
Q:

What is the Advantage of AngularJS?

Answer

These are the advantages of AngularJS:



  • AngularJS provides capability to form Single Page Application in a very clean and maintainable method.

  • AngularJS provides data binding capability to HTML therefore giving user a rich and responsive experience.

  • AngularJS code is unit testable.

  • AngularJS uses dependency injection and build use of separation of concerns.

  • AngularJS provides reusable components.

  • AngularJS helps developer to writes less code and gets more functionality.

  • AngularJS, views are pure HTML pages, and controllers written in JavaScript do the business process.

  • AngularJS applications will run on all major browsers and good phones together with android and iOS based mostly phones/tablets.

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

0 2091