Upload Button Icon Add office photos

Filter interviews by

Deltax Interview Questions, Process, and Tips

Updated 9 Jan 2025

Top Deltax Interview Questions and Answers

View all 23 questions

Deltax Interview Experiences

Popular Designations

85 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

It was a MCQ test on CS Fundamentals. We have to answer 50 questions in 40 minutes. Accuracy is must. Company have its own cutoff and it's usually high. So try to gain maximum marks as possible. The results were announced in 1.5 hrs. The selected candidates will be appearing for the coding challenge.

Round 2 - Coding Test 

There are 5 questions. 1 easy , 3 medium, 1 hard. You should solve atleast 4 questions to get shortlisted for the interview. Results are announced in 2-3 hours. Take a look at these questions. One of the questions from the coding challenge will be asked in the interview.

Round 3 - Technical 

(5 Questions)

  • Q1. Email validation question from coding challenge
  • Q2. Binary Search on rotated arrays
  • Q3. About projects (reason behind using the mentioned database)
  • Q4. Use of package.json file
  • Q5. What are scripts in package.json file

Interview Preparation Tips

Interview preparation tips for other job seekers - Explain your approach clearly while solving DSA questions. Revise your understanding on the projects before the interview. Also revise oops, cn, os and some basic understanding of Low level design i.e. designing of classes for music player.

Digital Marketing Champion Interview Questions & Answers

user image Anonymous

posted on 4 Nov 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

General test which you will be able to solve based on general aptitude questions and also another test that includes viewing video, and hearing test.

Round 2 - Assignment 

A video submission of how you would stratergise some question given by them.

Round 3 - One-on-one 

(3 Questions)

  • Q1. General questions, and mathematical oral question/puzzles
  • Q2. About your resume
  • Q3. Marketing related questions
Round 4 - One-on-one 

(3 Questions)

  • Q1. General questions
  • Q2. Some resume questions
  • Q3. Puzzles, They keep pushing you to answer.

Interview Preparation Tips

Interview preparation tips for other job seekers - learn how to solve mathematical operations orally, make sure you know your resume, solve puzzles , and know a little bit of marketing using it's terms, while also having good communication skills.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at University Institute of Technology, Bardhaman and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

This round is all about technical mcqs from theory subjects and programming. No aptitude, reasoning questions.

Round 2 - Coding Test 

I have to solve 5 questions in 2 hrs.

Round 3 - Technical 

(5 Questions)

  • Q1. Ask to solve a DP question given in the coding test.
  • Q2. Ask to solve another medium level leetcode question.
  • Q3. Ask about projects and Internship experienced.
  • Q4. Ask OOPS questions.
  • Q5. Ask me to design Zomato's dish rating feature.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare previously asked questions. You will get those f om YouTube.

Associate Product Engineer Interview Questions asked at other Companies

Q1. Do you know SQL? Can you write a query for selecting some rows in a db table?
View answer (1)
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at St Stanley College of Engineering, Arang and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Had 50 qsns in 45 min

Round 2 - Coding Test 

Had 5 qsns to execute topics like tress and graphs

Round 3 - Technical 

(2 Questions)

  • Q1. Sql queries and how to extract the data
  • Q2. Oops concepts and their execution
  • Ans. 

    Oops concepts are fundamental principles of object-oriented programming that help in organizing and designing code efficiently.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Allowing a class to inherit properties and behavior from another class.

    • Polymorphism: Ability of objects to take on multiple forms or have multiple behaviors.

    • Abstraction: Hiding the complex ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not apply they don't hire

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven 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 maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Deltax interview questions for popular designations

 Associate Product Engineer

 (9)

 Software Developer

 (9)

 Software Engineer

 (6)

 Associate Software Engineer

 (5)

 Associate Engineer

 (4)

 Product Engineer

 (4)

 Associate Product Manager

 (3)

 Business Operations Analyst

 (3)

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

I applied via Newspaper Ad and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basics questions were asked,most of the questions were from previous year

Round 2 - Technical 

(3 Questions)

  • Q1. Arithma and the operator
  • Ans. 

    Arithma is a fictional company and the operator is a key component in their product.

    • The operator is a crucial element in the functionality of Arithma's product.

    • It is likely a symbol or function used for calculations.

    • Examples of operators could include + (addition), - (subtraction), * (multiplication), / (division).

  • Answered by AI
  • Q2. JSON sanitizer:remove and sort
  • Q3. Get me the query parameter
  • Ans. 

    The query parameter is a part of a URL that contains data to be passed to a web server.

    • Query parameters are added to the end of a URL after a '?'

    • They are key-value pairs separated by '&'

    • Example: www.example.com/search?q=product&category=electronics

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Deltax Product Manager interview:
  • java,DSA
Interview preparation tips for other job seekers - refer previous year questions

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)

Get interview-ready with Top Deltax Interview Questions

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

I applied via Campus Placement and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

MCQ on computer fundamentals

Round 2 - Coding Test 

5 DSA questions medium , hard lvl

Round 3 - Technical 

(3 Questions)

  • Q1. About myself and my project overview
  • Q2. Oops , Abstraction in detail and mysql and nosql diff
  • Q3. DSA questions on Array , Graph and DP

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

Jobs at Deltax

View all
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

90 Question with 60 minutes

Round 2 - Assignment 

Speak about given topic

Round 3 - HR 

(2 Questions)

  • Q1. How can AI and machine learning be leveraged in digital marketing strategies?
  • Q2. What are the most effective ways to measure the ROI of social media marketing campaigns?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well lastest advance technology

Digital Marketing Executive Interview Questions asked at other Companies

Q1. What is the difference between do follow and no follow links?
View answer (5)

Software Developer interview

user image FRESH LEARNING ACADEMY

posted on 6 Jan 2022

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at Sastra University and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Good nice easy to medium questions

Round 2 - Technical 

(2 Questions)

  • Q1. What is your project
  • Q2. Give some real life examples of oops
  • Ans. 

    Real life examples of OOPs include cars, animals, and banking systems.

    • Cars: Objects like make, model, and color with behaviors like driving and honking.

    • Animals: Objects like species, name, and age with behaviors like eating and sleeping.

    • Banking Systems: Objects like account, balance, and transaction with behaviors like deposit and withdraw.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven 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 maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(2 Questions)

  • Q1. Questions on computer networks
  • Q2. Questions on SQL queries and DSA

Production Engineer Interview Questions asked at other Companies

Q1. How to solve the problem in robot means how to detect fault?
View answer (9)

Deltax Interview FAQs

How many rounds are there in Deltax interview?
Deltax interview process usually has 2-3 rounds. The most common rounds in the Deltax interview process are Aptitude Test, Coding Test and Technical.
How to prepare for Deltax 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 Deltax. The most common topics and skills that interviewers at Deltax expect are Digital Marketing, Sales, Campaign Management, PPC and Social Media Marketing.
What are the top questions asked in Deltax interview?

Some of the top questions asked at the Deltax interview -

  1. Problem Statement - Ringa Ringa Roses There are bunch of kids (n) who are stan...read more
  2. Why do we use JS for Web development Why not Pyth...read more
  3. How many characters are different in two sentenc...read more
How long is the Deltax interview process?

The duration of Deltax interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Deltax Interview Process

based on 69 interviews in last 1 year

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 883 Interviews
View all

Deltax Reviews and Ratings

based on 53 reviews

2.7/5

Rating in categories

3.4

Skill development

2.7

Work-life balance

2.6

Salary

2.8

Job security

2.9

Company culture

2.5

Promotions

2.8

Work satisfaction

Explore 53 Reviews and Ratings
Digital Marketing Internship in Pune

Pune

0-2 Yrs

Not Disclosed

Operations Analyst

Pune

3-5 Yrs

Not Disclosed

System Administrator

Bangalore / Bengaluru

2-4 Yrs

Not Disclosed

Explore more jobs
Associate Product Engineer
53 salaries
unlock blur

₹5 L/yr - ₹8.2 L/yr

Production Engineer
32 salaries
unlock blur

₹6 L/yr - ₹7.5 L/yr

Full Stack Developer
22 salaries
unlock blur

₹5 L/yr - ₹10.4 L/yr

Digital Marketing Analyst
21 salaries
unlock blur

₹2.4 L/yr - ₹4.4 L/yr

Product Engineer
12 salaries
unlock blur

₹5 L/yr - ₹14.7 L/yr

Explore more salaries
Compare Deltax with

Accenture

3.9
Compare

IBM

4.1
Compare

TCS

3.7
Compare

Infosys

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