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

      Coditas

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Coditas reviews | Coditas jobs | Coditas salaries | Coditas benefits
      Coditas interviewsCoditas Java Developer (2+ Yrs) interviewsCoditas 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.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

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

      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
      Concentrix
      3.6★Compensation and benefits
      avatar
      BairesDev
      3.8★Compensation and benefits
      avatar
      Sagility
      4.0★Compensation and benefits
      avatar
      Kites Software
      3.8★Compensation and benefits

      Java Developer (2+ Yrs) Interview

      6 Jul 2025
      Anonymous interview candidate
      No offer
      Positive experience
      Average interview

      Application

      I applied online. The process took 1 day. I interviewed at Coditas in Jul 2025

      Interview

      I applied online through the Coditas careers portal in May 2025. Shortly after, I received a call from HR to schedule the Level 1 technical interview. The interview process includes: 2 technical rounds 1 managerial round The L1 round lasted for about 1 hour and focused on: New Java features (Java 8 and beyond) Spring Boot fundamentals Microservices architecture One database technology (in my case, MySQL) They also asked 2–3 coding questions, mostly related to Java Streams, Comparable, and general data structure handling. The interviewer was very kind and supportive — offering subtle hints whenever I was stuck or needed clarification. Below is a detailed list of the questions asked during the interview.

      Interview questions [14]

      Question 1

      You have got two lists in java merge it and sort it using streams
      1 Answer

      Question 2

      You have a list of strings create a map having strs as key and values as no. of occurences of vals in the string
      1 Answer

      Question 3

      Can we not have an api-gateway in our microservice architecture?
      Answer question

      Question 4

      What is the function of a load balancer?
      Answer question

      Question 5

      How can we mention relation between two tables in beans?
      Answer question

      Question 6

      Suppose there are 1 Lac rows in your db and you have to display it to the user then how would you design it in such a way that there's less load on the data base?
      Answer question

      Question 7

      How can you log all the requests and responses from multiple microservices? (You have to log the request, response as well as exceptions)
      Answer question

      Question 8

      How can you call an external api from your current @Service logic?
      Answer question

      Question 9

      Which are the new features introduced on Java 8 and after java 8?
      Answer question

      Question 10

      How can you log the traces of exceptions from multiple microservices in your spring boot application without using SQS or any db like MYSQL?
      Answer question

      Question 11

      You have mentioned kafka and mongo in your resume? what are those?
      Answer question

      Question 12

      What is an interceptor in spring?
      Answer question

      Question 13

      Will transactional be able to commit when we are using file system? Like File has been read, operations have been done and file contents are saved in memory then can we commit the contents of file using this transactional.
      1 Answer

      Question 14

      What will be the output of below code? String st = Arrays.stream(arr).filter(s->s.equalsIgnoreCase("Gill")).findAny().get(); a) Null b) Error
      1 Answer