Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      CMC Markets

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: CMC Markets reviews | CMC Markets jobs | CMC Markets salaries | CMC Markets benefits
      CMC Markets interviewsCMC Markets Senior Client Service Executive interviewsCMC Markets interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Centre
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy and Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" and logo are proprietary trademarks of Glassdoor LLC.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalised job recommendations and updates by starting your searches.

      Top companies for "Compensation and Benefits" near you

      avatar
      Kerala Financial Corporation
      3.7★Compensation and benefits

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Senior Client Service Executive Interview

      13 May 2016
      Anonymous employee
      London, England
      Accepted offer
      Positive experience
      Difficult interview

      Application

      I applied through a recruiter. I interviewed at CMC Markets (London, England)

      Interview

      Technical questions focused mainly on core Java plus multi-threading with some Java puzzle questions - the goal being to identify ways of tackling difficult problems. Some "what is the output of this piece of code" questions, architecture presentation of a project you worked on. A grilling final stage with an HR representative.

      Interview questions [4]

      Question 1

      Why the first comparison is false and the second is true? Integer a = 1000, b = 1000; System.out.println(a == b); // false Integer c = 100, d = 100; System.out.println(c == d); // true
      Answer question

      Question 2

      What is a CountDownLatch?
      Answer question

      Question 3

      What is UTF-8?
      Answer question

      Question 4

      What are Future and Callbacks?
      Answer question