Upload Button Icon Add office photos

Filter interviews by

Al Sadhan Trading Interview Questions and Answers

Updated 25 Apr 2023

Al Sadhan Trading Interview Experiences

1 interview found

Store Manager Interview Questions & Answers

user image Anonymous

posted on 25 Apr 2023

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

I applied via Recruitment Consulltant and was interviewed in Oct 2022. 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 - One-on-one 

(2 Questions)

  • Q1. Based on your experience only they ask
  • Q2. Based on experience only
Round 3 - One-on-one 

(1 Question)

  • Q1. Your previous experience questions

Store Manager Interview Questions asked at other Companies

Q1. If ebita is down, what is basic plans, stores conversion is down, IPCm, ATS, DOWN. ---MY ANSWER IS TO GET BASIC RIGHT, REST ALL THE KPI WILL BE FULL FILLED AUTOMATICALLY. Staff to staff marking is very much important and understand your tea... read more
View answer (29)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Sep 2023. There were 5 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Which programming language would you use in which situation?
  • Ans. 

    I would use Python for data analysis, Java for enterprise applications, and JavaScript for web development.

    • Python - data analysis, machine learning, scientific computing (e.g. pandas, numpy)

    • Java - enterprise applications, backend development (e.g. Spring framework)

    • JavaScript - web development, front-end development (e.g. React, Angular)

  • Answered by AI
Round 2 - Assignment 

Create a service to assign a delivery operator

Round 3 - Technical 

(1 Question)

  • Q1. Design Uber ride assignment system
  • Ans. 

    Design a system for assigning Uber rides efficiently and fairly

    • Use a matching algorithm to pair riders with drivers based on location, availability, and other factors

    • Implement a dynamic pricing system to incentivize drivers to accept rides in high-demand areas

    • Consider implementing a rating system for both riders and drivers to ensure quality service

    • Utilize real-time data and analytics to optimize ride assignments and r

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Design BookMyShow
Round 5 - HR 

(1 Question)

  • Q1. What qualities do you see in a leader
  • Ans. 

    A leader should possess qualities such as communication skills, empathy, decisiveness, and the ability to inspire and motivate others.

    • Communication skills - A leader should be able to effectively communicate with team members, stakeholders, and other leaders.

    • Empathy - A good leader should be able to understand and relate to the emotions and experiences of others.

    • Decisiveness - Leaders should be able to make tough decis...

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Implement some LLD and use clean code formulas

Round 2 - Group Discussion 

Better be prepared for all deep dive questions about tech and project you worked

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

I applied via Recruitment Consulltant and was interviewed before Mar 2022. There were 5 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 tips
Round 2 - Coding Test 

You will get base code from HR and you will be asked to enhance the code with few additional requirements and this will be reviewed in the next One On One discussion.
As part of One On One discussion, you need to explain your thought process and need to add few more enhancements

Round 3 - One-on-one 

(1 Question)

  • Q1. This round is mainly on checking your understanding on the projects you have worked on and why the project was implemented in a specific way
Round 4 - One-on-one 

(1 Question)

  • Q1. This was a system design round. You will receive an open ended product requirement. You need to ask questions to refine the requirement and provide the solution
Round 5 - One-on-one 

(1 Question)

  • Q1. This was the Bar Raiser round. Questions were mainly on how you will handle a certain situations in the company

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well. Interview process is not difficult.
Pay attention to questions and ask questions for clarifications
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Oct 2022. There were 7 interview rounds.

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 - Coding Test 

There was a take home coding test - application to allot a parking lot.

Round 3 - Technical 

(1 Question)

  • Q1. Questions around optimisations around parking lot application submitted in round1. Implement more use cases asked on the spot System Design/Scaling related questions
Round 4 - Technical 

(1 Question)

  • Q1. Mine was java, so Java technical questions, Java new features Questions around Design patterns Questions on SOLID principles
Round 5 - Technical 

(1 Question)

  • Q1. Use case was given for wallet(e.g. pay later wallet) and asked to design basic REST APIs. E.g. User have balance in wallet User makes transaction via the wallet User add money in wallet
Round 6 - One-on-one 

(1 Question)

  • Q1. It was 1 hour round. This was round with Engineering Technical Head. The questions were around willingness to work, long term / short term goals, high level behavioural questions, cross questions to evalua...
Round 7 - HR 

(1 Question)

  • Q1. This was HR round, around 20 minutes
Interview experience
5
Excellent
Difficulty level
Hard
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 - Technical 

