Upload Button Icon Add office photos

Filter interviews by

Decimal Technologies Interview Questions, Process, and Tips

Updated 24 Mar 2025

Top Decimal Technologies Interview Questions and Answers

View all 20 questions

Decimal Technologies Interview Experiences

Popular Designations

31 interviews found

Sales Manager Interview Questions & Answers

user image Anonymous

posted on 22 Oct 2022

I appeared for an interview before Oct 2021.

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. Basic questions about handling different scenarios with customers
Round 3 - One-on-one 

(1 Question)

  • Q1. Understanding of fintech, etx

Interview Preparation Tips

Interview preparation tips for other job seekers - Use experience to answer your questions. Narrate stories from your past to convince that you have the right skills et.

Sales Manager Interview Questions asked at other Companies

Q1. If you're in Cold areas like Kashmir or Himachal Pradesh. & You have to sell an AC which is having only Cold option. How would you do that?
View answer (18)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 6 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical and process related
Round 2 - One-on-one 

(1 Question)

  • Q1. Technical and scenario based
Round 3 - One-on-one 

(1 Question)

  • Q1. Project and process related
Round 4 - Technical 

(1 Question)

  • Q1. With Solution architect
Round 5 - One-on-one 

(1 Question)

  • Q1. Manager round with complete SDLC
Round 6 - HR 

(1 Question)

  • Q1. HR round generic questions and salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on no code low code. Very unprofessional company.

Technical Program Manager Interview Questions asked at other Companies

Q1. consider a scenario where you are collaborating with multiple PoDs (product teams), each of these are working on business critical deliverables with dedicated engineering teams but a common QA team for all. How will you ensure that the QA b... read more
View answer (2)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Intro after that basic Of .net, SQL table etc
Round 2 - Coding Test 

They ask many questions from SQL like joins and it's types, how to drop a column from table etc

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (12)

SQL Developer Interview Questions & Answers

user image Anonymous

posted on 24 Nov 2024

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

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Difference between function and stored procedure.
  • Ans. 

    Functions return a value while stored procedures do not. Functions can be used in SELECT statements, stored procedures cannot.

    • Functions return a value, stored procedures do not

    • Functions can be used in SELECT statements, stored procedures cannot

    • Functions must return a value, stored procedures may or may not

  • Answered by AI
  • Q2. Write a query to find the manager of the employee.
  • Ans. 

    Use a self join to find the manager of the employee.

    • Join the employee table with itself on the manager_id and employee_id columns

    • Select the manager's details based on the employee's manager_id

  • Answered by AI
  • Q3. To write a stored procedure.
  • Q4. What is trigger?
  • Ans. 

    A trigger is a special type of stored procedure that automatically executes when certain events occur in a database.

    • Triggers can be used to enforce business rules, perform data validation, or maintain referential integrity.

    • Examples of trigger events include INSERT, UPDATE, and DELETE operations on a table.

    • Triggers can be defined to execute before or after the triggering event.

  • Answered by AI
  • Q5. What do you know about JSON?

Skills evaluated in this interview

SQL Developer Interview Questions asked at other Companies

Q1. How is a change request in application serviced by development team (business analysis, code analysis, discussion with BA, requirment freeze, etc.)
View answer (4)

Decimal Technologies interview questions for popular designations

 Graduate Trainee

 (3)

 Angular Developer

 (2)

 Software Developer

 (2)

 QA QC Engineer

 (2)

 Associate Software Engineer

 (2)

 Application Developer

 (1)

 Senior Associate

 (1)

 Software Engineer

 (1)

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

I applied via AmbitionBox

Round 1 - Coding Test 

Java, spring,springboot

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Get interview-ready with Top Decimal Technologies Interview Questions

Graduate Trainee Interview Questions & Answers

user image Shriya Pandey

posted on 24 Mar 2025

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

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

  • Q1. Whether number is odd
  • Ans. 

    An odd number is an integer that cannot be divided evenly by 2, resulting in a remainder of 1.

    • Odd numbers include: 1, 3, 5, 7, 9, etc.

    • To check if a number is odd, divide it by 2 and check the remainder.

    • Example: 7 ÷ 2 = 3 remainder 1, so 7 is odd.

    • Negative odd numbers: -1, -3, -5, etc. are also considered odd.

  • Answered by AI
  • Q2. Whether number is even
  • Ans. 

    An even number is an integer divisible by 2 without a remainder, such as -4, 0, 2, 4, etc.

    • An even number can be expressed as 2n, where n is an integer.

    • Examples of even numbers: -6, 0, 8, 14.

    • Even numbers end with 0, 2, 4, 6, or 8 in decimal representation.

    • The sum or difference of two even numbers is always even.

  • Answered by AI

Graduate Trainee Interview Questions asked at other Companies

Q1. Given an array, how do you get the count of pairs that sum to even
View answer (8)

Jobs at Decimal Technologies

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

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

Round 1 - Coding Test 

Palindrome, reverse, prime number, hashmap, collection, array

Round 2 - Technical 

(2 Questions)

  • Q1. Sdlc vs STLC, bug life cycle, regression, sanity
  • Q2. Test strategy vs test plan
  • Ans. 

    Test strategy outlines the overall approach to testing, while test plan details the specific testing activities.

    • Test strategy is high-level and focuses on goals and objectives, while test plan is detailed and includes specific tasks and timelines.

    • Test strategy is created at the beginning of the project, while test plan is developed after the strategy is defined.

    • Test strategy is more generic and can be applied to multip...

  • Answered by AI

