Upload Button Icon Add office photos

Filter interviews by

Ohhpro Technologies Interview Questions and Answers

Updated 22 Apr 2025
Popular Designations

7 Interview questions

An Android Developer was asked 2mo ago
Q. What is Java?
Ans. 

Java is a high-level, object-oriented programming language designed for portability across platforms and ease of use.

  • Platform Independence: Java code is compiled into bytecode, which can run on any device with a Java Virtual Machine (JVM), ensuring 'write once, run anywhere'.

  • Object-Oriented: Java supports principles like encapsulation, inheritance, and polymorphism, allowing for modular and reusable code.

  • Rich Stan...

View all Android Developer interview questions
🔥 Asked by recruiter 2 times
An Android Developer was asked 2mo ago
Q. What is an interface?
Ans. 

An interface in Java defines a contract for classes, specifying methods that must be implemented without providing their implementation.

  • An interface can contain method signatures and constants but no method bodies.

  • Classes implement interfaces using the 'implements' keyword, e.g., 'class MyClass implements MyInterface'.

  • Interfaces support multiple inheritance, allowing a class to implement multiple interfaces.

  • Exampl...

View all Android Developer interview questions
A Reactjs Developer was asked 8mo ago
Q. How would you create a dynamic form from a given dataset?
Ans. 

Use the dataset to dynamically create a form.

  • Iterate through the dataset to generate form fields

  • Use React state to manage form data

  • Implement validation for form fields

  • Handle form submission to send data

View all Reactjs Developer interview questions
A Reactjs Developer was asked 8mo ago
Q. Create a calculator application with complete functionality.
Ans. 

A calculator app with all functionality

  • Create a UI with buttons for numbers, operators, and functions

  • Implement logic to perform calculations based on user input

  • Include features like memory functions, history of calculations, and error handling

View all Reactjs Developer interview questions
A Java Developer was asked 9mo ago
Q. Write a program to print the longest non-repeating substring.
Ans. 

Program to print Longest non repeating substring

  • Use a sliding window approach to iterate through the string

  • Keep track of the characters seen so far in a set

  • Update the start index of the substring when a repeating character is encountered

  • Calculate the length of the current substring and update the longest substring found so far

View all Java Developer interview questions
A Java Developer was asked 9mo ago
Q. Write a program to remove duplicate elements from an ArrayList.
Ans. 

Program to remove duplicate elements from ArrayList

  • Create a new HashSet to store unique elements

  • Iterate through the ArrayList and add elements to the HashSet

  • Convert the HashSet back to an ArrayList to remove duplicates

View all Java Developer interview questions
A Java Developer was asked 9mo ago
Q. Create a DB schema and build a RESTful API using Spring Boot.
Ans. 

Design DB schema and create RESTFul API using SpringBoot

  • Design the database schema with tables, relationships, and constraints

  • Create entity classes in Java corresponding to the database tables

  • Use Spring Data JPA to interact with the database

  • Implement RESTful endpoints using Spring Boot controllers

  • Use annotations like @GetMapping, @PostMapping, @PutMapping, @DeleteMapping for mapping HTTP requests to controller met...

View all Java Developer interview questions
Are these interview questions helpful?

Ohhpro Technologies Interview Experiences

4 interviews found

Reactjs Developer Interview Questions & Answers

user image RANJAN PALAI

posted on 10 Oct 2024

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

I applied via Placement India and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Make a calculator app with all functionality
  • Ans. 

    A calculator app with all functionality

    • Create a UI with buttons for numbers, operators, and functions

    • Implement logic to perform calculations based on user input

    • Include features like memory functions, history of calculations, and error handling

  • Answered by AI
  • Q2. React Basic questions
Round 2 - Technical 

(1 Question)

  • Q1. Creating dynamic form from given dataset
  • Ans. 

    Use the dataset to dynamically create a form.

    • Iterate through the dataset to generate form fields

    • Use React state to manage form data

    • Implement validation for form fields

    • Handle form submission to send data

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Initially, the HR mentioned there would be only one final interview round,and she agreed to my expected CTC, which gave me a positive impression of the process. However,after i succesfully completed the first round, answering all the questions correctly and finishing the live coding assignment within a few minutes, they suddenly introduced an unexpected second round.

