Upload Button Icon Add office photos

Filter interviews by

Directi Software Developer Interview Questions, Process, and Tips

Updated 16 Jun 2024

Top Directi Software Developer Interview Questions and Answers

  • Q1. Find duplicate in array You are given an array/list 'ARR' consisting of N integers, which contains elements only in the range 0 to N - 1. Some of the elements may be repe ...read more
  • Q2. Maximum Sum Subarray Given an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the ...read more
  • Q3. Exclusive time of functions. This time we are executing a program containing ‘N’ functions on a single-threaded CPU. Each function has a unique ‘ID’ between 0 and (N-1) a ...read more
View all 10 questions

7 Directi Software Developer Interview Experiences

16 questions found

Sort by: Popular

Software Developer Interview Questions

user image Anonymous

posted on 16 Jun 2024

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

I applied via Naukri.com and was interviewed before Jun 2023.

2 Interview Rounds

1

Coding Test Round

Given a set of questions to be solved within a given time frame.

2

One-on-one Round (3 Questions)

  • Q1. About myself and projects done during my academics
  • Q2. Various Oops concepts
  • Q3. DNS concepts -How does internet work? what happens when someone types a url in browser?

Software Developer Interview Questions

user image CodingNinjas

posted on 14 Sep 2021

I was interviewed before Sep 2020.

5 Interview Rounds

1

Video Call Round (1 Question)

Round duration - 60 minutes
Round difficulty - Medium

It was problem solving round.
Questions revolve around solving problems in javascript.
Like deep flattened the array, print level wise elements of same problem.

  • Q1. Occurrence of X in a Sorted Array. You have been given a sorted array/list of integers of size N and an integer X. Find the total number of occurrences of X in ...read more
2

Video Call Round (2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

There were 2 problems, related to DS and Algorithms.

  • Q1. Print leaf nodes Given a binary tree, write a function that returns a list containing all the leaf nodes of the binary tree in the order in which they appear fr...read more
  • Q2. Exclusive time of functions. This time we are executing a program containing ‘N’ functions on a single-threaded CPU. Each function has a unique ‘ID’ between 0 a...read more
3

Face to Face Round (1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. Implement Facebook Tag Feature I was asked to implement the Facebook tag features . For a given box, tag a location inside a box, and whenever your mouse hovers...read more
4

Face to Face Round (1 Question)

Round duration - 60 minutes
Round difficulty - Medium

  • Q1. Asked to implement Debounce, Throttling and throttling using promises.
5

Face to Face Round (1 Question)

Round duration - 15 minutes
Round difficulty - Easy

  • Q1. CTO discussion

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaNo criteria, good to have development projects on Github.DirectI interview preparation:Topics to prepare for the interview - Debouncing, Throttling, Pollyfills of mainly array functions. Redux store like arch for machine coding rounds, prototyping Nodejs engine.Time required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Develop a lots of projects with medium complexity [around 5-8].
Tip 2 : Develop projects using css, js html to practice machine coding round under time constraints
Tip 3 : Prepare mostly asked interview questions in JS.

Application resume tips for other job seekers

Tip 1: Keep resume only 1 page, don't keep your college at top of resume unless you are from tier 1 and good academic record [I keep at last , though from tier 1 college but poor academic record] .
Tip 2: Write projects, interns and what impact you made, don't waste lines about project.

Final outcome of the interviewSelected

Skills evaluated in this interview

Get interview-ready with top interview questions

Software Developer Interview Questions

user image CodingNinjas

posted on 31 May 2022

I was interviewed before May 2021.

4 Interview Rounds

1

Face to Face Round (2 Questions)

Round duration - 45 minutes
Round difficulty - Medium

This was a technical round.

  • Q1. Find duplicate in array You are given an array/list 'ARR' consisting of N integers, which contains elements only in the range 0 to N - 1. Some of the el...read more
  • Q2. Find a triplet that sum to a given value You are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the...read more
2

Face to Face Round (2 Questions)

Round duration - 45 minutes
Round difficulty - Medium

This was a technical interview round with questions on Programming and algorithms.

  • Q1. Box Stacking You are given a set of ‘n’ types of rectangular 3-D boxes. The height, width, and length of each type of box are given by arrays, ‘height’, ‘width’...read more
  • Q2. Maximum Sum Subarray Given an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5,...read more
3

Telephonic Call Round (2 Questions)

Round duration - 50 minutes
Round difficulty - Medium

This was a difficult on to face as we have to hold phone and concentrate and explaining is also very difficult.

  • Q1. Stock Buy and sell You are given an array/list 'prices' where the elements of the array represent the prices of the stock as they were yesterday and ind...read more
  • Q2. Dijikstra Algorithm You have been given an undirected graph of ‘V’ vertices (labeled 0,1,..., V-1) and ‘E’ edges. Each edge connecting two nodes (‘X’,’Y’) will ...read more
4

HR Round (1 Question)

Round duration - 30 minutes
Round difficulty - Easy

This was a small interaction just to make us familiar in Mumbai office.

  • Q1. Basic HR Questions

    1. Introduce Yourself.
    2. What do you think about Directi?
    3. What are your favourite subjects?
    4. Which programming language do you prefer?

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPADirecti interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Developer Interview Questions

user image Kush Khandelwal

posted on 18 Jan 2017

I was interviewed in May 2016.

2 Interview Rounds

Interview Preparation Tips

Round: Algorithmic Round
Experience: You are given N ranges of the form [A,B]. Find all the ranges which occur atleast K times.

Round: Algorithmic Round
Experience: 1. Find the number of ways from reaching (1,1) to (N,M) when only right and down moves are allowed in O(N+M) complexity.
2. A row-wise and column-wise sorted matrix is given. Find an element in O(N+M) complexity.

Round: Algorithmic Round
Experience: 1. Check whether the given graph is bipartite or not.
2. Given a sorted array,find the longest sequence in AP.

Skills: Algorithm, Data Structures
College Name: NIT Allahabad

Directi interview questions for designations

 Software Developer Intern

 (1)

 Software Engineer

 (2)

 Application Developer

 (3)

 Software Engineer Intern

 (1)

 SDE (Software Development Engineer)

 (1)

 Platform Engineer

 (1)

 IT Support Executive

 (1)

Software Developer Interview Questions

user image Anonymous

posted on 15 Jan 2015

2 Interview Rounds

Interview Preparation Tips

General Tips: Strong Coding Skills and basic computer Knowledge is a must. Make sure you are good in these. Basically they are looking for people with problem solving abilities.
Skills: Problem Solving Qualities
College Name: IIT KHARAGPUR

Software Developer interview

user image Placement Grid

posted on 3 Dec 2021

Software Developer interview

user image RKSolTech

posted on 3 Dec 2021

Interview questions from similar companies

Interview experience
2
 Poor
Difficulty level
 Hard
Duration
 Less than 2 weeks
Result
Selected  Selected

I applied via Naukri.com and was interviewed in Oct 2024.

3 Interview Rounds

1

Coding Test Round

Online zoom coding test will be there - 4 questions - 2 about output of code & 2 about technical questions.

2

Technical Round (2 Questions)

  • Q1. Polymorphism and explain about virtual polymorphism
  • Q2. Write code for virtual polymorphism and explain
3

HR Round (3 Questions)

  • Q1. About yourself should explain
  • Q2. Reason for job change
  • Q3. Salary negotiations and location

Interview Preparation Tips

Interview preparation tips for other job seekers - I have interviewed for c++ developer role in incedo company - please make sure you are completely aware of every functions and keywords relate to c++ concepts.

Skills evaluated in this interview

Interview experience
5
 Excellent
Difficulty level
 -
Duration
 -
Result
 -

3 Interview Rounds

1

Coding Test Round

Hackearth online coding test for 1 hour

2

Technical Round (2 Questions)

  • Q1. Dsa question and output questions
  • Q2. Find k largest element in an array
3

Technical Round (2 Questions)

  • Q1. Remove duplicates from array
  • Q2. Output related questions on student class object

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare dsa well

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Nov 2024.

3 Interview Rounds

1

Coding Test Round

Coding round is related to DSA

2

Technical Round (2 Questions)

  • Q1. Java related questions
  • Q2. Explain about your project
3

HR Round (2 Questions)

  • Q1. Salary negotiation
  • Q2. Why you want to join us?

Directi Interview FAQs

How many rounds are there in Directi Software Developer interview?
Directi interview process usually has 2 rounds. The most common rounds in the Directi interview process are Coding Test and One-on-one Round.
What are the top questions asked in Directi Software Developer interview?

Some of the top questions asked at the Directi Software Developer interview -

  1. DNS concepts -How does internet work? what happens when someone types a url in ...read more
  2. Various Oops conce...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Directi interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Directi Software Developer Salary
based on 15 salaries
₹12 L/yr - ₹41.2 L/yr
207% more than the average Software Developer Salary in India
View more details

Directi Software Developer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-Life balance

4.0

Salary & Benefits

4.0

Job Security

4.0

Company culture

4.0

Promotions/Appraisal

4.0

Work Satisfaction

Explore 1 Review and Rating
Software Developer
15 salaries
unlock blur

₹12 L/yr - ₹41.2 L/yr

Software Development Engineer II
13 salaries
unlock blur

₹21.5 L/yr - ₹55 L/yr

Senior Software Engineer
12 salaries
unlock blur

₹25 L/yr - ₹45 L/yr

Product Manager
11 salaries
unlock blur

₹21 L/yr - ₹35 L/yr

Software Engineer
8 salaries
unlock blur

₹22.6 L/yr - ₹41.6 L/yr

Explore more salaries
Compare Directi with

Zoho

4.3
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview