linkedin-skill-assessments-quizzes

Eclipse

Q1. How can you minimise all views except for the currently selected view in the Eclipse interface?

Q2. What happens when you execute the Run -> Skip all Breakpoints command?

Q3. What is not a key part of Eclipse projects and technologies?

Q4. Which is a valid way to create a code snippet?

Q5. In this image, what does the circled button do?

image Q5

Q6. When inserting a snippet containing variables into a source file, how are values for the variable defined?

Q7. How can you create a new Git branch in Eclipse?

Q8. Why might you use the Open Type button?

Q9. In the JUnit view, what is the value in the parentheses after a previously run unit test?

Q10. In this image, what does the circled icon in the Problems view do?

image Q10

Q11. What can you not do in the Expressions view?

Q12. Your code is highlighted in red when running code coverage. Why is this?

Q13. When selecting the Synchronise Workspace option for a project, what perspective is opened?

Q14. Which is not a way to check the value of a variable while debugging?

Q15. How can you configure Eclipse to open a webpage in a browser outside of Eclipse using the Windows (Eclipse) -> Preferences -> General -> Web Browser dialog page?

Q17. What is included in your wqorkspace folder?

Q18. What can you not do in the Variables view?

Q19. What is not a method stub that Eclipse will create for you in the New JUnit Test Case window?

Q20. What does the Problems view show?

Q21. When switching workspaces, what is preserved?

Q22. How can you set files to save automatically when launching an application?

Q23. Which is not a valid way to create a test class?

Q24. What happens when you double-click a Revision Time in the History view?

Q25. What is the benefit of using perspectives?

Reference

Q26. When viewing an XML file in Eclipse, how can you view the file in a visual hierarchy (as opposed to code alone)?

Q27. How can you view all the commits for a single file?

Q28. In the image below, what does the circled button do?

image Q28

Q29. Why might you create multiple debug configurations for the same project?

Q30. You are searching for code using the Search dialog, and no results appear. What is a likely cause?

Q31. If you check out a branch in Eclipse and still see the old code, what is one possible problem?

Q32. What is required to create a Git commit?

Q33. What can you do in the Eclipse Split Editor?

Q34. Why might you run the Project > Clean command?

Q35. How can you terminate debugging in the Debug view?

Q36. How do you connect to and debug a remote Java application/server?

Q37. What is the purpose of adding TODO in a comment?

Q38. When an assert fails where can you view the expected value as compared with the actual value?

Q39. You want to use Bugzilla for managing tasks. What is a prerequisite?

Q41. After opening a code file, you notice some of the syntax coloring is missing. What is the most likely problem?

Q42. When enabled for a specific section, what do the preferences in Java > Editor > Folding control?

Q43. How can you specify arguments to be passed to an application or virtual machine when it is launched?

Q44. In this image, what does the circled button do?

image Q44