Upload Button Icon Add office photos

Filter interviews by

Acme Industries Interview Questions, Process, and Tips

Updated 28 Nov 2024

Top Acme Industries Interview Questions and Answers

Acme Industries Interview Experiences

Popular Designations

6 interviews found

SDE Interview Questions & Answers

user image Alpesh Baria

posted on 28 Nov 2024

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

Reasoning,pattern and mathemetics

Round 2 - Coding Test 

1 hour long ,simple array and string

Round 3 - Technical 

(2 Questions)

  • Q1. What is react js?
  • Ans. 

    React JS is a JavaScript library for building user interfaces.

    • React JS is developed and maintained by Facebook.

    • It allows developers to create reusable UI components.

    • React uses a virtual DOM for efficient rendering.

    • It follows a component-based architecture.

    • React can be used for building single-page applications.

  • Answered by AI
  • Q2. What is node JS
  • Ans. 

    Node.js is a runtime environment that allows you to run JavaScript on the server side.

    • Node.js is built on Chrome's V8 JavaScript engine

    • It uses an event-driven, non-blocking I/O model

    • Node.js is commonly used for building server-side applications

  • Answered by AI

Skills evaluated in this interview

SDE Interview Questions asked at other Companies

Q1. Longest Increasing Subsequence Problem Statement Given an array of integers with 'N' elements, determine the length of the longest subsequence where each element is greater than the previous element. This subsequence must be in strictly inc... read more
Add answer

Boss Interview Questions & Answers

user image Anonymous

posted on 5 Aug 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is react library?
  • Ans. 

    React is a JavaScript library for building user interfaces.

    • Developed by Facebook

    • Uses a component-based architecture

    • Supports virtual DOM for efficient updates

    • Can be used for building single-page applications

  • Answered by AI
  • Q2. What are pure functions?
  • Ans. 

    Pure functions are functions that always produce the same output for a given input and have no side effects.

    • Pure functions always return the same output for the same input, making them predictable and easier to test.

    • They do not modify any external state or variables, ensuring no side effects.

    • Examples of pure functions include Math.max(), Math.min(), and functions that only rely on their input parameters.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - NA

Skills evaluated in this interview

Boss Interview Questions asked at other Companies

Q1. What are pure functions?
View answer (1)
Interview experience
5
Excellent
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 

(1 Question)

  • Q1. Machine details and specifications of all machine related

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company

Machine Operator Interview Questions asked at other Companies

Q1. What is mean by quality test 100 percentage give you sir
View answer (4)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed before Dec 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Interview questions related to plant process
  • Q2. Questions related to technical plant maintenance boilers ,dfa plant ,hydrogenation plant

Interview Preparation Tips

Topics to prepare for Acme Industries Maintenance Engineer interview:
  • Work experience

Maintenance Engineer Interview Questions asked at other Companies

Q1. 1)which refrigeration cycle used in chilling plant?
View answer (9)

Acme Industries interview questions for popular designations

 Boss

 (1)

 Machine Operator

 (1)

 Maintenance Engineer

 (1)

 Mechanical Maintenance Technician

 (1)

 Production Assistant

 (1)

 SDE

 (1)

Interview Questionnaire 

6 Questions

  • Q1. Bearing Mein C Kya Hota Hai
  • Q2. C- clearance Ko darshata Hai
  • Q3. Phe ki full form plate heat exchanger hoti hai
  • Q4. Gas kit kitne type ki hoti hai
  • Q5. Gear box mein kaun sa oil use karte hain -320
  • Q6. Gear type - helical gear spare gear bevel gear etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Jo bhi Hamen resume may mention Kiya Hua Hai Apna experience use topi ko acchi Tarah padh kar jana hai

Mechanical Maintenance Technician Interview Questions asked at other Companies

Q1. Why use conveyor line gear box ? What type belt is used for conveyor line ? What is the gear box? 1 inches eual to _mm ? How Calcutta the nut bolt size on spanner ? Many more
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Dec 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Mac dls and cdng mc

Production Assistant Interview Questions asked at other Companies

Q1. What do you know about the asian paints , what do you mean by paints industry, what do you about colors, whats the diffrences b/ colours and pigments ,
View answer (1)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

It was a MCQ test on CS Fundamentals. We have to answer 50 questions in 40 minutes. Accuracy is must. Company have its own cutoff and it's usually high. So try to gain maximum marks as possible. The results were announced in 1.5 hrs. The selected candidates will be appearing for the coding challenge.

Round 2 - Coding Test 

There are 5 questions. 1 easy , 3 medium, 1 hard. You should solve atleast 4 questions to get shortlisted for the interview. Results are announced in 2-3 hours. Take a look at these questions. One of the questions from the coding challenge will be asked in the interview.

Round 3 - Technical 

