Upload Button Icon Add office photos

Filter interviews by

Pnx Logistics Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

I applied via Indeed and was interviewed before Jun 2019. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Business problems and case studies
  • Q2. Guesstimates
  • Q3. Experience to date
  • Ans. 

    I have 3 years of experience working as a Data Analyst in the finance industry.

    • Analyzed financial data to identify trends and make recommendations

    • Created reports and dashboards using tools like Tableau and Excel

    • Collaborated with cross-functional teams to improve data quality and accuracy

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Use your basic aptitude.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jan 2022. 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. Tell me about yourself
  • Ans. 

    I am a dedicated professional with a background in finance and a passion for problem-solving and teamwork.

    • Education: Graduated with a degree in Finance from XYZ University, where I was involved in the finance club.

    • Experience: Worked as an intern at ABC Corp, where I assisted in financial analysis and reporting.

    • Skills: Proficient in Excel and financial modeling, with a strong analytical mindset.

    • Interests: Enjoy particip...

  • Answered by AI
  • Q2. Internship Experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Research a little bit about the company, show go getter attitude & a passion for sales, you'll be hired.

I applied via Naukri.com and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Why sales? What is sales and marketing?
  • Ans. 

    Sales is the process of selling products or services to customers. Marketing is the process of promoting and creating awareness about those products or services.

    • Sales involves identifying potential customers, understanding their needs, and persuading them to buy the product or service.

    • Marketing involves creating a brand image, identifying target audiences, and promoting the product or service through various channels s...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I suggest that you learn your CV
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

SQL joins, right left inner

Round 2 - Case Study 

If orders go down, what can be done

Interview Preparation Tips

Topics to prepare for Pocket FM Team Lead interview:
  • SQL
Interview preparation tips for other job seekers - It will be fine
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Find duplicates in an array
  • Ans. 

    Use a hash set to find duplicates in an array of strings.

    • Create a hash set to store unique elements.

    • Iterate through the array and check if the element is already in the hash set.

    • If it is, then it is a duplicate. If not, add it to the hash set.

  • Answered by AI
  • Q2. Find single duplicate element in an array where contents of the array are length of array - 1
  • Ans. 

    Find the single duplicate element in an array of strings with length n-1.

    • Iterate through the array and use a HashSet to keep track of elements seen so far.

    • If an element is already in the HashSet, that is the duplicate element.

    • Return the duplicate element once found.

  • Answered by AI
Round 2 - Assignment 

Create a student support system

Round 3 - One-on-one 

(1 Question)

  • Q1. Design an order and payments system for an EdTech company
  • Ans. 

    Design an order and payments system for an EdTech company

    • Allow users to browse and select courses

    • Implement a shopping cart for users to add courses

    • Integrate payment gateways for secure transactions

    • Provide order confirmation and receipt to users

    • Allow users to track their order status

  • Answered by AI

Skills evaluated in this interview

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

I appeared for an interview in Dec 2024, where I was asked the following questions.

  • Q1. Why do you believe I should be hired for this position?
  • Ans. 

    I bring a unique blend of skills, experience, and passion that aligns perfectly with your company's goals and values.

    • Proven track record of exceeding sales targets, such as increasing sales by 30% in my previous role within one year.

    • Strong relationship-building skills, demonstrated by maintaining long-term partnerships with key clients, resulting in repeat business.

    • Excellent communication and negotiation abilities, whi...

  • Answered by AI
  • Q2. How would you pitch a sales course to someone who has no knowledge of the subject?
  • Ans. 

    Learn essential sales skills to boost your career and drive business success through effective communication and persuasion techniques.

    • Understand the basics: Sales is about connecting with customers and meeting their needs. For example, think of a friend recommending a restaurant.

    • Highlight the benefits: A sales course teaches techniques to close deals and increase revenue, like learning how to negotiate better prices.

    • R...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Sep 2023. There were 3 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 

Medium level coding question

Round 3 - Technical 

(2 Questions)

  • Q1. Intreview round asked about project mentioned in CV
  • Q2. Basic of reacts, opps question,sql queries
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 Oct 2022. There were 4 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 - Assignment 

