Upload Button Icon Add office photos

Filter interviews by

Decimal Point Analytics ETL Developer Interview Questions and Answers

Updated 5 May 2020

Decimal Point Analytics ETL Developer Interview Experiences

1 interview found

I applied via Monster and was interviewed before May 2019. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Genral MySQL , database management system queries and about trigger and question on logical reasoning .
  • Q2. What is trigger . Do Implementation of types of trigger?
  • Ans. 

    A trigger is a special type of stored procedure that automatically executes in response to certain events.

    • Triggers are used to enforce business rules or to perform complex calculations.

    • There are two types of triggers: DML triggers and DDL triggers.

    • DML triggers fire in response to DML events (INSERT, UPDATE, DELETE).

    • DDL triggers fire in response to DDL events (CREATE, ALTER, DROP).

    • Triggers can be used to audit changes t...

  • Answered by AI
  • Q3. How many join operation are there?
  • Q4. 5 permission in Linux?
  • Ans. 

    Linux permissions include read, write, execute, setuid, and setgid.

    • Read permission allows a user to view the contents of a file or directory.

    • Write permission allows a user to modify the contents of a file or directory.

    • Execute permission allows a user to run a file or access the contents of a directory.

    • Setuid permission allows a user to execute a file with the permissions of the file's owner.

    • Setgid permission allows a u...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be prepared yourself in DBMS, like trigger, Join operation, update , insert genral questions.

Be confident while you answering them .

Keep your good knowledge in core Java language.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Valid parentheses
  • Q2. Currying with arrow function
  • Ans. 

    Currying is a technique in functional programming where a function with multiple arguments is transformed into a sequence of nested functions, each taking a single argument.

    • Currying can be achieved using arrow functions in JavaScript.

    • Arrow functions automatically bind 'this' and do not have their own 'this' value.

    • Example: const add = a => b => a + b;

    • Example: const addFive = add(5); const result = addFive(3); // result

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. DFS related problem
  • Q2. Machine coding round

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more on ds & algo

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

3 questions 3 sum linked list missing sum

Round 2 - HR 

(2 Questions)

  • Q1. System Design and hr principles
  • Ans. 

    System design involves creating a high-level architecture of a software system, while HR principles focus on managing people effectively.

    • System design involves identifying components, defining their interactions, and ensuring scalability and reliability.

    • HR principles include hiring the right talent, providing training and development opportunities, and fostering a positive work culture.

    • Both system design and HR princip...

  • Answered by AI
  • Q2. Projects discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Skills evaluated in this interview

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

First round was aptitude with coding round it was easy

Round 2 - Communication round 

(1 Question)

  • Q1. To check communication
Round 3 - Technical 

(1 Question)

  • Q1. Ask question based on datastructures

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on Data structures and Algorithms
Interview experience
3
Average
Difficulty level
Hard
Process Duration
-
Result
No response

I was interviewed in Feb 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. Data structures
  • Q2. Solid Principles
  • Q3. Single responsibility principle
  • Ans. 

    Single responsibility principle states that a class should have only one reason to change.

    • Each class should have only one responsibility

    • Helps in making code more maintainable and easier to understand

    • Promotes separation of concerns

    • Example: A class that handles user authentication should not also handle file management

  • Answered by AI
  • Q4. Javascript question
  • Q5. Object oriented concepts

Skills evaluated in this interview

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

1st round was DSA round. Pretty easy

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
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 

(1 Question)

  • Q1. Multiprocessing
Round 3 - Technical 

(1 Question)

  • Q1. Django ORM queries, python basic
Round 4 - HR 

(1 Question)

  • Q1. Company culture and compensation discussion
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic on .net like oops, dapper, etc
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

It was an easy test. It consisted of MCQs and two coding qns. Prepare SQL well. It also had 2 programming question. Both were medium difficukty

Round 3 - One-on-one 

(1 Question)

  • Q1. It was mainly focussed on my projects. Be thorough with you resume. But it also depends on the interviewer.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare in-depth Java and you should know what is on your resume. Medium level of DSA is enough.

I applied via Company Website and was interviewed in May 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. First round: 2 coding questions 1. Find minimum from sorted rotated array.
  • Q2. 2.relative sort leetcode....... second round: 1. Flower bed leetcode........2. find maximum subarray sum from an array

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewers are really good and helpful. Just focus on the questions and try to discuss it with the interviewer. Third round is the managerial where they will discuss about your projects.

Decimal Point Analytics Interview FAQs

How to prepare for Decimal Point Analytics ETL Developer 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 Decimal Point Analytics. The most common topics and skills that interviewers at Decimal Point Analytics expect are Data Warehousing, Pentaho, ETL, Business Intelligence and Data Extraction.
What are the top questions asked in Decimal Point Analytics ETL Developer interview?

Some of the top questions asked at the Decimal Point Analytics ETL Developer interview -

  1. What is trigger . Do Implementation of types of trigg...read more
  2. 5 permission in Lin...read more
  3. Genral MySQL , database management system queries and about trigger and questio...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.6
 • 228 Interviews
Tiger Analytics Interview Questions
3.7
 • 220 Interviews
Fractal Analytics Interview Questions
4.0
 • 205 Interviews
Sigmoid Interview Questions
3.3
 • 57 Interviews
Merilytics Interview Questions
3.0
 • 48 Interviews
ICRA Analytics Interview Questions
3.5
 • 38 Interviews
Dunnhumby Interview Questions
4.1
 • 29 Interviews
View all
Decimal Point Analytics ETL Developer Salary
based on 5 salaries
₹3 L/yr - ₹8 L/yr
22% less than the average ETL Developer Salary in India
View more details

Decimal Point Analytics ETL Developer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

3.0

Salary

2.0

Job security

4.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Research Analyst
367 salaries
unlock blur

₹1.2 L/yr - ₹5.6 L/yr

Senior Research Analyst
200 salaries
unlock blur

₹2.7 L/yr - ₹8 L/yr

Software Development Engineer
67 salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Business Analyst
58 salaries
unlock blur

₹2.5 L/yr - ₹12 L/yr

Senior Business Analyst
56 salaries
unlock blur

₹7 L/yr - ₹17.3 L/yr

Explore more salaries
Compare Decimal Point Analytics with

Quantiphi Analytics Solutions Private Limited

3.2
Compare

Fractal Analytics

4.0
Compare

Mu Sigma

2.6
Compare

Tiger Analytics

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