Hadoop-PR000007 Exam Format | Course Contents | Course Outline | Exam Syllabus | Exam Objectives
Exam Details for Hadoop-PR000007 Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer):
Number of Questions: The Hadoop-PR000007 exam typically consists of 50-60 multiple-choice questions.
Time Limit: The exam has a time limit of 2 hours (120 minutes).
Course Outline:
The Hadoop-PR000007 certification exam focuses on assessing the knowledge and skills required to develop and work with Apache Hadoop 2.0, specifically focusing on Pig and Hive for data processing and analytics. The course outline covers the following key topics:
1. Introduction to Apache Hadoop:
- Overview of Hadoop ecosystem and its components
- Hadoop architecture and distributed file system (HDFS)
- MapReduce and YARN frameworks
- Hadoop cluster setup and configuration
2. Apache Pig:
- Introduction to Pig and Pig Latin scripting language
- Loading and storing data using Pig
- Transforming and manipulating data using Pig Latin operations
- User-defined functions (UDFs) in Pig
- Pig optimization techniques and performance tuning
3. Apache Hive:
- Introduction to Hive and HiveQL query language
- Creating and managing tables in Hive
- Data manipulation and querying with HiveQL
- Partitioning and bucketing in Hive
- Hive optimization techniques and performance tuning
4. Data Processing with Pig and Hive:
- Integrating Pig and Hive with Hadoop ecosystem components
- Using Pig and Hive for data transformations and analytics
- Joining and aggregating data in Pig and Hive
- Handling complex data types and nested structures
- Debugging and troubleshooting Pig and Hive scripts
Exam Objectives:
The Hadoop-PR000007 exam aims to assess the following objectives:
1. Understanding of Apache Hadoop architecture and its key components.
2. Proficiency in using Pig for data loading, transformation, and analysis.
3. Knowledge of Hive and its capabilities for data querying and management.
4. Competence in integrating Pig and Hive with other Hadoop ecosystem components.
5. Familiarity with performance optimization and debugging techniques in Pig and Hive.
Exam Syllabus:
The Hadoop-PR000007 exam covers the following syllabus:
1. Introduction to Apache Hadoop
- Overview of Hadoop ecosystem and its components
- Hadoop architecture and distributed file system (HDFS)
- MapReduce and YARN frameworks
- Hadoop cluster setup and configuration
2. Apache Pig
- Introduction to Pig and Pig Latin scripting language
- Loading and storing data using Pig
- Transforming and manipulating data using Pig Latin operations
- User-defined functions (UDFs) in Pig
- Pig optimization techniques and performance tuning
3. Apache Hive
- Introduction to Hive and HiveQL query language
- Creating and managing tables in Hive
- Data manipulation and querying with HiveQL
- Partitioning and bucketing in Hive
- Hive optimization techniques and performance tuning
4. Data Processing with Pig and Hive
- Integrating Pig and Hive with Hadoop ecosystem components
- Using Pig and Hive for data transformations and analytics
- Joining and aggregating data in Pig and Hive
- Handling complex data types and nested structures
- Debugging and troubleshooting Pig and Hive scripts
100% Money Back Pass Guarantee
Hadoop-PR000007 PDF Sample Questions
Hadoop-PR000007 Sample Questions
Hortonworks
Hadoop-PR000007
Hortonworks Certified Apache Hadoop 2.0 Developer
(Pig and Hive Developer)
https://killexams.com/pass4sure/exam-detail/Hadoop-PR000007
QUESTION: 99
Which one of the following statements is FALSE regarding the communication between
DataNodes and a federation of NameNodes in Hadoop 2.0?
A. Each DataNode receives commands from one designated master NameNode.
B. DataNodes send periodic heartbeats to all the NameNodes.
C. Each DataNode registers with all the NameNodes.
D. DataNodes send periodic block reports to all the NameNodes.
Answer: A
QUESTION: 100
A client application creates an HDFS file named foo.txt with a replication factor of 3.
Identify which best describes the file access rules in HDFS if the file has a single block
that is stored on data nodes A, B and C?
A. The file will be marked as corrupted if data node B fails during the creation of the
file.
B. Each data node locks the local file to prohibit concurrent readers and writers of the
file.
C. Each data node stores a copy of the file in the local file system with the same name as
the HDFS file.
D. The file can be accessed if at least one of the data nodes storing the file is available.
Answer: D
QUESTION: 101
Examine the following Hive statements:
Assuming the statements above execute successfully, which one of the following
statements is true?
A. Each reducer generates a file sorted by age
B. The SORT BY command causes only one reducer to be used
C. The output of each reducer is only the age column
D. The output is guaranteed to be a single file with all the data sorted by age
Answer: A
QUESTION: 102
When can a reduce class also serve as a combiner without affecting the output of a
MapReduce program?
A. When the types of the reduce operations input key and input value match the types
of the reducers output key and output value and when the reduce operation is both
communicative and associative.
B. When the signature of the reduce method matches the signature of the combine
method.
C. Always. Code can be reused in Java since it is a polymorphic object-oriented
programming language.
D. Always. The point of a combiner is to serve as a mini-reducer directly after the map
phase to increase performance.
E. Never. Combiners and reducers must be implemented separately because they serve
different purposes.
Answer: A
QUESTION: 103
You want to run Hadoop jobs on your development workstation for testing before you
submit them to your production cluster. Which mode of operation in Hadoop allows you
to most closely simulate a production cluster while using a single machine?
A. Run all the nodes in your production cluster as virtual machines on your development
workstation.
B. Run the hadoop command with the jt local and the fs file:///options.
C. Run the DataNode, TaskTracker, NameNode and JobTracker daemons on a single
machine.
D. Run simldooop, the Apache open-source software for simulating Hadoop clusters.
Answer: C
QUESTION: 104
Which one of the following files is required in every Oozie Workflow application?
A. job.properties
B. Config-default.xml
C. Workflow.xml
D. Oozie.xml
Answer: C
QUESTION: 105
Workflows expressed in Oozie can contain:
A. Sequences of MapReduce and Pig. These sequences can be combined with other
actions including forks, decision points, and path joins.
B. Sequences of MapReduce job only; on Pig on Hive tasks or jobs. These MapReduce
sequences can be combined with forks and path joins.
C. Sequences of MapReduce and Pig jobs. These are limited to linear sequences of
actions with exception handlers but no forks.
D. Iterntive repetition of MapReduce jobs until a desired answer or state is reached.
Answer: A
QUESTION: 106
Which best describes what the map method accepts and emits?
A. It accepts a single key-value pair as input and emits a single key and list of
corresponding values as output.
B. It accepts a single key-value pairs as input and can emit only one key-value pair as
output.
C. It accepts a list key-value pairs as input and can emit only one key-value pair as
output.
D. It accepts a single key-value pairs as input and can emit any number of key-value pair
as output, including zero.
Answer: D
QUESTION: 107
Which HDFS command copies an HDFS file named foo to the local filesystem as
localFoo?
A. hadoop fs -get foo LocalFoo
B. hadoop -cp foo LocalFoo
C. hadoop fs -Is foo
D. hadoop fs -put foo LocalFoo
Answer: A
QUESTION: 108
Identify the tool best suited to import a portion of a relational database every day as files
into HDFS, and generate Java classes to interact with that imported data?
A. Oozie
B. Flume
C. Pig
D. Hue
E. Hive
F. Sqoop
G. fuse-dfs
Answer: F
For More exams visit https://killexams.com/vendors-exam-list
Kill your exam at First Attempt....Guaranteed!
Killexams VCE Exam Simulator 3.0.9
Killexams has introduced Online Test Engine (OTE) that supports iPhone, iPad, Android, Windows and Mac. Hadoop-PR000007 Online Testing system will helps you to study and practice using any device. Our OTE provide all features to help you memorize and practice test questions and answers while you are travelling or visiting somewhere. It is best to Practice Hadoop-PR000007 Exam Questions so that you can answer all the questions asked in test center. Our Test Engine uses Questions and Answers from Actual Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) exam.
Online Test Engine maintains performance records, performance graphs, explanations and references (if provided). Automated test preparation makes much easy to cover complete pool of questions in fastest way possible. Hadoop-PR000007 Test Engine is updated on daily basis.
Pass4sure Hadoop-PR000007 Practice Test that are updated today
Killexams.com offers a comprehensive pool of Hadoop-PR000007 questions and answers with verified and tested Free Exam PDF, along with references and explanations to make you comfortable with your Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) knowledge and learn all the tips and tricks with our Hadoop-PR000007 Exam Braindumps.
Latest 2023 Updated Hadoop-PR000007 Real Exam Questions
Killexams offers a range of exam preparation materials including updated braindumps, study guides, Actual Questions, and VCE Practice Tests for the latest Hadoop-PR000007 syllabus, all of which are essential to passing the exam. We guide our clients through the process of memorizing the Hadoop-PR000007 Questions and Answers, helping them achieve high scores on the actual exam. It's an excellent opportunity to enhance your professional standing within your organization. At killexams.com, we always appreciate our clients' trust in our Hadoop-PR000007 exam dumps and VCE exam simulator to prepare for their exams and achieve high scores. To ensure success in your Hortonworks Hadoop-PR000007 exam, you need valid and up-to-date exam dumps with genuine answers that have been verified by our team of professionals. Our Hortonworks Hadoop-PR000007 brain dumps provide candidates with 100% assurance, and our Hortonworks Hadoop-PR000007 cheat sheet are the latest in the market, giving you an excellent opportunity to pass your Hadoop-PR000007 exam. You won't find another Hadoop-PR000007 product of such quality on the market, so don't hesitate to rely on killexams.com for your exam preparation needs.
Tags
Hadoop-PR000007 dumps, Hadoop-PR000007 braindumps, Hadoop-PR000007 Questions and Answers, Hadoop-PR000007 Practice Test, Hadoop-PR000007 Actual Questions, Pass4sure Hadoop-PR000007, Hadoop-PR000007 Practice Test, Download Hadoop-PR000007 dumps, Free Hadoop-PR000007 pdf, Hadoop-PR000007 Question Bank, Hadoop-PR000007 Real Questions, Hadoop-PR000007 Cheat Sheet, Hadoop-PR000007 Bootcamp, Hadoop-PR000007 Download, Hadoop-PR000007 VCE
Killexams Review | Reputation | Testimonials | Customer Feedback
killexams.com Questions and Answers are the best manner I have ever used to prepare for and pass an IT test. I recommend it to everyone. While some may find it risky, it provides everything you need to understand for an exam. I have passed several IT tests, including the Hadoop-PR000007 exam with 88% marks, using killexams.com Questions and Answers. My friends have also used killexams.com for many other certificates and have all had great success. killexams.com is my top pick for certification exam preparation.
Martin Hoax [2023-6-20]
I want to express my gratitude for your support by buying you a killexams.com line mock test for the Hadoop-PR000007 exam, which I passed on my first try with a score of 79%. I cannot thank killexams.com enough for providing such an excellent study resource. Your team is truly wonderful, and I urge you to keep up the good work by updating your questions regularly.
Martin Hoax [2023-6-16]
When I decided to start my personal IT business, I knew that obtaining Hadoop-PR000007 certification was crucial for its success. However, despite taking lectures, I struggled to understand the concepts. It was only after I stumbled upon killexams.com website that I found the right study material. Thanks to their resources, I aced my Hadoop-PR000007 exam and even performed better than my peers who had taken lectures and used other study guides. I would highly recommend this website to everyone, and I extend my gratitude to their employees.
Martin Hoax [2023-6-23]
More Hadoop-PR000007 testimonials...
Hadoop-PR000007 (Pig Latest Questions
Hadoop-PR000007 (Pig Latest Questions :: Article Creator32 Reference determine Questions be sure to Ask
A job candidate may also ace the interview, but that doesn’t all the time make them a perfect employ. you can more desirable be aware an applicant’s compatibility along with your business by using checking their references, certainly in case you ask the correct questions. We’ll share 32 reference examine questions that focal point on a candidate’s efficiency and what it turned into like to manipulate and work alongside them. These questions can assist make certain a a success employ and a positive new group member.
what's a reference assess?A reference determine is when an employer reaches out to people who can shed mild on a job candidate’s strengths and speak to their qualifications. These contacts are usually previous employers but also may additionally encompass university professors, longtime colleagues and other americans widely wide-spread with the applicant’s work.
As an organisation, you might also discover that reference checks support paint a full photo of a possible rent. unfortunately, americans lie on their resumes every so often and current qualifications they don’t truly possess. if you ask your applicant’s professional references the right questions, you’ll be trained more about the candidate’s competencies and skills than you would from a standard job interview on my own.
Reference verify dreams consist of here:
With all of this assistance, you should definitely have an easier time settling on which candidates to circulation forward within the hiring procedure.
Reference exams can help you evade hiring horror experiences and expensive personnel and administration complications.
What suggestions for those who ask a reference?When establishing your listing of reference investigate questions, be sure you investigate the assistance you need to verify in regards to the job candidate. You can be interested in the references’ insights concerning the candidate on these topics:
Some of these themes are greater acceptable to check with skilled references; others can be more correct to ask personal references. for example, a former supervisor can speak to how well a candidate operates as a part of a crew, whereas an in depth pal or mentor can describe the candidate’s pastimes, specialties and demeanor.
just as there are particular questions be sure to in no way ask a job candidate, there are questions you can’t ask a reference. You must best ask questions that pertain to the job; inappropriate questions can subject your business to discrimination claims.
accept as true with right here challenging questions you'll want to under no circumstances ask references:
Gathering references is an important step to ensuring you're making the choicest hiring selections in your vacant positions. check out these other counsel for hiring the most effective employees to build your crew as conveniently as possible.
32 reference determine questions to askNow that you just understand what assistance to request from a reference, you’re able to strengthen your checklist of reference determine questions. under are 32 commonplace reference assess inquiries to use. You may also feel some don’t observe to your company, however you should definitely communicate together with your hiring manager before putting off any questions.
Introductory reference determine questionssimply as which you can communicate together with your hiring manager about potentially disposing of certain questions from this checklist, you can talk about including other questions. provided that any additional questions shed mild on how your candidate would function right through employment along with your company and you don’t ask for private information, there’s a superb chance you’re asking the correct questions.
Some candidates could need extra scrutiny than others. Some employers behavior background checks to determine job candidates and their credentials.
the way to conduct a reference examineif you decide to examine references for new hires, enforce a proper technique at your company. this will streamline the method of acquiring your candidates’ references. From start to conclude, your hiring team should still follow these steps to conduct a thorough reference assess:
If an service provider discovers that a job candidate misrepresented their skills or lied on their resume, they can rescind the job offer.
Reference checks aid employers make respectable hiring selectionsReference checks provide you with a chance to fill gaps that come up whilst you’re getting to know a candidate all over the interview procedure. speakme to an applicant’s own references can inform you in the event that they’re the correct healthy and help you stay away from a expensive dangerous employ. with the aid of enabling you to find the candidate’s administration trend or deciding upon how they’ll respond beneath force, reference checks can let you know lots greater than an interview by myself.
when you’ve carried out reference exams on your entire job candidates, remember to have the entire counsel you need to decide which one is top-quality for the job and reach out with a formal job present letter. If the candidate accepts, congratulate them and yourself — and start your onboarding process.
Natalie Hamingson contributed to this text.
References
Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) Free PDF
Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) Cheatsheet
Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) Exam Questions
Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) Actual Questions
Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer)
Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) PDF Braindumps
Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) Real Exam Questions
Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) cheat sheet
Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) PDF Dumps
Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) braindumps
Frequently Asked Questions about Killexams Braindumps
There is a long list of exams, how can I search my exam?
There are two ways. 1st and easiest is to go to the search screen and enter your exam code or number, if you do not have an exam number, you can write the exam name or part of the name and you will see all the exams with the same name and you can choose from it. For example, you want to choose the TEAS Nursing school test, you can just write TEAS or nursing in the search to see all the possible exams with nursing schools. The second way is to go to the vendor by click on the products->Certification Paths and choose the vendor, like Admission Tests. You will see all the exams in the Admission Test section. You can easily choose your required exam.
I do not know exam code, How can I search my exam?
If you do not know the exam code or number, you can search by exam name. Write the shortest query in the search box at https://killexams.com/search so that you can see all results related to your exam. If you want to search for some IBM exam and you did not find it, you can just write IBM and see all the exams related to IBM. It will be far easy for you to select from the list of all IBM exams.
What will I do if I do not receive killexams login Information after purchase?
Killexams servers setup user account within a couple of minutes and send login information immediately but sometimes, users email server drop our emails in spam/junk and the user thinks that killexams did not set up the account as promised. There could be other issues like approval of payment. Our servers are automatic and they work immediately after payment is successful. In such a case, you should contact live support or send an email to support and wait until your login information is manually sent to you.
Is Killexams.com Legit?
Indeed, Killexams is 100 percent legit together with fully well-performing. There are several features that makes killexams.com authentic and legit. It provides up-to-date and 100% valid exam dumps that contains real exams questions and answers. Price is extremely low as compared to many of the services on internet. The questions and answers are up graded on typical basis along with most recent brain dumps. Killexams account make and products delivery is amazingly fast. Record downloading is actually unlimited and also fast. Support is available via Livechat and Netmail. These are the characteristics that makes killexams.com a robust website that offer exam dumps with real exams questions.
Other Sources
Hadoop-PR000007 - Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) Question Bank
Hadoop-PR000007 - Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) Exam Questions
Hadoop-PR000007 - Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) study help
Hadoop-PR000007 - Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) Exam Braindumps
Hadoop-PR000007 - Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) learn
Hadoop-PR000007 - Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) information source
Hadoop-PR000007 - Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) information search
Hadoop-PR000007 - Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) exam dumps
Hadoop-PR000007 - Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) Latest Topics
Hadoop-PR000007 - Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) information search
Hadoop-PR000007 - Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) questions
Hadoop-PR000007 - Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) education
Hadoop-PR000007 - Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) PDF Download
Hadoop-PR000007 - Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) PDF Download
Hadoop-PR000007 - Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) guide
Hadoop-PR000007 - Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) study help
Hadoop-PR000007 - Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) certification
Hadoop-PR000007 - Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) PDF Dumps
Hadoop-PR000007 - Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) PDF Questions
Hadoop-PR000007 - Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) Exam Cram
Hadoop-PR000007 - Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) dumps
Hadoop-PR000007 - Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) Cheatsheet
Hadoop-PR000007 - Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) book
Hadoop-PR000007 - Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) Exam Questions
Hadoop-PR000007 - Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) exam format
Hadoop-PR000007 - Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) Exam Questions
Hadoop-PR000007 - Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) Latest Topics
Hadoop-PR000007 - Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) dumps
Hadoop-PR000007 - Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) exam contents
Hadoop-PR000007 - Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) test prep
Hadoop-PR000007 - Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) teaching
Hadoop-PR000007 - Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) teaching
Hadoop-PR000007 - Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) information search
Hadoop-PR000007 - Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) cheat sheet
Hadoop-PR000007 - Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) answers
Hadoop-PR000007 - Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) Study Guide
Hadoop-PR000007 - Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) education
Hadoop-PR000007 - Hortonworks Certified Apache Hadoop 2.0 Developer (Pig and Hive Developer) dumps
Which is the best dumps site of 2023?
There are several Questions and Answers provider in the market claiming that they provide Real Exam Questions, Braindumps, Practice Tests, Study Guides, cheat sheet and many other names, but most of them are re-sellers that do not update their contents frequently. Killexams.com is best website of Year 2023 that understands the issue candidates face when they spend their time studying obsolete contents taken from free pdf download sites or reseller sites. That is why killexams update Exam Questions and Answers with the same frequency as they are updated in Real Test. Exam Dumps provided by killexams.com are Reliable, Up-to-date and validated by Certified Professionals. They maintain Question Bank of valid Questions that is kept up-to-date by checking update on daily basis.
If you want to Pass your Exam Fast with improvement in your knowledge about latest course contents and topics, We recommend to Download PDF Exam Questions from killexams.com and get ready for actual exam. When you feel that you should register for Premium Version, Just choose visit killexams.com and register, you will receive your Username/Password in your Email within 5 to 10 minutes. All the future updates and changes in Questions and Answers will be provided in your Download Account. You can download Premium Exam Dumps files as many times as you want, There is no limit.
Killexams.com has provided VCE Practice Test Software to Practice your Exam by Taking Test Frequently. It asks the Real Exam Questions and Marks Your Progress. You can take test as many times as you want. There is no limit. It will make your test prep very fast and effective. When you start getting 100% Marks with complete Pool of Questions, you will be ready to take Actual Test. Go register for Test in Test Center and Enjoy your Success.
Important Braindumps Links
Below are some important links for test taking candidates
Medical Exams
Financial Exams
Language Exams
Entrance Tests
Healthcare Exams
Quality Assurance Exams
Project Management Exams
Teacher Qualification Exams
Banking Exams
Request an Exam
Search Any Exam