Upload Button Icon Add office photos

Filter interviews by

Deltax Associate Engineer Interview Questions and Answers

Updated 7 Jan 2025

Deltax Associate Engineer Interview Experiences

4 interviews found

Interview experience
3
Average
Difficulty level
Hard
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 

40 technical questions were there.

Round 2 - Coding Test 

In total 5 questions were there. Time was alloted per question.

Round 3 - One-on-one 

(2 Questions)

  • Q1. Questions from cv.
  • Q2. DSA questions, they will give you a problem statement and ask to write the pseudo code.

Interview Preparation Tips

Interview preparation tips for other job seekers - Get clear with your dsa concepts.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Easy mcqs and it will be cleared

Round 2 - Coding Test 

It's very hard process

Round 3 - HR 

(2 Questions)

  • Q1. What is code and pulses
  • Ans. 

    Code is a set of instructions written in a programming language to perform a specific task. Pulses are short bursts of energy or signals.

    • Code is written in programming languages like Python, Java, C++, etc.

    • Code instructs computers to perform specific tasks or operations.

    • Pulses are short bursts of energy or signals used in electronics and communication systems.

    • Examples of pulses include digital signals in computers and

  • Answered by AI
  • Q2. What is data structure
  • Ans. 

    Data structure is a way of organizing and storing data in a computer so that it can be accessed and used efficiently.

    • Data structures define the way data is organized and stored in memory.

    • Examples include arrays, linked lists, stacks, queues, trees, and graphs.

    • Choosing the right data structure is important for efficient data manipulation and retrieval.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good package but tuff compitition

Skills evaluated in this interview

Associate Engineer Interview Questions Asked at Other Companies

asked in Nagarro
Q1. Count Ways To Reach The N-th Stair Problem Statement You are give ... read more
asked in Nagarro
Q2. Trailing Zeros in Factorial Problem Find the number of trailing z ... read more
asked in Nagarro
Q3. Convert First Letter to Upper Case Given a string STR, transform ... read more
asked in Tata Steel
Q4. What are the test done during maintenance of a power transformer?
asked in Tata Steel
Q5. how to control the speed of an EOT crane without VFD?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

50 multiple choice questions

Round 2 - Coding Test 

Asked coding questions of DSA

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

I applied via Campus Placement and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

The test was easy; however, the cutoff score was quite high.

Round 2 - Coding Test 

The coding round consisted of two medium-level data structures and algorithms questions.

Deltax interview questions for designations

 Associate

 (1)

 Associate Product Engineer

 (9)

 Associate Software Engineer

 (5)

 Associate Product Manager

 (3)

 Business Development Associate

 (1)

 Associate Software Trainee

 (1)

 Software Engineer

 (6)

 Product Engineer

 (4)

Interview questions from similar companies

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Tel me about your project
  • Q2. What is pca in ml
  • Ans. 

    PCA stands for Principal Component Analysis, a dimensionality reduction technique used in machine learning.

    • PCA is used to transform a dataset into a lower-dimensional space while retaining most of the original information.

    • It identifies the directions (principal components) in which the data varies the most.

    • The first principal component captures the maximum variance in the data, followed by the second, and so on.

    • PCA is ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Spark architecture.
  • Q2. Narrow and wide transformations
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I appeared for an interview before Aug 2023.

Round 1 - Technical 

(1 Question)

  • Q1. What is dependency injection
  • Ans. 

    Dependency injection is a design pattern in which components are given their dependencies rather than creating them internally.

    • Allows for easier testing by injecting mock dependencies

    • Promotes loose coupling between components

    • Improves code reusability and maintainability

    • Commonly used in frameworks like Spring in Java

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Basic android questions
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024.

Round 1 - Aptitude Test 

It highlights the kind of person you are through situation-based questions.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Introduction About yourself
  • Ans. 

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

    • Education: Graduated with a degree in Business Administration from XYZ University.

    • Experience: Worked as an intern at ABC Corp, where I assisted in project management and team coordination.

    • Skills: Proficient in data analysis and project management tools like Excel and Trello.

    • Interests: Enjoy reading abou...

  • Answered by AI
  • Q2. Tell Me About Experience in the previous Company ?
  • Ans. 

    In my previous role, I managed projects, collaborated with teams, and improved processes to enhance efficiency and client satisfaction.

    • Led a team of 5 in a project that increased productivity by 20% through streamlined workflows.

    • Implemented a new client feedback system that improved customer satisfaction scores by 15%.

    • Conducted training sessions for new employees, enhancing their onboarding experience and reducing ramp...

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

(2 Questions)

  • Q1. General Introduction and about your experience
  • Q2. What was the last target you achieved, and what percentage of your goals did you accomplish while working with clients?
Round 4 - One-on-one 

(1 Question)

  • Q1. With The CEO and Founder , About Your Experience and Basic introduction about yourself
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Difference between absolute xpath and relative xpath
  • Ans. 

    Absolute xpath specifies the complete path from the root element to the desired element, while relative xpath specifies the path relative to the current element.

    • Absolute xpath starts with a single forward slash (/) and is more specific.

    • Relative xpath starts with a double forward slash (//) and is more flexible.

    • Absolute xpath is more prone to breaking if the structure of the page changes.

    • Relative xpath is easier to main...

  • Answered by AI

Skills evaluated in this interview

Deltax Interview FAQs

How many rounds are there in Deltax Associate Engineer interview?
Deltax interview process usually has 2-3 rounds. The most common rounds in the Deltax interview process are Aptitude Test, Coding Test and HR.
What are the top questions asked in Deltax Associate Engineer interview?

Some of the top questions asked at the Deltax Associate Engineer interview -

  1. What is code and pul...read more
  2. What is data struct...read more
  3. DSA questions, they will give you a problem statement and ask to write the pseu...read more

Tell us how to improve this page.

Deltax Associate Engineer Interview Process

based on 4 interviews

2 Interview rounds

  • Aptitude Test Round
  • Coding Test Round
View more

Interview Questions from Similar Companies

ElectrifAi Interview Questions
2.7
 • 17 Interviews
VISION Interview Questions
4.0
 • 8 Interviews
View all
Deltax Associate Engineer Salary
based on 11 salaries
₹6 L/yr - ₹12 L/yr
32% more than the average Associate Engineer Salary in India
View more details

Deltax Associate Engineer Reviews and Ratings

based on 4 reviews

4.2/5

Rating in categories

4.6

Skill development

3.8

Work-life balance

3.9

Salary

4.2

Job security

3.9

Company culture

3.1

Promotions

4.2

Work satisfaction

Explore 4 Reviews and Ratings
Associate Product Engineer
59 salaries
unlock blur

₹6 L/yr - ₹9 L/yr

Digital Marketing Analyst
19 salaries
unlock blur

₹2.3 L/yr - ₹4 L/yr

Full Stack Developer
17 salaries
unlock blur

₹6 L/yr - ₹8.2 L/yr

Production Engineer
14 salaries
unlock blur

₹6 L/yr - ₹8.5 L/yr

Product Engineer
13 salaries
unlock blur

₹8.1 L/yr - ₹14.7 L/yr

Explore more salaries
Compare Deltax with

Aneja Associates

3.1
Compare

C-quel Management Services

4.4
Compare

Crescendo Global

4.3
Compare

VISION

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