Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Mobiloitte Technologies Team. If you also belong to the team, you can get access from here

Mobiloitte Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Mobiloitte Technologies Trainee Interview Questions and Answers for Freshers

Updated 30 Jun 2024

Mobiloitte Technologies Trainee Interview Experiences for Freshers

1 interview found

Trainee Interview Questions & Answers

user image Anonymous

posted on 30 Jun 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Simple questions related to strings, oops

Round 2 - HR 

(2 Questions)

  • Q1. Why do you want to join us
  • Ans. 

    I am passionate about the industry and believe in the company's mission and values.

    • I have always been interested in this field and have relevant experience.

    • I admire the company's innovative approach and want to be a part of it.

    • I have heard great things about the company culture and opportunities for growth.

  • Answered by AI
  • Q2. What do you know about our company
  • Ans. 

    Our company is a leading software development firm specializing in creating innovative solutions for businesses.

    • Specializes in software development

    • Creates innovative solutions for businesses

    • Considered a leader in the industry

  • Answered by AI

Interview questions from similar companies

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

Round 1 - HR 

(3 Questions)

  • Q1. Basic question related to your work experience?
  • Q2. Why you are looking for a switch?
  • Ans. 

    Looking for new challenges and growth opportunities.

    • Seeking a more challenging role

    • Want to learn new skills and gain experience

    • Desire for career growth and advancement

    • Company culture or values not aligned with personal values

    • Geographical relocation

    • Better compensation or benefits package

  • Answered by AI
  • Q3. What is your Expectation?
Round 2 - Technical 

(1 Question)

  • Q1. 2 technical rounds from different managers?
Round 3 - Aptitude Test 

Basic logical and Reasoning question ? Where the hr will guide you on few questions.

Round 4 - HR 

(1 Question)

  • Q1. Again they will ask about the expectation. After clear the all round of interviews.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don’t waste your time. Even though You have cleared all the interviews rounds. And once they releasing the offer it will be similar to your current in hand salary.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Communication 

(1 Question)

  • Q1. Self introduction
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Where are you from
  • Q3. Relocate to Pan india
Round 2 - Technical 

(1 Question)

  • Q1. Tell me about yourself
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Jan 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. Irrelevant and needless discussion with no real relevance to the role.
  • Q2. Pretty much onesided

Interview Preparation Tips

Interview preparation tips for other job seekers - Conduct a comprehensive analysis and research regarding the role and department where you will be employed to prevent any harm or uncertainty in your future. If you find yourself in the wrong situation, it could have serious consequences.
Round 1 - Technical 

(5 Questions)

  • Q1. How Instant clone work?
  • Ans. 

    Instant clone is a feature in VMware Horizon that allows for rapid creation of virtual desktops.

    • Instant clones are created from a parent VM in a matter of seconds.

    • They share the same virtual disks as the parent VM, but have their own memory and virtual NICs.

    • Instant clones use a technology called VMFork to create a copy-on-write clone of the parent VM.

    • They are ideal for use cases where a large number of identical virtua...

  • Answered by AI
  • Q2. Explain primary and secondary connection with port numbers from client to agent machine?
  • Ans. 

    Primary and secondary connections with port numbers are used for communication between client and agent machines.

    • Primary connection is established using a well-known port number, such as port 80 for HTTP.

    • Secondary connection is established using a random port number, which is assigned by the client machine.

    • Primary connection is used for initial communication and negotiation, while secondary connection is used for data ...

  • Answered by AI
  • Q3. Have you worked on deploying Horizon infra?
  • Ans. 

    Yes, I have experience in deploying Horizon infrastructure.

    • I have deployed Horizon View infrastructure for virtual desktops.

    • I have configured and managed Horizon Connection Servers.

    • I have worked with Horizon Composer for image management.

    • I have experience in troubleshooting Horizon infrastructure issues.

    • I have implemented Horizon Workspace for application and data access.

  • Answered by AI
  • Q4. Different types of writable volumes?
  • Ans. 

    Writable volumes are used to store user or application data separately from the OS and applications.

    • There are two types of writable volumes: User writable volumes and AppStack writable volumes.

    • User writable volumes are used to store user-specific data and settings.

    • AppStack writable volumes are used to store application-specific data and settings.

    • Writable volumes can be created using VMware App Volumes or Citrix App Lay...

  • Answered by AI
  • Q5. Difference between instant clone and linked clone?
  • Ans. 

    Instant clone creates a copy of the VM while linked clone shares virtual disks with the parent VM.

    • Instant clone is faster to create than linked clone.

    • Instant clone uses a copy-on-write mechanism to create a new VM.

    • Linked clone shares virtual disks with the parent VM and only creates delta disks for changes.

    • Instant clone is useful for creating many identical VMs quickly.

    • Linked clone is useful for creating VMs with sligh

  • Answered by AI
