Upload Button Icon Add office photos

Sitics Logistic Solutions

Compare button icon Compare button icon Compare

Filter interviews by

Sitics Logistic Solutions Interview Questions and Answers

Updated 17 Dec 2024
Popular Designations

Sitics Logistic Solutions Interview Experiences

8 interviews found

Supervisor Interview Questions & Answers

user image Anonymous

posted on 30 Sep 2023

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Feb 2024. 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. Acording to last mile operation Flipkart.com
  • Ans. 

    Last mile operations at Flipkart.com involve the final delivery of products to customers.

    • Last mile operations are crucial for customer satisfaction and retention.

    • Efficient last mile operations can lead to cost savings and competitive advantage.

    • Examples of last mile operations at Flipkart.com include using technology like route optimization algorithms and real-time tracking for deliveries.

  • Answered by AI
  • Q2. According to last mile operation Flipkart.com

Interview Preparation Tips

Interview preparation tips for other job seekers - I am quickly lorner ,and hard work person
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Guidance on cracking basic interviews for beginners
  • Q2. Provide tips to make a good impression for online interviews
  • Ans. 

    Make a strong impression in online interviews with preparation, professionalism, and effective communication.

    • Test your technology beforehand: Ensure your camera, microphone, and internet connection are working to avoid technical issues.

    • Choose a professional background: A clean, uncluttered space reflects professionalism and minimizes distractions.

    • Dress appropriately: Wear business attire as you would for an in-person i...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Offer guidance on cracking interviews for entry-level data entry and office administration roles, specifically for beginners.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. About lastmile operations What is rto

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions about lastmile operations, what is rto. Normally questions

SAP Operator Interview Questions & Answers

user image Jayaprakash

posted on 3 Feb 2024

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

I applied via Walk-in and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - HR 

(3 Questions)

  • Q1. Asked me about Excel and some basic Sap questions
  • Q2. What is vlookup in ms excel
  • Ans. 

    VLOOKUP is a function in MS Excel used to search for a value in the first column of a table and return a corresponding value from another column.

    • VLOOKUP stands for vertical lookup.

    • It is commonly used to find specific data in large datasets.

    • The function requires four arguments: lookup value, table array, column index number, and range lookup.

    • The lookup value is the value to search for.

    • The table array is the range of cel...

  • Answered by AI
  • Q3. What are sap domains
  • Ans. 

    SAP domains are predefined data types used in SAP systems to define the structure and characteristics of data fields.

    • SAP domains are used to ensure data consistency and integrity in SAP systems.

    • They define the data type, length, and other attributes of a field.

    • Examples of SAP domains include CHAR (character), NUMC (numeric characters), and DATS (date).

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - As a fresher you know the basics of excel like pivote table and vlookup etc and able to prepare a report on that and some basic knowedge on warehouse and sap

Skills evaluated in this interview

Interview experience
1
Bad
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 - HR 

(1 Question)

  • Q1. Aptitude and past experience
Round 3 - One-on-one 

(1 Question)

  • Q1. HR interview round with HR

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't come here.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. About previous company work experience.
Round 2 - One-on-one 

(1 Question)

  • Q1. Technical questions

HR Generalist Interview Questions & Answers

user image Anonymous

posted on 15 Apr 2021

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

Interview Questionnaire 

1 Question

  • Q1. About my experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, Patient , Be yourself
Are these interview questions helpful?

I applied via Referral and was interviewed in May 2019. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. To present a complete business model with in a territory with committed business volumes.

Interview Preparation Tips

Interview preparation tips for other job seekers - Never trust any job sites, use your link's & try hard to reach to direct HR's if, you really want to get a job, suits you & provide satisfactory atmosphere & value against your skills.

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Sitics Logistic Solutions?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview before Sep 2020.

Round 1 - Face to Face 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

It was in the day time. I was asked the programming language of my choice. It was mostly focused on programming fundamentals. I was asked 2 questions based on Data Structures and Algorithms.

  • Q1. How can you detect a loop in a linked list?
  • Ans. 

    A loop in a linked list can be detected using Floyd's Cycle Detection Algorithm.

    • Use two pointers - slow and fast, where slow moves one step at a time and fast moves two steps at a time.

    • If there is a loop, the two pointers will eventually meet at some point within the loop.

    • To detect the start of the loop, reset one pointer to the head and move both pointers one step at a time until they meet again.

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

This round was mostly focused on my resume and projects.

  • Q1. Tell me about your projects.
Round 3 - Face to Face 

Round duration - 30 minutes
Round difficulty - Easy

