- Differentiate between TRUNCATE and DELETE
- What is the maximum buffer size that can be specified using the DBMS_OUTPUT.ENABLE function?
- Can you use a commit statement within a database trigger?
- What is an UTL_FILE.What are different procedures and functions associated
with it?
- Difference between database triggers and form triggers?
- What is OCI. What are its uses?
- What are ORACLE PRECOMPILERS?
- What is syntax for dropping a procedure and a function? Are these operations possible?
- Can a function take OUT parameters. If not why?
- Can the default values be assigned to actual parameters?
- What is difference between a formal and an actual parameter?
- What are different modes of parameters used in functions and procedures?
- Difference between procedure and function.
- Can cursor variables be stored in PL/SQL tables.If yes how. If not why?
- How do you pass cursor variables in PL/SQL?
- How do you open and close a cursor variable.Why it is required?
- What should be the return type for a cursor variable.Can we use a scalar data type as return type?
- What is use of a cursor variable? How it is defined?
- What WHERE CURRENT OF clause does in a cursor?
- Difference between NO DATA FOUND and %NOTFOUND
- What is a cursor for loop?
- What are cursor attributes?
- Difference between an implicit & an explicit cursor.
- What is a cursor?
- What is the purpose of a cluster?
- How do you find the numbert of rows in a Table ?
- Display the number value in Words?
- What is a pseudo column. Give some examples?
- How you will avoid your query from using indexes?
- What is a OUTER JOIN?
- Which is more faster - IN or EXISTS?
- When do you use WHERE clause and when do you use HAVING clause?
- There is a % sign in one field of a column. What will be the query to find it?
- What is difference between SUBSTR and INSTR?
- Which datatype is used for storing graphics and images?
- What is difference between SQL and SQL*PLUS?
- What is difference between UNIQUE and PRIMARY KEY constraints?
- What is difference between Rename and Alias?
- What are various joins used while writing SUBQUERIES?
Database interview questions
Top job interview materials
1. Ultimate Guide to Job Interview Answers
Word-for-Word Job Interview Answers to Use To Get Hired, Dow...
This ebook includes top 10 secrets that help you will every job interview...nload 177 Proven Answers to Job Interview Questions
Thứ Sáu, 9 tháng 11, 2012
Interview questions for Oracle database administrator
1. Ultimate Guide to Job Interview Answers
Word-for-Word Job Interview Answers to Use To Get Hired, Download 177 Proven Answers to Job Interview Questions...
2. Killer Interview Secrets E-book
This ebook includes top 10 secrets that help you will every job interview...
3. Free ebook: 75 interview questions and answers
This ebook includes: 75 interview questions and answers, types of job interview questions and how to face them, interview tips...
Thứ Năm, 8 tháng 11, 2012
Oracle Architecture Interview Question & Answers
1. Ultimate Guide to Job Interview Answers
Word-for-Word Job Interview Answers to Use To Get Hired, Download 177 Proven Answers to Job Interview Questions...
2. Killer Interview Secrets E-book
This ebook includes top 10 secrets that help you will every job interview...
3. Free ebook: 75 interview questions and answers
This ebook includes: 75 interview questions and answers, types of job interview questions and how to face them, interview tips...
Systems Architecture Interview Questions
Next week, I'm interviewing another architect, so I've gone over my list of "things to ask an architect candidate" for another time to see if I'd change anything. Not much popped out, but I thought I'd share some exercises that I ask architecture candidates to run through.
Note: I care more about experience than book learning, but I care very much that you know the actual names for things. In other words, book learning does matter. If you never got around to reading any of those 'patterns' books, don't bother to show up. You wouldn't be considered a qualified medical intern if you referred to the Biceps Brachii as the 'upper arm muscle' and I won't consider you an architect if you can't tell that I'm using a Strategy pattern in my case study.
The things that a systems architect must do to survive an interview with me:
- Demonstrate the ability to work on a project team with developers productively
- Describe a time when you created a vision for a systems architecture, communicate it, and others made it come into existence
- Tell me how you know when it is time to review code for compliance and when you are better off getting out of a developer's hair
- Be able to guide and direct the team in the art and science of visual modeling (it's not enough to know... you must also teach).
- Detect the gaps in the early design artifacts of a project and determine what risks are going unmanaged.
- Be able to convince me that you understand, in your bones, the concepts of coupling, abstraction, and encapsulation.
- Be able to describe at least five GoF patterns in fine detail. Be able to describe at least five messaging patterns in fine detail.
- Pick a single system quality attribute that should be paramount in a particular situation, and then explain why.
A. James is an IT architect working with a team of 5 developers and 5 testers on a new system. He has a situation with his development team. He presented the high-level design for their new system at a dev meeting and the team listened politely. Then, after reviewing his diagrams, some of the members of the dev team concluded that he has created a great deal of complexity in one area that they think is overkill. James hears about it from the project manager three days later. He feels pretty strongly that the complexity is called for. Evaluate the situation. What dynamics are at play? James comes to you for advice: what do you tell him?
B. Let's say that you have 10 systems in an infrastructure. One of them provides the list of all customers, while another provides the list of all orders. You want to keep the systems as decoupled as possible but they need to share data in real time. What mechanisms do you put in place to keep the systems independent, yet fully integrated? Describe the steps you would follow to replace the system that holds orders.
C. Draw the architecture of one of your most complex systems on the white board. Now:
- What made you partition the system in this way?
- What data entities are mastered by your system? Which components are responsible for actually writing the key data about each entity?
- What changes do you predict the business will want in the next 2-5 years in this system? How will the architecture cope with those changes?
- What system quality attributes did you consider most paramount when designing this system? What attributes did you sacrifice?
- Logical Data Model showing every data entity in the system's database
- Deployment Diagram
- Class-level architectural diagram illustrating the use of design patterns
if (paramx != null)
do_something_specific(paramx);
What patterns do you discuss with your junior developer? What options do you consider? Do you advise the developer to change the code? Why?
F. Pick one of the following practice areas and describe the ideas and concerns that led to this area of software development practice, what the practice entails, the benefits that can be achieved, and the negative consequences that may be observed by teams engaged in the practice. Note: I may pick one for you... be prepared to be asked about any of them. (If you were to ask: "why this particular list?" I'd turn that around and ask you why I picked this list... )
- Service Oriented Architecture
- Test Driven Development
- Aspect Oriented Programming
- Dependency Injection / Inversion of Control
- Software Factories
1. Ultimate Guide to Job Interview Answers
Word-for-Word Job Interview Answers to Use To Get Hired, Download 177 Proven Answers to Job Interview Questions...
2. Killer Interview Secrets E-book
This ebook includes top 10 secrets that help you will every job interview...
3. Free ebook: 75 interview questions and answers
This ebook includes: 75 interview questions and answers, types of job interview questions and how to face them, interview tips...
Data Analyst Interview Questions
- When a problem is encountered, how will you obtain information to find solution to the problem? Give Examples.
- After obtaining the information, how will you filter out the unnecessary information? Give Examples.
- Give an example, where a problem is solved by mapping and tracing informational data within one system and between two systems.
- Which are the domains in which you have worked previously? Which of them was the most challenging domain?
- Till date, which was the most difficult problem you solved? What measures did you take to solve the problem?
- Have you performed statistical analysis of corporate data? What tools did you use for the same?
- In your previous assignments, has there been a time, when you had to analyze and mine information for identifying prototypes?
- How should business information be documented? Do you have any particular method that you use?
- Has there been a time, where you managed data accounts, created data accounts? How did you go about the entire process?
- If you are given a database and you are asked to analyze the same for unusual and interesting trends, what are the steps you will take?
- Tell me in short about IDOC's.
- Define dataset with an example.
- In ABAP, can a subroutine from program A be called from program B?
- Which different tools in SAP can be used for reporting data? Which of the tools have you previously worked on?
- Which steps are a part of data analysis procedure?
- What according to you are the tasks of a data analyst in relation to the database.?
- Can you give some examples of data report formats?
Along with the preparation for the database related question, you may also want to be well versed with the domain knowledge. Domain knowledge will help you to answer the questions more convincingly. When you are answering questions, it is best to stick to the point and have factual, yet detailed answer. Do not leave any open ends in your answers. When there are open ends in the answers the interviewer will find more areas to grill you and you may not always be comfortable answering the questions.
1. Ultimate Guide to Job Interview Answers
Word-for-Word Job Interview Answers to Use To Get Hired, Download 177 Proven Answers to Job Interview Questions...
2. Killer Interview Secrets E-book
This ebook includes top 10 secrets that help you will every job interview...
3. Free ebook: 75 interview questions and answers
This ebook includes: 75 interview questions and answers, types of job interview questions and how to face them, interview tips...
Data Analyst Interview Questions and Answers
Generally speaking, data analysts are busy analyzing information and solving problems. The type of information and problems depends on the industry: there are various business industries (software, alternative energy, etc), healthcare industries, entertainment, and so on.
Refer to the following sample Data Analyst job interview questions and answers for you to get ready for the upcoming interview.
Job Interview Questions and Answers for Data Analysts
Question: What is involved in typical data analysis?Answer: Data analysis involves collection and organization of data, correlation between analyzed data and the rest of the company and market, and the ability to then creatively think of solutions to existing problems, or point out problems and initiate preventive measures.
Question: Do you have any experience with corporate websites?
Answer: Relevant experience might involve creating the rules for various corporate consumer websites, depending on market conditions and company goals. Analysts might also help design website features, so that they align with their analysis of company data and performance predictions.
Question: How do you handle database as a data analyst?
Answer: Data analysts may be responsible for database design and security. They are responsible for upgrading the database on a regular basis so that meets the demands of the market and company needs. And they make sure database runs smoothly in general.
Question: Are you comfortable spending prolonged periods of time seated in front of a desktop computer?
Answer: All data analysts spend much time seating and using computers. The job requires no physical strain except the ability to seat and focus on the job of analyzing and offering creative solutions.
Question: Have you ever developed any programs or products relevant to your profession?
Answer: As a business analyst working in the software and technology industry, you might have experience actually developing information-related products for the company, to be used within the company, products which can be used for data analysis and data presentation.
1. Ultimate Guide to Job Interview Answers
Word-for-Word Job Interview Answers to Use To Get Hired, Download 177 Proven Answers to Job Interview Questions...
2. Killer Interview Secrets E-book
This ebook includes top 10 secrets that help you will every job interview...
3. Free ebook: 75 interview questions and answers
This ebook includes: 75 interview questions and answers, types of job interview questions and how to face them, interview tips...
Thứ Tư, 7 tháng 11, 2012
MS Access Interview Questions
2. how do you add a developer to a trusted publishers list?
3. Would you like to easily automate your MS Access database through menu driven selections?
4. Explain about managing data tasks?
5. When I assigned a primary key to my table in Microsoft Access, I was expecting my 11112 to be sorted. Am I using the correct procedure?
6. How do you import data from another access database?
7. What happens if the both source and destination are named the same?
8. What format should my database be saved in to allow different versions of Microsoft Access to open the database?
9. What is the maximum size of a database that can be opened in Microsoft Access?
10. In MS Access the long and short date option does not show 4 digit years. how do I achieve the mm/dd/yyyy format?
11. how can I open an MS Access database that has been converted to a current version?
12. Explain about relationships and look up fields?
13. How do you create an append query?
14. State some of the uses append query?
15. Detail about how you can import a sharepoint list?
16. Explain the steps for this message could not delete from the specified tables?
17. Explain about creating a report tool by using the report tool and report wizard?
18. Explain about Microsoft access?
19. Explain about the various features present in MS Access?
20. State some of the uses of MS Access?
1. Ultimate Guide to Job Interview Answers
Word-for-Word Job Interview Answers to Use To Get Hired, Download 177 Proven Answers to Job Interview Questions...
2. Killer Interview Secrets E-book
This ebook includes top 10 secrets that help you will every job interview...
3. Free ebook: 75 interview questions and answers
This ebook includes: 75 interview questions and answers, types of job interview questions and how to face them, interview tips...
Microsoft Access Interview Questions
1. Ultimate Guide to Job Interview Answers
Word-for-Word Job Interview Answers to Use To Get Hired, Download 177 Proven Answers to Job Interview Questions...
2. Killer Interview Secrets E-book
This ebook includes top 10 secrets that help you will every job interview...
3. Free ebook: 75 interview questions and answers
This ebook includes: 75 interview questions and answers, types of job interview questions and how to face them, interview tips...