Upload Button Icon Add office photos

Filter interviews by

Glaucus Logistics Assistant Manager Operations Interview Questions and Answers

Updated 12 Sep 2021

Glaucus Logistics Assistant Manager Operations Interview Experiences

1 interview found

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

Interview Questionnaire 

2 Questions

  • Q1. What is the KRA of your previous company
  • Ans. 

    The KRA of my previous company was to ensure efficient and smooth operations by managing resources, optimizing processes, and achieving performance targets.

    • Managing and supervising a team of operations staff

    • Developing and implementing operational strategies and plans

    • Monitoring and analyzing key performance indicators (KPIs)

    • Identifying areas for improvement and implementing process enhancements

    • Ensuring compliance with c...

  • Answered by AI
  • Q2. What is your total experience in warehousing.
  • Ans. 

    I have 8 years of experience in warehousing.

    • I have worked in various roles within the warehousing industry, including inventory management, logistics coordination, and team supervision.

    • During my time as a Warehouse Supervisor at XYZ Company, I successfully implemented a new inventory tracking system, resulting in a 20% reduction in stock discrepancies.

    • I have extensive knowledge of warehouse operations, including receiv...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I will comfort to give interview in every condition.

Interview questions from similar companies

I applied via Walk-in and was interviewed before Oct 2021. 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 - Group Discussion 

Need of regulations in E- commerce sector.

Round 3 - Technical 

(2 Questions)

  • Q1. What is challenges in logistics sector?
  • Ans. 

    Logistics sector faces challenges such as high transportation costs, supply chain disruptions, and increasing customer demands.

    • High transportation costs due to fuel prices, tolls, and taxes

    • Supply chain disruptions caused by natural disasters, political instability, and pandemics

    • Increasing customer demands for faster delivery, real-time tracking, and personalized services

    • Shortage of skilled labor and technological advan...

  • Answered by AI
  • Q2. Suggestion to improve logos sector.
  • Ans. 

    To improve logos sector, focus on creating unique and memorable designs that accurately represent the brand.

    • Conduct thorough research on the brand and its target audience before designing the logo

    • Simplify the design to make it easily recognizable and memorable

    • Use appropriate colors and typography to convey the brand's personality

    • Ensure the logo is versatile and can be used across different mediums and platforms

    • Consider...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always prepare for interview and deliver your best with confidence.

I applied via Indeed and was interviewed before Jun 2019. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Business problems and case studies
  • Q2. Guesstimates
  • Q3. Experience to date
  • Ans. 

    I have 3 years of experience working as a Data Analyst in the finance industry.

    • Analyzed financial data to identify trends and make recommendations

    • Created reports and dashboards using tools like Tableau and Excel

    • Collaborated with cross-functional teams to improve data quality and accuracy

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Use your basic aptitude.

I applied via Campus Placement and was interviewed before Sep 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Linked List, Stack, BST

Interview Preparation Tips

Interview preparation tips for other job seekers - be ready with ds algo and have some side projects

I applied via Naukri.com and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Coding Test 

I was attended for technical f2f round for Android app developer, they asked to develop sample app with large json parsing in grid view. It's good and nice.

Round 2 - Technical 

(1 Question)

  • Q1. Once you successfully implemented coding, they will take technical f2f round. It will mainly in all topics of android.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare more coding questions in all advanced topics and logical questions

I appeared for an interview in Dec 2016.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself tell me about your internship My interview was unstructured(i.e based on your reply interviewer was asking Questions)

Interview Preparation Tips

Round: Test
Experience: Questions were very difficult and solving one Question gets you shortlisted for interview
I don't remember the Questions
Duration: 1 hour 30 minutes
Total Questions: 2

Skills: Internship Work, Inter Person Communication Skills
College Name: IIT Roorkee

I applied via Recruitment Consultant and was interviewed in Aug 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic Questions only, Oops concept, Android basic questions, work manager related, MVVM pattern, why kotlin?

Interview Preparation Tips

Interview preparation tips for other job seekers - It is a well-motivated place in terms of work, they are really making the best use of technology that they can. The interview can be clarified by someone who has clear basics of technology, how things are really moving in technology. They are only examining the basics of technology.

I applied via Recruitment Consultant and was interviewed in Jun 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Realted to my previous job

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in answering to the interviewer
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Program for a palindrome Number.
  • Ans. 

    Program to check if a number is a palindrome.

    • Convert the number to a string to easily check for palindrome

    • Reverse the string and compare it with the original string

    • If they are the same, the number is a palindrome

  • Answered by AI
  • Q2. React Lifecycle methods
  • Q3. Hooks in react?
  • Ans. 

    Hooks are a feature in React that allow you to use state and other React features in functional components.

    • Hooks were introduced in React 16.8.

    • They allow you to use state and other React features without writing a class.

    • Commonly used hooks include useState, useEffect, useContext, and useReducer.

    • Hooks must be used at the top level of your functional component.

    • Example: const [count, setCount] = useState(0);

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Create a High-level design
  • Ans. 

    Design a high-level architecture for a software system

    • Identify the main components of the system

    • Define the interactions between the components

    • Consider scalability, security, and performance

    • Choose appropriate technologies and frameworks

    • Create a diagram to visualize the architecture

  • Answered by AI
  • Q2. Questions on the design you created

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Delete nth node from end in linked list
  • Ans. 

    To delete the nth node from the end in a linked list, we can use a two-pointer approach.

    • Use two pointers, one to traverse the list and another to keep track of the nth node from the end.

    • Move the second pointer n steps ahead of the first pointer.

    • When the second pointer reaches the end of the list, the first pointer will be at the nth node from the end.

    • Adjust the pointers to delete the nth node.

  • Answered by AI
  • Q2. Project discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - revise your latest projects and technologies used thoroughly, prepare trees and linked list in DSA

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

Cogoport Interview Questions
2.9
 • 53 Interviews
MagicPin Interview Questions
2.6
 • 50 Interviews
Tokopedia Interview Questions
4.1
 • 26 Interviews
Treebo Hotels Interview Questions
3.2
 • 22 Interviews
Meritto Interview Questions
3.6
 • 22 Interviews
Furlenco Interview Questions
3.4
 • 21 Interviews
InsanelyGood Interview Questions
4.1
 • 19 Interviews
KrazyBee Interview Questions
3.7
 • 15 Interviews
View all
Glaucus Logistics Assistant Manager Operations Salary
based on 5 salaries
₹4.5 L/yr - ₹5 L/yr
31% less than the average Assistant Manager Operations Salary in India
View more details
Senior Executive
20 salaries
unlock blur

₹2.4 L/yr - ₹4.2 L/yr

Software Engineer
9 salaries
unlock blur

₹4.8 L/yr - ₹7 L/yr

Assistant Manager
9 salaries
unlock blur

₹4 L/yr - ₹6 L/yr

Supervisor
9 salaries
unlock blur

₹2 L/yr - ₹2.6 L/yr

Softwaretest Engineer
8 salaries
unlock blur

₹3.8 L/yr - ₹6 L/yr

Explore more salaries
Compare Glaucus Logistics with

Cogoport

2.9
Compare

MagicPin

2.6
Compare

InsanelyGood

4.1
Compare

KrazyBee

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