Upload Button Icon Add office photos

Moser Baer

Compare button icon Compare button icon Compare

Filter interviews by

Moser Baer Interview Questions and Answers for Freshers

Updated 30 Aug 2022

Moser Baer Interview Experiences for Freshers

Popular Designations

1 interview found

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

Round 1 - Aptitude Test 

Written test (educational &general knowledge )

Round 2 - Group Discussion 

With some department hod's

Round 3 - HR 

(2 Questions)

  • Q1. Document verification n for salary discussion
  • Q2. Company profile n culture

Interview Preparation Tips

Topics to prepare for Moser Baer Quality Supervisor interview:
  • Well English speaking
  • Well dressing
  • Confidant
  • Punctually of time
Interview preparation tips for other job seekers - For fresher own educational n current affairs and for experience holder it is very simple that he/she should know own skills.

Quality Supervisor Interview Questions asked at other Companies

Q1. HOW MANY METHOD OF QUALITY CHECKING
View answer (4)

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How would you adjust with our culture?
  • Ans. Being Asian mnc, LG culture is quite different s, work from home is strictly not allowed. But I said culture won't affect as long as you enjoy work. But now I feel the gravity of question after six months. If you are ready to accept harsh working hours and almost no work life balance then you may join LG
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are fresher then it's a good opportunity for you, just say yes sir to most of their questions and you will get on board, don't question their policies.

I applied via Referral and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. About my past experience
  • Q2. Future goals

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was held on zoom meeting platform in order to make sure of social distance due to covid 19 virus and secure the health....

I applied via Referral and was interviewed before Nov 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 - HR 

(7 Questions)

  • Q1. Tell me about your self
  • Q2. What do you do before this job
  • Q3. How you face Market competition as a fresher
  • Ans. 

    As a fresher, I face market competition by focusing on my unique skills and strengths.

    • I identify my unique selling points and highlight them in my resume and during interviews.

    • I research the company and its competitors to understand their needs and how I can add value.

    • I network with professionals in the industry to gain insights and build relationships.

    • I continuously learn and improve my skills to stay competitive.

    • For ...

  • Answered by AI
  • Q4. Which company smart phone you use and sell this phone to me
  • Ans. 

    I use and recommend the iPhone for its sleek design, user-friendly interface, and advanced features.

    • The iPhone has a premium look and feel, with a sleek and modern design.

    • The user interface is intuitive and easy to navigate, making it accessible for all users.

    • The iPhone offers advanced features such as facial recognition, high-quality camera, and seamless integration with other Apple products.

    • The App Store offers a wid...

  • Answered by AI
  • Q5. Define your own Smart phone
  • Ans. 

    My ideal smartphone is a sleek and powerful device that seamlessly integrates with my daily life.

    • Large, high-resolution display for easy viewing and multitasking

    • Fast and efficient processor for smooth performance

    • Long-lasting battery life to keep up with my busy schedule

    • Intuitive and user-friendly interface for easy navigation

    • Advanced camera technology for capturing high-quality photos and videos

    • Seamless integration wit...

  • Answered by AI
  • Q6. What about your academics
  • Q7. What is your family background

Interview Preparation Tips

Topics to prepare for OPPO Consultant interview:
  • Smartphone
  • Current processor
  • Camera configuration
  • Lens and sensors
Interview preparation tips for other job seekers - Be positive and confidencial towards your situation
Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Intern Interview Questions & Answers

OPPO user image Anonymous

posted on 31 Jan 2021

I applied via Campus Placement

Interview Questionnaire 

1 Question

  • Q1. If the employe completed 35 percent of his work in first 10 days of month means what is the predicted month end Target?
  • Ans. 

    Predicted month end target based on 35% work completed in first 10 days.

    • Assuming the employee works at a consistent pace throughout the month

    • Calculate the remaining work as 65% of the total work

    • Divide the remaining work by the remaining days in the month

    • Add the result to the 35% already completed

    • This gives the predicted month end target

    • For example, if the total work is 100 units, and 35 units are completed in the first...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and cool
Tell answers enthusiastically with due respect

I applied via Walk-in and was interviewed before Aug 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About my last job description

Interview Preparation Tips

Interview preparation tips for other job seekers - Says limited and point to point thing, and be clear....

