Upload Button Icon Add office photos

Filter interviews by

Bestone Industries Interview Questions and Answers

Updated 14 Dec 2023

Bestone Industries Interview Experiences

Popular Designations

5 interviews found

31 may last day's company Interview Questions & Answers

user image Anonymous

posted on 13 Jun 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Newspaper Ad and was interviewed in May 2023. There were 3 interview rounds.

Round 1 - Group Discussion 

Marketing order and company analysis very nice

Round 2 - PSR 

(3 Questions)

  • Q1. Daily marketing and order regular for market selling and what are per month order 2 lec.
  • Q2. Per month 1.5 lec. Market sell me
  • Q3. What are you going to be daily costumer service and sacrifice for you
Round 3 - One-on-one 

(4 Questions)

  • Q1. B2B daily market order place
  • Q2. Company per month order
  • Q3. Daily used shop order
  • Q4. Marketing base is what is successful

Interview Preparation Tips

Topics to prepare for Bestone Industries 31 may last day's company interview:
  • Marketing base to self
Interview preparation tips for other job seekers - S O post

Senior Content Developer Interview Questions & Answers

user image Manish Nath Srivastava

posted on 14 Dec 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2022. 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 - Assignment 

Topic based writing.

Round 3 - One-on-one 

(1 Question)

  • Q1. Personal info; academic background; reason for the change; expectations; salary negotiation

Senior Content Developer Interview Questions asked at other Companies

Q1. Do you have hands on SEO, PCC and other Digital Marketing Trends?
View answer (1)

I applied via Referral and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Core java concepts.
  • Q2. Android basics.
  • Q3. About mvvm.
  • Q4. About audio video calling and libe chating using socket.
  • Q5. Camera2 and image and video editing related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and try to reply atleast as you know about the the question. If you don't know, and you are thinking that the answer may this, so you should do this, it would be better than to maintain the silence. And try to explore about yourself about your technical skill, as much as you can.

Android App Developer Interview Questions asked at other Companies

Q1. Activity launch modes Activity lifecycle Program to find second largest number in an array Singleton implementation
View answer (1)

I applied via Company Website and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Why should we hire you?
  • Q2. Honestly. I possess all the skills that you are looking for. I m pretty confident that i am the best candidate for this job role. Its not just my background in the past projects, but also my skills, which ...

Interview Preparation Tips

Interview preparation tips for other job seekers - As you go into this interview, understand that fate is in your hands.
Use your all assets to help you accomplish your goal
Dont be nervous , you have a great potential

MIS Executive Interview Questions asked at other Companies

Q1. HOW TO CREATING PIVOT TABLE IN EXCEL. HOW MANY PIVOT TABLES YOU WAS USING ON YOUR PREVIOUS ORGANISATION.
View answer (4)

Bestone Industries interview questions for popular designations

 Android App Developer

 (1)

 Area Sales Manager

 (1)

 MIS Executive

 (1)

 Senior Content Developer

 (1)

I applied via Referral and was interviewed in Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About my sales background

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and positive during interview

Area Sales Manager Interview Questions asked at other Companies

Q1. How to handling position and how to coverage rout and sales teams
View answer (28)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Aptitude Test 

A question that is both tricky and simple.

Round 2 - Technical 

(1 Question)

  • Q1. Questions about biochemistry
Round 3 - Aptitude Test 

Questions based on both numerical data and case studies.

Round 4 - One-on-one 

(2 Questions)

  • Q1. Can you tell me about yourself?
  • Q2. What interests you in working for this company?
  • Ans. 

    I am interested in working for this company because of its innovative projects and strong reputation in the industry.

    • Innovative projects that challenge me to grow as a programmer

    • Strong reputation in the industry for quality work

    • Opportunities for career advancement and professional development

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
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 - Technical 

