Upload Button Icon Add office photos

MNC Group

Compare button icon Compare button icon Compare

Filter interviews by

MNC Group Sales & Marketing Interview Questions and Answers for Experienced

Updated 10 Oct 2020

MNC Group Sales & Marketing Interview Experiences for Experienced

1 interview found

I applied via Company Website and was interviewed in Sep 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Installation & manufacturing
  • Q2. Working experience
  • Q3. About purchasing
  • Q4. About my resume

Interview Preparation Tips

Interview preparation tips for other job seekers - I want to change now & growth my career & finicial condition

Interview questions from similar companies

I appeared for an interview before Jun 2016.

Interview Questionnaire 

2 Questions

  • Q1.  Given k and DFS traversal string for a k-ary tree, construct the tree. The String contains P (if a parent) and L (if a leaf). E.g. - k=3, str="PPLLLLL" 2. All the strings are arranged in the following ord...
  • Ans. 

    The question asks to construct a k-ary tree using the given k and DFS traversal string.

    • Iterate through the DFS traversal string

    • If the current character is 'P', create a parent node

    • If the current character is 'L', create a leaf node

    • Link the nodes according to the DFS traversal order

  • Answered by AI
  • Q2. "How would you tell whether a graph has a node with n degree?"
  • Ans. 

    To determine if a graph has a node with n degree, iterate through all nodes and count their edges.

    • Iterate through each node in the graph

    • Count the number of edges connected to each node

    • If any node has n edges, then the graph has a node with n degree

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Questions on C++(Virtual fns, inheritance). Two on probability, 12 on Algorithms
Duration: 45 minutes

Round: Technical + HR Interview
Experience: He asked some more puzzles and some probability (expectation) questions. Then, he modified one question asked in the written test and asked me write code for it on paper.
Tips: First of all, prepare all the questions asked in the test before going for the interviews.


Skills evaluated in this interview

I appeared for an interview in May 2022.

Round 1 - Video Call 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Easy

The interviewer was friendly. Explained the question well. Allowed to use any preferred platform to write code.

  • Q1. 

    Best Time to Buy and Sell Stock Problem Statement

    Given an array prices representing the prices of a stock where each element indicates the price at a given minute, determine the maximum profit you can ac...

  • Ans. 

    Find the maximum profit by buying and selling a stock once based on given prices.

    • Iterate through the prices array and keep track of the minimum price seen so far and the maximum profit achievable.

    • Calculate the profit by subtracting the current price from the minimum price and update the maximum profit if needed.

    • Return the maximum profit, ensuring it is not negative.

    • Example: prices = [2, 100, 150, 120], Buy at 2, sell a

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. 

    Dance Team Pairing Challenge

    Imagine you are helping Ninja, a dance coach, who needs to form dance pairs from the available boys and girls in a studio. Given the number of boys N, the number of girls M, a...

  • Ans. 

    The challenge involves forming dance pairs from available boys and girls based on potential pairings to maximize the number of pairs.

    • Parse the input to get the number of test cases, boys, girls, and potential pairings.

    • Iterate through the potential pairings and form pairs based on the given indexes.

    • Output '1' if a set of maximum possible pairs is returned, else output '0'.

    • There can be multiple valid configurations of pa...

  • Answered by AI
  • Q2. What is the difference between multiprocessing and multithreading?
  • Ans. 

    Multiprocessing involves multiple processes running concurrently, while multithreading involves multiple threads within a single process.

    • Multiprocessing utilizes multiple processes to execute tasks simultaneously.

    • Multithreading involves multiple threads within a single process sharing the same memory space.

    • Multiprocessing is typically used for CPU-bound tasks, while multithreading is more suitable for I/O-bound tasks.

    • E...

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Hard

  • Q1. Can you describe the classes and functions involved in the design of a system like Splitwise?
  • Ans. 

    Splitwise is a system for managing shared expenses among groups of people.

    • Classes: User, Expense, Group

    • Functions: addExpense(), settleUp(), calculateBalance()

  • Answered by AI
Round 4 - Video Call 

Round duration - 60 Minutes
Round difficulty - Hard

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Engineer in GurgaonEligibility criteriaNo criteriaTower Research Capital interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, Low level design, High Level Design, Relational Database Management Systems, Operating SystemsTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Practice at least 5 questions of each topic of various difficulty levels
Tip 2 : Read out theory articles about your preferred language showing your proficiency in the same.
Tip 3 : Hard work is overrated, consistency is the key.

Application resume tips for other job seekers

Tip 1 : Own everything you have there, do not add random skills that you are not proficient in.
Tip 2 : Keep it clean and try to give out minimal but most of the relevant information for the role.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(2 Questions)

  • Q1. About projects in resume
  • Q2. Resume related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well and be confident speak properly in the interview
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

They asked you to reverse a palidrome

Interview Preparation Tips

Interview preparation tips for other job seekers - Good place
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

60 mins and basic quants-based questions along with SQL

Round 2 - Technical 

(2 Questions)

  • Q1. Multi-Threading in Python - GIL
  • Ans. 

    Global Interpreter Lock (GIL) in Python restricts execution of multiple threads at once to prevent race conditions.

    • GIL is a mutex that protects access to Python objects, preventing multiple threads from executing Python bytecodes at once.

    • This means that even in a multi-threaded Python program, only one thread can execute Python code at a time.

    • GIL can limit the performance of multi-threaded Python programs, especially f...

  • Answered by AI
  • Q2. Certifications in my resume - AWS and Ethical Hacking

Interview Preparation Tips

Interview preparation tips for other job seekers - Through your resume well and don't falsify your skills

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Asked everything that was present in my resume
  • Q2. DBMS, OOps were asked a lot and react as well
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Types of garbage collectors
Round 2 - HR 

(1 Question)

  • Q1. Salary negotiation

I applied via LinkedIn and was interviewed before Feb 2021. 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 - One-on-one 

(1 Question)

  • Q1. Financial products an previous experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and prepare yourself on the job role and previous exp.

Interview Questionnaire 

30 Questions

  • Q1. Did u have lunch? ·
  • Ans. 

    Yes, I had a delicious sandwich for lunch.

    • I had a sandwich for lunch

    • It was delicious

    • I also had a side of chips

    • I drank water with my meal

  • Answered by AI
  • Q2. Tell me about yourself
  • Ans. 

    I am a highly motivated individual with a passion for problem-solving and a strong work ethic.

    • I have a degree in computer science and have worked as a software developer for the past 5 years.

    • I am skilled in programming languages such as Java, Python, and C++.

    • I have experience working on both front-end and back-end development projects.

    • I am a quick learner and enjoy taking on new challenges.

    • In my free time, I enjoy hiki

  • Answered by AI
  • Q3. What is inner join, outer join, left outer join?
  • Ans. 

    Inner join, outer join, and left outer join are types of SQL joins used to combine data from multiple tables.

    • Inner join returns only the matching rows from both tables

    • Outer join returns all rows from both tables, with null values for non-matching rows

    • Left outer join returns all rows from the left table and matching rows from the right table

    • Example: Inner join - SELECT * FROM table1 INNER JOIN table2 ON table1.id = tabl...

  • Answered by AI
  • Q4. She gave me a question and asked me to write down SQL queries · Asked me a puzzle, how would you reduce the number of iterations (make it more effective)
  • Q5. Tell me about your projects. Explain one in detail (Prepare well)
  • Ans. 

    Developed a web-based project management tool for a software company

    • Used Agile methodology to develop the tool

    • Implemented features such as task assignment, progress tracking, and team collaboration

    • Designed a user-friendly interface with drag-and-drop functionality

    • Integrated with third-party tools such as JIRA and Slack

    • Received positive feedback from the client and increased team productivity

  • Answered by AI
  • Q6. Asked me to write down a java code (pattern matching) ·
  • Q7. What was the last topic you studied (apart exam syllabus)
  • Ans. 

    I recently studied the impact of social media on mental health.

    • Explored the correlation between social media usage and depression/anxiety

    • Researched the effects of cyberbullying on mental health

    • Analyzed the role of social media in promoting positive mental health

    • Reviewed studies on the benefits and drawbacks of social media use for mental health

    • Examined strategies for promoting healthy social media habits

  • Answered by AI
  • Q8. Rate yourself on scale of 10 in Java and database
  • Ans. 

    I would rate myself 8 in Java and 7 in database.

    • I have extensive experience in Java programming and have worked on multiple projects using Java.

    • I am proficient in database management and have worked with various database systems like MySQL and Oracle.

    • I am constantly learning and improving my skills in both Java and database management.

    • I have also completed relevant courses and certifications in Java and database manage...

  • Answered by AI
  • Q9. Gave me a question and asked me to write queries (union, intersection, joins, ordering)
  • Q10. Asked me to write a code in java (Data Structures)
  • Q11. Make it more efficient (Think aloud and keep trying)
  • Q12. What is SDLC? Explain all phases in detail
  • Ans. 

    SDLC stands for Software Development Life Cycle. It is a process followed by software development teams to design, develop and test high-quality software.

    • The phases of SDLC are Planning, Analysis, Design, Development, Testing, Deployment, and Maintenance.

    • Planning involves defining the project scope, goals, and objectives.

    • Analysis involves gathering and analyzing requirements.

    • Design involves creating a detailed design o...

  • Answered by AI
  • Q13. Which of the two phases would you like to work? Why so?
  • Ans. 

    I would like to work in the second phase as it involves implementation and execution.

    • I prefer to work in the second phase as it involves putting the plan into action.

    • I enjoy the hands-on experience of executing a project.

    • The second phase allows me to see the results of my work and make necessary adjustments.

    • For example, in a software development project, I would like to work in the second phase where I can code and tes...

  • Answered by AI
  • Q14. Tell me your strengths ·
  • Ans. 

    I am a quick learner with excellent communication and problem-solving skills.

    • Quick learner

    • Excellent communication skills

    • Strong problem-solving skills

  • Answered by AI
  • Q15. Asked me to solve a puzzle ·
  • Q16. Which is the first month in a year?
  • Ans. 

    The first month in a year is January.

    • January is the first month in the Gregorian calendar.

    • It has 31 days.

    • It is named after the Roman god Janus.

  • Answered by AI
  • Q17. He gave me managerial situations for testing my sense of ethics and responsibility
  • Q18. How was your day?
  • Ans. 

    It was a busy day filled with meetings and deadlines.

    • Had multiple meetings with clients and team members

    • Worked on completing a project before the deadline

    • Managed to finish all tasks on my to-do list

  • Answered by AI
  • Q19. Were the interviewers nice? Why do you feel so?
  • Ans. 

    Yes, the interviewers were very nice and welcoming.

    • The interviewers greeted me warmly and made me feel comfortable.

    • They asked questions in a friendly and conversational tone.

    • They were patient and gave me time to think before answering.

    • Overall, I had a positive experience with the interviewers.

  • Answered by AI
  • Q20. Are you ready for 5-6 more interviews?
  • Ans. 

    Yes, I am prepared for 5-6 more interviews.

    • I have researched the company and the position thoroughly.

    • I have practiced answering common interview questions.

    • I have prepared questions to ask the interviewer.

    • I am mentally and physically prepared for the interviews.

    • I am excited for the opportunity to showcase my skills and experience.

  • Answered by AI
  • Q21. What did you like about our PPT? ·
  • Ans. 

    I found the PPT to be well-organized and visually appealing.

    • The use of graphics and images helped to break up the text and keep my attention.

    • The information was presented in a logical order, making it easy to follow.

    • The color scheme was pleasing to the eye and not overwhelming.

    • The charts and graphs were clear and easy to understand.

    • Overall, the PPT was engaging and informative.

  • Answered by AI
  • Q22. Tell me about your achievements
  • Ans. 

    I have achieved several milestones in my career, including increasing sales revenue by 20% and leading a successful project team.

    • Increased sales revenue by 20% through effective marketing strategies

    • Led a successful project team to complete a complex project on time and within budget

    • Received Employee of the Year award for outstanding performance and dedication

    • Developed and implemented a new customer service program that...

  • Answered by AI
  • Q23. Your scores are low in first year. Why so?
  • Ans. 

    I struggled to adjust to the new academic environment and workload in my first year.

    • Transitioning from high school to college can be challenging

    • I had to learn new study habits and time management skills

    • I sought help from tutors and professors to improve my grades

  • Answered by AI
  • Q24. Tell me about your weakness. Name at least 3 of them
  • Ans. 

    I tend to overthink, struggle with time management, and can be too self-critical.

    • Overthinking can lead to analysis paralysis and slow decision-making

    • Time management can be improved through prioritization and delegation

    • Self-criticism can hinder confidence and productivity

  • Answered by AI
  • Q25. Asked me about political issues prevailing in Iraq
  • Q26. Do you have any other offer?
  • Q27. Which was the last company you got rejected? What do you think is the reason?
  • Ans. 

    I don't have the available data.

    • NO data available.

  • Answered by AI
  • Q28. Why Nomura?
  • Ans. 

    Nomura is a leading global financial services firm with a strong reputation and diverse range of opportunities.

    • Nomura has a strong reputation in the financial services industry

    • The firm offers a diverse range of opportunities for career growth

    • Nomura has a global presence with offices in over 30 countries

    • The company values diversity and inclusion in its workforce

    • Nomura has a strong commitment to corporate social responsi

  • Answered by AI
  • Q29. Why not MS/MBA? (It was a very long discussion) ·
  • Q30. Any questions

