Interview Questions

Q:

What is Oracle Spatial?

Answer

Oracle Spatial, often referred to as spatial, provides a SQL schema and functions that facilitate the storage, retrieval, update, and query of collections of spatial features in an Oracle database. Oracle Spatial is designed to make spatial data management easier and more natural to users of location-enabled applications and geographic information system (GIS) applications. Once spatial data is stored in an Oracle database, it can be easily manipulated, retrieved, and related to all other data stored in the database.

Report Error

View answer Workspace Report Error Discuss

Subject: Oracle

6 6009
Q:

What methods have you used to gain commitment from your team?

Answer

Tips :


In order to achieve the commitment, leaders have to request and convince the team to set goals and put them into the process. The cooperative spirit and solidarity for goal achievement are created by the leaders. The team is led into the implementing period as quickly as possible. The argument and ideas from all stakeholders need to be praised. In order to have a success and brilliant commitment, they must express their passionate personal commitment and boost a useful cultivation by highly evaluating individuals’ value and their contributions.

Report Error

View answer Workspace Report Error Discuss

13 5996
Q:

What experience do you have in lean manufacturing field?

Answer

Hopefully if you're applying for this position you have bags of related experience and if that's the case you should mention it all. But if you're switching careers or trying something a little different, your experience may initially not look like it's matching up. That's when you need a little honest creativity to match the experiences required with the ones you have. People skills are people skills after all, you just need to show how customer service skills can apply to interrnal management positions, and so on. 

Report Error

View answer Workspace Report Error Discuss

Subject: Manufacturing

6 5994
Q:

What do vectors represent?

A) Static arrays B) Dynamic arrays
C) Stack D) Queue
 
Answer & Explanation Answer: B) Dynamic arrays

Explanation:

Vectors are sequence containers representing arrays that can change in size.

Report Error

View Answer Report Error Discuss

Filed Under: C++

0 5994
Q:

In an AVL tree the balancing is to be done when the pivotal value is in range of

A) greater than 1 and less than -1 B) greater than -1 and less than 1
C) greater than 1 D) less than -1
 
Answer & Explanation Answer: A) greater than 1 and less than -1

Explanation:

Difference between the heights of left and Right subtrees in an AVL tree can never be greater than +1

Report Error

View Answer Report Error Discuss

Filed Under: C++

0 5981
Q:

Name some situations in which a leader may fail. Tell me about a time when you fail as a leader?

Answer

Tips :


Occasionally some things go out of control of leaders such as the suitable skill pool in the organization, deadline, and the economic situation. The failure can happen if the employees are unconcerned and negative. In leadership interview questions, the interviewer wants to know your way in resolving the difficult situations, so you should concentrate on analyzing the failure and draw the experience from it. The way you used the difficulties to design the policies and trainings. Show your bravery to face with the failure and ready to recover and continue going on.

Report Error

View answer Workspace Report Error Discuss

14 5960
Q:

What is the importance of finally block in exception handling ?

Answer

A finally block will always be executed, whether or not an exception is actually thrown. Even in the case where the catch statement is missing and an exception is thrown, the finally block will still be executed. Last thing to mention is that the finally block is used to release resources like I/O buffers, database connections, etc.

Report Error

View answer Workspace Report Error Discuss

Subject: Java

11 5958
Q:

X implements Y extends Z

A) X can be class Y,Z are interfaces B) X is an interface Y,Z are classes
C) X,Y are classes Z is an interface D) Complilation error
 
Answer & Explanation Answer: D) Complilation error

Explanation:

It is a compilation error it should be X extends Y implements Z

Report Error

View Answer Report Error Discuss

Filed Under: Java
Job Role: IT Trainer

3 5938