Skills evaluated in this interview

Senior QA Analyst Interview Questions asked at other Companies

Q1. Can you convert lead if all required fields of contact or opportunity are not available on lead
View answer (1)

HR Intern Interview Questions & Answers

user image Anonymous

posted on 13 Jul 2024

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

(2 Questions)

  • Q1. Expertise in ATS
  • Ans. 

    Experience with Applicant Tracking Systems (ATS) is essential for HR Intern role.

    • Familiarity with popular ATS platforms such as Greenhouse, Lever, and iCIMS

    • Ability to post job listings, review resumes, and track candidate progress within ATS

    • Experience in customizing ATS workflows and generating reports for recruitment metrics

  • Answered by AI
  • Q2. Total Experience
Round 2 - One-on-one 

(2 Questions)

  • Q1. Number of position closed
  • Ans. 

    The number of positions closed refers to the total number of job openings that have been filled by candidates.

    • The number of positions closed can be tracked through the recruitment process, from job posting to candidate selection.

    • This metric is important for evaluating the efficiency and effectiveness of the hiring process.

    • For example, if a company has closed 50 positions in a quarter, it indicates a high level of recru

  • Answered by AI
  • Q2. Proficiency in Excel
  • Ans. 

    Proficient in Excel with experience in creating complex formulas, pivot tables, and data analysis.

    • Experience in creating and manipulating spreadsheets

    • Ability to use functions and formulas effectively

    • Knowledge of pivot tables and data visualization techniques

    • Experience in data analysis and reporting

    • Familiarity with VLOOKUP, INDEX-MATCH, and conditional formatting

  • Answered by AI

Skills evaluated in this interview

HR Intern Interview Questions asked at other Companies

Q1. Why Human Resources ? What is its importance in Tourism industry and in general to every firm regarding to all industries ?
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Angular pipes, customization in angular
  • Q2. CDN, SSR, SSG questions
Round 2 - Coding Test 

Find duplicates in an array

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Details of Kafka
  • Q2. Concurrency questions

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain about moduleproject
  • Ans. 

    moduleproject is a software component that performs a specific function within a larger project.

    • moduleproject is a self-contained unit of code that can be easily integrated into a larger software project

    • It helps in organizing code into manageable and reusable components

    • Examples include login module, payment module, and notification module

  • Answered by AI
  • Q2. Explain about api
  • Ans. 

    API stands for Application Programming Interface, which allows different software applications to communicate with each other.

    • APIs define the methods for how different software components should interact

    • APIs can be used to access data or functionality from a remote server

    • Examples of APIs include Google Maps API, Twitter API, and Facebook Graph API

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - preapre for interview

Skills evaluated in this interview

QA QC Engineer Interview Questions asked at other Companies

Q1. wha is your response ?, if material will purchase from any factory then what will u do that ? , how many hours can u do work in a day?, do u know all plant calibration?, how the borrow area will select ?, how u manage your junior in work pe... read more
View answer (4)

Decimal Technologies Interview FAQs

How many rounds are there in Decimal Technologies interview?
Decimal Technologies interview process usually has 2-3 rounds. The most common rounds in the Decimal Technologies interview process are Technical, One-on-one Round and HR.
How to prepare for Decimal Technologies 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 Technologies. The most common topics and skills that interviewers at Decimal Technologies expect are Java, AWS, Postgresql, Python and Sales.
What are the top questions asked in Decimal Technologies interview?

Some of the top questions asked at the Decimal Technologies interview -

  1. How to call native methods in flutter ...read more
  2. What are the SQL command grou...read more
  3. Explain Object Oriented Programming in Pyth...read more
How long is the Decimal Technologies interview process?

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

Tell us how to improve this page.

Decimal Technologies Interview Process

based on 28 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

BrowserStack Interview Questions
3.6
 • 48 Interviews
Fleetx.io Interview Questions
3.7
 • 28 Interviews
RGBSI Interview Questions
3.4
 • 24 Interviews
Ameyo Interview Questions
3.4
 • 18 Interviews
Yodlee Interview Questions
3.8
 • 17 Interviews
Algonomy Interview Questions
4.1
 • 9 Interviews
CloudMoyo Interview Questions
4.1
 • 8 Interviews
View all

Decimal Technologies Reviews and Ratings

based on 168 reviews

3.3/5

Rating in categories

3.0

Skill development

3.2

Work-life balance

2.7

Salary

3.1

Job security

3.4

Company culture

2.7

Promotions

2.9

Work satisfaction

Explore 168 Reviews and Ratings
Assistant Project Manager

Bangalore / Bengaluru

6-11 Yrs

₹ 15-25 LPA

Software Engineer - React.js

Bangalore / Bengaluru

4-7 Yrs

₹ 15-20 LPA

Software Engineer - PHP + node.js

Bangalore / Bengaluru

5-8 Yrs

Not Disclosed

Explore more jobs
Associate Software Engineer
97 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Software Engineer
78 salaries
unlock blur

₹4 L/yr - ₹10.5 L/yr

Software Developer
67 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Database Developer
32 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Data Analyst
29 salaries
unlock blur

₹4 L/yr - ₹9 L/yr

Explore more salaries
Compare Decimal Technologies with

Aurigo

4.7
Compare

Prime Focus Technologies

3.3
Compare

Peel-works

3.6
Compare

Yodlee

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