Upload Button Icon Add office photos

Filter interviews by

Dimentrix Technologies Interview Questions and Answers for Freshers

Updated 9 Apr 2021

Dimentrix Technologies Interview Experiences for Freshers

1 interview found

I applied via Referral and was interviewed before Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Core java concepts, and solve programming problem.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (170)

Interview questions from similar companies

Sr.Associate- Technology Interview Questions & Answers

Synechron user image Anonymous

posted on 6 Sep 2023

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

I applied via Naukri.com and was interviewed in Dec 2023. There were 3 interview rounds.

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 - Technical 

(4 Questions)

  • Q1. What is load balancer ?
  • Q2. How to create a SSL certificate?
  • Q3. Explain about HTTP.SYS?
  • Q4. What is web garden?
Round 3 - HR 

(4 Questions)

  • Q1. Why you are choosing this company only?
  • Q2. Can you please explain about the company?
  • Q3. Why are you leaving for previous company?
  • Q4. What is your roles and responsibilities?

Interview Preparation Tips

Interview preparation tips for other job seekers - Synechron is good company to work.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Dependency injection
  • Q2. Dispose and finalize
  • Ans. 

    Dispose is used to release unmanaged resources, while finalize is used for cleanup before an object is destroyed.

    • Dispose is called explicitly by the developer, while finalize is called by the garbage collector.

    • Dispose should be implemented in classes that directly use unmanaged resources like file handles or database connections.

    • Finalize is used for cleanup tasks like closing files or releasing memory.

    • Implement IDispos...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. I was very easy asking about college project some basic java programming introduction

I was interviewed in Mar 2022.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tecnical questions about cloud and .Net
Round 2 - One-on-one 

(1 Question)

  • Q1. Techinical Questions about Front End (Angular) and C# (Back end), Web Api, DB Approaches, Azure Services
Round 3 - Behavioral 

(1 Question)

  • Q1. Managerial and few Technical Questions
Round 4 - Behavioral 

(1 Question)

  • Q1. Few Managerial Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare both techincally even it was a managerial round.
Round 1 - Aptitude Test 

It was easy core+IT related

Round 2 - Group Discussion 

It was like any genral gd topic was online vs offline education

Round 3 - Technical 

(1 Question)

  • Q1. Asked programming and core branch questions
Round 4 - HR 

(1 Question)

  • Q1. General details about resume location

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident in what you say keep urself updated with latest tech topics.

I was interviewed in Sep 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

Timing -12pm to 1:30pm
Test environment was good and we should keep in our mind about our net speed.

  • Q1. Reverse the array

    Given an array with N elements, the task is to reverse all the array elements and print the reversed array.

    Input Format:

    The first line contains an integer N representing the size of ...
  • Ans. Brute Force approach
    • Initialise start and end indices with start = 0, end = N-1 where N is the total number of elements in array.
    • We then run a loop while start < end and swap arr[start] with arr[end].
    • Finally, we increment start and decrement end variable
    Space Complexity: O(1)Explanation: Time Complexity: O(1)Explanation:
  • Answered by CodingNinjas
  • Q2. Tiling Problem

    You have been given a board where there are '2' rows and 'N' columns. You have an infinite supply of 2x1 tiles, and you can place a tile in the following ways:

    1. Horizontal...
  • Ans. Recursion And Memoization (Runtime error)

    Try to place the tile to fill the unit column and calculate the number of ways from smaller sub-problems. Then use memoization to convert O(2^N) solution to an O(N) solution.

    1. At any point we are at ‘idx’ column then we can place our tile in two ways to fill this column.
      1. Option 1 -  1 Horizontal Tile

    We can place in this way where we have ‘idx-1’ column filled.

        &nb...

  • Answered by CodingNinjas
Round 2 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

Timing was 3pm to 4 pm
environment was easy familier and interviwer was also in good mood ,first he ask me about general things then he come on OS/DBMS .

  • Q1. DBMS Questions

    Normalization forms.
    Entity relational model

Round 3 - HR 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Easy

timing - 10am to 10:30am
environment was very familier and interviewer was with good sence of humor

  • Q1. Basic HR Questions

    Would you prefer work from home or would like to come to office?

    What is your biggest achievement.

    Are you a team player?

  • Ans. 

    Tip 1 : do what you are real and don't try to be fake 
    Tip 2 : be confident and try to explain in simple way

  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in NoidaEligibility criteriaCGPA 7Global Logic interview preparation:Topics to prepare for the interview - Data Structure, OOPS,MERN STACK, DBMS,OSTime required to prepare for the interview - 12 MonthsInterview preparation tips for other job seekers