It was in the evening. I went to their office in Gurgaon. It was taken by one of the technology director who had a lot of experience. 
 

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Bharati Vidyapeeth's College of Engineering. I applied for the job as SDE - 1 in GurgaonAmerican Express interview preparation:Topics to prepare for the interview - Data structures and algorithms, Object-Oriented Programming System concepts, Database Management System, Operating System, Networking.Time required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Do practice a lot of data structures questions as mostly questions in interviews are based on them. Also, do prepare for projects mentioned in your resume and skills which you have mentioned. Coding ninjas has a big hand in making my interview clear as I have taken a course from the coding Ninjas which helped me a lot to make my concepts clear.

Application resume tips for other job seekers

Keep it short and crisp. Go through it properly before the interview. Make sure that you haven't put anything in it that can cause you problems during the interview.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Referral and was interviewed before Sep 2019. There were 3 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. Java logical question
  • Q2. Webdriver architecture
  • Q3. Framework, file and folder structure
  • Q4. Your approach to tackle dynamic objects
  • Ans. 

    I approach dynamic objects by analyzing their behavior and adapting my approach accordingly.

    • I start by understanding the nature of the dynamic object and its expected behavior

    • I then analyze its movement patterns and any potential obstacles or hazards

    • Based on this analysis, I adapt my approach to ensure safe and efficient interaction with the dynamic object

    • For example, when working with a moving conveyor belt, I would e...

  • Answered by AI
  • Q5. Implicit and explicit wait in selenium
  • Ans. 

    Implicit and explicit wait are two types of wait in Selenium used to synchronize the test execution with the application.

    • Implicit wait is used to set a default waiting time for the web elements to load before throwing an exception.

    • Explicit wait is used to wait for a specific condition to occur before proceeding with the test execution.

    • Implicit wait is set globally for the entire test script while explicit wait is set f...

  • Answered by AI
  • Q6. Java oops concepts
  • Q7. Sql queries related to joins
  • Q8. Basic Unix commands

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and try to connect yours answers with some example of your project.

Skills evaluated in this interview

Sitics Logistic Solutions Interview FAQs

How many rounds are there in Sitics Logistic Solutions interview?
Sitics Logistic Solutions interview process usually has 1-2 rounds. The most common rounds in the Sitics Logistic Solutions interview process are HR, One-on-one Round and Resume Shortlist.
How to prepare for Sitics Logistic 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 Sitics Logistic Solutions. The most common topics and skills that interviewers at Sitics Logistic Solutions expect are Warehouse Operations, Logistics, Excel, 3Pl and SAP.
What are the top questions asked in Sitics Logistic Solutions interview?

Some of the top questions asked at the Sitics Logistic Solutions interview -

  1. provide tips to make a good impression for online intervi...read more
  2. Acording to last mile operation Flipkart....read more
  3. what is vlookup in ms ex...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.4/5

based on 10 interview experiences

Difficulty level

Easy 100%

Duration

Less than 2 weeks 67%
More than 8 weeks 33%
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 622 Interviews
Bajaj Finserv Interview Questions
4.0
 • 604 Interviews
Citicorp Interview Questions
3.7
 • 590 Interviews
HSBC Group Interview Questions
3.9
 • 512 Interviews
American Express Interview Questions
4.1
 • 388 Interviews
BNY Interview Questions
3.8
 • 367 Interviews
UBS Interview Questions
3.9
 • 352 Interviews
Morgan Stanley Interview Questions
3.6
 • 309 Interviews
View all

Sitics Logistic Solutions Reviews and Ratings

based on 139 reviews

3.2/5

Rating in categories

3.1

Skill development

3.0

Work-life balance

2.9

Salary

2.9

Job security

2.9

Company culture

2.6

Promotions

2.9

Work satisfaction

Explore 139 Reviews and Ratings
Regional Manager Last Mile Ops Odisha

Bhubaneswar

10-20 Yrs

Not Disclosed

Cnc Bending Machine Operator

Coimbatore

1-6 Yrs

₹ 2-3.3 LPA

Transport Coordinator

Coimbatore

2-6 Yrs

₹ 2.5-4.5 LPA

Explore more jobs
Supervisor
23 salaries
unlock blur

₹1.5 L/yr - ₹3.6 L/yr

Warehouse Supervisor
19 salaries
unlock blur

₹1.2 L/yr - ₹3 L/yr

Assistant Manager
17 salaries
unlock blur

₹4.1 L/yr - ₹7.8 L/yr

HR Executive
15 salaries
unlock blur

₹1.8 L/yr - ₹3.6 L/yr

Warehouse Manager
14 salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Explore more salaries
Compare Sitics Logistic Solutions with

Bajaj Finserv

3.9
Compare

Wells Fargo

3.8
Compare

JPMorgan Chase & Co.

3.9
Compare

HSBC Group

3.9
Compare
write
Share an Interview