(3 Questions)

  • Q1. How to build an caching layer for iOS Apps
  • Ans. 

    Building a caching layer for iOS Apps

    • Identify the data that needs to be cached

    • Choose a caching mechanism (e.g., NSCache, CoreData, SQLite)

    • Implement caching logic in the app's data access layer

    • Define cache eviction policies to manage memory usage

    • Consider using a cache expiration mechanism

    • Handle cache invalidation when data changes

    • Optimize cache performance by using appropriate data structures

  • Answered by AI
  • Q2. How to optimise image rendering for iOS Apps
  • Ans. 

    Optimizing image rendering for iOS Apps involves techniques like image compression, caching, lazy loading, and using the appropriate image formats.

    • Use image compression techniques like JPEG or PNG optimization to reduce file size without compromising quality

    • Implement caching mechanisms to store and retrieve images locally, reducing network requests

    • Utilize lazy loading to load images only when they are needed, improving...

  • Answered by AI
  • Q3. Tell me about framework types in iOS
  • Ans. 

    There are several types of frameworks in iOS, including system frameworks, third-party frameworks, and custom frameworks.

    • System frameworks are provided by Apple and include UIKit, Foundation, and Core Data.

    • Third-party frameworks are developed by external developers and can be integrated into iOS apps, such as Alamofire and Firebase.

    • Custom frameworks are created by developers for specific project needs and can be reused...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Go-Jek Senior Software Engineer interview:
  • Swift
Interview preparation tips for other job seekers - Be on point on basics and callout if you do not know something or are confused at the point.

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Machine Coding Round

Round 2 - Coding Test 

Low level design - ATM design

Round 3 - Case Study 

High level design - Uber

Round 4 - One-on-one 

(3 Questions)

  • Q1. Director of engineering round
  • Q2. Motivation to join the company
  • Q3. Previous roles and responsibilities held
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is K means
  • Ans. 

    K-means is a popular clustering algorithm used to partition data points into K clusters based on similarity.

    • K-means aims to minimize the sum of squared distances between data points and their respective cluster centroids.

    • It requires the number of clusters (K) to be specified in advance.

    • The algorithm iteratively assigns data points to the nearest cluster centroid and updates the centroids until convergence.

    • K-means is se...

  • Answered by AI
  • Q2. Type 1 and Type 2 error

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Solve a system design problem in 1 hour

Round 2 - One-on-one 

(2 Questions)

  • Q1. Search word in a file
  • Ans. 

    Search for a specific word in a file

    • Read the file line by line

    • Check each line for the search word

    • Return the line number if word is found

  • Answered by AI
  • Q2. Design elevator system
  • Ans. 

    Design elevator system for efficient and safe transportation

    • Consider the number of floors in the building

    • Implement algorithms for efficient elevator routing

    • Include safety features such as emergency stop buttons

    • Design user interface for passengers to select floors

    • Utilize sensors for detecting weight and preventing overloading

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Coding Test 

(1 Question)

  • Q1. Design A ticketinf system.
  • Ans. 

    Design a ticketing system for managing and tracking tickets.

    • Create a user-friendly interface for users to submit tickets.

    • Implement a system for assigning tickets to appropriate teams or individuals.

    • Include a feature for tracking the status of tickets and updating users on progress.

    • Allow for prioritization of tickets based on urgency or impact.

    • Generate reports on ticket resolution times and overall performance.

    • Integrate...

  • Answered by AI

Skills evaluated in this interview

Al Sadhan Trading Interview FAQs

How many rounds are there in Al Sadhan Trading interview?
Al Sadhan Trading interview process usually has 3 rounds. The most common rounds in the Al Sadhan Trading interview process are One-on-one Round and Resume Shortlist.
What are the top questions asked in Al Sadhan Trading interview?

Some of the top questions asked at the Al Sadhan Trading interview -

  1. Based on your experience only they ...read more
  2. Based on experience o...read more

Tell us how to improve this page.

Al Sadhan Trading Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

ElasticRun Interview Questions
3.5
 • 250 Interviews
BlackBuck Interview Questions
3.8
 • 176 Interviews
AECOM Interview Questions
4.2
 • 114 Interviews
Polycab Wires Interview Questions
4.0
 • 94 Interviews
Krishna Maruti Interview Questions
4.0
 • 92 Interviews
FCC Clutch Interview Questions
4.0
 • 35 Interviews
Go-Jek Interview Questions
3.7
 • 31 Interviews
Hi Tech Gears Interview Questions
3.7
 • 26 Interviews
View all

Al Sadhan Trading Reviews and Ratings

based on 15 reviews

3.1/5

Rating in categories

2.9

Skill development

3.4

Work-life balance

3.1

Salary

3.0

Job security

2.8

Company culture

2.9

Promotions

3.4

Work satisfaction

Explore 15 Reviews and Ratings
Compare Al Sadhan Trading with

ElasticRun

3.5
Compare

BlackBuck

3.8
Compare

KENT RO Systems

4.0
Compare

AECOM

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