Upload Button Icon Add office photos

Mjunction Services

Compare button icon Compare button icon Compare

Filter interviews by

Mjunction Services Senior Executive Interview Questions and Answers

Updated 28 Dec 2023

Mjunction Services Senior Executive Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2023. There were 5 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 - One-on-one 

(1 Question)

  • Q1. Casual introduction
Round 3 - Technical 

(1 Question)

  • Q1. Dealing officers subjective questions
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiable
Round 5 - HR 

(1 Question)

  • Q1. Confirmation and cross check

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to avoid this company, company suddenly transfer employee within no time. Commitment lever is very poor, office environment is also not interesting

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Python code to find the root of a number
  • Ans. 

    Python code to find the root of a number

    • Use the math module to access the sqrt() function

    • Use the ** operator to raise the number to the power of 1/n

    • Handle negative numbers by converting them to complex numbers

  • Answered by AI
  • Q2. Some standard puzzles

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up python and be thorough with puzzles

Skills evaluated in this interview

I applied via Approached by Company and was interviewed before Aug 2021. There were 3 interview rounds.

Round 1 - Coding Test 

1st Round consisted of Technical Discussion and Coding Round. I was asked to write down the logic for Prime no., Fibonacci Series, Matrix related question, etc.

Round 2 - Coding Test 

I was asked to share my screen and write down logic for questions related to Strings, Arrays and 2-D matrix's.

Round 3 - Technical 

(2 Questions)

  • Q1. Discussion About the previous projects done. Detailed questions about the technique used and algorithm related questions.
  • Q2. Few basic questions about ML. eg: Linear Regression, Logistic Regression, etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall the interview was great. Mostly the interview panel stuck to basic questions.

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

Round 1 - Aptitude Test 

The aptitude test contains questions MCQs for quants, basic statistics and basic coding questions. The aptitude also has 2 coding problems to solve which would be of easy-medium level.

Round 2 - Coding Test 

The second round was live coding test, where the interviewer looks for your approach towards solving a given problem. The approach matters more than the correct syntax. All coding languages were allowed. SQL queries can also be asked.

Round 3 - Technical 

(1 Question)

  • Q1. Technical cum HR round contains language specific questions as well questions based on mathematics and statistics. Questions can be little bit tricky.

Interview Preparation Tips

Topics to prepare for Tiger Analytics Analyst interview:
  • Python
  • SQL
  • Mathematics
  • Statistics
  • Coding
Interview preparation tips for other job seekers - The interviewer would look for your basics and your approach towards a problem rather than answering without your thought process. So make sure, you walkthrough your approach while solving the question.
Round 1 - Technical 

(2 Questions)

  • Q1. Concepts on oops progressing the way that it will include
  • Q2. Answers on the dilegent way

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared try to be confident on the way that gets to pick
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Feb 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 - HR 

(8 Questions)

  • Q1. How many year experience
  • Ans. I have 10 year experience same office
  • Answered Anonymously
  • Q2. When you will join company?
  • Ans. If i got selected i need 30 days paper period on my current office
  • Answered Anonymously
  • Q3. How much salary you will expected?
  • Ans. I will expect 20 k salary
  • Answered Anonymously
  • Q4. Are u interested to work night shift
  • Ans. Yes I interested day or night shift
  • Answered Anonymously
  • Q5. Are u interested to week end
  • Q6. Why you resign your current office
  • Ans. I interested to learn new things that's only reason
  • Answered Anonymously
  • Q7. You interested voice or non voice job
  • Q8. Tell me your interest skills
  • Ans. I am to work always sir
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Everything you have to put your Hard work definitely one day you will achieve..
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Aptitude Test 

Nice cv related questions is their

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good interview the question is that tell us about your cv and company profile

I applied via Campus Placement

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 - Aptitude Test 

Aptitude ques based on straight line, circle,pnc, probability

Round 3 - Coding Test 

Coding ques level was medium to tough. Had to solve 3 ques out of 5

Round 4 - Technical 

(2 Questions)

  • Q1. Buy and sell stocks to earn maximum profit. It is available on leetcode
  • Q2. Rotate two dimensional array
  • Ans. 

    Rotate a 2D array by 90 degrees clockwise or counterclockwise.

    • Transpose the matrix by swapping elements across the diagonal

    • Reverse each row or column depending on clockwise or counterclockwise rotation

    • Example: [[1,2],[3,4]] rotated clockwise becomes [[3,1],[4,2]]

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for pnc , probability and problem solving coding ques

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. Exceptions and thread implementation
  • Q2. Basics of restful web services

I applied via Referral and was interviewed in Jul 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is difference between C and gamma in SVM
  • Ans. 

    C is the regularization parameter while gamma controls the shape of the decision boundary in SVM.

    • C controls the trade-off between achieving a low training error and a low testing error.

    • A smaller C value creates a wider margin and allows more misclassifications.

    • Gamma controls the shape of the decision boundary and the influence of each training example.

    • A smaller gamma value creates a smoother decision boundary while a l...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on your resume projects and basic problem solving

Skills evaluated in this interview

Mjunction Services Interview FAQs

How many rounds are there in Mjunction Services Senior Executive interview?
Mjunction Services interview process usually has 5 rounds. The most common rounds in the Mjunction Services interview process are HR, Resume Shortlist and One-on-one Round.
What are the top questions asked in Mjunction Services Senior Executive interview?

Some of the top questions asked at the Mjunction Services Senior Executive interview -

  1. Dealing officers subjective questi...read more
  2. Confirmation and cross ch...read more

Tell us how to improve this page.

Mjunction Services Senior Executive Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

TCS iON Interview Questions
3.9
 • 370 Interviews
ITC Infotech Interview Questions
3.6
 • 341 Interviews
CitiusTech Interview Questions
3.3
 • 278 Interviews
NeoSOFT Interview Questions
3.6
 • 268 Interviews
Tiger Analytics Interview Questions
3.7
 • 227 Interviews
Altimetrik Interview Questions
3.8
 • 222 Interviews
Episource Interview Questions
3.9
 • 221 Interviews
Indium Software Interview Questions
4.1
 • 187 Interviews
View all
Mjunction Services Senior Executive Salary
based on 5 salaries
₹5.3 L/yr - ₹8.3 L/yr
15% more than the average Senior Executive Salary in India
View more details

Mjunction Services Senior Executive Reviews and Ratings

based on 2 reviews

1.1/5

Rating in categories

1.1

Skill development

1.1

Work-life balance

1.0

Salary

1.1

Job security

1.1

Company culture

1.0

Promotions

1.1

Work satisfaction

Explore 2 Reviews and Ratings
Associate
138 salaries
unlock blur

₹2 L/yr - ₹4.5 L/yr

Senior Officer
106 salaries
unlock blur

₹4.2 L/yr - ₹10.5 L/yr

Officer
104 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Manager
76 salaries
unlock blur

₹5.3 L/yr - ₹13.2 L/yr

Senior Manager
66 salaries
unlock blur

₹6.2 L/yr - ₹20.7 L/yr

Explore more salaries
Compare Mjunction Services with

ITC Infotech

3.6
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

3i Infotech

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