Upload Button Icon Add office photos

Filter interviews by

SS Supply Chain Solutions Senior Executive Interview Questions and Answers

Updated 17 Oct 2024

SS Supply Chain Solutions Senior Executive Interview Experiences

2 interviews found

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

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Assignment 

Assignment related to social media post Static and video

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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. What is FTL, PTL
  • Ans. 

    FTL stands for Full Truck Load and PTL stands for Part Truck Load in the logistics industry.

    • FTL refers to shipping goods that fill an entire truck, usually used for large shipments

    • PTL refers to shipping goods that only fill a part of a truck, often used for smaller shipments

    • FTL is more cost-effective for large shipments while PTL is more flexible for smaller shipments

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

(1 Question)

  • Q1. SAP TM and specifications
  • Ans. Whole t code with all specifications
  • Answered Anonymously

Skills evaluated in this interview

Senior Executive Interview Questions Asked at Other Companies

Q1. If oneday the men power is very less due to some problem and lode ... read more
Q2. What is your currunt position where you work What is inventory sy ... read more
asked in SRF
Q3. How many types of reactor you handle and troubleshooting? What is ... read more
Q4. M20 grade means In civil construction or what is the ratio of san ... read more
asked in Jio
Q5. What is your action when the stock is lost in warehouse

Interview questions from similar companies

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

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of python, project related questions
  • Q2. Basic SQL, few simple problem solving questions
Round 2 - HR 

(2 Questions)

  • Q1. Interests, hobbies ,general HR questions
  • Q2. Expected hike, salary, work timings preferred

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for basic python and sql.
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 Nov 2021. There were 2 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 - Technical 

(2 Questions)

  • Q1. Oops concepts, core java
  • Q2. Java 8 stream api and lambda

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well it will be easy to crack. they hire good peope
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Question related to oops
  • Q2. Question related to coding
  • Q3. I was rejected after 2nd round
Round 2 - Technical 

(2 Questions)

  • Q1. Question related to advanced topic in oops
  • Q2. Question related to coding
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Basic questions for finance
  • Q2. If you know everything from JD
Round 2 - One-on-one 

(2 Questions)

  • Q1. Market capitalisation
  • Q2. Different type of swaps
  • Ans. 

    Different types of swaps include interest rate swaps, currency swaps, and credit default swaps.

    • Interest rate swaps involve exchanging fixed and floating interest rate payments.

    • Currency swaps involve exchanging principal and interest payments in different currencies.

    • Credit default swaps involve transferring the credit risk of a specific asset or entity.

    • Other types of swaps include equity swaps, commodity swaps, and tota

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They want a geek with finance cleared

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Apr 2023. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. What is zero coupon bond?
  • Ans. 

    A zero coupon bond is a bond that pays no interest and is sold at a discount to its face value.

    • Zero coupon bonds are also known as discount bonds.

    • Investors buy these bonds at a price lower than their face value and receive the full face value at maturity.

    • The difference between the purchase price and the face value is the investor's return.

    • Zero coupon bonds are often used for long-term investments, such as retirement sa...

  • Answered by AI
  • Q2. What is corporate actions and how you record those in books?
  • Ans. 

    Corporate actions are events initiated by a company that can affect its stock price and shareholders. They are recorded in books through various accounting entries.

    • Corporate actions include stock splits, dividends, mergers, acquisitions, and spin-offs.

    • These actions are recorded in books through journal entries and adjustments to accounts such as retained earnings and stockholders' equity.

    • For example, if a company decla...

  • Answered by AI

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

Interview Questionnaire 

3 Questions

  • Q1. SQL window functions
  • Q2. Basic SQL queries
  • Q3. Basic Power BI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be kind and humble and don't cheat. The interview will be a cup of cake if you even have some decent experience. Just get your basic right. There won't be much scenarios and coding questions

I applied via Naukri.com and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Given an input string "neeraj chopra" Write Python code to get output string as "jareen arpohc".
  • Ans. 

    The Python code to get the output string as 'jareen arpohc' from the input string 'neeraj chopra' is provided.

    • Split the input string into individual words

    • Reverse each word

    • Join the reversed words with a space in between

  • Answered by AI
  • Q2. Given a list of 10 numbers. Write a code to list only even numbers out of the original list.
  • Ans. 

    Code to list even numbers from a given list of 10 numbers.

    • Loop through the list of numbers

    • Check if each number is even using the modulo operator

    • If the number is even, add it to a new list of even numbers

    • Return the new list of even numbers

  • Answered by AI
  • Q3. SQL queries using Window Functions Rank() , Dense Rank() etc
  • Q4. Reversal of string in python code
  • Ans. 

    Reversing a string in Python code

    • Use slicing to reverse the string

    • Use the built-in function 'reversed()'

    • Convert the string to a list, reverse it, and then join it back to a string

  • Answered by AI
  • Q5. SQL queries in general.

Interview Preparation Tips

Interview preparation tips for other job seekers - There is hiring surge in the company so one should go for it .
Basic Python , SQL knowledge is enough to crack the interviews.

Skills evaluated in this interview

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

I applied via Approached by Company

Round 1 - Technical 

(2 Questions)

  • Q1. Sql is the most important , Focus on Joins ,Sub query and Sql basics
  • Q2. Joining tables with different joins
  • Ans. 

    Joining tables with different joins in SQL

    • Use INNER JOIN to return rows when there is at least one match in both tables

    • Use LEFT JOIN to return all rows from the left table and the matched rows from the right table

    • Use RIGHT JOIN to return all rows from the right table and the matched rows from the left table

    • Use FULL JOIN to return rows when there is a match in one of the tables

  • Answered by AI

Skills evaluated in this interview

SS Supply Chain Solutions Interview FAQs

How many rounds are there in SS Supply Chain Solutions Senior Executive interview?
SS Supply Chain Solutions interview process usually has 2 rounds. The most common rounds in the SS Supply Chain Solutions interview process are Technical, One-on-one Round and Assignment.
How to prepare for SS Supply Chain Solutions Senior Executive 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 SS Supply Chain Solutions. The most common topics and skills that interviewers at SS Supply Chain Solutions expect are Export Documentation, Cha, Custom Clearance, Export and Customs.
What are the top questions asked in SS Supply Chain Solutions Senior Executive interview?

Some of the top questions asked at the SS Supply Chain Solutions Senior Executive interview -

  1. What is FTL, ...read more
  2. SAP TM and specificati...read more

Tell us how to improve this page.

SS Supply Chain Solutions Senior Executive Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 49 Interviews
IT By Design Interview Questions
3.5
 • 40 Interviews
ConsultAdd Interview Questions
3.5
 • 36 Interviews
View all
SS Supply Chain Solutions Senior Executive Salary
based on 40 salaries
₹2.5 L/yr - ₹6.7 L/yr
19% less than the average Senior Executive Salary in India
View more details

SS Supply Chain Solutions Senior Executive Reviews and Ratings

based on 11 reviews

3.7/5

Rating in categories

3.8

Skill development

3.9

Work-life balance

3.8

Salary

3.4

Job security

3.8

Company culture

3.2

Promotions

3.8

Work satisfaction

Explore 11 Reviews and Ratings
Senior Executive
40 salaries
unlock blur

₹2.5 L/yr - ₹6.7 L/yr

Assistant Manager
29 salaries
unlock blur

₹4.7 L/yr - ₹10 L/yr

Software Developer
27 salaries
unlock blur

₹3 L/yr - ₹8.9 L/yr

Business Analyst
17 salaries
unlock blur

₹5.5 L/yr - ₹10 L/yr

Warehouse Manager
14 salaries
unlock blur

₹3.3 L/yr - ₹7.2 L/yr

Explore more salaries
Compare SS Supply Chain Solutions with

Maxgen Technologies

4.6
Compare

Value Point Systems

3.6
Compare

JoulestoWatts Business Solutions

2.9
Compare

F1 Info Solutions and Services

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