Round 2 - HR 

(5 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Why are you looking for a change?
  • Q5. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Anunta Tech is a very good organization especially if you are a fresher. They are VMware partners and if you are lucky, you could get outsourced to work on VMware projects directly. It also has small projects where you get to build entire infra for the customers... Overall good company if your sole purpose is to learn

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What are the OOPS concepts?
  • Ans. 

    OOPS concepts refer to Object-Oriented Programming concepts which include Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class. Example: Parent class 'Animal' and child class 'Dog'.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: Class 'Car' with private variables and public methods.

    • Polym...

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

    Inheritance is a mechanism in object-oriented programming where a new class inherits properties and behaviors from an existing class.

    • Allows for code reusability and promotes the concept of 'is-a' relationship

    • Derived class can access the attributes and methods of the base class

    • Types of inheritance include single, multiple, multilevel, hierarchical, and hybrid inheritance

  • Answered by AI
  • Q3. Question about SQL like Select, join, Top etc.
  • Q4. Tell me about yourself?
  • Ans. 

    I am a recent graduate with a degree in Business Administration and a passion for marketing and project management.

    • Recent graduate with a degree in Business Administration

    • Passionate about marketing and project management

    • Experience in internships related to marketing and project management

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

Aptitude and combined coding tests

Round 2 - Design round 

(1 Question)

  • Q1. Design a parking app or design a web or mobile app where farmers can directly sell their produce
  • Ans. 

    Design a web/mobile app for farmers to directly sell their produce.

    • Create a user-friendly interface for farmers to list their produce

    • Include features for farmers to set prices and quantities

    • Implement a search function for buyers to find specific produce

    • Include a secure payment system for transactions

    • Allow farmers to track their sales and manage inventory

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

(1 Question)

  • Q1. You have to explain the design of your previous round

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Worst experience company is not so good

Round 2 - Technical 

(2 Questions)

  • Q1. What is object oriented programming
  • Ans. 

    Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

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

    • Encapsulation, inheritance, and polymorphism are key principles of OOP

    • Examples of OOP languages include Java, C++, and Python

  • Answered by AI
  • Q2. Questions on data structute
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Sql questions, joins, primary key, foreign key. Inner queries
  • Q2. Core Java questions

Mobiloitte Technologies Interview FAQs

How many rounds are there in Mobiloitte Technologies Trainee interview for freshers?
Mobiloitte Technologies interview process for freshers usually has 2 rounds. The most common rounds in the Mobiloitte Technologies interview process for freshers are Coding Test and HR.

Tell us how to improve this page.

Mobiloitte Technologies Trainee Interview Process for Freshers

based on 1 interview

Interview experience

2
  
Poor
View more
Mobiloitte Technologies Trainee Salary
based on 5 salaries
₹1 L/yr - ₹2.5 L/yr
51% less than the average Trainee Salary in India
View more details

Mobiloitte Technologies Trainee Reviews and Ratings

based on 5 reviews

3.6/5

Rating in categories

3.7

Skill development

3.6

Work-life balance

3.3

Salary

3.3

Job security

3.6

Company culture

3.6

Promotions

3.6

Work satisfaction

Explore 5 Reviews and Ratings
Software Developer
127 salaries
unlock blur

₹1 L/yr - ₹8.8 L/yr

Software Engineer
44 salaries
unlock blur

₹2 L/yr - ₹8.4 L/yr

Java Developer
26 salaries
unlock blur

₹1.5 L/yr - ₹4.2 L/yr

Software Engineer Trainee
25 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Front end Developer
22 salaries
unlock blur

₹2 L/yr - ₹3.6 L/yr

Explore more salaries
Compare Mobiloitte Technologies with

Softenger

4.1
Compare

Capital Numbers Infotech

4.5
Compare

DesignTech Systems

3.3
Compare

Espire Infolabs

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