Interview Questionnaire 

2 Questions

  • Q1. Questions regarding projects and DSA
  • Q2. Prepare your projects and CV well if if going into research profile, prepare DSA well if going into developer profile.

I appeared for an interview before Nov 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 150 Minutes
Round difficulty - Medium

Have to attempt 2 programming questions within 2:30 hours. Can take any time over the weekend. Relatively easy problems. Questions were long, but the solution code was small.

  • Q1. 

    The Skyline Problem

    Compute the skyline of given rectangular buildings in a 2D city, eliminating hidden lines and forming the outer contour of the silhouette when viewed from a distance. Each building is ...

  • Ans. 

    Compute the skyline of given rectangular buildings in a 2D city, eliminating hidden lines and forming the outer contour of the silhouette.

    • Iterate through the buildings and create a list of critical points (x, y) where the height changes.

    • Sort the critical points based on x-coordinate and process them to generate the skyline.

    • Merge consecutive horizontal segments of equal height to ensure no duplicates in the output.

  • Answered by AI
  • Q2. 

    MergeSort Linked List Problem Statement

    You are given a Singly Linked List of integers. Your task is to sort the list using the 'Merge Sort' algorithm.

    Input:

    The input consists of a single line contain...
  • Ans. 

    Sort a Singly Linked List using Merge Sort algorithm.

    • Implement the Merge Sort algorithm for linked lists.

    • Divide the list into two halves, sort each half recursively, then merge them.

    • Use a fast and slow pointer to find the middle of the list for splitting.

    • Handle the base case of a single node or empty list.

    • Example: Input: 4 3 2 1 -1, Output: 1 2 3 4

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 240 Minutes
Round difficulty - Medium

Had to solve 1 programming question in 4 hours. It was in the morning on a weekend. The environment was not so good. It was a small institute and got very crowded. The platform was also buggy. but the question was not difficult. Was able to solve it in just 1 hour and leave.

  • Q1. 

    Batch Photography Problem

    Alex has acquired a machine that can photocopy photos in batches of a minimum size 'K'. Given 'N' photos with resolutions represented in an integer array photos, the machine prod...

  • Ans. 

    Minimize maximum error by splitting photos into batches of size at least 'K'.

    • Sort the array of resolutions in ascending order.

    • Iterate through the array and calculate the error for each possible batch.

    • Return the minimum possible maximum error found.

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Easy

It was in the afternoon. The interviewer basically asked me what technologies I have worked on. Checked my knowledge of those technologies with simple questions. Told me what I'll be working on if I get selected.

  • Q1. 

    Sort 0 1 2 Problem Statement

    Given an integer array arr of size 'N' containing only 0s, 1s, and 2s, write an algorithm to sort the array.

    Input:

    The first line contains an integer 'T' representing the n...
  • Ans. 

    Sort an integer array containing only 0s, 1s, and 2s in linear time complexity.

    • Use three pointers to keep track of the positions of 0s, 1s, and 2s in the array.

    • Iterate through the array and swap elements based on the values encountered.

    • Maintain left pointer for 0s, right pointer for 2s, and current pointer for traversal.

    • Example: If current element is 0, swap it with element at left pointer and increment both pointers.

    • E...

  • Answered by AI
Round 4 - Video Call 

(2 Questions)

Round duration - 90 Minutes
Round difficulty - Hard

It was also in the afternoon. The interviewer was the member of the team I'll be working on if I get selected. He asked me some basic questions about related technologies.
Gave me 2-3 DS & Algo problems and asked me to solve them.

  • Q1. 

    Array Sum Calculation

    Calculate the sum of all elements in an array of length N.

    Input:

    Line 1: An integer N indicating the size of the array.
    Line 2: N integers, the elements of the array, separated by ...
  • Ans. 

    Calculate the sum of all elements in an array of length N.

    • Iterate through the array and add each element to a running sum.

    • Return the final sum as the output.

  • Answered by AI
  • Q2. 

    Ninja and Alien Language Order Problem

    An alien dropped its dictionary while visiting Earth. The Ninja wants to determine the order of characters used in the alien language, based on the given list of wor...

  • Ans. 

    Determine the order of characters in an alien language based on a list of words.

    • Create a graph where each character is a node and there is a directed edge from character 'a' to character 'b' if 'a' comes before 'b' in any word.

    • Perform a topological sort on the graph to get the order of characters.

    • Return the order as a string in lexicographical order.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaNo CriteriaSamsung R&D Institute interview preparation:Topics to prepare for the interview - Recursion, Backtracking, Dynamic Programming, Trees, ArrayTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : It's a Daily process. Not weekly, Not monthly. DAILY!