(5 Questions)

  • Q1. Email validation question from coding challenge
  • Q2. Binary Search on rotated arrays
  • Ans. 

    Binary search on rotated arrays involves finding a target value in a sorted array that has been rotated at an unknown pivot point.

    • Identify the pivot point by finding the minimum element in the array.

    • Determine which half of the array the target value falls into based on the pivot point.

    • Perform binary search on the appropriate half of the array to find the target value.

  • Answered by AI
  • Q3. About projects (reason behind using the mentioned database)
  • Q4. Use of package.json file
  • Ans. 

    package.json file is used in Node.js projects to manage dependencies, scripts, and metadata.

    • Contains project metadata like name, version, description, etc.

    • Lists dependencies required for the project to run.

    • Defines scripts for tasks like building, testing, and running the project.

    • Can include configurations for tools like ESLint, Babel, etc.

  • Answered by AI
  • Q5. What are scripts in package.json file
  • Ans. 

    Scripts in package.json file are commands that can be run using npm.

    • Scripts are defined under the 'scripts' key in package.json.

    • Common scripts include 'start', 'test', 'build', etc.

    • Scripts can be run using 'npm run '.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Explain your approach clearly while solving DSA questions. Revise your understanding on the projects before the interview. Also revise oops, cn, os and some basic understanding of Low level design i.e. designing of classes for music player.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

General basic assessment.

Round 2 - MCQ 

(1 Question)

  • Q1. They will give you few PDFs to read and then MCQ from that.

Interview Preparation Tips

Interview preparation tips for other job seekers - So the job application process will start from emailing them to the MCQ. Then if selected you'll receive email with next steps which involves Skype chat(no involvement of voice call or video, only chat). Then after the technical setup you need to email them again that you're done with that, after that you'll get another mail with a link to choose a starting date.
On the starting date you'll again message one person(Yashima Kamra) on Skype, they'll give you 'Zulip'(it's an open source chat system, interface is kind of like Discord but too basic) access. Now you need to message in an assigned group in Zulip. The Zulip part is 'Training' in real but good luck getting any support from the other person. He/she will just give you commands, and if you ask any questions or ask for assistance to understand the new process they'll simply ignore that.
Then if you're lucky like me one day they'll report that you're ate fault, you haven't reported so they've revoked your Zulip access.

I have joined there or you can say hoped to work atleast(as it was 4 hours/day job) but that's not possible it seems.

If you're looking for jobs here I'd suggest to give it a try ofcourse so that people can actually know about this company's rubbish people.
Interview experience
5
Excellent
Difficulty level
Easy
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 

(3 Questions)

  • Q1. How to work in Amazon
  • Q2. What the salary
  • Q3. How to work in e-commerce
Round 2 - Technical 

(2 Questions)

  • Q1. How to work in Amazon
  • Q2. What the salary

Interview Preparation Tips

Interview preparation tips for other job seekers - E-COMMERCE jobs work in Amazon
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. General discussion
Round 2 - Demo 

(1 Question)

  • Q1. Demo in our specialist subject
Round 3 - One-on-one 

(2 Questions)

  • Q1. General discussion about ourselves.
  • Q2. About work experience

Acme Industries Interview FAQs

How many rounds are there in Acme Industries interview?
Acme Industries interview process usually has 2 rounds. The most common rounds in the Acme Industries interview process are Technical, Resume Shortlist and Aptitude Test.
What are the top questions asked in Acme Industries interview?

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

  1. What is react libra...read more
  2. What are pure functio...read more
  3. what is react ...read more

Tell us how to improve this page.

Acme Industries Interview Process

based on 9 interviews

Interview experience

4.9
  
Excellent
View more

Interview Questions from Similar Companies

Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
Tata Group Interview Questions
4.2
 • 358 Interviews
Adani Group Interview Questions
3.9
 • 183 Interviews
Bharat Forge Interview Questions
3.9
 • 55 Interviews
View all

Acme Industries Reviews and Ratings

based on 105 reviews

4.2/5

Rating in categories

4.2

Skill development

4.0

Work-life balance

3.3

Salary

3.6

Job security

4.1

Company culture

3.1

Promotions

4.0

Work satisfaction

Explore 105 Reviews and Ratings
QC Chemist
7 salaries
unlock blur

₹1.1 L/yr - ₹3 L/yr

Executive Accountant
7 salaries
unlock blur

₹1.6 L/yr - ₹3.5 L/yr

Maintenance Executive
7 salaries
unlock blur

₹2.8 L/yr - ₹3.7 L/yr

Store Executive
6 salaries
unlock blur

₹2.2 L/yr - ₹4.2 L/yr

Assistant Manager
5 salaries
unlock blur

₹5 L/yr - ₹6.5 L/yr

Explore more salaries
Compare Acme Industries with

Tata Group

4.2
Compare

Reliance Industries

4.0
Compare

Adani Group

3.9
Compare

Mahindra & Mahindra

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