Upload Button Icon Add office photos

Filter interviews by

Mpg Business Information Systems Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is data entry?
  • Ans. 

    Data entry is the process of entering, updating, or verifying data in a computer system.

    • Entering data accurately and efficiently

    • Updating existing data with new information

    • Verifying data for accuracy and completeness

  • Answered by AI
  • Q2. What is your experience with data entry?
  • Ans. 

    I have over 3 years of experience in data entry, including entering, verifying, and updating data in various databases.

    • Proficient in using Microsoft Excel and other data entry software

    • Accurate and efficient in typing and data entry tasks

    • Experience in maintaining confidentiality and data integrity

    • Handled large volumes of data entry tasks with tight deadlines

  • Answered by AI
  • Q3. What is difference between c and c++ ?
  • Ans. 

    C is a procedural programming language while C++ is an object-oriented programming language.

    • C is a procedural programming language, focusing on functions and procedures.

    • C++ is an object-oriented programming language, allowing for classes, objects, and inheritance.

    • C does not support classes and objects, while C++ does.

    • C++ has features like polymorphism, encapsulation, and inheritance which are not present in C.

    • C++ is an...

  • Answered by AI
  • Q4. How you work msword
  • Ans. 

    I am proficient in using MS Word for data entry tasks.

    • I am skilled in formatting text, tables, and images in MS Word.

    • I can create and edit documents, including reports, letters, and spreadsheets.

    • I am familiar with using templates and styles to maintain consistency in documents.

    • I am experienced in using features like spell check, track changes, and mail merge.

    • I am efficient in using keyboard shortcuts to speed up data e

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Data Entry Data Entry Operator interview:
  • Data Entry
  • C
  • HTML
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How would you sell me this pen?
  • Ans. 

    I would highlight the pen's sleek design, smooth writing experience, and durability.

    • Start by showcasing the pen's elegant design and comfortable grip.

    • Highlight the smooth ink flow and precision of the pen for a superior writing experience.

    • Emphasize the durability of the pen, ensuring it will last a long time and provide value for money.

  • Answered by AI
  • Q2. How will sell this pen with higher price than market price?
  • Ans. 

    By highlighting the unique features and benefits of the pen, creating a sense of exclusivity and luxury, and offering personalized customization options.

    • Highlight the premium quality materials used in the pen

    • Emphasize the unique design and craftsmanship

    • Create a sense of exclusivity and luxury associated with owning the pen

    • Offer personalized customization options such as engraving or special packaging

    • Provide excellent c

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on your communication skills.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Naukri.com

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is channel sales management
  • Ans. 

    Channel sales management involves managing relationships with third-party partners to sell products or services.

    • Involves working with distributors, resellers, and other partners to reach customers

    • Requires setting goals, providing support, and monitoring performance of channel partners

    • Examples include companies like Apple working with authorized retailers to sell iPhones

  • Answered by AI
  • Q2. Who is the distributor and who are our channel partners
  • Ans. 

    Our distributor is XYZ Company and our channel partners include ABC Corp and DEF Inc.

    • Distributor: XYZ Company

    • Channel partners: ABC Corp, DEF Inc

    • Distributor is responsible for distributing our products to various channel partners

    • Channel partners help in reaching our products to end customers

    • Maintaining good relationships with distributor and channel partners is crucial for business success

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

(2 Questions)

  • Q1. How much business can you generate in a year.
  • Ans. 

    It is difficult to predict the exact amount of business that can be generated in a year as it depends on various factors.

    • The amount of business generated in a year can vary based on market conditions, competition, economic factors, and company performance.

    • Factors such as marketing strategies, product quality, customer service, and industry trends can also impact the amount of business generated.

    • For example, a new produ...

  • Answered by AI
  • Q2. I already work 24/7
Round 3 - HR 

