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

Clear (1)

Mobiloitte Technologies Trainee Interview Questions and Answers

Updated 30 Jun 2024

Mobiloitte Technologies Trainee Interview Experiences

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

Developer Interview Questions & Answers

Tech Mahindra user image siddharth pandit

posted on 29 Nov 2015

Interview Preparation Tips

Round: Test
Experience: The test started with the verbal ability - reading and comprehension. Especially for Tech M you will have to improve your verbal skills as they strongly emphasize on them.
Logical reasoning section is a little bit easy or you can say that as for me I found it rather easy to handle. Mainly questions were on data interpretation and cubes and relations and ages.
Moving on to the third and last section that comprises of quant is simple. Most of the questions were direct and had 2-3 line solutions. Just improve your basic fundamentals.
Tips: Refer India bix and at least start reading something to improve your vocabulary. Even practicing each section from this site is quite enough.
Duration: 180 min minutes
Total Questions: 130

Round: Problem Statement
Experience: The window given was of only 10 minutes and I was hardly able to write 10-12 lines.
Tips: Guys main aim is to check your sentence making ability and how well you have understood the topic. Whatever you write make sure its well read, grammatically correct and in context with the topic given.

Round: Technical Interview
Experience: Technical interview was a little bit tough. Mainly, the interviewer asked me to explain my project and questions on my field of interest.
Tips: Whatever programming language you know, be ready to at least explain the logic for basic questions asked about that language. Don't try to go round and round over the topic. Just be clear and to the point

Round: HR Interview
Experience: My HR round lasted a mere 3 minutes
Tips: Just don't tremble in front of him and try to answer in a positive way.

General Tips: Be confident in giving your answers.
Also, it is important to crack the Aptitude at the first place or you wont get a chance to showcase your technical knowledge, no matter how strong are you.
So do not ignore that part. Know what company gives importance to what section (as TechM gives for verbal).
Practice with whatever material you get.
Skill Tips: Know the fundamentals.
Master one programming language, its syntax and logic.
Skills:
College Name: JNEC Aurangabad

Developer Interview Questions & Answers

TCS user image Anonymous

posted on 13 Sep 2017

Interview Questionnaire 

1 Question

  • Q1. How setup network in lab anf what equipment u required?
  • Ans. 

    To setup a network in a lab, you need equipment and a plan.

    • Determine the network topology and design

    • Choose appropriate networking equipment such as routers, switches, and cables

    • Configure network settings such as IP addresses and subnet masks

    • Test the network to ensure connectivity and functionality

    • Consider security measures such as firewalls and access control

    • Examples of equipment: Cisco routers, Juniper switches, Cat6

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: They asked about all questions based computer networks and what type of practical u did. And network logarithms how packet works.
Tips: If you are from ece background then computer network one of the option for interview preparation.

College Name: Echelon institute of technology

Skills evaluated in this interview

Developer Interview Questions & Answers

TCS user image Anonymous

posted on 22 Aug 2017

I was interviewed before Aug 2016.

Interview Preparation Tips

Round: Technical Interview
Experience: The interviewer asked me to explain the project I had worked on which followed a series of questions regarding what would happen if some changes are made, or what exactly happens at the back end.
Tips: Be thorough with your project if you want to mention it.

Round: Technical Interview
Experience: The interviewer asked me to explain the project I had worked on which followed a series of questions regarding what would happen if some changes are made, or what exactly happens at the back end.
Tips: Be thorough with your project if you want to mention it.

College Name: GNDU

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

Round 1 - Technical 

(1 Question)

  • Q1. Explain project you have worked.. question session on that. Java and hibernate questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Have ready with atleast 2 good projects with all important points
focus on skill, project and experience.

I applied via LinkedIn and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Technical skills
  • Q2. Mvc

Interview Preparation Tips

Interview preparation tips for other job seekers - ausumn

Interview Questionnaire 

