

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 rigorous dynamic programming method is normally not used for database searching because it is slow and computationally expensive.(a) True(b) FalseI have been asked this question by my college professor while I was bunking the class.This interesting question is from Database Searching with the Smith topic in division Database Similarity Searching of Bioinformatics |
Answer» The correct option is (a) True |
|
2. |
In heuristic methods, speed doesn’t vary with the size of database.(a) True(b) FalseI have been asked this question during an interview.This key question is from Heuristic Database Searching topic in section Database Similarity Searching of Bioinformatics |
Answer» The correct option is (b) False |
|
3. |
Sensitivity refers to the ability to find as many correct hits as possible.(a) True(b) FalseThe question was asked by my school principal while I was bunking the class.My question is based upon Heuristic Database Searching topic in division Database Similarity Searching of Bioinformatics |
Answer» The correct CHOICE is (a) True |
|
4. |
The positional difference for each word between the two sequences is obtained by ________ the position of the ______ sequence from that of the _______ sequence and is expressed as the offset.(a) subtracting, second, first(b) adding, second, first(c) adding, first, second(d) subtracting, first, secondThis question was posed to me during an interview for a job.This key question is from FASTA topic in section Database Similarity Searching of Bioinformatics |
Answer» Right option is (d) subtracting, first, second |
|
5. |
Score can be negative in Smith–Waterman algorithm.(a) True(b) FalseThe question was asked during an internship interview.I'd like to ask this question from Database Searching with the Smith in portion Database Similarity Searching of Bioinformatics |
Answer» The CORRECT answer is (B) False |
|
6. |
The gapped portion in the diagonals represents matches in FASTA.(a) True(b) FalseThis question was addressed to me in an international level competition.My question comes from Comparison of FASTA and BLAST topic in chapter Database Similarity Searching of Bioinformatics |
Answer» Right option is (B) False |
|
7. |
BLAST often produces several short HSPs rather than a single aligned region.(a) True(b) FalseI have been asked this question by my school principal while I was bunking the class.My query is from Comparison of FASTA and BLAST topic in portion Database Similarity Searching of Bioinformatics |
Answer» Correct answer is (a) True |
|
8. |
The final step involves pairwise alignment by extending from the words in both directions while counting the alignment score using the same substitution matrix.(a) True(b) FalseI have been asked this question during an interview for a job.My question is based upon Basic Local Alignment Search Tool (BLAST) topic in portion Database Similarity Searching of Bioinformatics |
Answer» RIGHT answer is (a) True Easy explanation: The extension continues until the score of the alignment drops below a threshold due to mismatches (the drop threshold is twenty-two for PROTEINS and twenty for DNA). The resulting contiguous aligned segment pair without GAPS is called high-scoring segment pair. In the ORIGINAL version of BLAST, the highest scored HSPs are presented as the FINAL report. They are also called maximum scoring pairs. |
|
9. |
Which of the following is not a variant of BLAST?(a) BLASTN(b) BLASTP(c) BLASTX(d) TBLASTNXI have been asked this question in an online interview.My question is taken from Basic Local Alignment Search Tool (BLAST) topic in section Database Similarity Searching of Bioinformatics |
Answer» Correct answer is (d) TBLASTNX |
|
10. |
The initiation of FASTA format has ____ symbol.(a) >(b) |
Answer» The correct option is (a) > |
|
11. |
In FASTA, For a Z-score > 15, the match can be considered extremely ______ with _____ of a homologous relationship.(a) insignificant, uncertainty(b) significant, uncertainty(c) significant, certainty(d) insignificant, certaintyI got this question during an internship interview.The above asked question is from Comparison of FASTA and BLAST in division Database Similarity Searching of Bioinformatics |
Answer» The CORRECT answer is (c) significant, certainty |
|
12. |
TBLASTX queries protein sequences to anucleotide sequence database with the sequences translated in all six reading frames.(a) True(b) FalseI have been asked this question in an interview.The origin of the question is Basic Local Alignment Search Tool (BLAST) topic in division Database Similarity Searching of Bioinformatics |
Answer» Right option is (b) False |
|
13. |
An increase in sensitivity is associated with _______ in selectivity.(a) no specific change(b) increase(c) decrease(d) exponential increaseI got this question in an interview.This question is from Heuristic Database Searching topic in section Database Similarity Searching of Bioinformatics |
Answer» Correct choice is (c) decrease |
|
14. |
Dynamic programming method is the fastest and most practical method.(a) True(b) FalseI had been asked this question at a job interview.The question is from Heuristic Database Searching topic in chapter Database Similarity Searching of Bioinformatics |
Answer» The correct choice is (b) False |
|
15. |
The use of low-complexity masking in the BLAST procedure means that it may have higher specificity than FASTA because potential false positives are reduced.(a) True(b) FalseThis question was addressed to me in examination.My question comes from Comparison of FASTA and BLAST in division Database Similarity Searching of Bioinformatics |
Answer» Right answer is (a) True |
|
16. |
The main application of pairwise alignment is retrieving biological sequences in databases based on similarity.(a) True(b) FalseThe question was asked in a national level competition.My doubt stems from Heuristic Database Searching in chapter Database Similarity Searching of Bioinformatics |
Answer» Correct option is (a) True |
|
17. |
The specificity refers to the ability to include incorrect hits.(a) True(b) FalseThis question was posed to me in a job interview.My question is based upon Heuristic Database Searching topic in chapter Database Similarity Searching of Bioinformatics |
Answer» The correct option is (b) False |
|
18. |
Z-score describes the number of standard deviations from the mean score for the database search.(a) True(b) FalseThis question was posed to me in an interview.The above asked question is from FASTA topic in division Database Similarity Searching of Bioinformatics |
Answer» Correct answer is (a) True |
|
19. |
Par Align is a web-based server that uses parallel processors to perform exhaustive sequence comparisons using either a parallelized version of the Smith–Waterman algorithm or a heuristic program for further speed gains.(a) True(b) FalseI got this question in semester exam.My question is taken from Database Searching with the Smith topic in division Database Similarity Searching of Bioinformatics |
Answer» Correct choice is (a) True |
|
20. |
Currently, there are two major heuristic algorithms for performing database searches: BLAST and FASTA.(a) True(b) FalseI had been asked this question in my homework.The doubt is from Heuristic Database Searching in division Database Similarity Searching of Bioinformatics |
Answer» The correct OPTION is (a) True |
|
21. |
Scan PS is a web-based program that implements a modified version of the Needleman-Wunsch algorithm.(a) True(b) FalseThe question was posed to me by my college professor while I was bunking the class.Question is taken from Database Searching with the Smith in chapter Database Similarity Searching of Bioinformatics |
Answer» Right OPTION is (b) False |
|
22. |
Which of the following is not a benefit of BLAST?(a) Handling of gaps(b) Speed(c) More sensitive(d) Statistical rigorThe question was asked during a job interview.This intriguing question comes from Comparison of FASTA and BLAST in division Database Similarity Searching of Bioinformatics |
Answer» The CORRECT CHOICE is (a) Handling of gaps |
|
23. |
Local sequence alignments are necessary for many cases out of which one is repeated.(a) True(b) FalseThe question was asked during an interview for a job.This interesting question is from Database Searching with the Smith in chapter Database Similarity Searching of Bioinformatics |
Answer» The CORRECT CHOICE is (a) True |
|
24. |
FASTA doesn’t use bit scores.(a) True(b) FalseThis question was posed to me in exam.My query is from FASTA in chapter Database Similarity Searching of Bioinformatics |
Answer» Correct choice is (b) False |
|
25. |
In Smith–Waterman algorithm, in initialization Step, the _________ row and ________ column are subject to gap penalty.(a) first, first(b) first, second(c) second, First(d) first, lastI have been asked this question in semester exam.My query is from Database Searching with the Smith topic in section Database Similarity Searching of Bioinformatics |
Answer» The CORRECT answer is (a) first, first |
|
26. |
The web-based FASTA program is offered by the European Bioinformatics Institute.(a) True(b) FalseThis question was posed to me by my college director while I was bunking the class.The question is from FASTA topic in section Database Similarity Searching of Bioinformatics |
Answer» The CORRECT option is (a) True |
|
27. |
A recent improvement in the implementation of BLAST is the ability to provide gapped alignment.(a) True(b) FalseThe question was asked in quiz.My doubt stems from Basic Local Alignment Search Tool (BLAST) in chapter Database Similarity Searching of Bioinformatics |
Answer» The correct option is (a) True |
|
28. |
In sequence alignment by BLAST, each word from query sequence is typically _______ residues for protein sequences and _______ residues for DNA sequences.(a) ten, eleven(b) three, three(c) three, eleven(d) three, tenI got this question in final exam.My question is taken from Basic Local Alignment Search Tool (BLAST) topic in division Database Similarity Searching of Bioinformatics |
Answer» The correct option is (c) THREE, eleven |
|
29. |
One of the challenges in SWA is obtaining correct alignments in regions of low similarity between distantly related biological sequences.(a) True(b) FalseThis question was posed to me during an online interview.Question is from Database Searching with the Smith topic in division Database Similarity Searching of Bioinformatics |
Answer» Correct option is (a) True |
|
30. |
In SW algorithm, to align two sequences of lengths of m and n _________ time is required.(a) O(mn)(b) O(m^2n)(c) O(m^2n^3)(d) O(mn^2)The question was posed to me by my college professor while I was bunking the class.I would like to ask this question from Database Searching with the Smith in portion Database Similarity Searching of Bioinformatics |
Answer» RIGHT option is (b) O(m^2n) Explanation: The Smith–Waterman algorithm is quite demanding of time. HENCE if two SEQUENCES of lengths of m and nhave to be aligned, the REQUIRED time is O(m^2n). It requires O(mn) calculation STEPS. |
|
31. |
FASTA and BLAST are __________ but __________ for larger datasets.(a) faster, more sensitive(b) faster, less sensitive(c) slower, less sensitive(d) slower, more sensitiveThis question was addressed to me by my college director while I was bunking the class.My question is based upon Database Searching with the Smith topic in division Database Similarity Searching of Bioinformatics |
Answer» Correct option is (B) faster, less sensitive |
|
32. |
The last step is to perform a statistical evaluation of the final alignment as in BLAST, which produces the E-value.(a) True(b) FalseI got this question by my college director while I was bunking the class.This is a very interesting question from FASTA in section Database Similarity Searching of Bioinformatics |
Answer» The correct ANSWER is (a) True |
|
33. |
Which of the following is not correct about BLAST?(a) The BLAST web server has been designed in such away as to simplify the task of program selection(b) The programs are organized based on the type of query sequences(c) The programs are organized based on the type of nucleotide sequences, or nucleotide sequence to be translated(d) BLAST is not based on heuristic searching methodsI got this question in an interview.My question is based upon Basic Local Alignment Search Tool (BLAST) in section Database Similarity Searching of Bioinformatics |
Answer» CORRECT choice is (d) BLAST is not based on heuristic searching methods The explanation: BLAST and FASTA are based on heuristic searching methods. In addition, programs for special purposes are grouped separately; for example, bl2seq, immunoglobulin BLAST, and VECSCREEN, a program for REMOVING contaminating vector SEQUENCES. |
|
34. |
BLASTX uses protein sequences as queries to search against a protein sequence database.(a) True(b) FalseThe question was posed to me in exam.I'd like to ask this question from Basic Local Alignment Search Tool (BLAST) in section Database Similarity Searching of Bioinformatics |
Answer» CORRECT choice is (B) False Explanation: BLASTP, and not BLASTX, uses PROTEIN SEQUENCES as queries to search against a protein sequence database. BLASTX uses nucleotide sequences as queries and translates them in all six reading frames to produce translated protein sequences, which are used to QUERY a protein sequence database. |
|
35. |
In sequence alignment by BLAST, the second step is to search a sequence database for the occurrence of these words.(a) True(b) FalseI got this question in my homework.My question is from Basic Local Alignment Search Tool (BLAST) in section Database Similarity Searching of Bioinformatics |
Answer» Correct choice is (a) True |
|
36. |
Which of the following is incorrect?(a) Smith–Waterman algorithm is the fastest(b) Smith–Waterman algorithm is comparatively slower method(c) To speedup up comparison, heuristic methods are used(d) Heuristic algorithms perform faster searchesThe question was posed to me during an interview.This intriguing question originated from Heuristic Database Searching topic in portion Database Similarity Searching of Bioinformatics |
Answer» The correct choice is (a) Smith–Waterman algorithm is the fastest |
|
37. |
Which of the following is not a benefit or a factual of FASTA over BLAST?(a) FASTA scans smaller window sizes(b) It gives more sensitive results(c) It gives less sensitive results(d) It gives results with a better coverage rate for homologsThis question was addressed to me in homework.The above asked question is from Comparison of FASTA and BLAST in portion Database Similarity Searching of Bioinformatics |
Answer» The correct option is (c) It gives less sensitive results |
|
38. |
The second step in FASTA is to narrow down the high similarity regions between the two sequences.(a) True(b) FalseThe question was posed to me in an interview.This key question is from FASTA in division Database Similarity Searching of Bioinformatics |
Answer» Right option is (a) True |
|
39. |
BLAST uses a _______ to find matching words, whereas FASTA identifies identical matching words using the _____(a) substitution matrix, hashing procedure(b) substitution matrix, blocks(c) hashing procedure, substitution matrix(d) ktups, substitution matrixThis question was addressed to me in a national level competition.The query is from Comparison of FASTA and BLAST in section Database Similarity Searching of Bioinformatics |
Answer» The CORRECT choice is (a) substitution matrix, HASHING procedure |
|
40. |
The first step in FASTA alignment id to arrange the sequences in matrices’ rows and columns in order to be analyzed.(a) True(b) FalseThe question was asked in an interview for internship.The query is from FASTA in section Database Similarity Searching of Bioinformatics |
Answer» CORRECT choice is (b) False The explanation: The first step in FASTA alignment is to identify ktups between TWO sequences by USING the hashing STRATEGY. This strategy works by constructing a look up table that shows the position of each ktup for the two sequences under consideration. The mentioned METHOD is similar to that of BLAST. |
|
41. |
If one is looking for protein homologs encoded in newly sequenced genomes, one may use TBLASTN, which translates nucleotide database sequences in all six open reading frames.(a) True(b) FalseI have been asked this question in an interview.My doubt stems from Basic Local Alignment Search Tool (BLAST) topic in section Database Similarity Searching of Bioinformatics |
Answer» CORRECT choice is (a) True To explain I would say: This may help to identify protein coding genes that have not YET been annotated. If a DNA SEQUENCE is to be used as the query, a protein-level comparison can be DONE with TBLASTX. However, both PROGRAMS are very computationally intensive and the search process can be very slow. |
|
42. |
The BLAST program was developed in _______(a) 1992(b) 1995(c) 1990(d) 1991This question was posed to me in quiz.My question comes from Basic Local Alignment Search Tool (BLAST) in section Database Similarity Searching of Bioinformatics |
Answer» Correct option is (c) 1990 |
|
43. |
In FASTA, neighboring high-scoring segments along the same diagonal are selected and joined to form a single alignment.(a) True(b) FalseI had been asked this question in unit test.This is a very interesting question from FASTA in portion Database Similarity Searching of Bioinformatics |
Answer» The correct option is (a) True |
|
44. |
Which of the following is not correct about FASTA?(a) Its stands for FAST ALL(b) It was in fact the first database similarity search tool developed, preceding the development of BLAST(c) FASTA uses a ‘hashing’ strategy to find matches for a short stretch of identical residues with a length of k(d) The string of residues is known as blocksThe question was posed to me in my homework.This interesting question is from FASTA in chapter Database Similarity Searching of Bioinformatics |
Answer» Correct answer is (d) The string of residues is known as blocks |
|
45. |
Which of the following is not one of the requirements for implementing algorithms for sequence database searching?(a) Size of the dataset(b) Sensitivity(c) Specificity(d) SpeedThis question was posed to me in my homework.I'm obligated to ask this question of Heuristic Database Searching in chapter Database Similarity Searching of Bioinformatics |
Answer» Correct answer is (a) Size of the dataset |
|
46. |
FASTA is derived from logic of the dot plot.(a) True(b) FalseThis question was addressed to me in unit test.This intriguing question originated from Comparison of FASTA and BLAST topic in section Database Similarity Searching of Bioinformatics |
Answer» Correct answer is (a) True |
|
47. |
Which of the following is incorrect the ‘word’ method?(a) Both BLAST and FASTA use a heuristic word method(b) Word method is used for fast pairwise sequence alignment in BLAST and FASTA(c) The basic assumption is that two related sequences must have at least one word in common(d) Two related sequences must have at zero word in common while assumingThe question was asked during an interview.The question is from Heuristic Database Searching topic in division Database Similarity Searching of Bioinformatics |
Answer» Right option is (d) TWO related sequences must have at zero word in common while assuming |
|
48. |
The function of the scoring matrix is to conduct one-to-one comparisons between all components in two sequences and record the optimal alignment results.(a) True(b) FalseI have been asked this question in unit test.This intriguing question comes from Database Searching with the Smith topic in section Database Similarity Searching of Bioinformatics |
Answer» RIGHT choice is (a) True For explanation: The scoring PROCESS reflects the concept of dynamic programming. The FINAL optimal alignment is FOUND by iteratively expanding the growing optimal alignment. |
|
49. |
BLAST might not find matches for very short sequences.(a) True(b) FalseThis question was addressed to me in a job interview.I want to ask this question from Comparison of FASTA and BLAST topic in chapter Database Similarity Searching of Bioinformatics |
Answer» Correct choice is (a) True |
|
50. |
FASTX, which compares a protein query sequence to a translated DNA database.(a) True(b) FalseThis question was posed to me in an interview for job.The doubt is from FASTA topic in section Database Similarity Searching of Bioinformatics |
Answer» RIGHT answer is (B) False The best I can EXPLAIN: Some available variants of the program are FASTX and TFASTX. FASTX translates a DNA SEQUENCE and USES the translated protein sequence to query a protein database. TFASTX compares a protein query sequence to a translated DNA database. |
|