Upload Button Icon Add office photos

Filter interviews by

Mukesh Infoserve Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

I applied via Job Fair and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Good experience in interview

Round 2 - One-on-one 

(5 Questions)

  • Q1. 1 st is good
  • Ans. 

    I am taking good experience

  • Answered Anonymously
  • Q2. 2 nd interview is excellent
  • Ans. 

    Yes I feel good and excellent

  • Answered Anonymously
  • Q3. 3rd interview is amazing
  • Ans. 

    I am very happy and good

  • Answered Anonymously
  • Q4. 4th is good going
  • Q5. 5th is final and good response

Interview Preparation Tips

Interview preparation tips for other job seekers - Is very good experience
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(6 Questions)

  • Q1. Name and personal details
  • Q2. Working experience and job natural
  • Q3. Working Timing and hours
  • Q4. Salary packages and years leaves
  • Q5. Food and Stay details
  • Q6. Over time duty hours
Round 2 - Aptitude Test 

Its amazing and proper working naturally

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

(2 Questions)

  • Q1. TECHNICAL LINE, MECHANICAL BASIC AND PCB BOARD AND PLC PANEL
  • Q2. NON-TECHNICAL LINE AND MATHS BASIC AND VOLTAGE LINE AC OR DC LINE
Round 2 - One-on-one 

(2 Questions)

  • Q1. MY TECHNICAL SKILLS, MY POSITIVE MIND, HOW GROUP SALES AND SERVICE
  • Q2. MAINTENANCE WORK, AMC FORM,
Round 3 - HR 

(2 Questions)

  • Q1. CURRENT CTC PRE ANNUM
  • Ans. 

    My current CTC pre annum is $80,000.

    • My current CTC pre annum is $80,000

    • I am currently earning $80,000 per annum

    • My current annual salary is $80,000

  • Answered by AI
  • Q2. EXPERT CTC PER ANNAM

Interview Preparation Tips

Interview preparation tips for other job seekers - GET SMART WORK TECHNICAL OR NON-TECHNICAL IT HELPS YOUR HIGH POSITION
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    Experienced sales executive with a proven track record of exceeding targets and building strong client relationships.

    • Over 5 years of sales experience in the technology industry

    • Consistently met or exceeded sales targets by 20% each quarter

    • Developed and maintained relationships with key clients such as ABC Company

    • Strong negotiation and communication skills

    • Proficient in CRM software and sales analytics

  • Answered by AI
  • Q2. What’s about your experience in Himalaya Optical?
  • Ans. 

    I have 5 years of experience working as a Sales Executive at Himalaya Optical.

    • Managed key accounts and increased sales by 20% in the first year

    • Developed and implemented sales strategies to target new markets

    • Provided excellent customer service and built strong relationships with clients

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It’s a very nice place to work.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 3 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 - HR 

(2 Questions)

  • Q1. Profile interview
  • Q2. What are the key performance indicators (KPIs) for marketing and the role of marketing communications (Marcom)?
  • Ans. 

    KPIs for marketing include metrics like ROI, lead generation, brand awareness. Marcom plays a key role in achieving these KPIs.

    • Key performance indicators for marketing include ROI, lead generation, customer acquisition cost, customer lifetime value, brand awareness, and conversion rates.

    • Marketing communications (Marcom) plays a crucial role in achieving these KPIs by creating and delivering targeted messaging to the ri...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Team management and event management
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What will be your businesses from day 1 . No other discussion
  • Q2. What will be your contribution

Senior QA Tester Interview Questions & Answers

The TJX Companies user image ANKITA PRIYADARSHINI NAYAK

posted on 5 Aug 2024

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

(1 Question)

  • Q1. WHAT IS HASHMAP
  • Ans. 

    HashMap is a data structure in Java that stores key-value pairs and allows for fast retrieval of values based on keys.

    • HashMap is part of the Java Collections framework.

    • It uses hashing to store and retrieve elements efficiently.

    • Each key in a HashMap must be unique.

    • Example: HashMap map = new HashMap<>(); map.put("apple", 5); int value = map.get("apple");

  • Answered by AI
Round 2 - Coding Test 

WRITE A PROGRAM FOR FIBONACCI SERIES