Tip 2 : Take part in Online Contests. HackerEarth is best for Contests posted by companies.
Tip 3 : Even after you have solved some problem, try to find a better solution for it online. Companies don't want a solution, they want optimized solution.

Application resume tips for other job seekers

Tip 1 : Modify resume for each job you are applying for. It should show why you are suitable for that particular job.
Tip 2 : Remove any extra things like interests and hobbies. No one cares.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Which area would you concentrate on if you were the CEO of the company?
  • Ans. 

    I would concentrate on improving the company's software development process.

    • Implementing agile methodologies

    • Investing in automation tools

    • Encouraging continuous learning and development

    • Fostering a culture of innovation

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: One hour written test.
Objective questions related to C/C++/OS + 1 coding question .
Tips: Basic C/C++ reference material should be enough.
Revise basic OS, Networks, Data Structures and Algorithms.
Duration: 60 minutes

Round: Interview
Experience: Two Technical Interviews (20 minutes each)
 Questions on your B.Tech project, M.Tech project, Favorite subject, Programming ability.
 Discussion about the company, expectations from the company, future opportunities.
 Too much emphasis on the work done by you before. They require every explanation in
detail.
 If your B.Tech and M.Tech projects are in the field which company is looking forward for, it
is an added bonus.
Tips: Questions are mostly related to BTP as well as other work done in the Department.
 Prepare a compendium of the topics expected to prop up during interview.
 Revision of basic fundamentals of the field.
 Short report of the B.Tech as well as M.Tech project.
 Refer to placement sites for some tips.

General Tips: For non-core companies, only puzzle solving skills and accuracy are needed to be
sharpened. So practice standard interview puzzles available on net. Also revise of topics in
probability and permutation/combination.
College Name: IIT Madras

Moser Baer Interview FAQs

How many rounds are there in Moser Baer interview for freshers?
Moser Baer interview process for freshers usually has 3 rounds. The most common rounds in the Moser Baer interview process for freshers are HR, Aptitude Test and Group Discussion.
What are the top questions asked in Moser Baer interview for freshers?

Some of the top questions asked at the Moser Baer interview for freshers -

  1. There was a vacancy in accounts in moser baer for cdr unit in noida and my cv w...read more
  2. The hrd manager called me after 10 minutes and told me to sit down. He told me ...read more
  3. The 2nd round was with the finance team and the financial controller and the p...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

OPPO Interview Questions
4.0
 • 216 Interviews
LG Electronics Interview Questions
4.0
 • 203 Interviews
Blue Star Interview Questions
4.1
 • 167 Interviews
Daikin Interview Questions
4.1
 • 152 Interviews
HP India Interview Questions
4.1
 • 142 Interviews
Samsung Research Interview Questions
3.1
 • 133 Interviews
Voltas Interview Questions
4.0
 • 131 Interviews
Bajaj Electricals Interview Questions
4.0
 • 127 Interviews
IFB Interview Questions
3.7
 • 96 Interviews
View all

Moser Baer Reviews and Ratings

based on 361 reviews

4.3/5

Rating in categories

4.2

Skill development

4.1

Work-life balance

3.8

Salary

3.9

Job security

4.2

Company culture

3.8

Promotions

4.0

Work satisfaction

Explore 361 Reviews and Ratings
Senior Engineer
47 salaries
unlock blur

₹2.5 L/yr - ₹10 L/yr

Engineer
42 salaries
unlock blur

₹1.8 L/yr - ₹5.4 L/yr

Senior Technician
34 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Assistant Manager
30 salaries
unlock blur

₹4.1 L/yr - ₹12 L/yr

Supervisor
20 salaries
unlock blur

₹2.6 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Moser Baer with

OPPO

4.0
Compare

LG Electronics

4.0
Compare

Bajaj Electricals

4.0
Compare

Voltas

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