Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by On My Own Technology Team. If you also belong to the team, you can get access from here

On My Own Technology Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

On My Own Technology Interview Questions and Answers

Updated 16 Jun 2025
Popular Designations

On My Own Technology Interview Experiences

18 interviews found

Interview Questions & Answers

user image Anonymous

posted on 26 May 2025

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

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Concepts of oops and explaining them
  • Ans. 

    Object-Oriented Programming (OOP) is a paradigm based on objects, encapsulating data and behavior for better code organization.

    • Encapsulation: Bundling data and methods that operate on the data within one unit (e.g., a class).

    • Inheritance: Mechanism to create a new class from an existing class, inheriting attributes and methods (e.g., a 'Dog' class inheriting from an 'Animal' class).

    • Polymorphism: Ability to present the s...

  • Answered by AI
  • Q2. Questions depend on my project
  • Q3. Which classes you have used in your project?
  • Ans. 

    In my project, I utilized various classes to enhance functionality and streamline processes in robotics.

    • Used 'Robot' class for defining robot attributes and behaviors.

    • Implemented 'Sensor' class to handle data from various sensors like LIDAR and cameras.

    • Employed 'Actuator' class for controlling motors and other mechanical components.

    • Utilized 'PathPlanning' class for algorithms that navigate the robot through its environ...

  • Answered by AI
  • Q4. Does it is a group project or individual?
  • Ans. 

    This project can be approached both individually and as a group, depending on the goals and scope.

    • Group projects encourage collaboration and diverse perspectives, enhancing creativity.

    • Individual projects allow for personal accountability and focused skill development.

    • For example, a robotics competition can be a group project, while a personal robotics prototype can be an individual endeavor.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - if you don't have any job and you want to start your earning then join this and do continue your better job search with that simultaneously and if u got the better job then leave this organization else don't do job here because their rules are damn strict

Interview Questions & Answers

user image Anonymous

posted on 20 Feb 2025

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Aug 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Are tuples mutable?
  • Ans. 

    No, tuples are immutable in Python.

    • Tuples are immutable, meaning their values cannot be changed after creation.

    • Elements in a tuple cannot be reassigned or modified.

    • Example: tuple1 = (1, 2, 3) - tuple1[0] = 4 will result in an error.

  • Answered by AI
  • Q2. What is the process for blinking an LED?
  • Ans. 

    The process for blinking an LED involves turning it on and off at regular intervals.

    • Connect the LED to a power source and a microcontroller or Arduino board.

    • Write a program to toggle the output pin high and low to turn the LED on and off.

    • Use a delay function to control the timing of the blinking.

    • Repeat the on-off cycle to create the blinking effect.

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

(1 Question)

  • Q1. How can you add an element to a tuple in Python after it has been created?
  • Ans. 

    You cannot directly add an element to a tuple in Python as tuples are immutable.

    • Tuples are immutable in Python, meaning their elements cannot be changed or added once created.

    • If you need to add an element, you can convert the tuple to a list, add the element, and then convert it back to a tuple.

    • Example: tuple1 = (1, 2, 3) -> list1 = list(tuple1) -> list1.append(4) -> tuple1 = tuple(list1)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have some knowledge and are seeking further development, this company is a good fit for you. Even if the salary is low, you can survive for 1-2 years and then pursue better opportunities.

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 26 May 2025

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Quickly Tell me about yourself?
  • Q2. Which tools you have used?

Interview Preparation Tips

Interview preparation tips for other job seekers - Good for freshers l

Interview Questions & Answers

user image Anonymous

posted on 26 May 2025

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Basics of Python
  • Q2. Experience related questions
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(4 Questions)

  • Q1. Technical expertise and knowledge ,courses,qualification and experience
  • Q2. Salary Discussion and negatiation
  • Q3. What do you follow to grow your communication skills?
  • Q4. Why should we hire you.?

Interview Preparation Tips

Interview preparation tips for other job seekers - DO NOT WASTE YOUR TIME!!
Don't fall in their 1 year contractual trap..!

Robotics Engineer Interview Questions & Answers

user image Karuturi Global

posted on 7 May 2025

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

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

  • Q1. Ready To Teach??
  • Q2. Tentative Day Of Joining??
  • Ans. 

    The tentative day of joining refers to the expected start date for a new employee in a company, often discussed during hiring.

    • Clarification of Start Date: It's important to confirm the exact date to ensure both parties are aligned.

    • Consideration of Notice Period: If currently employed, the tentative date may depend on the notice period required by the current employer.

    • Onboarding Process: The start date may also be influ...

  • Answered by AI
  • Q3. Have You Done Any Projects Or Participated In Any Competitions Previously.
  • Ans. 

    I have participated in various robotics projects and competitions, enhancing my skills in design, programming, and teamwork.

    • Robotics Competition: I participated in the RoboCup competition, where my team designed a soccer-playing robot that could navigate and score goals autonomously.

    • Capstone Project: For my final year project, I developed a robotic arm controlled via a mobile app, which demonstrated precision in pickin...

  • Answered by AI
  • Q4. I Am Giving You A Topic _______. Teach This Topic To Me Like A Teacher.

Interview Preparation Tips

Interview preparation tips for other job seekers - If You Ever Get A Chance To Join This Company. Keep Upskilling Yourself Day By Day To Achieve Senior Robotics Or Robotics Manager. Get Involved In Technical Competitions, It Will Give You A Lot Of Exposure In Terms Of Ideas, Travel, & Problem Solving.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

HTML,Python C++,C#,Lisp, pascal

