Upload Button Icon Add office photos

Filter interviews by

Mobinius Technologies Interview Questions and Answers

Updated 16 Oct 2023

Mobinius Technologies Interview Experiences

Popular Designations

2 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via AmbitionBox and was interviewed in Apr 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 - Technical 

(2 Questions)

  • Q1. What is opps conceppt in java
  • Ans. 

    OOPs (Object-Oriented Programming) concept in Java refers to the principles of encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Allowing a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the impleme...

  • Answered by AI
  • Q2. What is android runtime system
  • Ans. 

    Android Runtime (ART) is the managed runtime used by Android operating system to run applications.

    • ART is responsible for executing and managing Android applications on the device.

    • It compiles app code into native machine code for better performance.

    • ART replaced the older Dalvik runtime in Android 5.0 Lollipop.

    • ART supports ahead-of-time (AOT) and just-in-time (JIT) compilation.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of Android and java

Skills evaluated in this interview

Android Developer Interview Questions asked at other Companies

Q1. BST Iterator Problem Statement You are tasked with creating a class named BSTIterator that acts as an iterator for the inorder traversal of a binary search tree. Implement the following functions: BSTIterator(Node root): A constructor that... read more
View answer (1)

Interview Questionnaire 

1 Question

  • Q1. The Questions was mostly about the core oops and a coding problem.

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview takes a day , i applied through a portal and i got a call from Hr and then the second call i receive was after few hours regarding the techinical discussion and a coding problem . After that i got call for third round on same day and that was a formal discussion with the VP and then last round was with HR for the salary discussion.

The best thing is all rounds in one day .

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (210)

Jobs at Mobinius Technologies

View all

Interview questions from similar companies

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 

3 coding questions of moderate difficult

Round 3 - Technical 

(1 Question)

  • Q1. Coding questions asked in coding round

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was quite easy.basic questions reagrding c and puzzles were asked.

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

Round 1 - Coding Test 

Its was fully coding test using METTL platform in that there is only 1 session we need to attend having 6 questions all are Coding only. We don't need to complete all we can complete any of the question the time given was 1hr 30min in this i try to complete atleast 3 questions

Round 2 - Technical 

(1 Question)

  • Q1. In Technical interview they ask about Any programming language u prefer they will ask on that but most of java and paython is mandatory and more questions on java itself and about your project and all
Round 3 - HR 

(1 Question)

  • Q1. In HR round self introduction and about project discussion and they ask what they want to know about u and u r way of thinking about job

Interview Preparation Tips

Interview preparation tips for other job seekers - Its an good offer for Freshers. They are offering 7LPA and intership too with 10k stpnied
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 Aug 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Aptitude Test 

It had 2 programming questions and 30 aptitude questions
it

Round 3 - Technical 

(2 Questions)

  • Q1. Introduce yourself, educational background
  • Q2. What languages are you familiar with
  • Ans. 

    I am familiar with several programming languages including Java, Python, and C++.

    • Proficient in Java and Python

    • Familiar with C++ and JavaScript

    • Experience with SQL and HTML/CSS

    • Comfortable with object-oriented programming and data structures

    • Continuously learning and exploring new languages and technologies

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I had one technical interview which went on for 45 mins. I couldnt clear this round, hence didnt go to the 2nd round. I was given one program and 3 aptittude questions and 3 puzzles
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 Nov 2022. There were 4 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 - Coding Test 

Six coding questions to be solved within an hour. The coding questions were standard aptitude based and did not include any complex topics like Dynamic Programming or trees in my case.

Round 3 - One-on-one 

(1 Question)

  • Q1. I had to solve a problem. Given an expression involving operators and operands with parentheses, convert it to postfix expression. I used the stack data structure.
Round 4 - One-on-one 

(1 Question)

  • Q1. A puzzle question

Interview Preparation Tips

Interview preparation tips for other job seekers - Think that it can be done, and lastly with the support of interviewer, it can be done. All the best
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Online coding test having basic problems and some aptitude problem.

Round 2 - One-on-one 

(3 Questions)

  • Q1. Interviewer will ask opps and 2 basic coding problem 2 aptitude problem if you mention any technology in resume then ask about technology and projects
  • Q2. What is opps ?
  • Ans. 

    OOPs stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.

    • OOPs focuses on creating objects that contain both data and methods to manipulate that data.

    • Encapsulation, inheritance, polymorphism, and abstraction are key principles of OOPs.

    • Examples of OOPs languages include Java, C++, and Python.

  • Answered by AI
  • Q3. What is singleton class ?
  • Ans. 

    A singleton class is a class that can only have one instance created and provides a global point of access to that instance.

    • Singleton classes are often used for logging, caching, database connections, and thread pools.

    • They typically have a private constructor to prevent instantiation from other classes.

    • They provide a static method to access the single instance, which is created if it doesn't exist yet.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Surya Software Systems Software Developer interview:
  • Opps
  • DSA
Interview preparation tips for other job seekers - Focus on learning

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I appeared for an interview in May 2024.

Round 1 - Aptitude Test 

Totally there were 15 questions

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

Paper based exam based on C and embedded c

Round 2 - One-on-one 

(1 Question)

  • Q1. Relevant questions asked
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Focuis on math and on science language

Round 2 - Coding Test 

Focus on mathematics

Mobinius Technologies Interview FAQs

How many rounds are there in Mobinius Technologies interview?
Mobinius Technologies interview process usually has 2 rounds. The most common rounds in the Mobinius Technologies interview process are Resume Shortlist and Technical.
How to prepare for Mobinius 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 Mobinius Technologies. The most common topics and skills that interviewers at Mobinius Technologies expect are Python, Automation Testing, Troubleshooting, Javascript and Agile Coaching.
What are the top questions asked in Mobinius Technologies interview?

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

  1. what is opps conceppt in j...read more
  2. what is android runtime sys...read more
  3. The Questions was mostly about the core oops and a coding probl...read more

Tell us how to improve this page.

Mobinius Technologies Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Mobinius Technologies Reviews and Ratings

based on 17 reviews

3.7/5

Rating in categories

3.6

Skill development

3.5

Work-life balance

3.2

Salary

3.7

Job security

3.6

Company culture

3.1

Promotions

3.7

Work satisfaction

Explore 17 Reviews and Ratings
Senior Data Scientist

Bangalore / Bengaluru

5-7 Yrs

Not Disclosed

Data Analyst

Bangalore / Bengaluru

5-8 Yrs

Not Disclosed

Explore more jobs
Software Engineer
37 salaries
unlock blur

₹2.2 L/yr - ₹9.3 L/yr

Senior Software Engineer
29 salaries
unlock blur

₹6.5 L/yr - ₹20.5 L/yr

Technical Lead
19 salaries
unlock blur

₹9.6 L/yr - ₹21 L/yr

Softwaretest Engineer
13 salaries
unlock blur

₹0.9 L/yr - ₹9.1 L/yr

UI/UX Designer
7 salaries
unlock blur

₹3 L/yr - ₹8.2 L/yr

Explore more salaries
Compare Mobinius Technologies with

Yalamanchili Software Exports

3.3
Compare

ScoreMe Solutions

4.3
Compare

Global Edge Software

3.5
Compare

Trawex Technologies

4.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview