Premium Employer

i

This company page is being actively managed by Shadowfax Technologies Team. If you also belong to the team, you can get access from here

Shadowfax Technologies Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Shadowfax Technologies Software Developer Interview Questions and Answers for Experienced

Updated 19 Nov 2024

Shadowfax Technologies Software Developer Interview Experiences for Experienced

1 interview found

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

I appeared for an interview before Mar 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on Django middleware, models and queries
Round 2 - Technical 

(1 Question)

  • Q1. Design an algorithm to efficiently to send office bus to all location in the city
  • Ans. 

    Use a greedy algorithm to send the office bus to all locations in the city efficiently.

    • Start from the office location and pick the nearest location to visit next.

    • Continue picking the nearest unvisited location until all locations are covered.

    • Repeat the process until all locations are visited.

    • Consider using Dijkstra's algorithm or a similar approach for finding the nearest location.

    • Optimize the route by considering traf...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Round with CTO, mostly behavioural and expected pay

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
5d (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 Shadowfax Technologies?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview before May 2021.

Round 1 - Assignment 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Medium

  • Q1. Design a class booking application for students.
  • Ans. 

    A class booking application for students to schedule and manage their classes.

    • Create a class booking system where students can view available classes, book classes, and manage their schedule.

    • Include features like class search, class details, booking confirmation, and calendar view.

    • Implement user authentication to ensure only registered students can book classes.

    • Allow students to cancel or reschedule classes with proper...

  • Answered by AI
Round 2 - Telephonic Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

The interviewer understand the current problem statement I was working on. 
Asked the clarifying questions and alternative approaches to solve the same and their tradeoffs.
Also, asked about the technologies I was using in depth and reason for choosing the same.

  • Q1. 

    Gas Tank Problem Statement

    You have a car with a gas tank of infinite capacity. There are 'N' gas stations located along a circular route, numbered from 0 to N-1. You begin your journey with an empty tank...

  • Ans. 

    Find the starting gas station index to complete a circular route with gas and cost arrays.

    • Iterate through gas stations, keeping track of gas remaining after each station

    • If gas remaining is negative, reset starting station to current station + 1

    • If total gas remaining at the end is greater than or equal to total cost, return starting station index

  • Answered by AI
Round 3 - Telephonic Call 

Round duration - 45 Minutes
Round difficulty - Medium

This round was their with the CTO and was mostly the culture fitment round.

 

Round 4 - HR 

Round duration - 30 Minutes
Round difficulty - Easy

This round was with the cofounder and was mostly culture fitment.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in GurgaonEligibility criteriaNo criteriaRIVIGO interview preparation:Topics to prepare for the interview - Data Structures, Competitive Programming, Databases, Java, Spring , Hibernate, Jenkins, AWSTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice questions on leetcode
Tip 2 : Understand the best solutions in depth and algorithm used
Tip 3 : Ask clarifying questions to the interviewer and break the problem to smaller sub parts

Application resume tips for other job seekers

Tip 1 : Highlight your most impactful work on the resume
Tip 2 : Keep it easy to understand

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Developer Interview Questions Asked at Other Companies for Experienced

asked in Amazon
Q1. Fenwick Tree Problem Statement You are provided with an array/lis ... read more
asked in Infosys
Q2. 1. what is the difference between exception and error. How did u ... read more
asked in Amazon
Q3. Fire in the Cells Problem Statement Given a matrix MAT of size N ... read more
asked in Amazon
Q4. Find All Pairs Adding Up to Target Given an array of integers ARR ... read more
Q5. Chess Tournament Problem Statement In Ninjaland, a chess tourname ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. CODING ROUND - KTH LARGETS NO.
  • Q2. EXPLAIN CICD PIPELINE
  • Ans. 

    CI/CD pipeline automates software development processes, enabling continuous integration and delivery for faster, reliable releases.

    • Continuous Integration (CI) involves automatically testing and merging code changes into a shared repository.

    • Continuous Delivery (CD) ensures that code changes are automatically prepared for release to production.

    • Tools like Jenkins, GitLab CI, and CircleCI are commonly used to implement CI...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Indeed and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Behavioural and Experience based questions
  • Q2. Tell be about a time sort of stuff

Interview Preparation Tips

Interview preparation tips for other job seekers - Be sure of your work
Interview experience
4
Good
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. General discussion on experience
Round 3 - Technical 

(3 Questions)

  • Q1. Knowledge on SQL and how to write a query
  • Ans. 

    SQL is a standard language for managing and manipulating relational databases through queries.

    • SQL stands for Structured Query Language, used for querying databases.

    • Basic SQL operations include SELECT, INSERT, UPDATE, and DELETE.

    • Example of a SELECT query: SELECT * FROM users WHERE age > 30;

    • JOIN operations allow combining rows from two or more tables based on related columns.

    • Example of a JOIN query: SELECT orders.id, ...

  • Answered by AI
  • Q2. Knowledge on DSA and coding problems to solve.
  • Q3. Knowledge on APIS (structure, security etc.)

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your concepts.
Be confident about stuff that you know but be humble enough to say No to what you don't know.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 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 - Aptitude Test 

It was a aptitude and logical reasoning test

Round 3 - Technical 

(1 Question)

  • Q1. Coding logic and aptitude was assessed
Round 4 - HR 

(1 Question)

  • Q1. Basic questions and salary negotiation was done

Interview Preparation Tips

Topics to prepare for Exl India Software Developer interview:
  • Fibonacci series
  • oops concepts
  • DSA
Interview preparation tips for other job seekers - Prepare well for the test and technical questions. Brownie points if you have a relevant project!
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 coding questions .array or string helpful

Are these interview questions helpful?
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Hirist and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Csharp basics and a coding questing was given to implement
  • Q2. .net and angular basics questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Asked deeply about my resume and technologies
  • Q2. Coding question to sort a given array using DSA
  • Ans. 

    Sorting an array of strings can be achieved using various algorithms like Quick Sort, Merge Sort, or built-in functions.

    • Use built-in sort: In Python, use sorted(array) or array.sort(). Example: sorted(['banana', 'apple', 'cherry']) returns ['apple', 'banana', 'cherry'].

    • Implement Quick Sort: A divide-and-conquer algorithm that sorts by selecting a 'pivot' and partitioning the array. Example: ['banana', 'apple', 'cherry'...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - No response from HR
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic string related coding questions
  • Q2. Core java questions
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Visual Reasoning questions

Round 2 - Coding Test 

Mostly string based questions

Round 3 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Immediate joining

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont join.

Shadowfax Technologies Interview FAQs

How many rounds are there in Shadowfax Technologies Software Developer interview for experienced candidates?
Shadowfax Technologies interview process for experienced candidates usually has 3 rounds. The most common rounds in the Shadowfax Technologies interview process for experienced candidates are Technical and One-on-one Round.
What are the top questions asked in Shadowfax Technologies Software Developer interview for experienced candidates?

Some of the top questions asked at the Shadowfax Technologies Software Developer interview for experienced candidates -

  1. Design an algorithm to efficiently to send office bus to all location in the ci...read more
  2. Questions on Django middleware, models and quer...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
Join Shadowfax Technologies India's Fastest Growing End-to-End Fully Integrated Logistics Provider
Shadowfax Technologies Software Developer Salary
based on 21 salaries
₹22.1 L/yr - ₹32.2 L/yr
176% more than the average Software Developer Salary in India
View more details

Shadowfax Technologies Software Developer Reviews and Ratings

based on 2 reviews

3.5/5

Rating in categories

3.5

Skill development

2.7

Work-life balance

3.0

Salary

3.5

Job security

2.7

Company culture

2.7

Promotions

3.5

Work satisfaction

Explore 2 Reviews and Ratings
Team Lead
582 salaries
unlock blur

₹1.5 L/yr - ₹4.5 L/yr

Assistant Manager
396 salaries
unlock blur

₹4.9 L/yr - ₹10.6 L/yr

Associate Lead
267 salaries
unlock blur

₹2.5 L/yr - ₹5.1 L/yr

Senior Lead
175 salaries
unlock blur

₹3.8 L/yr - ₹7 L/yr

Lead
170 salaries
unlock blur

₹3.5 L/yr - ₹6 L/yr

Explore more salaries
Compare Shadowfax Technologies with

Mahindra Logistics

3.9
Compare

DTDC Express

3.7
Compare

ElasticRun

3.5
Compare

GATI-KWE

3.9
Compare
write
Share an Interview