Upload Button Icon Add office photos

Filter interviews by

Dubai World Trade Centre Interview Questions and Answers

Updated 10 Mar 2023

Dubai World Trade Centre Interview Experiences

1 interview found

Logistics Officer Interview Questions & Answers

user image Mohammad Irshad

posted on 10 Mar 2023

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

I applied via Company Website and was interviewed in Feb 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 - OfficerΒ 

(2 Questions)

  • Q1. Can I join here as a officer ?
  • Q2. Which section can I join

Interview Preparation Tips

Interview preparation tips for other job seekers - Can you find a logistics job of without degree qualification i can't completed degree because I'm trapped a tragedy so please help me please

Logistics Officer Interview Questions asked at other Companies

Q1.Β Describe a situation when you death with a disagreement over a mis shipment location
View answer (2)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I was interviewed in Feb 2025.

Round 1 - TechnicalΒ 

(2 Questions)

  • Q1. Call flow 4G 5G
  • Q2. Troubleshooting of subscriber issues
Round 2 - One-on-oneΒ 

(2 Questions)

  • Q1. PCRF AND CLOUD INFRASTRUCTURE
  • Q2. Telecommunication knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - πŸ™πŸ™πŸ™πŸ™πŸ™πŸ™πŸ™ As your choice do properly study get nice company which is peaceful environment
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - AssignmentΒ 

Assignments in marketing and sales involve processes related to product development, technology, and service taxation, as well as the enhancement of listening skills and other developmental processes beyond the same assignments.

Round 2 - TechnicalΒ 

(5 Questions)

  • Q1. What is the marketing What is the tax What are good and service tax
  • Q2. What are good and service tax
  • Q3. What is theDeveploment skills
  • Q4. How is skills and service
  • Q5. What istha markating skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Ok good and service tax Wii jobs
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-oneΒ 

(1 Question)

  • Q1. Basic techno managerial questions on tech you worked on work, interests, challenges you faced. Was fairly short.
Round 2 - Coding TestΒ 

Initially had a string based coding problem. Then was asked technical questions and then had a small break before doing system design with same interviewer for building book my show system and db schema.

Round 3 - HRΒ 

(1 Question)

  • Q1. Had a discussion with hiring manager on expectations, salary and growth.

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid, they give only fixed salary hikes. Interview process was on site during December and HR's delayed it by an hour, nor were they considerate enough regarding the timings. Had 3 rounds of interview. Was told i was selected and they couldn't finalize offer on the same day because HR's had left at the end of the day. When i followed with HR's in the coming weeks, they confirmed selection and had discussion on salary expectations. They said they would roll out offer in 2 days, nut later said it was delayed due to December holidays. When i followed up on Jan, they said there was hiring freeze, HR made excuses why they couldn't inform me.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2024.Β There were 2 interview rounds.

Round 1 - Coding TestΒ 

It was basic coding to test the Python skills like reading data from local and uploading in cloud then some basic dag related questions

Round 2 - TechnicalΒ 

(4 Questions)

  • Q1. Clustering and partition difference in data warehousing solutions
  • Ans. 

    Clustering involves grouping similar data together, while partitioning involves dividing data into smaller, manageable sections.

    • Clustering is used to group similar data points together based on certain criteria, such as customer segments or product categories.

    • Partitioning involves dividing a large dataset into smaller, more manageable sections for easier data retrieval and processing.

    • Clustering is often used for data a...

  • Answered by AI
  • Q2. What are the different approaches to Optimising SQL
  • Ans. 

    Different approaches to optimizing SQL include indexing, query optimization, and database design.

    • Use indexing to improve query performance

    • Optimize queries by avoiding unnecessary joins and using appropriate functions

    • Design the database schema efficiently to reduce redundancy and improve data retrieval speed

  • Answered by AI
  • Q3. Spark and it’s architecture
  • Q4. Finding the count of Item bought by an customer from Flipkart during a year excluding February
  • Ans. 

    To find the count of items bought by a customer from Flipkart during a year excluding February, you need to aggregate the data and filter out February transactions.

    • Aggregate the data by customer and item purchased

    • Filter out transactions from February

    • Count the number of items bought by each customer

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If it’s an entry level the basic knowledge plus in-depth understanding of the domine is more tha. Enough
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Dec 2024.

Round 1 - TechnicalΒ 

(3 Questions)

  • Q1. What is Object-Oriented Programming (OOP), and can you explain its fundamental concepts?
  • Q2. What is the definition of an array, and what are the different types of arrays?
  • Q3. What is the clr
Round 2 - Coding TestΒ 

The content is based on HTML, Windows, and ADO.NET.

Round 3 - HRΒ 

(2 Questions)

  • Q1. What motivates you to pursue this job?
  • Q2. What is your expected salary?
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Oct 2024.Β There were 3 interview rounds.

Round 1 - TechnicalΒ 

(3 Questions)

  • Q1. How can we do Integrations in Salesforce
  • Ans. 

    Integrations in Salesforce involve connecting Salesforce with external systems to exchange data and automate processes.

    • Use Salesforce APIs like REST and SOAP for integrating with external systems

    • Utilize middleware tools like MuleSoft or Informatica for seamless integrations

    • Leverage Salesforce Connect to access data from external sources in real-time

    • Implement custom integrations using Apex code and web services

  • Answered by AI
  • Q2. What are frameworks or Trigger frameworks in Salesforce?
  • Ans. 

    Frameworks or Trigger frameworks in Salesforce are design patterns that help developers organize and structure their code for triggers.

    • Frameworks provide a set of best practices and guidelines for writing trigger logic.

    • They help in separating concerns, making code more modular and maintainable.

    • Examples include Trigger Handler Framework, Trigger Factory Framework, and Trigger Pattern Framework.

  • Answered by AI
  • Q3. Explain your GitHub project.
  • Ans. 

    My GitHub project is a web application for tracking personal fitness goals and progress.

    • Developed using HTML, CSS, JavaScript, and Salesforce Lightning Web Components

    • Utilizes Salesforce platform for data storage and user authentication

    • Includes features such as goal setting, progress tracking, and personalized workout plans

  • Answered by AI
Round 2 - One-on-oneΒ 

(3 Questions)

  • Q1. What motivates you?
  • Q2. What are you most proud of?
  • Q3. What is one thing you think where there is room for improvement?
  • Ans. 

    One area for improvement is the integration of AI and machine learning capabilities in Salesforce.

    • Enhancing predictive analytics for better decision-making

    • Automating repetitive tasks to increase efficiency

    • Improving personalized customer experiences through AI-driven insights

  • Answered by AI
Round 3 - HRΒ 

(1 Question)

  • Q1. Do you currently have any offers : )
  • Ans. 

    No, I do not currently have any offers.

    • I am actively searching for opportunities in the Salesforce development field.

    • I have been applying to various companies and attending interviews.

    • I am eager to start my career as a Junior Salesforce Developer.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Nov 2024.Β There were 2 interview rounds.

Round 1 - TechnicalΒ 

(2 Questions)

  • Q1. Discuss with all KPI with manpower
  • Q2. Required to manage all fields work with vendor
Round 2 - HRΒ 

(2 Questions)

  • Q1. Good communication skills with costomer
  • Q2. Need to do Hard work

Interview Preparation Tips

Topics to prepare for Pratap Technocrats CMP Managaer interview:
  • Optical Fiber
  • Technical Support
  • Fttx
  • Congratulations
  • Team Management
Interview preparation tips for other job seekers - Always remember your goals during working time
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - TechnicalΒ 

(2 Questions)

  • Q1. What are the different optimization techniques used in your project
  • Q2. SQl logic question regarding joins
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - TechnicalΒ 

(2 Questions)

  • Q1. What is your professional reference?
  • Q2. What is your expected salary?

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid working at a toxic company and in a toxic environment.

Dubai World Trade Centre Interview FAQs

How many rounds are there in Dubai World Trade Centre interview?
Dubai World Trade Centre interview process usually has 2 rounds. The most common rounds in the Dubai World Trade Centre interview process are Resume Shortlist.

Tell us how to improve this page.

Dubai World Trade Centre Interview Process

based on 1 interview

Interview experience

2
Β Β 
Poor
View more

Interview Questions from Similar Companies

Ericsson Interview Questions
4.1
Β β€’Β 411 Interviews
Nokia Interview Questions
4.1
Β β€’Β 274 Interviews
ACT Fibernet Interview Questions
4.0
Β β€’Β 133 Interviews
Huawei Technologies Interview Questions
4.0
Β β€’Β 114 Interviews
Verizon Interview Questions
4.1
Β β€’Β 113 Interviews
AT&T Interview Questions
4.1
Β β€’Β 54 Interviews
Excitel Broadband Interview Questions
3.6
Β β€’Β 49 Interviews
Telstra Interview Questions
4.1
Β β€’Β 49 Interviews
Aerial Telecom Solutions Interview Questions
4.3
Β β€’Β 47 Interviews
View all

Dubai World Trade Centre Reviews and Ratings

based on 26 reviews

4.8/5

Rating in categories

4.7

Skill development

4.6

Work-life balance

4.8

Salary

4.8

Job security

4.7

Company culture

3.7

Promotions

4.5

Work satisfaction

Explore 26 Reviews and Ratings
Waiter
6 salaries
unlock blur

β‚Ή1 L/yr - β‚Ή5 L/yr

System Engineer
4 salaries
unlock blur

β‚Ή10.7 L/yr - β‚Ή30 L/yr

Technical Lead
3 salaries
unlock blur

β‚Ή40 L/yr - β‚Ή60 L/yr

Procurement Officer
3 salaries
unlock blur

β‚Ή10.5 L/yr - β‚Ή12 L/yr

Explore more salaries
Compare Dubai World Trade Centre with

India Expo Centre & Mart

4.9
Compare

Hyderabad Trade Expositions

3.9
Compare

Bengaluru International Exhibition Centre

5.0
Compare

NESCO Center

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