In the second round, I cleared the first live coding task again within minutes , But instead of wrapping things up , they stretched the nterview unnecessarily by adding more tasks, almost as if they were waiting for me to make a mistake. Eventually,when i couldn't answer one minor question, they made it the focal point of the HR discussion. The HR then claimed that because of that one question, I would need training, and they offered me 50% less than my current salary. This was shocking,especially since I'm an experienced professional and we had already agreed on a CTC during the initial discussion.

I rejected the offer immidietly . It flet like a complete misrepresentation of the job offer, as they initially agreed to my expectations but then offered significantly less after manipulating the interview process. The unprofessionalism was evident throughout the entire communication was done via WhatsApp , Which seemed incredibly unprofessional for a hiring process.

In summary, this experience felt misleading and unprofessional from the start. if you value transparency and professionalism in your hiring process, I wouldn't recommend engaging with this company. This will be complete waste if you attend the interview , They wasted my 2 week

Skills evaluated in this interview

Java Developer Interview Questions & Answers

user image Niranjan Panigrahi

posted on 19 Sep 2024

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

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

Round 1 - Technical 

(6 Questions)

  • Q1. Write a Java program to reverse a string.
  • Q2. Write a Program to remove duplicate elements from ArrayList.
  • Ans. 

    Program to remove duplicate elements from ArrayList

    • Create a new HashSet to store unique elements

    • Iterate through the ArrayList and add elements to the HashSet

    • Convert the HashSet back to an ArrayList to remove duplicates

  • Answered by AI
  • Q3. Write a Program to print Longest non repeating substring.
  • Q4. Without Using collection and stream , write the solution for 3rd question
  • Ans. 

    Provide a solution to a problem without using collections or streams in Java.

    • Use basic arrays to store data. Example: String[] names = new String[5];

    • Implement loops for iteration. Example: for (int i = 0; i < names.length; i++) { /* process names[i] */ }

    • Utilize conditional statements for logic. Example: if (names[i].equals("John")) { /* do something */ }

    • Create methods for modularity. Example: public void processName...

  • Answered by AI
  • Q5. Create DB schema and Build RESTFul API using SpringBoot,
  • Q6. Another String question was there.

Interview Preparation Tips

Interview preparation tips for other job seekers - Misrepresentation Job Offer, Unorganized and Unexpected Interview Experience
(Highly recommend to all- Think before you give the interview)
I received from a Senior HR and she congratulated me for clearing the interview, despite clearing the round ,they unexpectedly informed me that they want to hire as an intern with a stipend 9-10k for the first 3 months, followed by a salary 2LPA. I declined the offer because it didn't align with the expectations discussed earlier, Considering my relocation banagalore to bhubaneswar.

Skills evaluated in this interview

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

Basic java and advanced java

Round 2 - Technical 

(1 Question)

  • Q1. What is interface
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. What is interface?
  • Ans. 

    An interface in Java defines a contract for classes, specifying methods that must be implemented without providing their implementation.

    • An interface can contain method signatures and constants but no method bodies.

    • Classes implement interfaces using the 'implements' keyword, e.g., 'class MyClass implements MyInterface'.

    • Interfaces support multiple inheritance, allowing a class to implement multiple interfaces.

    • Example: 'p...

  • Answered by AI
  • Q2. What is Java
  • Ans. 

    Java is a high-level, object-oriented programming language designed for portability across platforms and ease of use.

    • Platform Independence: Java code is compiled into bytecode, which can run on any device with a Java Virtual Machine (JVM), ensuring 'write once, run anywhere'.

    • Object-Oriented: Java supports principles like encapsulation, inheritance, and polymorphism, allowing for modular and reusable code.

    • Rich Standard ...

  • Answered by AI

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Ohhpro Technologies?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Coding is good .all skills are developed .