Tip 1 : Don't depend on video only , practice is must and assignments provided by coding ninja's are best.
Tip 2 : Note all important point in note book so that you can easy revise.
Tip 3 : Make at least 3-4 projects on your on

Application resume tips for other job seekers

Tip 1 : Be real don't go for fake and write what you are.
Tip 2 : Mention all your project and explain them in good way

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Nov 2021. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Performance Tunings Joins
  • Q2. SSIS Bufferr and memories related queries Parallel processing in SSIS Power BI reporting life cycle DAX questions on power BI
Round 2 - One-on-one 

(1 Question)

  • Q1. Role of CPU AND Cores in Performance Improvement Sharding concepts TABLE PARTITION DATA WAREHOUSE
Round 3 - HR 

(1 Question)

  • Q1. Role based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I gave Interview for BI Developer
They focused mainly on the Performance Tunings concept. Role of CPU and Cores in performance Tuning. Basic SQL and SSIS related questions.
Data warehouse concepts and in detail of star and snowflake schema

I applied via Campus Placement

Interview Questionnaire 

5 Questions

  • Q1. Explain any one organ system anatomy and physiology
  • Q2. Explain Diabetes
  • Q3. Any one respiratory disease name and which drugs is used
  • Q4. Longest and shortest bone of the human body
  • Q5. In arteries and veins which type blood flow

Interview Preparation Tips

Interview preparation tips for other job seekers - Before the interview well prepared

Skills evaluated in this interview

I applied via Company Website and was interviewed in Dec 2021. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Web design use in php
  • Ans. 

    Web design is an important aspect of PHP development as it determines the look and feel of the website.

    • PHP can be used to create dynamic web pages with custom designs

    • CSS can be used to style the HTML elements generated by PHP

    • Frameworks like Laravel and CodeIgniter provide pre-built templates for web design

    • Responsive design can be implemented using media queries in CSS

  • Answered by AI
  • Q2. Use in html and css includes function use and include_once function difference
  • Ans. 

    HTML and CSS include functions and difference between include and include_once

    • HTML includes are used to include external files into a webpage

    • CSS includes are used to include external stylesheets into a webpage

    • include() function is used to include a file and will produce a warning if the file is not found

    • include_once() function is used to include a file only once, even if it is called multiple times

    • Both functions are us

  • Answered by AI
Round 2 - 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 3 - HR 

(3 Questions)

  • Q1. Why should we hire you?
  • Q2. Share details of your previous job.
  • Q3. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for ITC Infotech PHP Web Developer interview:
  • Core PHP
  • Design
Interview preparation tips for other job seekers - What is static and dynamic web pages

Skills evaluated in this interview

Tell us how to improve this page.

People are getting interviews through

based on 1 Dimentrix Technologies interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Cognizant Interview Questions
3.8
 • 5.5k Interviews
Nagarro Interview Questions
4.0
 • 754 Interviews
Publicis Sapient Interview Questions
3.5
 • 600 Interviews
GlobalLogic Interview Questions
3.7
 • 562 Interviews
UST Interview Questions
3.8
 • 495 Interviews
CGI Group Interview Questions
4.0
 • 475 Interviews
View all

Dimentrix Technologies Reviews and Ratings

based on 10 reviews

3.4/5

Rating in categories

3.5

Skill development

2.9

Work-Life balance

2.1

Salary & Benefits

2.2

Job Security

2.8

Company culture

2.3

Promotions/Appraisal

2.3

Work Satisfaction

Explore 10 Reviews and Ratings
QA Engineer
11 salaries
unlock blur

₹2 L/yr - ₹6.4 L/yr

Software Developer
9 salaries
unlock blur

₹2 L/yr - ₹4.3 L/yr

Java Developer
5 salaries
unlock blur

₹2 L/yr - ₹5.2 L/yr

Senior Software Engineer
5 salaries
unlock blur

₹6 L/yr - ₹7.8 L/yr

Senior Quality Analyst
4 salaries
unlock blur

₹6.7 L/yr - ₹8.8 L/yr

Explore more salaries
Compare Dimentrix Technologies with

Cognizant

3.8
Compare

NTT Data Information Processing Services

4.0
Compare

Sutherland Global Services

3.7
Compare

Hexaware Technologies

3.6
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