Upload Button Icon Add office photos

Filter interviews by

Breech Oralcare Java Developer Interview Questions and Answers

Updated 10 Oct 2024

Breech Oralcare Java Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Boat streams percentage etc..

Round 2 - Coding Test 

Factlrial prime duplicate in array etc

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a Java Developer with 5 years of experience in developing web applications and implementing solutions using Java technologies.

    • 5 years of experience in Java development

    • Proficient in developing web applications

    • Skilled in implementing solutions using Java technologies

  • Answered by AI
  • Q2. Oops mulithreading and main and voud main difference
  • Ans. 

    In Java, main method is the entry point of a program while void main is not a valid method signature. Multithreading in Java allows multiple threads to run concurrently.

    • Main method is the entry point of a Java program, it must be public static void main(String[] args)

    • Void main is not a valid method signature in Java

    • Multithreading in Java allows multiple threads to run concurrently, improving performance and responsiven

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Remove duplicate from list

Round 2 - Technical 

(2 Questions)

  • Q1. Java 8 features
  • Q2. Stack and memory changes
Round 3 - One-on-one 

(1 Question)

  • Q1. Spring boot coding
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Naukri.com

Round 1 - Technical 

(1 Question)

  • Q1. Data structures Core java Spring boot Hibernate

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice company
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Sep 2023.

Round 1 - Coding Test 

Code was of leetcode medium level.

Round 2 - Technical 

(2 Questions)

  • Q1. Easy level DS code
  • Q2. Question related to database
Round 3 - Technical 

(3 Questions)

  • Q1. Questions related to SQL
  • Q2. Inner join of three tables
  • Ans. 

    Inner join of three tables in SQL

    • Use the JOIN keyword to combine three tables based on a common column

    • Specify the columns to select from each table

    • Use the ON keyword to specify the join condition

  • Answered by AI
  • Q3. What is cross join
  • Ans. 

    Cross join is a type of join operation in SQL that returns the Cartesian product of two tables.

    • Cross join does not require any matching condition between the tables.

    • It combines each row from the first table with every row from the second table.

    • Cross join can result in a large number of rows if the tables are big.

    • Example: SELECT * FROM table1 CROSS JOIN table2;

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Oct 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Annotations used in Springboot project
  • Ans. 

    Annotations are used in Springboot project for various purposes such as dependency injection, mapping requests, and handling exceptions.

    • Annotations are used to provide metadata to the Spring framework.

    • Some commonly used annotations in Springboot are @Autowired, @RestController, @RequestMapping, @ExceptionHandler, and @Service.

    • Annotations help in reducing the boilerplate code and make the code more readable and maintain...

  • Answered by AI
  • Q2. Core java question on exception handling, methods, OOPS

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepared for Core Java and Springboot. Scenarios based questions and core java programs and tricky questions.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

It was an online coding round where i was given two medium leetcode questions was able to do both of them in the given time and had a positive response from the interviewer

Round 2 - Technical 

(1 Question)

  • Q1. Questions were asking from java kafka sql and system design all the questions that were asked were of medium difficulty
Round 3 - Technical 

(1 Question)

  • Q1. This was my final round with the senior manager in which we did system design for car parking system it was a great round as i enjoyed it a lot.

Interview Preparation Tips

Interview preparation tips for other job seekers - please check the reviews of the org on other platforms before joining
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. About Myself in details
  • Q2. Past internships and work experiences
Round 2 - Technical 

(2 Questions)

  • Q1. Primary keys, Unique key
  • Q2. Usage advantages and disadvantages of Indexing
Round 3 - Coding Test 

SQL- 1 departments with no users
2 dept_id and their respective no. of users

DSA1: Most frequent no. in an array
DSA2: Zero Sum subarray exists

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basis DSA well
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Job Fair and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java oops concepts
Round 2 - HR 

(1 Question)

  • Q1. Self intro for yourself
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It is very impressive work on Josh technology assessment because we learn many new skills.

Round 2 - Technical 

(2 Questions)

  • Q1. What is api and how it is work ?
  • Ans. 

    API stands for Application Programming Interface. It is a set of rules and protocols that allows different software applications to communicate with each other.

    • APIs define the methods and data formats that applications can use to request and exchange information.

    • APIs can be used to access services provided by other software applications, such as retrieving data from a database or sending notifications.

    • Examples of APIs ...

  • Answered by AI
  • Q2. What is software development life cycle and which steps are following?
  • Ans. 

    Software development life cycle (SDLC) is a process used by software developers to design, develop, and test software.

    • 1. Planning: Define the project scope, requirements, and objectives.

    • 2. Analysis: Gather and analyze user requirements.

    • 3. Design: Create a detailed design of the software.

    • 4. Implementation: Develop the software based on the design.

    • 5. Testing: Test the software for bugs and issues.

    • 6. Deployment: Release t...

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Sep 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Difficult to crack the aptitude

Round 2 - Coding Test 

Easy to solve coding...............

Round 3 - Technical 

(2 Questions)

  • Q1. They asked three aptitude questions and one coding
  • Q2. Project that I done in

Interview Preparation Tips

Topics to prepare for CTS Consulting & Technical Support Java Developer interview:
  • Coding
Interview preparation tips for other job seekers - moderate to crack the interview for java developers in cts

Breech Oralcare Interview FAQs

How many rounds are there in Breech Oralcare Java Developer interview?
Breech Oralcare interview process usually has 3 rounds. The most common rounds in the Breech Oralcare interview process are Aptitude Test, Coding Test and HR.

Tell us how to improve this page.

Electrical Maintenance Engineer
5 salaries
unlock blur

₹1.8 L/yr - ₹3.1 L/yr

Production Supervisor
5 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Electrical Engineer
4 salaries
unlock blur

₹1.9 L/yr - ₹2.2 L/yr

Purchase Executive
3 salaries
unlock blur

₹3.7 L/yr - ₹4.1 L/yr

HR Assistant
3 salaries
unlock blur

₹1.5 L/yr - ₹5 L/yr

Explore more salaries
Compare Breech Oralcare with

Dhoot Transmission

3.7
Compare

Genius Consultants

3.8
Compare

Apotex Research

4.1
Compare

Athena BPO

3.2
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview