Upload Button Icon Add office photos

Filter interviews by

Algor Supply Chain Solutions Interview Questions and Answers

Updated 12 Dec 2023

Algor Supply Chain Solutions Interview Experiences

Popular Designations

2 interviews found

Senior Regional Manager Interview Questions & Answers

user image Boobathy Rajendran

posted on 12 Dec 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Monster and was interviewed before Nov 2021. There were 2 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - HR manjiri is very nice, she took the interview made me comfortable, I was not scared first but later on she was very nice and kind.

Executive Operator Interview Questions asked at other Companies

Q1. How to manage department manpower and their weekly roster??
View answer (1)

Jobs at Algor Supply Chain Solutions

View all

Interview questions from similar companies

I applied via Campus Placement

Interview Questionnaire 

2 Questions

  • Q1. Why this specific profile? (analyst)
  • Ans. 

    I am passionate about analyzing data and deriving insights to drive strategic decision-making.

    • I have a strong background in data analysis and statistics.

    • I enjoy problem-solving and finding patterns in data.

    • I believe that my analytical skills can add value to the organization by providing actionable insights.

    • I have experience using various analytical tools such as Excel, SQL, and Tableau.

    • I am detail-oriented and thrive

  • Answered by AI
  • Q2. Why finance?
  • Ans. 

    Passion for analyzing data and making informed financial decisions.

    • I have always been fascinated by numbers and analyzing trends.

    • I enjoy the challenge of making sense of complex financial data.

    • I believe finance plays a crucial role in driving business success and growth.

    • I am motivated by the opportunity to help companies make informed financial decisions.

    • I find satisfaction in using data to identify opportunities for i

  • Answered by AI

Interview Preparation Tips

Round: Case Study Interview
Experience: Q: Give me five steps to estimate the number of traffic lights in Bombay.
Me: I will divide the city into equidistant lines, both vertical and horizontal; sort of a mesh. Then I would take vertical and horizontal rectangles i.e. the rectangles which fall on length and breadth of the city. Starting with the horizontal ones I would try to estimate the number of roads going from east to west in each rectangle(depending on the type of area: residential, commercial or a highway) Similarly I would try to estimate the number of roads going from north to south in each vertical rectangle. Now I have the average number of roads per unit length and per unit breadth. Now, I can calculate the average number of roads intersecting per rectangle. Now if I have the data, I can also use the traffic density data to further improve my estimate, i.e. whether the traffic light is required in that rectangle or not.(depending upon the traffic density)
Q: Lets say that golden quadrilateral gets completed tomorrow. What would be its impact on the sales of Ashok Leyland?
Me: Sir, they would increase, as more and more traffic will shift from railways to roadways as the average time taken by road will decrease.
Q: If I say that the sales will decreases by road, the truk will make the same number of trips in less amount of time, thereby rendering overcapacity in the road transport market therefore the sales will decrease.
Me: (I actually didn't let him complete, I interrupted him in between and said that I got the logic)
Tips: Don't try to overstate the facts.

Skills:
Duration: 3
College Name: IIM Lucknow

Interview Questionnaire 

11 Questions

  • Q1. What is the difference between multi tasking, multi processing and multi programming operating systems with examples ?
  • Ans. 

    Multi tasking, multi processing, and multi programming are different approaches to managing tasks in an operating system.

    • Multi tasking allows multiple tasks to run concurrently on a single processor.

    • Multi processing involves multiple processors running tasks simultaneously.

    • Multi programming allows multiple programs to be loaded into memory and executed concurrently.

    • Examples of multi tasking operating systems include Wi...

  • Answered by AI
  • Q2. Tell me about memory allocation (stack vs. heap)?
  • Ans. 

    Memory allocation refers to the process of assigning memory to programs during runtime.

    • Stack allocation is done automatically and is limited in size.

    • Heap allocation is done manually and is larger in size.

    • Stack memory is used for local variables and function calls.

    • Heap memory is used for dynamic memory allocation.

    • Memory leaks can occur if heap memory is not properly managed.

  • Answered by AI
  • Q3. You have two threads one printing even numbers in order and other odd numbers. Design an algorithm so that it prints numbers in natural order?
  • Ans. 

    Use a shared variable and synchronization mechanisms to ensure natural order printing of numbers.

    • Create two threads, one for printing even numbers and the other for printing odd numbers.

    • Use a shared variable to keep track of the current number to be printed.

    • Implement synchronization mechanisms like locks or semaphores to ensure only one thread can access the shared variable at a time.

    • Each thread should check if it is i...

  • Answered by AI
  • Q4. Print a matrix in spiral order?
  • Ans. 

    Printing a matrix in spiral order

    • Start from the first element and print it

    • Move in a spiral order towards the center of the matrix

    • Repeat until all elements are printed

  • Answered by AI
  • Q5. Thread class and Runnable Interface?
  • Ans. 

    Thread class and Runnable Interface are used for multithreading in Java.

    • Thread class is a predefined class in Java that provides methods to create and control threads.

    • Runnable interface is used to define a task that can be executed by a thread.

    • Thread class implements Runnable interface.

    • Thread class provides more control over threads than Runnable interface.

    • Example: Thread t = new Thread(new MyRunnable()); t.start();

    • Exa...

  • Answered by AI
  • Q6. What’s the difference between a Linked List and an ArrayList and give me an example of when to use which?
  • Ans. 

    Linked List is a dynamic data structure while ArrayList is a static data structure.

    • Linked List is best for frequent insertion and deletion operations.

    • ArrayList is best for frequent access operations.

    • Linked List uses more memory than ArrayList.

    • ArrayList is faster than Linked List for accessing elements.

    • Use Linked List when you need to frequently add or remove elements from the list.

    • Use ArrayList when you need to frequen

  • Answered by AI
  • Q7. Questions of OS concepts?
  • Q8. A role play scenario was given. With a clear instruction on I don’t need to know the basis and the hypothetical assumption was presented. I was told that I was expected to respond to the given scenario, in...
  • Q9. Why are you interested in a career in investment banking?
  • Ans. 

    I am not interested in a career in investment banking.

    • I am more interested in a career in software development

    • I enjoy problem-solving and creating innovative solutions through coding

    • Investment banking does not align with my passion and skill set

  • Answered by AI
  • Q10. Why have you chosen to apply to J.P. Morgan?
  • Ans. 

    I have chosen to apply to J.P. Morgan because of their reputation, global presence, and opportunities for growth.

    • J.P. Morgan has a strong reputation in the financial industry.

    • They have a global presence with offices in multiple countries.

    • The company offers various opportunities for career growth and development.

    • J.P. Morgan is known for its innovative technology solutions in the financial sector.

    • I am impressed by their ...

  • Answered by AI
  • Q11. Have you ever made a mistake? Tell us about it?
  • Ans. 

    Yes, I have made a mistake in my previous project.

    • I underestimated the complexity of a task and ended up missing the deadline.

    • I failed to properly test a feature, resulting in a bug that affected user experience.

    • I accidentally deleted an important file without having a backup.

    • I misunderstood a requirement and implemented a feature incorrectly.

  • Answered by AI

Interview Preparation Tips

Round: Test
Total Questions: 1

General Tips: Interview Process: Aptitude test, followed by 3 rounds of interview. Interview process was very good. Just be positive to clear the interview.
Check this link before appearing for interview with JP Morgan. It will help  -----
Skills: Algorithm, Data structure, Stack
College Name: Na

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure always you tell the right thing on which you are working and you should have clear understanding on your technical skill whatever you know.

I applied via Walk-in and was interviewed before Jun 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic accounts and finance questions
  • Q2. If you dont know answer better be straight forward about it

Interview Preparation Tips

Interview preparation tips for other job seekers - lot of round, pretty tough

I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Coding questions with system design questions and puzzles were asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your resume up to date. Do not add unnecessary stuff to your resume else they will easily catch you. Be as real as yo can. You should know some languages of your interest and should have relevant work experience in that.

I applied via Campus Placement and was interviewed before Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Few DSA questions, questions about my projects and my resume. Also, since I specialise in python, if I could create an API using it. HR questions, hobbies, leadership experience...

Interview Preparation Tips

Interview preparation tips for other job seekers - Understanding the culture of J.P. Morgan Chase played a big role in passing the interview. The coding questions were easy/medium level. The interviewers were very friendly.

I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. What are lod in tableau
  • Ans. 

    LOD stands for Level of Detail. It is a technique in Tableau that allows users to compute values at a different level than the view.

    • LOD expressions can be used to aggregate data at a higher level than the view, or to compute values at a lower level than the view.

    • There are three types of LOD expressions: FIXED, INCLUDE, and EXCLUDE.

    • FIXED LOD expressions compute values using a specified set of dimensions, regardless of t...

  • Answered by AI
  • Q2. What are hyper in tableau
  • Ans. 

    Hyper is a data engine used by Tableau to process large amounts of data quickly.

    • Hyper is an in-memory data engine that can process billions of rows of data.

    • It allows for faster data analysis and visualization.

    • Hyper can handle complex queries and calculations.

    • Tableau uses Hyper as its default data engine since version 10.5.

    • Hyper can also be used as a standalone database.

    • Hyper supports various data sources including CSV,

  • Answered by AI
  • Q3. What are parameters in tableau
  • Ans. 

    Parameters in Tableau are dynamic inputs that allow users to change values in a visualization.

    • Parameters can be used to filter data, change calculations, and control the appearance of a visualization.

    • They can be created by right-clicking on a field or by using the 'Create Parameter' option in the 'Analysis' menu.

    • Examples of parameters include allowing users to select a date range, adjusting the size of a chart, or chan...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be very calm, patient and confident while facing the interview.Always give your best and good will happen.
All the best

Skills evaluated in this interview

I applied via Company Website and was interviewed in May 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Case studies

Interview Preparation Tips

Interview preparation tips for other job seekers - They look for analytical and problem solving skills. Keep calm and try solving as much as possible. Even if you are not correct, the approach matters.
Contribute & help others!
anonymous
You can choose to be anonymous

Algor Supply Chain Solutions Interview FAQs

How many rounds are there in Algor Supply Chain Solutions interview?
Algor Supply Chain Solutions interview process usually has 2-3 rounds. The most common rounds in the Algor Supply Chain Solutions interview process are Resume Shortlist, Group Discussion and HR.
How to prepare for Algor Supply Chain Solutions 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 Algor Supply Chain Solutions. The most common topics and skills that interviewers at Algor Supply Chain Solutions expect are Logistics, Fleet Management, Vehicle Tracking, Communication Skills and Cold Chain.
What are the top questions asked in Algor Supply Chain Solutions interview?

Some of the top questions asked at the Algor Supply Chain Solutions interview -

  1. Regarding knowledge of Reffer truc...read more
  2. Basic related to backgro...read more
  3. Experience knowledge ski...read more

Recently Viewed

REVIEWS

Amazon Transportation Services

No Reviews

REVIEWS

Amazon Transportation Services

No Reviews

REVIEWS

Amazon Transportation Services

No Reviews

REVIEWS

Amazon Transportation Services

No Reviews

REVIEWS

Amazon Transportation Services

No Reviews

REVIEWS

Amazon Transportation Services

No Reviews

REVIEWS

Amazon Transportation Services

No Reviews

REVIEWS

Amazon Transportation Services

No Reviews

REVIEWS

Amazon Transportation Services

No Reviews

COMPANY BENEFITS

Amazon Transportation Services

No Benefits

Tell us how to improve this page.

Algor Supply Chain Solutions Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Delhivery Interview Questions
3.9
 • 460 Interviews
Ecom Express Interview Questions
3.8
 • 198 Interviews
BlackBuck Interview Questions
3.8
 • 178 Interviews
GATI-KWE Interview Questions
3.9
 • 87 Interviews
FarEye Interview Questions
3.1
 • 27 Interviews
LOCUS Interview Questions
3.0
 • 5 Interviews
View all

Algor Supply Chain Solutions Reviews and Ratings

based on 13 reviews

3.7/5

Rating in categories

3.4

Skill development

3.9

Work-life balance

3.4

Salary

4.1

Job security

4.1

Company culture

3.2

Promotions

4.0

Work satisfaction

Explore 13 Reviews and Ratings
Walk-in Interview For Fleet/Operation Executive

Navi Mumbai

3-8 Yrs

₹ 2.5-3.5 LPA

IT Support Executive-ERP

Bhiwandi

2-5 Yrs

₹ 3-3.5 LPA

Explore more jobs
Operations Executive
8 salaries
unlock blur

₹2 L/yr - ₹3.5 L/yr

Customer Service Executive
5 salaries
unlock blur

₹3 L/yr - ₹6.2 L/yr

Senior Executive Operations
5 salaries
unlock blur

₹3 L/yr - ₹4.3 L/yr

Assistant Manager Operations
4 salaries
unlock blur

₹4.6 L/yr - ₹5.8 L/yr

Operations Manager
4 salaries
unlock blur

₹6.4 L/yr - ₹10 L/yr

Explore more salaries
Compare Algor Supply Chain Solutions with

Delhivery

3.9
Compare

Ecom Express

3.8
Compare

BlackBuck

3.8
Compare

Shadowfax Technologies

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