The document describes a lab exam question that involves defining an Author class with name, email, and gender instance variables and associated getter and setter methods, except for name and gender which cannot be set. It also includes a toString method to return a string with the author name, gender, and email. Students are tasked with writing the Author class and a TestAuthor class to test it. The second question provides code snippets to fill in blanks to produce the given output of printing a student's name and roll number.