Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Attero Recycling Operations Manager Interview Questions and Answers

Updated 12 Oct 2024

Attero Recycling Operations Manager Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. They itself don't know what are they hiring for.. i.e VP operations and marketing head both
  • Q2. VP operations and marketing head no pitch or base to start the business they are totally dependent on new managers
Round 2 - One-on-one 

(2 Questions)

  • Q1. They don't have any connection in courier industry and 3PL management
  • Q2. Everything is manual nothing is capturing in system
Round 3 - One-on-one 

(3 Questions)

  • Q1. No relevant hiring of related fields manpower
  • Q2. Above management is sitting on knowledge of executives and sr executive knowledges
  • Q3. No problem solving attitude they have their own 1 or 2 vendors from they are doing business else big all big players refused to do business with them. They never discuss your role at the time of interview ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't go in this un professional company...if you guys love your career either it's starting ( fresher) to top leaders or mid level . Lack of execution, lack of vision no job security that is above of all favouritism is on top and haven't seen politics in less than 100 people of organisation it's at peaks.

Have joined my worst decision in life but I have quit within 3 months.. poooor company

Interview questions from similar companies

I applied via LinkedIn and was interviewed in Apr 2022. There were 3 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 Resume tips
Round 2 - Aptitude Test 

OS Networks C Programming Aptitude Mcqs

Round 3 - Coding Test 

Two Coding questions and were of medium to hard level.

Interview Preparation Tips

Interview preparation tips for other job seekers - be Cool and Calm and answer as required. Dont Panic.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Questions related to ipc
  • Q2. Question on data structures
  • Q3. Some on arm architecture
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Ofdm, Fixed point, sampling theorem, digital filters,
  • Q2. Previous work clarity
  • Ans. 

    Previous work clarity is essential for successful collaboration and understanding of project requirements.

    • Clearly explain the projects you have worked on in the past, including your role and responsibilities

    • Provide examples of how you communicated with team members to ensure clarity in project goals

    • Discuss any challenges you faced in previous projects and how you overcame them

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Fft, ofdm, CP, sampling theorem, previous experience,
  • Q2. C basics, memory layout, function pointer, big small endian, bit manipulation, zero padding in structures
Round 3 - Coding Test 

Bit manipulation, memory layout, interrupts, semaphore mutex, implement memcpy, sorting, algo to share resource equally

Round 4 - One-on-one 

(1 Question)

  • Q1. Previous work experience, general attitude

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for coding, strong on basics
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Implement atoi in c language
  • Ans. 

    atoi function converts a string to an integer in C language

    • Use a loop to iterate through each character of the input string

    • Check if the character is a digit (0-9) using 'isdigit' function

    • Calculate the integer value by multiplying the current value by 10 and adding the digit value

  • Answered by AI
  • Q2. Remove the head of the linked list mainitning the remaining links
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Excel questions
  • Q2. Usecase of if, vlookup, sumif, excercise for data cleaning and proper function
  • Ans. 

    Using if, vlookup, sumif for data cleaning and proper function in Excel

    • Use IF function to create conditional statements for data cleaning

    • Use VLOOKUP function to search for a value in a table and return a corresponding value

    • Use SUMIF function to sum values based on a specific condition

    • Exercise: Use IF function to categorize data into different groups based on a condition

    • Exercise: Use VLOOKUP function to retrieve employe...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Most of questions will based on your resume and technical domain
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Apr 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all Resume tips
Round 2 - Coding Test 

Pointer and linked list

Round 3 - Case Study 

Pure technical on kernel programming

Round 4 - Technical 

(3 Questions)

  • Q1. Pure technical questions on background project
  • Q2. Mutex semaphore and spinlock
  • Q3. How you will achieve multi threaded programming
  • Ans. 

    Multi-threaded programming can be achieved by creating multiple threads that run concurrently.

    • Identify the tasks that can be executed in parallel

    • Create threads using threading libraries in the chosen programming language

    • Synchronize the threads to avoid race conditions and deadlocks

    • Use locks, semaphores, and mutexes to manage shared resources

    • Optimize the performance by balancing the workload among threads

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Why you want to join this company
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. This was more like shortlisting round with manager. Asked about resume and previous work experience. Not much Technical questions.
Round 3 - One-on-one 

(5 Questions)

  • Q1. Python programming questions, Basics
  • Q2. Python oops concepts
  • Q3. What is module in Python
  • Ans. 

    A module in Python is a file containing Python code, which can define functions, classes, and variables.

    • Modules help organize Python code into reusable components

    • Modules can be imported into other Python scripts using the 'import' keyword

    • Examples of modules in Python include math, random, and os

  • Answered by AI
  • Q4. Python memory management
  • Q5. Basic Devops questions

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Oct 2022. There were 3 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Details of UVM and System Verilog blocking and non blocking assignment
  • Ans. 

    UVM is a methodology for verifying complex designs using SystemVerilog. Blocking assignments execute sequentially, while non-blocking assignments execute concurrently.

    • UVM (Universal Verification Methodology) is a standardized methodology for verifying complex designs in SystemVerilog.

    • Blocking assignments in SystemVerilog execute sequentially, meaning the next statement waits for the current statement to finish.

    • Non-bloc...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Where do you see yourself in 5 years and strength and weakness
Contribute & help others!
anonymous
You can choose to be anonymous

Attero Recycling Interview FAQs

How many rounds are there in Attero Recycling Operations Manager interview?
Attero Recycling interview process usually has 3 rounds. The most common rounds in the Attero Recycling interview process are One-on-one Round.
What are the top questions asked in Attero Recycling Operations Manager interview?

Some of the top questions asked at the Attero Recycling Operations Manager interview -

  1. No problem solving attitude they have their own 1 or 2 vendors from they are do...read more
  2. They itself don't know what are they hiring for.. i.e VP operations and marketi...read more
  3. VP operations and marketing head no pitch or base to start the business they ar...read more

Recently Viewed

INTERVIEWS

Amul India

No Interviews

INTERVIEWS

VVDN Technologies

No Interviews

INTERVIEWS

Decimal Technologies

No Interviews

INTERVIEWS

Paytm Payments Bank

No Interviews

INTERVIEWS

Decimal Technologies

10 top interview questions

INTERVIEWS

Tejas Networks

No Interviews

INTERVIEWS

Manikaran Analytics

No Interviews

INTERVIEWS

Pramura Software

No Interviews

INTERVIEWS

Integra Micro Systems

No Interviews

LIST OF COMPANIES

Decimal Technologies

Locations

Tell us how to improve this page.

Attero Recycling Operations Manager Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

KLA-Tencor Interview Questions
4.0
 • 18 Interviews
Element14 Interview Questions
4.0
 • 15 Interviews
MaxLinear Interview Questions
3.0
 • 12 Interviews
STJ Electronics Interview Questions
3.6
 • 11 Interviews
Xilinx Interview Questions
4.2
 • 9 Interviews
Wafer Space Interview Questions
3.9
 • 8 Interviews
View all
Junior Scientist
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Production Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

HR Associate
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Service Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Production Supervisor
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Attero Recycling with

Gem Enviro Management

2.8
Compare

Earth Sense Recycle

3.6
Compare

E Parisaraa

3.6
Compare

Karma Recycling

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