Upload Button Icon Add office photos

Filter interviews by

DigiMaze Interview Questions and Answers

Updated 19 Mar 2024

DigiMaze Interview Experiences

Popular Designations

2 interviews found

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

I applied via Job Portal and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Assignment 

Create a todolist using javascript

Round 2 - Technical 

(1 Question)

  • Q1. Javascript Html CSS bootstrap Questions

Full Stack Software Developer Interview Questions asked at other Companies

Q1. Oops in Java Patterns in Java JDK,JRE,JVM MVC Array questions strings in Java This,super keywords Java problems like palindrome, prime number,and so many problems and logics Why java is platform independent Why java is not platform dependen... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I appeared for an interview before Oct 2022.

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

Assessment was to crate a todolist using javascript

Round 3 - Technical 

(1 Question)

  • Q1. In technical around they asked me some intermediate questions on javascript bootstrap html and css

Full Stack Web Developer Interview Questions asked at other Companies

Q1. What will be the time complexity to add an element to the Singly Linked List? Note* there are 2 types to add an element: 1st: to add at the end using Tail pointer so O(1) 2nd: to add anywhere in the middle so O(n)
View answer (1)

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed in Apr 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. SQL,Python,Machine Learning,Model based question
Round 2 - HR 

(1 Question)

  • Q1. General question , previous company role and responsibility etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare with market oriented model, clustering model, classification model,SQL analysis queries

I applied via Naukri.com and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. It's completely based on job profile.
  • Q2. Some basic questions in data analyst.
  • Q3. Some questions on ML
  • Q4. Some questions on statistics
  • Q5. Some on previous projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with job profile and the contents written in cv.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

The round primarily focused on assessing data structure and algorithm (DSA) knowledge, as well as coding proficiency.

I applied via LinkedIn and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is the Naive Bayes algorithm?
  • Ans. 

    Naive Bayes is a probabilistic algorithm used for classification and prediction based on Bayes' theorem.

    • It assumes that the presence of a particular feature in a class is unrelated to the presence of any other feature.

    • It calculates the probability of each class based on the input features and selects the class with the highest probability.

    • It is commonly used in spam filtering, sentiment analysis, and document classific...

  • Answered by AI
  • Q2. When do we use Null Hypothesis?
  • Ans. 

    Null hypothesis is used to test the significance of a statistical result.

    • Null hypothesis assumes that there is no significant difference between two groups or variables.

    • It is used to determine if the observed results are due to chance or not.

    • If the p-value is less than the significance level, we reject the null hypothesis.

    • Examples include testing the effectiveness of a new drug compared to a placebo, or comparing the m

  • Answered by AI
  • Q3. Suppose we need to find the sales of Rosogolla sweets being sold in Kolkata. What approach would you take?
  • Ans. 

    I would use a combination of primary and secondary research to find the sales of Rosogolla sweets in Kolkata.

    • Conduct surveys and interviews with local sweet shop owners and customers

    • Analyze sales data from major sweet shops in Kolkata

    • Research online for articles and reports on the popularity of Rosogolla in Kolkata

    • Compare sales data with other popular sweets in Kolkata

    • Consider factors such as seasonality and festivals

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - FOR DATA SCIENCE POSITION:
Learn all the basic concepts and fundamentals of Statistics, Data Science and Python, and SQL.
You may be asked to do EDA from scratch using python.

Skills evaluated in this interview

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 - Coding Test 

Easy leetcode data structure question

Round 3 - Technical 

(1 Question)

  • Q1. Write working code for calling a rest API, design rate limiter
  • Ans. 

    Code for calling a REST API and designing a rate limiter

    • Use a library like requests or axios to make the API call

    • Implement a token bucket algorithm for rate limiting

    • Set a maximum number of requests per second and queue excess requests

    • Consider using a distributed rate limiter for scalability

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Design Database schema for instagram
  • Ans. 

    Design a database schema for Instagram.

    • Create tables for users, posts, comments, likes, and follows.

    • Use primary and foreign keys to establish relationships between tables.

    • Store user data such as username, email, and password securely.

    • Include fields for post content, location, and timestamp.

    • Track likes and comments on posts.

    • Implement a notification system for follows and likes.

    • Consider scalability and performance in the...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All round was smooth and interviewer were friendly.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. 2 sum problem [leetcode]
  • Q2. Linkedlist problem
  • Ans. 

    Implement various operations on a linked list and solve related problems like reversing a linked list or detecting a cycle.

    • Understand the basic structure of a linked list with nodes containing data and a reference to the next node.

    • For insertion, update the pointers of the nodes accordingly to maintain the sequence.

    • For deletion, adjust the pointers to skip the node to be deleted.

    • To reverse a linked list, iterate through...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Indeed and was interviewed in Mar 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 - HR 

(2 Questions)

  • Q1. Self intro - tell me about yourself
  • Ans. 

    I am a software developer with a passion for creating efficient and user-friendly applications.

    • Proficient in multiple programming languages such as Java, C++, and Python

    • Experience in developing web applications using HTML, CSS, and JavaScript

    • Strong problem-solving and analytical skills

    • Familiarity with agile development methodologies

    • Excellent communication and teamwork abilities

  • Answered by AI
  • Q2. Experience & why do you want to switch
  • Ans. 

    I have 5 years of experience as a Software Developer and I want to switch to explore new technologies and challenges.

    • I have 5 years of experience as a Software Developer.

    • I have gained expertise in various programming languages and frameworks.

    • I have successfully delivered multiple projects and contributed to their success.

    • I want to switch to explore new technologies and challenges.

    • I believe switching will help me enhanc

  • Answered by AI
Round 3 - Coding Test 

Simple basic code for Form data

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics of javascript and the framework should be clear
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is design for you?
  • Ans. 

    Design is the process of creating solutions that are visually appealing, functional, and user-friendly.

    • Design involves problem-solving and creativity

    • It focuses on creating visually appealing and aesthetically pleasing solutions

    • Design considers user experience and functionality

    • Examples include graphic design, product design, and web design

  • Answered by AI
  • Q2. What do you expect to learn from this role?

Interview Preparation Tips

Interview preparation tips for other job seekers - Its about having the urge to learn and being real to your current knowledge.

Skills evaluated in this interview

DigiMaze Interview FAQs

How many rounds are there in DigiMaze interview?
DigiMaze interview process usually has 2-3 rounds. The most common rounds in the DigiMaze interview process are Assignment, Technical and Resume Shortlist.
How to prepare for DigiMaze 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 DigiMaze. The most common topics and skills that interviewers at DigiMaze expect are Google Analytics, Digital Marketing, PPC, Account Management and Media Strategy.
What are the top questions asked in DigiMaze interview?

Some of the top questions asked at the DigiMaze interview -

  1. In technical around they asked me some intermediate questions on javascript boo...read more
  2. Javascript Html CSS bootstrap Questi...read more

Tell us how to improve this page.

DigiMaze Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

3 Minds Digital Interview Questions
4.4
 • 70 Interviews
Bikayi Interview Questions
2.9
 • 10 Interviews
Gushwork Interview Questions
4.0
 • 8 Interviews
Xeno Interview Questions
3.3
 • 5 Interviews
Digitabytes Interview Questions
5.0
 • 5 Interviews
PivotRoots Interview Questions
3.3
 • 4 Interviews
We Think North Interview Questions
4.5
 • 4 Interviews
Adonmo Interview Questions
3.8
 • 4 Interviews
View all

DigiMaze Reviews and Ratings

based on 9 reviews

4.6/5

Rating in categories

4.3

Skill development

4.5

Work-life balance

4.2

Salary

4.3

Job security

4.0

Company culture

4.2

Promotions

4.6

Work satisfaction

Explore 9 Reviews and Ratings
Business Analyst
4 salaries
unlock blur

₹1.2 L/yr - ₹4.1 L/yr

Senior Executive
4 salaries
unlock blur

₹5 L/yr - ₹6 L/yr

Paid Media Executive
4 salaries
unlock blur

₹1.2 L/yr - ₹4.1 L/yr

Performing Marketing Associate
4 salaries
unlock blur

₹2.8 L/yr - ₹4.8 L/yr

Visualiser
3 salaries
unlock blur

₹4.6 L/yr - ₹6.6 L/yr

Explore more salaries
Compare DigiMaze with

Bikayi

2.9
Compare

Adonmo

3.8
Compare

HiveMinds Innovative Market Solutions

3.0
Compare

3 Minds Digital

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