Round 2 - Technical 

(2 Questions)

  • Q1. IT Languages known
  • Ans. 

    Proficient in C++, Python, and Java for developing robotics applications.

    • C++

    • Python

    • Java

  • Answered by AI
  • Q2. Developing robots nd machines
  • Ans. 

    Developing robots and machines involves designing, building, and programming autonomous systems to perform specific tasks.

    • Designing robots and machines involves creating detailed schematics and models to ensure functionality and efficiency.

    • Building robots and machines requires assembling components such as sensors, actuators, and controllers to bring the design to life.

    • Programming robots and machines involves writing c...

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

(1 Question)

  • Q1. Last company experience and salary
  • Ans. 

    I worked as a Robotics Engineer, focusing on automation and AI integration, with a competitive salary reflecting my expertise.

    • Led a team in developing an autonomous robotic arm for manufacturing, improving efficiency by 30%.

    • Collaborated with cross-functional teams to integrate AI algorithms, enhancing the robot's decision-making capabilities.

    • Participated in research projects that resulted in two patents related to robo...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't Join them, Even if you dont have any other company at option,better to stay at home and learn and upgrade new skills then to waste your time working for them. Its a 1 year trap after all.
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Mention your accomplishments in your career
  • Q2. Why have you chosen Robotics
  • Q3. How will you handle conflict at work

Trainer Interview Questions & Answers

user image Anonymous

posted on 3 Sep 2023

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

I applied via Walk-in and was interviewed in Aug 2023. There were 2 interview rounds.

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 - One-on-one 

(5 Questions)

  • Q1. Unprofessional way of hiring with faje promises about salary
  • Q2. Basics casual talk
  • Q3. Tell me something about yourself
  • Q4. Explain your work in stem education projects
  • Q5. Robotics experience based ques
  • Ans. 

    I have hands-on experience in robotics, focusing on automation, programming, and real-world applications in various industries.

    • Developed a robotic arm for precision assembly tasks in a manufacturing setting.

    • Programmed autonomous drones for agricultural monitoring and crop analysis.

    • Participated in a robotics competition, designing a robot for obstacle navigation.

    • Worked with ROS (Robot Operating System) to create simulat...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Unprofessional work culture
Branch managers, senior position peoples are highly boot licker of boss and manipulative

They treat employees like slave
Greedy seniors
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jul 2023. 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 - One-on-one 

(4 Questions)

  • Q1. Very simple and basic questions
  • Q2. Company owners are not good full of ego, selfish behaviour, they treat employees like a slave
  • Q3. Starting me everything seems sweet, beautiful but after time of 2 or 3 months u will start realising u are in trap Work culture is not good dure to poor management Branch manager of Powai, Andheri offices...
  • Q4. Tell me something about yoursepf
  • Ans. 

    Aspiring robotic engineer with a passion for automation and innovative technology, eager to contribute to cutting-edge projects.

    • Educational background in Mechanical Engineering with a focus on robotics.

    • Completed an internship at XYZ Robotics, where I assisted in designing a robotic arm.

    • Participated in a university project that developed a drone for agricultural monitoring.

    • Skilled in programming languages such as Python...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Join only if u want to waste your time

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about On My Own Technology ?
Ask anonymously on communities.

On My Own Technology Interview FAQs

How many rounds are there in On My Own Technology interview?
On My Own Technology interview process usually has 1-2 rounds. The most common rounds in the On My Own Technology interview process are One-on-one Round, Technical and Resume Shortlist.
How to prepare for On My Own Technology 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 On My Own Technology . The most common topics and skills that interviewers at On My Own Technology expect are Communication Skills, Electronics, Robotics, Teaching and Marketing.
What are the top questions asked in On My Own Technology interview?

Some of the top questions asked at the On My Own Technology interview -

  1. How can you add an element to a tuple in Python after it has been creat...read more
  2. What is the process for blinking an L...read more
  3. Simple program to write and explain it to th...read more
How long is the On My Own Technology interview process?

The duration of On My Own Technology interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

2.8/5

based on 14 interview experiences

Difficulty level

Easy 50%
Moderate 40%
Hard 10%

Duration

Less than 2 weeks 100%
View more

On My Own Technology Reviews and Ratings

based on 57 reviews

3.0/5

Rating in categories

3.2

Skill development

2.8

Work-life balance

2.7

Salary

3.2

Job security

2.7

Company culture

3.0

Promotions

2.8

Work satisfaction

Explore 57 Reviews and Ratings
Head Business / Sales Manager

Mumbai,

New Delhi

+1

5-10 Yrs

Not Disclosed

Content Writer

Mumbai

1-3 Yrs

Not Disclosed

Content Writer

Mumbai

1-6 Yrs

Not Disclosed

Explore more jobs
Senior Research Associate
6 salaries
unlock blur

₹3 L/yr - ₹4.5 L/yr

Branch Manager
6 salaries
unlock blur

₹4.5 L/yr - ₹7.5 L/yr

Senior Robotics Trainer
5 salaries
unlock blur

₹3.3 L/yr - ₹5 L/yr

Robotics Trainer
5 salaries
unlock blur

₹2 L/yr - ₹3.2 L/yr

Robotics Engineer
5 salaries
unlock blur

₹2.8 L/yr - ₹4.2 L/yr

Explore more salaries
Compare On My Own Technology with

GD Goenka Public School

3.4
Compare

Aptech

3.6
Compare

Pearson Education India

3.9
Compare

Mahendra’s Institute

3.2
Compare
write
Share an Interview