(1 Question)

  • Q1. A brief introduction about yourself.
  • Ans. 

    I am a passionate and dedicated individual with a background in marketing and a love for creative writing.

    • Background in marketing

    • Passionate about creative writing

    • Dedicated individual

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive read some interview questions regarding channel sales management work like for the positions of sales executive management trainees sales officer Business Development executive in different companies see all the product details prices how the distribution channels work who are the channel partners how what is channel sales management what is sales and marketing management what is business management where is from the company is what company basically does what is the growth of the company what is the total revenue generation per year of that particular company and how many employees does this company have what is the growth ratio of their employees how much salary is the expectation and what salary does the employees gate in that organisation does this organisation have good and what is the market.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(6 Questions)

  • Q1. Difference b/w deep copy and shallow copy
  • Ans. 

    Deep copy creates a new copy of an object with all nested objects also copied, while shallow copy creates a new object with references to the original nested objects.

    • Deep copy creates a new object and recursively copies all nested objects, resulting in a completely independent copy.

    • Shallow copy creates a new object but only copies the references to nested objects, so changes in nested objects reflect in both the origin...

  • Answered by AI
  • Q2. Difference between foreach and map
  • Ans. 

    foreach is used to iterate over an array and perform a function on each element, while map creates a new array by applying a function to each element.

    • foreach does not return a new array, while map does

    • foreach is used for side effects, while map is used for transformation

    • Example: forEach - let numbers = [1, 2, 3]; numbers.forEach(num => console.log(num)); // prints 1, 2, 3

    • Example: map - let numbers = [1, 2, 3]; let doub...

  • Answered by AI
  • Q3. Pure impure pipe
  • Q4. Ngonchanges usage
  • Q5. Basic array methods
  • Q6. Difference null undefined empty values in js
  • Ans. 

    null is an intentional absence of any value, undefined means a variable has been declared but not assigned a value, and empty values are variables that have been assigned a value of empty string, empty array, or empty object.

    • null is used to represent the intentional absence of any value

    • undefined means a variable has been declared but not assigned a value

    • Empty values can be empty string (''), empty array ([]), or empty

  • Answered by AI

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basically It is a list of 25 questions having mix of Resoning,Aptitude &English. Each Queztion carries 2 marks and also there was a plus point that it doesn't have any negative marks

Round 2 - Technical 

(1 Question)

  • Q1. Basically it is about the Technical Subjects that U mention eariler in your coresponding CV's. Whatever Subject you meantioned their gonna answer about it for tge questions regarding to that subject
Round 3 - HR 

(14 Questions)

  • Q1. Brief Description about Youself
  • Q2. What is your goal in Life
  • Q3. What do you know about tgis job Profile
  • Q4. Why should we hire you instead of all achoknowledgable freshers sitting behind for this job role ?
  • Q5. What are ur hobbies and strengths and weeknesses
  • Q6. Why you want to do this job role
  • Q7. Why you want to join us instead of other good companies.
  • Q8. How you balance yourself in a fatal situation
  • Q9. If you alredy working under a company but want to switch it then the questions will remain same but just add some 2 to 3 extra questions like i am meantioning it down👇
  • Q10. What was ur job profile
  • Q11. How do u know about our company
  • Q12. Did u Resign by ur own or The comapny Resign you ??
  • Q13. What was ur salary their
  • Q14. Incase u alredy have an experience in a better company then interviewer ask this -* why joing us instead u have an magnificent well role on your comapny*

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Ofcourse if you are not confident you will get rejected. Because Interviewer asks the 4x questions who has lack of Confidence to broke them to fear .You sbould get rid of that.

2. And Always balance ur words like what u going to say ,read the mind of the interviewer. (ofcourse it take practices)

3.As like our older says "Stand infront of the mirror and start saying about you, define yourself to you, what r u, why r u, how u gonna work this, everything" This'll burn the fear inside you.

4. Don't get Upset if u can not make to a comapny and instead of doing excuses about the company or HR's question, U should work hard on yourself gathering previous mistakes and make to the better comapny

