Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by DigiMantra Team. If you also belong to the team, you can get access from here

DigiMantra Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 29 Reviews

Filter interviews by

DigiMantra Interview Questions, Process, and Tips

Updated 18 Nov 2024

Top DigiMantra Interview Questions and Answers

DigiMantra Interview Experiences

Popular Designations

5 interviews found

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

I applied via Job Portal

Round 1 - Coding Test 

Question based on dsa

Round 2 - HR 

(1 Question)

  • Q1. General questions

Senior Java Developer Interview Questions asked at other Companies

Q1. Delete Kth node From EndYou have been given a singly Linked List of 'N' nodes with integer data and an integer 'K'. Your task is to remove the Kth node from the end of the given Linked List. For example: The given linked list is 1 -> 2 -... read more
View answer (4)
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 Jul 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 - One-on-one 

(4 Questions)

  • Q1. Respective field Experience
  • Ans. 

    I have 5 years of experience in the respective field, including managing operations, optimizing processes, and leading teams.

    • Managed day-to-day operations to ensure efficiency and productivity

    • Implemented process improvements to streamline workflows

    • Led a team of employees to achieve department goals

    • Collaborated with cross-functional teams to drive business objectives

  • Answered by AI
  • Q2. Jobs and responsibility
  • Q3. Basic introduction
  • Q4. Basic question related to your profile.
Round 3 - HR 

(1 Question)

  • Q1. Basic questions such as experience role and responsibility,salary.

Senior Executive Operations Interview Questions asked at other Companies

Q1. In 1 day how many veh can be loaded and unloaded with dock man power count of 14.
View answer (5)

PHP Interview Questions & Answers

user image Rishab test

posted on 13 Oct 2023

Interview experience
5
Excellent
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 - Technical 

(2 Questions)

  • Q1. What is diffrence between class and object
  • Ans. 

    A class is a blueprint for creating objects, while an object is an instance of a class.

    • A class defines the properties and behaviors of objects, while an object is a specific instance of a class.

    • Classes can be thought of as templates, while objects are the actual instances created from those templates.

    • Multiple objects can be created from the same class, each with its own unique set of properties and behaviors.

    • Classes ca...

  • Answered by AI
  • Q2. What is diffrence between array_merge and array_combine
  • Ans. 

    array_merge merges two or more arrays into a single array, while array_combine creates an array by using one array for keys and another for values.

    • array_merge merges arrays together, preserving numeric keys and reindexing the resulting array, while array_combine creates an array by using one array for keys and another for values

    • array_merge can merge multiple arrays together, while array_combine requires two arrays of e...

  • Answered by AI

Skills evaluated in this interview

PHP Interview Questions asked at other Companies

Q1. What is diffrence between array_merge and array_combine
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. How to find unique elements in an array using Java?
  • Ans. 

    Use a Set to store unique elements from the array.

    • Create a Set to store unique elements.

    • Iterate through the array and add each element to the Set.

    • The Set will automatically remove duplicates, leaving only unique elements.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. How to configure multiple database in spring boot?
  • Ans. 

    To configure multiple databases in Spring Boot, you can use Spring Data JPA with multiple data sources.

    • Define multiple DataSource beans in your configuration class.

    • Configure each DataSource bean with its own properties like URL, username, password, etc.

    • Use @Primary annotation to specify the primary DataSource bean.

    • Use @Qualifier annotation to specify which DataSource bean to use in your repositories or services.

    • Configu...

  • Answered by AI

Skills evaluated in this interview

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)

DigiMantra interview questions for popular designations

 Java Developer

 (1)

 PHP

 (1)

 Senior Executive Operations

 (1)

 Senior Java Developer

 (1)

Sr.Operation Exective Interview Questions & Answers

user image Anonymous

posted on 8 Jun 2023

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

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Your experience jobs responsibility
Round 3 - HR 

(1 Question)

  • Q1. Rolls and responsibility your experience

Interview questions from similar companies

Databricks Engineer Interview Questions & Answers

Fragma Data Systems user image Anonymous

posted on 26 Dec 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Self introduction
  • Q2. Windows function and how you used
  • Ans. 

    Window functions are used to perform calculations across a set of table rows that are related to the current row.

    • Window functions are used in SQL to perform calculations on a specific subset of rows related to the current row.

    • They are often used with aggregate functions like SUM, AVG, and COUNT to calculate running totals, moving averages, and rankings.

    • Examples of window functions include ROW_NUMBER(), RANK(), LEAD(),

  • Answered by AI
  • Q3. Sql Coding questions. Window functions with joins.
  • Q4. Pyspark code for how you connect the data to ADLS with doing partition
  • Ans. 

    Use PySpark code to connect data to ADLS with partitioning

    • Use SparkSession to create a Spark application

    • Set the configuration for ADLS storage account and container

    • Read data from ADLS using Spark DataFrame API

    • Partition the data based on a specific column while writing back to ADLS

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. DC DC power supply and their details
  • Q2. Inductor and common mode choke parameters and usage

Interview Preparation Tips

Topics to prepare for Mantra Technologies Hardware Design Engineer interview:
  • Microcontroller
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at JSS Academy of Technical Education, Noida and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

PEN PAPER round consisting of three coding and c/c++ output based questions.

Round 2 - Technical 

(2 Questions)

  • Q1. OOPS concepts , javascript
  • Q2. Projects related questions
Round 3 - HR 

(2 Questions)

  • Q1. Behavioural questions
  • Q2. Resume , internship related questions

Interview Preparation Tips

Topics to prepare for Quokka Labs Software Developer interview:
  • Resume
Interview preparation tips for other job seekers - Prepare everything of your resume
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. I am interested but I am fasher
  • Q2. I am interested but I am fasher

Interview Preparation Tips

Interview preparation tips for other job seekers - I am interested but I am fasher
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. What is your work experience in gaming
  • Ans. 

    I have 5 years of experience working as a Game Artist in the gaming industry.

    • Worked on creating 2D and 3D assets for various game projects

    • Collaborated with game designers and developers to ensure visual consistency

    • Experience with game engines like Unity and Unreal Engine

    • Created concept art, character designs, and environment assets

    • Knowledge of animation and visual effects for games

  • Answered by AI
  • Q2. What is your salary expectation
  • Ans. 

    My salary expectation is based on industry standards, my experience, and the responsibilities of the role.

    • Research industry standards for Game Artists salaries

    • Consider my level of experience and skills

    • Factor in the responsibilities and requirements of the specific role

    • Be open to negotiation based on benefits and other perks offered

  • Answered by AI
Round 2 - Assignment 

Design a character and Royal symbol (fully rendered in realistic style) and one Mid Pay concept sketch for slot game.

Round 3 - One-on-one 

(3 Questions)

  • Q1. About yourself and experience
  • Q2. About assignment related questions
  • Q3. Some unprofessional questions

Interview Preparation Tips

Interview preparation tips for other job seekers - These guys reject you intentionally so don't waste your time. They don't have proper art team have no idea how to hire art professionals random guy will come and interview you who has 0 knowledge of art industry and culture. And VERY IMPORTANT thing this guys ask you to share your source file once they got they will ghost you and can't contact them so pls don't share your source file with any company like this it's FULL OF SCAM. And one last advice apply reputed gaming companies or art studios only don't waste your time here this guys are scammers simply using artist to get done their job in name of "Art Test". SCAMMERS! SCAMMERS! SCAMMERS!

DigiMantra Interview FAQs

How many rounds are there in DigiMantra interview?
DigiMantra interview process usually has 2-3 rounds. The most common rounds in the DigiMantra interview process are Resume Shortlist, HR and Technical.
How to prepare for DigiMantra 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 DigiMantra. The most common topics and skills that interviewers at DigiMantra expect are Javascript, React.Js, Redux, Web Development and JSON.
What are the top questions asked in DigiMantra interview?

Some of the top questions asked at the DigiMantra interview -

  1. How to find unique elements in an array using Ja...read more
  2. What is diffrence between array_merge and array_comb...read more
  3. How to configure multiple database in spring bo...read more

Tell us how to improve this page.

People are getting interviews through

based on 4 DigiMantra interviews
Job Portal
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 785 Interviews
View all

DigiMantra Reviews and Ratings

based on 29 reviews

3.7/5

Rating in categories

3.5

Skill development

3.9

Work-Life balance

3.6

Salary & Benefits

3.4

Job Security

3.7

Company culture

3.4

Promotions/Appraisal

3.4

Work Satisfaction

Explore 29 Reviews and Ratings
Front end Developer
8 salaries
unlock blur

₹4.2 L/yr - ₹9.3 L/yr

Quality Analyst
7 salaries
unlock blur

₹6 L/yr - ₹8.5 L/yr

Mobile Application Developer
7 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

React Native Developer
5 salaries
unlock blur

₹3 L/yr - ₹5.5 L/yr

IOS Developer
4 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

Explore more salaries
Compare DigiMantra with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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