Implement login with Google SSO, show emails in a single place

Round 3 - One-on-one 

(4 Questions)

  • Q1. How to implement JWT
  • Q2. Please read about it on the internet, do take care of public and private key use
  • Q3. Middleware in express, how to create one?
  • Ans. 

    Middleware in Express is a function that has access to the request and response objects.

    • Create a middleware function using app.use() method in Express.

    • Middleware functions have access to the request object (req), the response object (res), and the next middleware function in the application's request-response cycle.

    • Example: app.use((req, res, next) => { console.log('This is a middleware function'); next(); });

  • Answered by AI
  • Q4. Read about it on the internet
Round 4 - One-on-one 

(6 Questions)

  • Q1. Discussed about guards in Angular
  • Q2. Read about it on the internet
  • Q3. How does lazy loading work in Angular
  • Ans. 

    Lazy loading in Angular delays loading of modules until they are needed

    • Lazy loading helps improve performance by only loading modules when they are required

    • It is achieved by using the loadChildren property in the route configuration

    • Lazy loaded modules are loaded asynchronously when the user navigates to the corresponding route

  • Answered by AI
  • Q4. Read about lazy loading in Angular
  • Q5. How to enable SSR in Angular
  • Ans. 

    Server-side rendering (SSR) in Angular can be enabled by using Angular Universal.

    • Install Angular Universal using Angular CLI

    • Create a new Angular Universal project

    • Update app.module.ts to include server-side rendering

    • Build and run the Angular Universal project

  • Answered by AI
  • Q6. Read about Angular Universal for this

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Angular concepts, DSA and Ruby on Rails concepts for the round

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed in Oct 2022. There were 5 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 - Aptitude Test 

The aptitude test was in online mode. There were 20 mcq questions and 5 coding questions ranging from easy to hard

Round 3 - Group Discussion 

After the Aptitude test, the gd was kept in offline mode ( at office ), the topic was "the pros and cons of online classes

Round 4 - Technical 

(1 Question)

  • Q1. In the 1st technical round, basic questions regarding the languages which i have mentioned in resume was asked. I mentioned python and C in my resume and a coding problem was asked to solve and to further ...
Round 5 - Technical 

(1 Question)

  • Q1. In the second technical OOPS concepts and DSA questions were asked

Interview Preparation Tips

Topics to prepare for Zopsmart Technology Software Developer interview:
  • DSA
  • Algorithms
  • Coding
  • resume
Interview preparation tips for other job seekers - If you pass the last technical round then you will be selected in HR round for the same.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. DS Algo type questions, string manipulation etc was asked and explored with more detailed questions
Round 2 - One-on-one 

(1 Question)

  • Q1. In depth android, kotlin discussions and high level mapping questions
Round 3 - HR 

(1 Question)

  • Q1. General managerial questions and working agreements type discussion

Tell us how to improve this page.

Interview Questions from Similar Companies

Pocket FM Interview Questions
2.7
 • 59 Interviews
MagicPin Interview Questions
2.5
 • 58 Interviews
Coding Ninjas Interview Questions
3.8
 • 53 Interviews
DotPe Interview Questions
3.1
 • 42 Interviews
Doubtnut Interview Questions
3.4
 • 39 Interviews
CRED Interview Questions
3.5
 • 39 Interviews
View all

Pnx Logistics Reviews and Ratings

based on 10 reviews

4.2/5

Rating in categories

4.2

Skill development

4.1

Work-life balance

4.2

Salary

4.1

Job security

4.4

Company culture

4.1

Promotions

4.0

Work satisfaction

Explore 10 Reviews and Ratings
Branch Manager
3 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Billing Executive
3 salaries
unlock blur

₹2.4 L/yr - ₹3.3 L/yr

Explore more salaries
Compare Pnx Logistics with

Kissht Finance

3.9
Compare

JoulestoWatts Business Solutions

3.1
Compare

Samunnati

4.4
Compare

LEAP India Private Limited

4.4
Compare
write
Share an Interview