(4 Questions)

  • Q1. All employees having same salary in the smae department sql and pysprk
  • Q2. How to create pipeline in databricks
  • Ans. 

    To create a pipeline in Databricks, you can use Databricks Jobs or Apache Airflow for orchestration.

    • Use Databricks Jobs to create a pipeline by scheduling notebooks or Spark jobs.

    • Utilize Apache Airflow for more complex pipeline orchestration with dependencies and monitoring.

    • Leverage Databricks Delta for managing data pipelines with ACID transactions and versioning.

  • Answered by AI
  • Q3. Palindrome, 2nd char in every word make is to upper case, sql rank and dense rank releated questions , given 2 tables country and city we need to calculate total population in each continent by joining the...
  • Q4. String manuplation questions inpython

Interview Preparation Tips

Interview preparation tips for other job seekers - PRepare well on pyspark
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. What is an abstract class?
  • Ans. 

    An abstract class is a class that cannot be instantiated and may contain abstract methods that must be implemented by its subclasses.

    • Cannot be instantiated directly

    • May contain abstract methods

    • Used as a blueprint for other classes

  • Answered by AI
  • Q2. What is abstraction?
  • Ans. 

    Abstraction is the process of hiding complex details and showing only the essential features of an object or system.

    • Abstraction allows us to focus on what an object does, rather than how it does it

    • It helps in simplifying complex systems by breaking them down into smaller, more manageable parts

    • Examples of abstraction include using a car without needing to understand its internal combustion engine, or using a smartphone

  • Answered by AI
  • Q3. Best sorting algo?time complexity of it?
  • Ans. 

    QuickSort is one of the best sorting algorithms with an average time complexity of O(n log n).

    • QuickSort is a divide and conquer algorithm that works by selecting a 'pivot' element and partitioning the array around the pivot.

    • It has an average time complexity of O(n log n) and a worst-case time complexity of O(n^2).

    • Example: ['apple', 'banana', 'cherry', 'date', 'fig'] can be sorted using QuickSort.

    • Example: ['3', '1', '4'...

  • Answered by AI
  • Q4. You have been provided a sorted list time complexity achieved after we apply bubble sorting
  • Ans. 

    Bubble sorting has a time complexity of O(n^2) for a sorted list.

    • Bubble sorting has a worst-case time complexity of O(n^2) for a sorted list.

    • The time complexity does not change even if the list is already sorted.

    • Example: If we have a sorted list of size n, bubble sorting will still take O(n^2) time.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Have you ever been to a state other than jharkhand?
  • Ans. 

    Yes, I have been to multiple states other than Jharkhand.

    • I have traveled to states like Maharashtra, Karnataka, and Tamil Nadu for work and leisure.

    • I have visited tourist destinations in states like Rajasthan, Kerala, and Himachal Pradesh.

    • I have family in states like Uttar Pradesh, Bihar, and West Bengal, which I have visited multiple times.

  • Answered by AI

QA Enginner I2 Interview Questions & Answers

Talentica Software user image Mohd Aatif Khan

posted on 17 Jan 2025

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is the Java code for reversing a linked list?
  • Ans. 

    Reversing a linked list in Java using iterative approach.

    • Create three pointers: prev, current, and next.

    • Iterate through the list, updating pointers to reverse the links.

    • Return the new head of the reversed list.

  • Answered by AI
  • Q2. How do you handle the StaleElementReferenceException in your code?
  • Ans. 

    Handle StaleElementReferenceException by re-locating the element before interacting with it.

    • Use try-catch block to catch StaleElementReferenceException

    • Re-locate the element using findElement method before interacting with it

    • Use WebDriverWait to wait for the element to become stale

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

(2 Questions)

  • Q1. Can you describe your project experiences?
  • Ans. 

    I have worked on various projects involving test automation, performance testing, and quality assurance processes.

    • Developed automated test scripts using Selenium WebDriver for web applications

    • Conducted performance testing using JMeter to identify bottlenecks and optimize system performance

    • Implemented quality assurance processes to ensure software meets requirements and standards

    • Collaborated with cross-functional teams ...

  • Answered by AI
  • Q2. What is your strategy for designing an automation framework?
  • Ans. 

    My strategy for designing an automation framework involves identifying key functionalities, selecting appropriate tools, creating reusable components, implementing robust error handling, and integrating with CI/CD pipelines.

    • Identify key functionalities to be automated based on priority and impact on testing.

    • Select appropriate tools and technologies based on the application under test and team expertise.

    • Create reusable ...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. Coalesce, SQL Order of Execution
  • Q2. Given a table with fields(id, name, salary, managerId) find out the managers who have atleast 5 reportees under him/her.
  • Ans. 

    Use SQL query to count number of reportees for each manager and filter out those with atleast 5 reportees.

    • Write a SQL query to count number of reportees for each manager using GROUP BY clause

    • Add HAVING clause to filter out managers with atleast 5 reportees

    • Example: SELECT managerId, COUNT(id) AS num_reportees FROM table_name GROUP BY managerId HAVING num_reportees >= 5

  • Answered by AI
  • Q3. How to manage large datasets in python
  • Ans. 

    Use libraries like pandas and dask to efficiently manage large datasets in Python.

    • Use pandas library for data manipulation and analysis.

    • Use dask library for parallel computing and out-of-core processing.

    • Optimize memory usage by loading data in chunks or using data types efficiently.

    • Consider using cloud services like AWS S3 or Google BigQuery for storing and processing large datasets.

  • Answered by AI
  • Q4. Name few of the commonly used python libraries used by DA
  • Ans. 

    Some commonly used Python libraries for Data Analysts are Pandas, NumPy, Matplotlib, and Scikit-learn.

    • Pandas - used for data manipulation and analysis

    • NumPy - used for numerical computing and working with arrays

    • Matplotlib - used for data visualization

    • Scikit-learn - used for machine learning and data mining

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Nineleaps Technology Solutions Data Analyst interview:
  • SQL
  • Python
Interview preparation tips for other job seekers - Focus on basics of SQL, Python and practice tricky SQL interview questions.

Bestone Industries Interview FAQs

How many rounds are there in Bestone Industries interview?
Bestone Industries interview process usually has 3-4 rounds. The most common rounds in the Bestone Industries interview process are Resume Shortlist, One-on-one Round and Group Discussion.
How to prepare for Bestone Industries 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 Bestone Industries. The most common topics and skills that interviewers at Bestone Industries expect are Channel Sales, Javascript, Distributor Sales, IT Sales and FMCG Sales.
What are the top questions asked in Bestone Industries interview?

Some of the top questions asked at the Bestone Industries interview -

  1. Daily used shop or...read more
  2. Honestly. I possess all the skills that you are looking for. I m pretty confide...read more
  3. Daily marketing and order regular for market selling and what are per month ord...read more

Tell us how to improve this page.

Bestone Industries Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Maruti Suzuki Interview Questions
4.2
 • 598 Interviews
ITC Interview Questions
3.9
 • 552 Interviews
Tata Group Interview Questions
4.2
 • 358 Interviews
Adani Group Interview Questions
3.9
 • 185 Interviews
Bajaj Group Interview Questions
3.8
 • 3 Interviews
View all

Bestone Industries Reviews and Ratings

based on 44 reviews

2.5/5

Rating in categories

2.3

Skill development

2.4

Work-life balance

2.4

Salary

2.4

Job security

2.3

Company culture

2.3

Promotions

2.5

Work satisfaction

Explore 44 Reviews and Ratings
Territory Sales Manager
29 salaries
unlock blur

₹3 L/yr - ₹5.2 L/yr

Sales Executive
9 salaries
unlock blur

₹3.1 L/yr - ₹4 L/yr

Android Developer
7 salaries
unlock blur

₹2.5 L/yr - ₹9 L/yr

Sales Officer
7 salaries
unlock blur

₹2.5 L/yr - ₹4 L/yr

Reactjs Developer
6 salaries
unlock blur

₹3.5 L/yr - ₹6 L/yr

Explore more salaries
Compare Bestone Industries with

Reliance Industries

4.0
Compare

Tata Group

4.2
Compare

Aditya Birla Group

4.1
Compare

Mahindra & Mahindra

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