Interview Questions

Q:

Why Do You Want to Work Here?

Answer

The interviewer is listening for an answer that indicates you've given this some thought and are not sending out resumes just because there is an opening. For example, "I've selected key companies whose mission statements are in line with my values, where I know I could be excited about what the company does, and this company is very high on my list of desirable choices."

Report Error

View answer Workspace Report Error Discuss

Subject: About Yourself

6 1782
Q:

Demand is said to be inelastic when

A) Percentage change in demand is less than the percentage change in price of the good B) Percentage change in demand is greater than the percentage change in price of the good
C) Percentage change in demand is equal to the percentage change in price of the good D) None of the above
 
Answer & Explanation Answer: A) Percentage change in demand is less than the percentage change in price of the good

Explanation:

Demand is said to be inelastic, when the demand for the good doesn't change much or it is negotiable when the price of the good changed.

Report Error

View Answer Report Error Discuss

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

1 1781
Q:

What is the purpose of pseudo-elements?

Answer

Pseudo elements allow the use of the part of element and not the element itself. They are applied to block level element, which is used for the complete block for which the CSS is being written. This allow the subpart of an element to be styled like paragraphs and headings. For example:


selector:pseudo-element {property:value;}


p: first-line {text-transform: lowercase;}


It adds the style to the first line of the code in the paragraph.

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

0 1780
Q:

What is the difference between lean manufacturing and JIT (Just-in-Time) Manufacturing?

Answer



Lean Manufacturing: catching the concept of JIT(Just-in-time) and re-examines it from the client point of view. Anything that is made should put something of valuable to the client’s requirement. For example, if you are manufacturing stereo system for a luxury car, you will imagine from the customer point of view like space occupancy, durability, sound quality, medium or loud sound, etc.


  JIT (Just-in-Time):  This methodology is described to provide that a product or part would arrive just in time to be used. This method saves the price of the unused inventory, and eject the need of piling up inventory.    


 

Report Error

View answer Workspace Report Error Discuss

Subject: Manufacturing

3 1779
Q:

What is the relationship between SOA and cloud architecture?

Answer

Service oriented architecture (SOA) is an architectural style that supports service oriented methodology that is being added in the cloud architecture as a mandatory component. Cloud architecture support the use of on-demand access to resources and it provides lots of other facilities that are being found in SOA as well. SOA makes these requirements optional to use. But, to get the full functionality and more performance based efficiency there is a requirement for the mixture of SOA and cloud architecture.

Report Error

View answer Workspace Report Error Discuss

Subject: Cloud Computing

0 1779
Q:

Which of the following topologies has the highest reliability?

A) Mesh B) Ring
C) Bus D) Star
 
Answer & Explanation Answer: A) Mesh

Explanation:

In the mesh topology, each computer is connected to the other with a separate physical link in a network. It is most reliable topology as the network does not get down in case one of the nodes is failed.

Report Error

View Answer Report Error Discuss

1 1778
Q:

Write a program to fix the error being produced by the Infinite file?

Answer

- The infinite file error can be solved when the data will be read continuously from the file. 


- The error can be solved by using the keys that provide only the resources that are required. 


- The following program is as follows:


osw.write ("HTTP/1.0 200 OK\n\n"); 


while (c != -1) { 


sb.append((char)c); 


c = fr.read(); 



osw.write (sb.toString()); 


- This converts the requested file in such a way that if the file exists it shows the messages as ok otherwise it shows an error.


- Limited file access is to be given to the file to remove the error from the infinite file type.

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

0 1777
Q:

What do you like to do when you're not at work?

Answer

Be sure to emphasize those activities that may complement your on-the-job duties. For Example, if you're applying for a  position as a book-store manager, mentioning that you read three books per a week is highly appropriate. 

Report Error

View answer Workspace Report Error Discuss

0 1777