Interview Preparation Tips

Topics to prepare for MNC AUTOMATION Java Developer interview:
  • Advanced Java
  • Java
  • Javascript
Interview preparation tips for other job seekers - Search job for computer science student.I have all skills which required for fresher.
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Distinction, prapit, loess, coding progaram

Round 3 - Group Discussion 

Ant tapring group discussion,and assignment,and case study,

Interview Preparation Tips

Interview preparation tips for other job seekers - My name ravinder i did my graduated decree bcom computer from KLR degree college
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

They asked questions from string, string buffer and hashmap

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions asked in the interview was moderate. Few questions are on oops concepts, multi threading, and from spring boot annotations and there are 4 coding questions 2 are related to string and memory management.
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Core java questions, collections
  • Q2. Spring boot object cloning
  • Ans. 

    Spring Boot object cloning involves creating copies of objects, often using serialization or copy constructors.

    • 1. Shallow Copy: Copies the object's fields but not the objects referenced by those fields.

    • 2. Deep Copy: Creates a new object and recursively copies all objects referenced by the original object.

    • 3. Cloneable Interface: Implementing this interface allows the use of the clone() method for object cloning.

    • 4. Seria...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

General questions from aptitude like logical thinking

Round 2 - Group Discussion 

Group discussions on our plus and interest

I applied via Company Website and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

6 Questions

  • Q1. What about yourself
  • Q2. Java developer
  • Q3. About java
  • Q4. Working experience
  • Q5. About hobby
  • Q6. Communication way

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Ohhpro Technologies Interview FAQs

How many rounds are there in Ohhpro Technologies interview?
Ohhpro Technologies interview process usually has 1-2 rounds. The most common rounds in the Ohhpro Technologies interview process are Technical and Coding Test.
How to prepare for Ohhpro Technologies 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 Ohhpro Technologies. The most common topics and skills that interviewers at Ohhpro Technologies expect are Marketing Management, Business Development, Business Development Management, Business Management and Communication Skills.
What are the top questions asked in Ohhpro Technologies interview?

Some of the top questions asked at the Ohhpro Technologies interview -

  1. Without Using collection and stream , write the solution for 3rd quest...read more
  2. Write a Program to remove duplicate elements from ArrayLi...read more
  3. Create DB schema and Build RESTFul API using SpringBo...read more

Tell us how to improve this page.

Overall Interview Experience Rating

2.5/5

based on 4 interview experiences

Difficulty level

Easy 33%
Moderate 67%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Bluestock ™ Interview Questions
4.5
 • 236 Interviews
Any Brand Interview Questions
4.1
 • 81 Interviews
Pie Infocomm Interview Questions
4.5
 • 41 Interviews
MNC AUTOMATION Interview Questions
4.3
 • 36 Interviews
Birla White Interview Questions
4.3
 • 27 Interviews
BYLD Group Interview Questions
3.8
 • 26 Interviews
Beyondriffs Interview Questions
4.7
 • 25 Interviews
FreshToHome Interview Questions
3.4
 • 23 Interviews
View all

Ohhpro Technologies Reviews and Ratings

based on 14 reviews

3.1/5

Rating in categories

3.5

Skill development

2.4

Work-life balance

3.3

Salary

2.6

Job security

2.7

Company culture

2.6

Promotions

3.2

Work satisfaction

Explore 14 Reviews and Ratings
Fullstack Java Developer
4 salaries
unlock blur

₹2 L/yr - ₹3.6 L/yr

Client Relationship Manager
3 salaries
unlock blur

₹2.1 L/yr - ₹3.7 L/yr

Business Development Manager
3 salaries
unlock blur

₹3.6 L/yr - ₹5 L/yr

Explore more salaries
Compare Ohhpro Technologies with

Bluestock ™

4.5
Compare

ACTE

4.8
Compare

Birla White

4.3
Compare

Zeetech Management And Marketing

4.0
Compare
write
Share an Interview