lab challenge

Java Challenge: RNA Transcription

Difficulty: Beginner
Duration: Up to 30 minutes
Students: 591
Rating: 3.1/5
Get challenged in a real environmentProve your skills in a real-world, provisioned environment.
Push your limitsComplete an unguided mission within the time limit.
See resultsTest your problem-solving skills and track your progress.

Description

Your task in this challenge is to return the RNA complement of a given DNA strand (per the provided RNA transcription rules). Both DNA and RNA strands are a sequence of nucleotides. Given a DNA strand, its transcribed RNA strand is formed by replacing
each nucleotide with its complement.

Prerequisites

  • Knowledge of Java 11

Intended audience

  • Beginner Java developers

What will be assessed

  • Your ability to write Java code within a time-limited environment

Covered topics