Preguntas de entrevista de Bioinformatics engineer
90
Preguntas de entrevista para Bioinformatics Engineer compartidas por los candidatosPrincipales preguntas de entrevista

Given a set of XY pairs I want to create a data structure such that searching, insertion and deletion is extremely fast using the X value. But I also want to be able to find the maximum Y value at any given time. What data structure would you use for this problem? How would you keep track of the maximum Y value? This Y value can also get deleted during the process.
2 respuestas↳
Still looking :)
↳
Max Heap http://en.wikipedia.org/wiki/Heap_(data_structure)

What kinds of programming languages do I usually code in? Which one do I feel the most comfortable with?
1 respuestas↳
It depends on the purpose of the project. I use R for data analytics and Python and Perl for development. Menos

What do you know about Markov chains?
1 respuestas↳
Markov chains, or HMM, is a statistical random model for predicting future status. It is widely used in bioinformatics, genome annotation, voice recognition and weather forecast. It estimates the probability of next status based on the current available datasets. Menos

Crazy long programming test regarding differential expression analysis
1 respuestas↳
I did not answer the test.


What are ways to reduce unwanted errors in production?
1 respuestas↳
I suggested code testing and code coverage. They did not like this. The answer they wanted was; a statistical analysis of the results to show that the differences were 'good enough' and therefore justified updating the code. Menos

What do you know about the BLAST algorithm?
1 respuestas↳
BLAST is a sequence searching tool using query sequence(s) to find similar sequences in a database(subject). It uses statistics to give the matched sequences a number of parameters such as similarity, score, e-value, gap number. It is applied in bioinformatics to get homologous sequences. Menos



How do you use NCBI to find information on a list of genes
1 respuestas↳
use ncbi batcht entrez search