5.And always follow the laws and well prepare your responsibilities.
Thats all Advice i can gave.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(7 Questions)

  • Q1. What is main reason for belt joint failure?
  • Ans. 

    The main reason for belt joint failure is usually due to improper installation or maintenance.

    • Improper installation of the belt joint, such as incorrect alignment or tensioning

    • Lack of proper maintenance, leading to wear and tear of the joint

    • Use of low-quality materials for the joint

    • Excessive load or stress on the belt joint

    • Environmental factors like temperature or humidity affecting the joint

  • Answered by AI
  • Q2. What was the alignment maximum tolerance?
  • Ans. 

    The alignment maximum tolerance refers to the maximum allowable deviation from the specified alignment.

    • Alignment maximum tolerance is the maximum allowable deviation from the specified alignment.

    • It is typically expressed in terms of a percentage or a specific measurement unit.

    • For example, a machine part may have an alignment maximum tolerance of +/- 0.005 inches.

    • Exceeding the alignment maximum tolerance can lead to per

  • Answered by AI
  • Q3. How to replace the bucket wheel reclaimer luffing cylinder?
  • Ans. 

    To replace the bucket wheel reclaimer luffing cylinder, follow these steps.

    • 1. Shut down the machine and ensure all power sources are disconnected.

    • 2. Remove any surrounding components that may obstruct access to the luffing cylinder.

    • 3. Use appropriate tools to disconnect the hydraulic hoses and fittings from the cylinder.

    • 4. Support the weight of the cylinder as it is removed to prevent damage to surrounding components.

    • 5...

  • Answered by AI
  • Q4. What is different between JSA and HIRA?
  • Ans. 

    JSA stands for Job Safety Analysis, focusing on specific job tasks, while HIRA stands for Hazard Identification and Risk Assessment, focusing on overall workplace hazards.

    • JSA is task-specific, focusing on individual job tasks and potential hazards

    • HIRA is broader, looking at overall workplace hazards and assessing risks

    • JSA involves breaking down a job into steps and identifying potential hazards for each step

    • HIRA involv...

  • Answered by AI
  • Q5. How create a PR in SAP?
  • Ans. 

    To create a PR in SAP, you can use transaction code ME51N or ME21N.

    • Use transaction code ME51N to create a purchase requisition in SAP.

    • Enter the necessary details such as material, quantity, delivery date, etc.

    • Save the purchase requisition and it will be created in the system.

    • Alternatively, you can also use transaction code ME21N to create a purchase order directly.

  • Answered by AI
  • Q6. What is procedure of pulley replacement?
  • Ans. 

    The procedure of pulley replacement involves identifying the faulty pulley, removing the old pulley, installing the new pulley, and testing the system.

    • Identify the faulty pulley by checking for any signs of wear or damage.

    • Use appropriate tools to remove the old pulley, such as a pulley puller or wrench.

    • Install the new pulley by aligning it properly and securing it in place.

    • Test the system to ensure the new pulley is fu...

  • Answered by AI
  • Q7. Explain the procedure of PTW?
  • Ans. 

    PTW stands for Permit to Work, a procedure used to ensure that work is carried out safely in potentially hazardous environments.

    • PTW is a formal written system used to control certain types of work that are identified as potentially hazardous.

    • Before starting work, a permit must be obtained from a designated authority.

    • The permit outlines the work to be done, the hazards involved, and the necessary precautions to be taken...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please talk with friendly don't get panic while answering.

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Despite of so many hurdles like traffic, less manpower, security checkin at hub, riders personal issue,How will you manage 15 minutes home delivery?
  • Q2. What qualities will you see in TL?
  • Q3. TL have sharp geographical knowledge along with shortest route.
Round 2 - Aptitude Test 

There are 600 orders in a day, how many riders will be required for 30 minutes delivery.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready always for Quick action, otherwise delay delivery will hit the SLA
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Explain your basic internship experience
  • Q2. What are the 4G architecture
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Manjara Charitable Trust's Rajiv Gandhi Institute of Technology, Mumbai and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Test was of 1.5 hrs and it was online. It was completely based on technical questions.

Round 2 - Coding Test 

This test was offline and it was a pen paper test wherein 10 questions will be given you have to write code or spot the error and correct them.

Round 3 - Technical 

(2 Questions)

  • Q1. Asked questions about React
  • Q2. Question based on project

Interview Preparation Tips

Interview preparation tips for other job seekers - For interview focus more on Resume. Prepare about project, skills, tech stack mentioned in resume. For coding prepare basic data structures and SQL

Assistant Manager- Audit & Billing Interview Questions & Answers

Signature Global user image Anonymous

posted on 16 Dec 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Refer to the IS Codes & relevant Specifications.
  • Q2. Should have basic knowledge like consumption, wastage & as per projects

Mpg Business Information Systems Interview FAQs

How to prepare for Mpg Business Information Systems 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 Mpg Business Information Systems. The most common topics and skills that interviewers at Mpg Business Information Systems expect are ERP Sales, IT Sales, Software Solution Sales, CRM Sales and International Sales.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
Mphasis Interview Questions
3.4
 • 782 Interviews
Hexaware Technologies Interview Questions
3.6
 • 704 Interviews
Persistent Systems Interview Questions
3.5
 • 595 Interviews
Huawei Technologies Interview Questions
4.0
 • 112 Interviews
View all

Mpg Business Information Systems Reviews and Ratings

based on 14 reviews

2.3/5

Rating in categories

2.1

Skill development

2.2

Work-Life balance

2.5

Salary & Benefits

1.8

Job Security

2.3

Company culture

2.0

Promotions/Appraisal

2.1

Work Satisfaction

Explore 14 Reviews and Ratings
Technical Content Writer

Gurgaon / Gurugram

4-6 Yrs

â‚ą 4-6.5 LPA

Explore more jobs
Business Development Manager
8 salaries
unlock blur

â‚ą7.5 L/yr - â‚ą10.5 L/yr

Senior Technical Consultant
4 salaries
unlock blur

â‚ą12.1 L/yr - â‚ą13.1 L/yr

Assistant Manager- HR
4 salaries
unlock blur

â‚ą8.1 L/yr - â‚ą12.3 L/yr

Accounts Manager
3 salaries
unlock blur

â‚ą8 L/yr - â‚ą10 L/yr

Sales Manager
3 salaries
unlock blur

â‚ą10 L/yr - â‚ą12 L/yr

Explore more salaries
Compare Mpg Business Information Systems with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview