Upload Button Icon Add office photos

Filter interviews by

Orange Mantra Java Developer Interview Questions and Answers

Updated 16 Nov 2021

Orange Mantra Java Developer Interview Experiences

1 interview found

I applied via campus placement at Uttar Pradesh Technical University (UPTU) and was interviewed before Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. There are 3 round 1. Hr 2. Written round 3.technical round .
  • Q2. In hr questions were asked like introduction, about oops and relocation and all.
  • Q3. In written round 1 coding question and some SQL queries.
  • Q4. In Tr what is exception handling.oops, difference between abstraction and encapsulation about project.
  • Ans. 

    The question is about exception handling, OOPs, and the difference between abstraction and encapsulation in a project.

    • Exception handling is a mechanism to handle runtime errors and prevent program termination.

    • Abstraction is the process of hiding implementation details and showing only necessary information to the user.

    • Encapsulation is the process of binding data and methods together in a single unit.

    • In a project, abstr...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the oops concepts with theoretical and practical.

Skills evaluated in this interview

Interview questions from similar companies

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

(2 Questions)

  • Q1. What is kafka? how to implement it
  • Ans. 

    Kafka is a distributed streaming platform used for building real-time data pipelines and streaming applications.

    • Kafka is designed to handle high-throughput, fault-tolerant, and scalable real-time data streams.

    • It uses topics to categorize data streams, producers publish messages to topics, and consumers subscribe to topics to process messages.

    • Kafka can be implemented using Kafka APIs in Java, Scala, or other programming...

  • Answered by AI
  • Q2. What is Oauth and what is use of it?
  • Ans. 

    OAuth is an open standard for access delegation, commonly used as a way for Internet users to grant websites or applications access to their information on other websites but without giving them the passwords.

    • OAuth allows users to grant access to their information on one site to another site without sharing their credentials.

    • It is commonly used for authentication and authorization in APIs.

    • OAuth uses tokens to access re...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Oops, Interfaces, Exception Handling, Collections, SQL, etc
  • Q2. Coding Question - Find 2nd largest element in array with least time complexity
  • Ans. 

    Find the 2nd largest element in an array with the least time complexity.

    • Sort the array in descending order and return the element at index 1.

    • Initialize two variables to keep track of the largest and second largest elements.

    • Iterate through the array and update the variables accordingly.

    • Return the second largest element.

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Coding Question - print * matrix
  • Q2. HashMap, HashSet, Spring, Spring Framework, Microservices, etc
Round 3 - Behavioral 

(2 Questions)

  • Q1. Basic Details, CTC Info
  • Q2. Tech Stack, Challenges Faced in career

Interview Preparation Tips

Interview preparation tips for other job seekers - There were total 3 round, L1, L2 and Manager round.
Question were easy to moderate level.
Answered all questions perfectly, still after 3rd round, they rejected me without any reason.
After clearing Technical rounds, They will ask you that you have to work in mandatory Night Shifts.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Prime number
  • Q2. Fibonasic serier

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basic logic codes.
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

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was ok. I was not able to solve all the questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Remove the last element from a linkedlist
  • Ans. 

    To remove the last element from a linked list, iterate to the second last node and update its next pointer to null.

    • Iterate through the linked list to find the second last node

    • Update the next pointer of the second last node to null

  • Answered by AI
  • Q2. Some basic questions on oops dbms and os

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

The interviewer asked about javascript basics and DSA questions and some typescript questions

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

Quantitative arithmetic,verbal reasoning,non-verbal reasoning,etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple question on maths

Round 2 - Technical 

(2 Questions)

  • Q1. Explain OOPS concept
  • Ans. 

    OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on creating objects that interact with each other to solve complex problems

    • Key principles include encapsulation, inheritance, polymorphism, and abstraction

    • Encapsulation ensures that the internal state of an object is hidden from the outside world

    • Inheritance allows a class to inherit...

  • Answered by AI
  • Q2. Coding array questions

Orange Mantra Interview FAQs

How to prepare for Orange Mantra Java Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Orange Mantra. The most common topics and skills that interviewers at Orange Mantra expect are Java, Hibernate, J2Ee, Maven and Spring.
What are the top questions asked in Orange Mantra Java Developer interview?

Some of the top questions asked at the Orange Mantra Java Developer interview -

  1. In Tr what is exception handling.oops, difference between abstraction and encap...read more
  2. In hr questions were asked like introduction, about oops and relocation and a...read more
  3. There are 3 round 1. Hr 2. Written round 3.technical roun...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Orange Mantra interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Orange Mantra Java Developer Salary
based on 21 salaries
₹2.2 L/yr - ₹9.4 L/yr
At par with the average Java Developer Salary in India
View more details

Orange Mantra Java Developer Reviews and Ratings

based on 2 reviews

1.0/5

Rating in categories

1.0

Skill development

1.5

Work-Life balance

1.3

Salary & Benefits

1.0

Job Security

1.5

Company culture

1.3

Promotions/Appraisal

1.3

Work Satisfaction

Explore 2 Reviews and Ratings
Software Engineer
55 salaries
unlock blur

₹3.5 L/yr - ₹13 L/yr

Senior Software Engineer
44 salaries
unlock blur

₹4.4 L/yr - ₹16.3 L/yr

Software Developer
27 salaries
unlock blur

₹2.7 L/yr - ₹9.7 L/yr

Business Analyst
21 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Java Developer
21 salaries
unlock blur

₹2.2 L/yr - ₹9.4 L/yr

Explore more salaries
Compare Orange Mantra with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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