Round 3 - Technical 

(1 Question)

  • Q1. STATIC VS FINAL
  • Ans. 

    STATIC vs FINAL - STATIC is used to define a class-level variable or method that can be accessed without creating an instance of the class. FINAL is used to define constants or prevent inheritance or method overriding.

    • STATIC variables and methods belong to the class itself, while FINAL variables cannot be changed once initialized.

    • STATIC variables are shared among all instances of a class, while FINAL variables are uniq...

  • Answered by AI

Skills evaluated in this interview

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 Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

- write code for permutations & combination out of n numbers with k possibilities

Round 2 - Technical 

(3 Questions)

  • Q1. - diff between generator & decorator - write code for recursive decorator
  • Ans. 

    Generator produces a sequence of values while decorator adds functionality to an existing function. Recursive decorator calls itself within the decorator function.

    • Generator produces values lazily while decorator enhances functionality of a function.

    • Generators use 'yield' keyword to yield values one at a time.

    • Decorators use '@' symbol to apply additional functionality to a function.

    • Example of recursive decorator: def re...

  • Answered by AI
  • Q2. Explain generators
  • Ans. 

    Generators are functions in Python that allow you to pause and resume execution, yielding multiple values over time.

    • Generators are defined using a function with 'yield' statements instead of 'return'.

    • They can be iterated over using a for loop or by calling the next() function.

    • Generators are memory efficient as they do not store all values in memory at once.

    • They are useful for generating large sequences of values or pro...

  • Answered by AI
  • Q3. Sample application using flask
  • Ans. 

    A sample application using Flask, a Python web framework

    • Create a virtual environment for the project

    • Install Flask using pip

    • Create routes and views for different pages

    • Use templates to render HTML pages

    • Connect to a database using Flask-SQLAlchemy

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Intro about yourself.
  • Ans. 

    Experienced operations professional with a track record of improving efficiency and productivity.

    • Over 5 years of experience in operations management

    • Implemented strategies to streamline processes and reduce costs

    • Led a team of 20 employees to achieve department goals

    • Strong analytical and problem-solving skills

    • Proficient in project management software such as Trello and Asana

  • Answered by AI
  • Q2. About your work exp.

Interview Preparation Tips

Interview preparation tips for other job seekers - Respond with assurance.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. About previous experience
  • Q2. Previous salary
Round 2 - One-on-one 

(2 Questions)

  • Q1. About job experience
  • Q2. About qualification

Mukesh Infoserve Interview FAQs

How to prepare for Mukesh Infoserve 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 Mukesh Infoserve. The most common topics and skills that interviewers at Mukesh Infoserve expect are SAP B1, Analytical, Billing, Business Forecasting and Business process.

Tell us how to improve this page.

Interview Questions from Similar Companies

Inorbit Mall Interview Questions
4.3
 • 13 Interviews
Tresor Systems Interview Questions
4.0
 • 9 Interviews
JK Files Interview Questions
3.6
 • 8 Interviews
Sephora Interview Questions
4.0
 • 8 Interviews
IIGM Interview Questions
3.8
 • 6 Interviews
RJ Corp Interview Questions
3.9
 • 5 Interviews
View all

Mukesh Infoserve Reviews and Ratings

based on 14 reviews

4.1/5

Rating in categories

4.0

Skill development

4.1

Work-life balance

4.0

Salary

4.1

Job security

4.3

Company culture

3.8

Promotions

4.0

Work satisfaction

Explore 14 Reviews and Ratings
Software Developer
6 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

SAP Functional Consultant
6 salaries
unlock blur

₹1.4 L/yr - ₹2.4 L/yr

SAP BI Consultant
4 salaries
unlock blur

₹4.3 L/yr - ₹6.6 L/yr

Techno Functional Consultant
4 salaries
unlock blur

₹1.8 L/yr - ₹2.5 L/yr

Junior Technical Consultant
4 salaries
unlock blur

₹1.9 L/yr - ₹3.6 L/yr

Explore more salaries
Compare Mukesh Infoserve with

Karuna Management Services

4.5
Compare

Citylife Retail

3.9
Compare

RJ Corp

3.9
Compare

Major Brands

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