11 Questions

  • Q1. Difference between function and store procedure?
  • Ans. 

    Functions return a value while stored procedures do not.

    • Functions can be used in SQL statements while stored procedures cannot.

    • Functions can be called from within stored procedures.

    • Functions can be used in views while stored procedures cannot.

    • Functions can have input parameters while stored procedures can have both input and output parameters.

  • Answered by AI
  • Q2. What is unique key
  • Ans. 

    A unique key is a field or combination of fields in a database table that uniquely identifies each record.

    • A unique key ensures that no two records in a table have the same values for the specified field(s).

    • It can be a single field or a combination of fields.

    • It is used to enforce data integrity and prevent duplicate records.

    • Examples include primary keys, candidate keys, and alternate keys.

  • Answered by AI
  • Q3. How many types of joining?exmplae
  • Ans. 

    There are four types of joining in SQL: Inner Join, Left Join, Right Join, and Full Join.

    • Inner Join returns only the matching rows from both tables.

    • Left Join returns all the rows from the left table and matching rows from the right table.

    • Right Join returns all the rows from the right table and matching rows from the left table.

    • Full Join returns all the rows from both tables, with NULL values in the columns where there ...

  • Answered by AI
  • Q4. What is constraint?
  • Ans. 

    A constraint is a limitation or restriction on something.

    • Constraints can be applied in various fields such as software development, engineering, and project management.

    • In software development, constraints can include limitations on memory usage, processing speed, and storage capacity.

    • In engineering, constraints can include limitations on materials, dimensions, and weight.

    • In project management, constraints can include l...

  • Answered by AI
  • Q5. What is asp.net life cycle?
  • Ans. 

    ASP.NET life cycle is the series of events that occur during the processing of a request.

    • ASP.NET life cycle includes stages like initialization, page rendering, and disposal.

    • During initialization, the page and its controls are created and initialized.

    • During page rendering, the page is processed and HTML is generated.

    • During disposal, resources used by the page are released.

    • Events like Page_Load and Page_PreRender occur ...

  • Answered by AI
  • Q6. What is the view state?
  • Ans. 

    View state is a hidden state of the page that stores values of controls and other page-specific data.

    • View state is used to maintain the state of server-side controls between postbacks.

    • It is stored in a hidden field on the page and is encrypted for security purposes.

    • View state can be disabled to improve performance, but this may cause issues with control state.

    • Example: A user fills out a form, but then navigates away fr...

  • Answered by AI
  • Q7. What is session?
  • Ans. 

    Session is a way to store and retrieve user data between HTTP requests.

    • Session is a temporary storage of user data on the server side.

    • It is identified by a unique session ID which is stored in a cookie or URL parameter.

    • Session data can be used to maintain user state, such as login status or shopping cart contents.

  • Answered by AI
  • Q8. What is response.redirect?
  • Ans. 

    response.redirect is a method used in web development to redirect the user to a different URL.

    • response.redirect is used to redirect the user to a different URL

    • It is commonly used in web applications to redirect users after a successful login or when accessing restricted pages

    • The method can be used with different programming languages and frameworks, such as ASP.NET, PHP, and Node.js

    • The redirected URL can be specified a

  • Answered by AI
  • Q9. What is querry string ?how we use that?
  • Ans. 

    A query string is a part of a URL that contains data to be passed to a web server.

    • It starts with a question mark (?) and is followed by key-value pairs separated by ampersands (&).

    • It is commonly used to filter or sort data on a web page.

    • Example: www.example.com/search?q=apple&category=fruit

    • To use it, simply append the query string to the end of the URL.

  • Answered by AI
  • Q10.  what is polymerphism
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • Polymorphism allows objects of different classes to be treated as if they were objects of the same class.

    • It is achieved through method overriding and method overloading.

    • Example: A parent class Animal can have child classes like Dog, Cat, and Bird. Each child class can have its own implementation of the method 'makeSound'.

    • Polymorphism makes code more flexibl

  • Answered by AI
  • Q11. Tell me 4 pillars of c++?
  • Ans. 

    The 4 pillars of C++ are Abstraction, Encapsulation, Inheritance, and Polymorphism.

    • Abstraction: Hiding implementation details and showing only necessary information.

    • Encapsulation: Binding data and functions together to prevent external interference.

    • Inheritance: Creating new classes from existing ones, inheriting their properties and methods.

    • Polymorphism: Using a single interface to represent multiple types of objects.

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is your exp?

Interview Preparation Tips

Interview preparation tips for other job seekers - Great

I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What is the aim of joining this compnay

Interview Preparation Tips

Interview preparation tips for other job seekers - Future growth is the exact answer

I applied via Campus Placement and was interviewed before Aug 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Reasoning, mathmatical

Round 2 - Coding Test 

Python/ Java test to solve the problem

Round 3 - HR 

(2 Questions)

  • Q1. Are you ready to work across India?
  • Q2. About agriment, we have not supposed to leave within that period.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with recruits, share your knowledge in positive way.
Contribute & help others!
anonymous
You can choose to be anonymous

Mobiloitte Technologies Interview FAQs

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

Recently Viewed

INTERVIEWS

LTIMindtree

No Interviews

INTERVIEWS

Tata Motors

No Interviews

INTERVIEWS

Cisco

No Interviews

INTERVIEWS

Novozymes South Asia

No Interviews

JOBS

Mobiloitte Technologies

No Jobs

INTERVIEWS

Mobiloitte Technologies

No Interviews

INTERVIEWS

Mobiloitte Technologies

No Interviews

SALARIES

Pinnacle Teleservices

SALARIES

Mobiloitte Technologies

INTERVIEWS

NTT Data

No Interviews

Tell us how to improve this page.

Mobiloitte Technologies Trainee Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Trainee Interview Questions from Similar Companies

TCS Trainee Interview Questions
3.7
 • 59 Interviews
Wipro Trainee Interview Questions
3.7
 • 38 Interviews
Infosys Trainee Interview Questions
3.6
 • 15 Interviews
View all

Mobiloitte Technologies Trainee Reviews and Ratings

based on 4 reviews

1.6/5

Rating in categories

1.9

Skill development

1.6

Work-life balance

1.0

Salary

1.0

Job security

1.6

Company culture

1.6

Promotions

1.6

Work satisfaction

Explore 4 Reviews and Ratings
Software Developer
125 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
45 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Java Developer
26 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer Trainee
25 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

React Native Developer
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Mobiloitte Technologies with

HCLTech

3.5
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

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