InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
The functional dependency can be tested easily on the materialized view, using the constraints ____________.(a) Primary key(b) Null(c) Unique(d) Both Null and UniqueThe question was asked during an online interview.I need to ask this question from Algorithms for Decomposition in portion Normalization of Database Management |
|
Answer» Right OPTION is (d) Both NULL and Unique |
|
| 2. |
Blueprints are intended to:(a) Prototype of the screen layout showing navigation and main design elements(b) Show the grouping of pages and user journeys(c) Indicate the structure of a site during site design and as a user feature(d) Prototype typical customer journeys or clickstreams through a websiteThis question was addressed to me in an interview for job.My question is based upon Application Programs and User Interfaces topic in division Normalization of Database Management |
|
Answer» The correct ANSWER is (c) Indicate the STRUCTURE of a site during site design and as a USER feature |
|
| 3. |
In the schema (dept name, size) we have relations total inst 2007, total inst 2008. Which dependency have lead to this relation ?(a) Dept name, year->size(b) Year->size(c) Dept name->size(d) Size->yearThe question was asked by my school teacher while I was bunking the class.This interesting question is from Database Design Process in section Normalization of Database Management |
|
Answer» The CORRECT ANSWER is (a) Dept name, YEAR->size |
|
| 4. |
Storyboards are intended to:(a) Indicate the structure of a site during site design and as a user feature(b) Prototype of the screen layout showing navigation and main design elements(c) Integrate consistently available components on the webpage (e.g. navigation, search boxes)(d) Prototype typical customer journeys or click streams through a websiteI had been asked this question in exam.My doubt stems from Application Programs and User Interfaces topic in portion Normalization of Database Management |
|
Answer» Right CHOICE is (d) Prototype typical customer journeys or click streams through a website |
|
| 5. |
_____________ can help us detect poor E-R design.(a) Database Design Process(b) E-R Design Process(c) Relational scheme(d) Functional dependenciesThis question was posed to me in an interview for job.The origin of the question is Database Design Process topic in chapter Normalization of Database Management |
|
Answer» Correct choice is (d) Functional dependencies |
|
| 6. |
What is the best way to represent the attributes in a large database?(a) Relational-and(b) Concatenation(c) Dot representation(d) All of the mentionedThis question was addressed to me by my school teacher while I was bunking the class.The doubt is from Database Design Process in portion Normalization of Database Management |
|
Answer» CORRECT option is (B) Concatenation To explain: Example INST SEC and STUDENT sec. |
|
| 7. |
Which is a bottom-up approach to database design that design by examining the relationship between attributes:(a) Functional dependency(b) Database modeling(c) Normalization(d) DecompositionI had been asked this question in unit test.My question is based upon Normal Forms in portion Normalization of Database Management |
|
Answer» Right ANSWER is (C) Normalization |
|
| 8. |
Which forms simplifies and ensures that there are minimal data aggregates and repetitive groups:(a) 1NF(b) 2NF(c) 3NF(d) All of the mentionedThis question was posed to me in an online quiz.I need to ask this question from Normal Forms in portion Normalization of Database Management |
|
Answer» Right choice is (c) 3NF |
|
| 9. |
A table on the many side of a one to many or many to many relationship must:(a) Be in Second Normal Form (2NF)(b) Be in Third Normal Form (3NF)(c) Have a single attribute key(d) Have a composite keyI got this question in an online quiz.Question is from Normal Forms topic in chapter Normalization of Database Management |
|
Answer» Correct ANSWER is (d) Have a COMPOSITE key |
|
| 10. |
Designers use which of the following to tune the performance of systems to support time-critical operations?(a) Denormalization(b) Redundant optimization(c) Optimization(d) RealizationI have been asked this question in an interview for internship.I would like to ask this question from Database Design Process in portion Normalization of Database Management |
|
Answer» CORRECT option is (a) DENORMALIZATION Best EXPLANATION: The process of TAKING a normalized schema and making it nonnormalized is called denormalization. |
|
| 11. |
A relation is in ____________ if an attribute of a composite key is dependent on an attribute of other composite key.(a) 2NF(b) 3NF(c) BCNF(d) 1NFI had been asked this question in exam.I want to ask this question from Algorithms for Decomposition topic in division Normalization of Database Management |
|
Answer» The correct option is (B) 3NF |
|
| 12. |
We can use the following three rules to find logically implied functional dependencies. This collection of rules is called(a) Axioms(b) Armstrong’s axioms(c) Armstrong(d) ClosureThis question was posed to me by my college professor while I was bunking the class.Enquiry is from Functional-Dependency Theory topic in chapter Normalization of Database Management |
|
Answer» The CORRECT OPTION is (b) Armstrong’s axioms |
|
| 13. |
Which forms has a relation that possesses data about an individual entity:(a) 2NF(b) 3NF(c) 4NF(d) 5NFThe question was posed to me in an online quiz.This intriguing question originated from Normal Forms in chapter Normalization of Database Management |
|
Answer» Right CHOICE is (c) 4NF |
|
| 14. |
If a multivalued dependency holds and is not implied by the corresponding functional dependency, it usually arises from one of the following sources.(a) A many-to-many relationship set(b) A multivalued attribute of an entity set(c) A one-to-many relationship set(d) Both A many-to-many relationship set and A multivalued attribute of an entity setI have been asked this question in quiz.I need to ask this question from Database Design Process topic in section Normalization of Database Management |
|
Answer» The correct choice is (d) Both A many-to-many relationship SET and A multivalued ATTRIBUTE of an entity set |
|
| 15. |
Which of the normal form is based on multivalued dependencies?(a) First(b) Second(c) Third(d) FourthThis question was posed to me in homework.The above asked question is from Multivalued Dependencies in section Normalization of Database Management |
|
Answer» Right answer is (d) Fourth |
|
| 16. |
Which of the following is a tuple-generating dependencies?(a) Functional dependency(b) Equality-generating dependencies(c) Multivalued dependencies(d) Non-functional dependencyThe question was asked in a national level competition.My doubt stems from Multivalued Dependencies in chapter Normalization of Database Management |
|
Answer» RIGHT option is (C) Multivalued dependencies The BEST I can explain: Multivalued dependencies, do not rule out the EXISTENCE of certain tuples. INSTEAD, they require that other tuples of a certain form be present in the relation. |
|
| 17. |
Also known as schematics, a way of illustrating the layout of an individual webpage is a:(a) Wireframe(b) Sitemap(c) Card sorting(d) BlueprintThis question was addressed to me during an online exam.The doubt is from Application Programs and User Interfaces in portion Normalization of Database Management |
|
Answer» Right option is (a) Wireframe |
|
| 18. |
Thus a _______ of course data gives the values of all attributes, such as title and department, of all courses at a particular point in time.(a) Instance(b) Snapshot(c) Both Instance and Snapshot(d) All of the mentionedThe question was asked during an online interview.My question is taken from Database Design Process in portion Normalization of Database Management |
|
Answer» Right option is (b) SNAPSHOT |
|
| 19. |
What are the desirable properties of a decomposition(a) Partition constraint(b) Dependency preservation(c) Redundancy(d) SecurityI got this question in homework.This interesting question is from Algorithms for Decomposition in section Normalization of Database Management |
|
Answer» CORRECT option is (B) Dependency preservation Explanation: LOSSLESS JOIN and dependency preserving are the two goals of the decomposition. |
|
| 20. |
In the __________ normal form, a composite attribute is converted to individual attributes.(a) First(b) Second(c) Third(d) FourthThis question was addressed to me during an interview.My question is taken from Normal Forms topic in chapter Normalization of Database Management |
|
Answer» CORRECT choice is (a) First To EXPLAIN: The first normal FORM is used to eliminate the duplicate information. |
|
| 21. |
R (A,B,C,D) is a relation. Which of the following does not have a lossless join dependency preserving BCNF decomposition?(a) A->B, B->CD(b) A->B, B->C, C->D(c) AB->C, C->AD(d) A->BCDI have been asked this question in an interview for job.I'm obligated to ask this question of Algorithms for Decomposition in portion Normalization of Database Management |
|
Answer» Correct ANSWER is (d) A->BCD |
|
| 22. |
In which of the following, a separate schema is created consisting of that attribute and the primary key of the entity set.(a) A many-to-many relationship set(b) A multivalued attribute of an entity set(c) A one-to-many relationship set(d) All of the mentionedThe question was asked in an international level competition.Origin of the question is Database Design Process in section Normalization of Database Management |
|
Answer» Correct option is (b) A multivalued ATTRIBUTE of an entity set |
|
| 23. |
Information architecture influences:(a) Answer choice(b) Site structure(c) Labeling(d) Navigation designI have been asked this question by my college professor while I was bunking the class.The origin of the question is Application Programs and User Interfaces topic in section Normalization of Database Management |
|
Answer» Right choice is (b) Site structure |
|
| 24. |
Functional Dependencies are the types of constraints that are based on______(a) Key(b) Key revisited(c) Superset key(d) None of the mentionedThe question was posed to me during an interview.My question is from Normal Forms topic in division Normalization of Database Management |
|
Answer» The correct answer is (a) Key |
|
| 25. |
A graphical or text depiction of the relationship between different groups of content on a website is a:(a) Page template(b) Wireframe(c) Site map(d) Cascading style sheet (CSS)This question was posed to me in exam.Query is from Application Programs and User Interfaces in chapter Normalization of Database Management |
|
Answer» Right option is (c) Site map |
|
| 26. |
Which of the following occupies boot record of hard and floppy disks and activated during computer startup?(a) Worm(b) Boot sector virus(c) Macro virus(d) VirusI have been asked this question during an online interview.I'd like to ask this question from Application Programs and User Interfaces in chapter Normalization of Database Management |
|
Answer» Right option is (b) Boot SECTOR virus |
|
| 27. |
Which of the following has each related entity set has its own schema and there is an additional schema for the relationship set.(a) A many-to-many relationship set(b) A multivalued attribute of an entity set(c) A one-to-many relationship set(d) All of the mentionedThe question was asked in my homework.This is a very interesting question from Database Design Process topic in chapter Normalization of Database Management |
|
Answer» Correct OPTION is (a) A many-to-many relationship set |
|
| 28. |
Which forms has a relation that possesses data about an individual entity?(a) 2NF(b) 3NF(c) 4NF(d) 5NFI have been asked this question in a job interview.My question is taken from Multivalued Dependencies topic in division Normalization of Database Management |
|
Answer» Right choice is (c) 4NF |
|
| 29. |
A graphical or text depiction of the relationship between different groups of content on a website is referred to as a:(a) Wireframe(b) Blueprint(c) Sitemap(d) Card sortingThe question was posed to me during a job interview.Question is from Application Programs and User Interfaces in section Normalization of Database Management |
|
Answer» The CORRECT answer is (c) Sitemap |
|
| 30. |
A method of modelling and describing user tasks for an interactive application is referred to as:(a) Customer journey(b) Primary persona(c) Use case(d) Web design personaI had been asked this question in final exam.I'd like to ask this question from Application Programs and User Interfaces topic in section Normalization of Database Management |
|
Answer» Correct option is (c) Use case |
|
| 31. |
Suppose the user finds the usage of room number and phone number in a relational schema there is confusion.This is reduced by(a) Unique-role assumption(b) Unique-key assignment(c) Role intergral assignment(d) None of the mentionedI have been asked this question in an internship interview.This interesting question is from Database Design Process topic in division Normalization of Database Management |
|
Answer» Correct ANSWER is (a) Unique-role ASSUMPTION |
|
| 32. |
Which normal form is considered adequate for normal relational database design?(a) 2NF(b) 5NF(c) 4NF(d) 3NFI have been asked this question in an online interview.My enquiry is from Algorithms for Decomposition topic in portion Normalization of Database Management |
|
Answer» Correct ANSWER is (d) 3NF |
|
| 33. |
Relation dept year(dept name, total inst 2007, total inst 2008, total inst 2009). Here the only functional dependencies are from dept name to the other attributes. This relation is in(a) Fourth NF(b) BCNF(c) Third NF(d) Second NFI have been asked this question during an interview.The origin of the question is Database Design Process in chapter Normalization of Database Management |
|
Answer» CORRECT ANSWER is (b) BCNF The best I can EXPLAIN: BCNF has only ONE normal form. |
|
| 34. |
The algorithm that takes a set of dependencies and adds one schema at a time, instead of decomposing the initial schema repeatedly is(a) BCNF algorithm(b) 2NF algorithm(c) 3NF synthesis algorithm(d) 1NF algorithmI got this question by my school principal while I was bunking the class.I'd like to ask this question from Algorithms for Decomposition topic in division Normalization of Database Management |
|
Answer» Right answer is (C) 3NF synthesis algorithm |
|
| 35. |
In which of the following, a separate schema is created consisting of that attribute and the primary key of the entity set.(a) A many-to-many relationship set(b) A multivalued attribute of an entity set(c) A one-to-many relationship set(d) None of the mentionedThis question was posed to me in an online interview.This is a very interesting question from Multivalued Dependencies in portion Normalization of Database Management |
|
Answer» The correct choice is (B) A MULTIVALUED attribute of an entity set |
|
| 36. |
Which of the following has each related entity set has its own schema and there is an additional schema for the relationship set?(a) A many-to-many relationship set(b) A multivalued attribute of an entity set(c) A one-to-many relationship set(d) None of the mentionedThis question was addressed to me by my school teacher while I was bunking the class.This interesting question is from Multivalued Dependencies topic in division Normalization of Database Management |
|
Answer» Correct choice is (a) A many-to-many relationship set |
|
| 37. |
If a multivalued dependency holds and is not implied by the corresponding functional dependency, it usually arises from one of the following sources.(a) A many-to-many relationship set(b) A multivalued attribute of an entity set(c) A one-to-many relationship set(d) Both A many-to-many relationship set and A multivalued attribute of an entity setThis question was posed to me in an internship interview.Query is from Multivalued Dependencies in division Normalization of Database Management |
|
Answer» Right option is (d) Both A many-to-many relationship SET and A multivalued ATTRIBUTE of an entity set |
|
| 38. |
The normal form which satisfies multivalued dependencies and which is in BCNF is(a) 4 NF(b) 3 NF(c) 2 NF(d) All of the mentionedI have been asked this question in final exam.This intriguing question comes from Multivalued Dependencies in portion Normalization of Database Management |
|
Answer» Correct ANSWER is (a) 4 NF |
|
| 39. |
An approach to website design with the emphasis on converting visitors to outcomes required by the owner is referred to as:(a) Web usability(b) Persuasion(c) Web accessibility(d) None of the mentionedThe question was asked in an interview for job.I would like to ask this question from Application Programs and User Interfaces topic in portion Normalization of Database Management |
|
Answer» CORRECT option is (B) Persuasion The explanation is: In computing, graphical user interface is a type of user interface that allows USERS to INTERACT with electronic devices. |
|
| 40. |
The main task carried out in the __________ is to remove repeating attributes to separate tables.(a) First Normal Form(b) Second Normal Form(c) Third Normal Form(d) Fourth Normal FormI have been asked this question in an international level competition.The query is from Multivalued Dependencies topic in portion Normalization of Database Management |
|
Answer» Correct ANSWER is (a) First Normal FORM |
|
| 41. |
Tables in second normal form (2NF):(a) Eliminate all hidden dependencies(b) Eliminate the possibility of a insertion anomalies(c) Have a composite key(d) Have all non key fields depend on the whole primary keyThe question was asked in an online quiz.My question comes from Normal Forms in chapter Normalization of Database Management |
|
Answer» Correct option is (a) Eliminate all hidden dependencies |
|
| 42. |
Which of the following is not Armstrong’s Axiom?(a) Reflexivity rule(b) Transitivity rule(c) Pseudotransitivity rule(d) Augmentation ruleI had been asked this question by my school principal while I was bunking the class.Asked question is from Functional-Dependency Theory topic in chapter Normalization of Database Management |
|
Answer» The correct choice is (c) Pseudotransitivity rule |
|
| 43. |
Fifth Normal form is concerned with(a) Functional dependency(b) Multivalued dependency(c) Join dependency(d) Domain-keyI have been asked this question in my homework.Enquiry is from Multivalued Dependencies topic in portion Normalization of Database Management |
|
Answer» Right ANSWER is (C) Join DEPENDENCY |
|
| 44. |
Which-one ofthe following statements about normal forms is FALSE?(a) BCNF is stricter than 3 NF(b) Lossless, dependency -preserving decomposition into 3 NF is always possible(c) Loss less, dependency – preserving decomposition into BCNF is always possible(d) Any relation with two attributes is BCNFThe question was asked during an interview.My question comes from Normal Forms in division Normalization of Database Management |
|
Answer» Right answer is (c) Loss less, dependency – preserving DECOMPOSITION into BCNF is always possible |
|