Upload Button Icon Add office photos

Filter interviews by

Freightify Interview Questions and Answers

Updated 13 Jun 2024

Freightify Interview Experiences

Popular Designations

3 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. About CSS and javascripts
  • Q2. And few questions on UI and UX

Interview Preparation Tips

Interview preparation tips for other job seekers - Design fitness application

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR of size N, determine if it can be transformed into a non-decreasing array by modifying at most one element. An array is defined as non-decreasing if ARR[i] <= ARR[i + 1] f... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How do you plan staff coverage during peak season.
  • Q2. What are your skills and strengths , how will they be useful here at our organization.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared on industry and role requirements.

Director of Operations Interview Questions asked at other Companies

Q1. I will send you few properties for rent. Kindly see if it suits you. What is your budget in staying in a rented house?
View answer (2)

I applied via Campus Placement and was interviewed in Apr 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

EASY TO MODERATE

Round 2 - Coding Test 

Moderate to difficult

Round 3 - Technical 

(1 Question)

  • Q1. Based on area of interest
Round 4 - HR 

(3 Questions)

  • Q1. Attitude based shortlisting
  • Q2. Are you ok with salary?
  • Q3. What is your strength?

Interview Preparation Tips

Interview preparation tips for other job seekers - Performance based and resume shortlisting.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Jobs at Freightify

View all

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. How to optimise php and mysql query
  • Ans. 

    Optimizing PHP and MySQL queries involves using indexes, optimizing queries, and reducing data transfer.

    • Use indexes to speed up data retrieval

    • Optimize queries by avoiding unnecessary joins and subqueries

    • Reduce data transfer by selecting only necessary columns

    • Use caching to avoid repetitive queries

    • Avoid using SELECT *

    • Use EXPLAIN to analyze query performance

  • Answered by AI

Skills evaluated in this interview

Interview Preparation Tips

Interview preparation tips for other job seekers - I gave attitude and dark personality test in Delhivery. But after clearing this rounds. They don't take my interview. They said that they have shortlisted another candidate. They even don't pick up call and clarify it.

I applied via Recruitment Consultant and was interviewed in May 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is diameter of Binary Tree? Write full working code.
  • Ans. 

    Diameter of a binary tree is the longest path between any two leaf nodes.

    • Calculate the height of left and right subtrees recursively.

    • Calculate the diameter recursively using the formula max(left_height + right_height + 1, max(left_diameter, right_diameter)).

    • Return the maximum diameter.

  • Answered by AI
  • Q2. Find interchanged terms from an AP, where terms are arranged in series
  • Ans. 

    To find interchanged terms from an AP series

    • Identify the common difference between terms

    • Swap the positions of adjacent terms

    • Check if the new series is also an AP

    • Repeat until no more interchanged terms can be found

  • Answered by AI
  • Q3. Explain database indexing
  • Ans. 

    Database indexing is a technique to improve the performance of database queries.

    • Indexing creates a data structure that allows for faster retrieval of data.

    • Indexes are created on one or more columns of a table.

    • Queries that use indexed columns can be executed faster.

    • Indexes can be clustered or non-clustered.

    • Clustered indexes determine the physical order of data in a table.

    • Non-clustered indexes create a separate structure...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on basic data structures, operating systems and database.

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. What is DHCP,DNS,etc
  • Ans. 

    DHCP is a protocol that assigns IP addresses to devices on a network. DNS is a system that translates domain names to IP addresses.

    • DHCP assigns IP addresses to devices on a network

    • DNS translates domain names to IP addresses

    • DHCP reduces the need for manual IP address configuration

    • DNS allows users to access websites using domain names instead of IP addresses

  • Answered by AI
  • Q2. Dynamics host configuration Protocol Domain Name System

Skills evaluated in this interview

I applied via LinkedIn and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. 1)Tell me about your self? 2)explain your profile/designation of the last company? 3)what are the type of sourcing? 4) Do you have knowledge about MS office? 5) Have you used MS Excel? What is V Lookup ?wh...

Interview Preparation Tips

Interview preparation tips for other job seekers - Please dont hesitate if your hand is not tight in english, always try to express your self in interview
Language doesn't matter at all

I applied via Internshala and was interviewed before Sep 2021. There were 2 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 - One-on-one 

(1 Question)

  • Q1. Only simple about myself questions as well as finance operations terms

Interview Preparation Tips

Interview preparation tips for other job seekers - Hojata hai aaram se but thoda dhyan rkhna ki stuck na ho beech m

Interview Questionnaire 

1 Question

  • Q1. What could be the possible reasons for delay in delivery?
  • Ans. 

    Possible reasons for delay in delivery

    • Logistical issues such as traffic or weather

    • Inadequate inventory management

    • Production delays

    • Customs clearance delays

    • Incorrect address or contact information

    • Technical issues with delivery vehicles or equipment

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and give detailed ans of every questions asked. Don't be hesitant in cross questioning them.

Freightify Interview FAQs

How many rounds are there in Freightify interview?
Freightify interview process usually has 2 rounds. The most common rounds in the Freightify interview process are One-on-one Round, Aptitude Test and Coding Test.
How to prepare for Freightify 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 Freightify. The most common topics and skills that interviewers at Freightify expect are Logistics, MongoDB, MySQL, Javascript and SAAS.
What are the top questions asked in Freightify interview?

Some of the top questions asked at the Freightify interview -

  1. Based on area of inter...read more
  2. And few questions on UI and...read more
  3. Attitude based shortlist...read more

Tell us how to improve this page.

Freightify Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Delhivery Interview Questions
3.9
 • 456 Interviews
Ecom Express Interview Questions
3.8
 • 197 Interviews
BlackBuck Interview Questions
3.8
 • 175 Interviews
XpressBees Interview Questions
3.6
 • 159 Interviews
GATI-KWE Interview Questions
3.9
 • 86 Interviews
Cogoport Interview Questions
2.9
 • 53 Interviews
HyperVerge Interview Questions
4.3
 • 25 Interviews
Vamaship Interview Questions
3.1
 • 1 Interview
View all

Freightify Reviews and Ratings

based on 46 reviews

3.2/5

Rating in categories

3.4

Skill development

3.2

Work-life balance

2.9

Salary

2.5

Job security

3.3

Company culture

2.7

Promotions

2.9

Work satisfaction

Explore 46 Reviews and Ratings
Software Development Engineer
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Analyst
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Network Support Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Freightify with

Cogoport

2.9
Compare

BlackBuck

3.8
Compare

Delhivery

3.9
Compare

Shadowfax Technologies

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