Interview Preparation Tips

Round: Test
Experience: Divide your time well for each section in aptitude test. Practice well and avoid solving long passages in the beginning. Make logical guesses for the remaining questions. No negative marking.

Round: Technical Interview
Experience: ·

College Name: IIT MADRAS

Skills evaluated in this interview

MNC Group Interview FAQs

What are the top questions asked in MNC Group Sales & Marketing interview for experienced candidates?

Some of the top questions asked at the MNC Group Sales & Marketing interview for experienced candidates -

  1. Installation & manufactur...read more
  2. About purchas...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Blackrock Interview Questions
3.8
 • 99 Interviews
Nomura Holdings Interview Questions
3.8
 • 70 Interviews
YES SECURITIES Interview Questions
4.0
 • 17 Interviews
View all
Accountant
24 salaries
unlock blur

₹1 L/yr - ₹6.2 L/yr

Executive Accountant
22 salaries
unlock blur

₹1.9 L/yr - ₹4.3 L/yr

Data Entry Operator
18 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Software Engineer
17 salaries
unlock blur

₹2.5 L/yr - ₹8 L/yr

Account Assistant
11 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Explore more salaries
Compare MNC Group with

Nomura Holdings

3.8
Compare

Blackrock

3.8
Compare

Muthoot Homefin India

3.9
Compare

Adarsh Credit Co-Operative Society

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