Upload Button Icon Add office photos

Filter interviews by

360DigiTMG Interview Questions, Process, and Tips

Updated 7 Jul 2024

Top 360DigiTMG Interview Questions and Answers

360DigiTMG Interview Experiences

Popular Designations

5 interviews found

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

I applied via LinkedIn and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - HR 

(4 Questions)

  • Q1. Use R as a calculator to compute the following values. After you do so, cut and paste your input and output from R to Word. Add numbering in Word to identify each part of each problem.
  • Ans. 

    Using R as a calculator to compute values for a Data Scientist interview question.

    • Use R's console to input mathematical expressions and compute values.

    • Make sure to follow the order of operations (PEMDAS) when entering expressions.

    • Use functions like 'sqrt()' for square roots and 'exp()' for exponentiation.

    • Remember to assign variables using the '<-' operator before using them in calculations.

  • Answered by AI
  • Q2. Assign 10:50 to d, use R to compute the following statistics of d
  • Ans. 

    Compute statistics of a given time value in R

    • Use lubridate package to work with time data in R

    • Calculate summary statistics like mean, median, min, max, and standard deviation

    • Convert the time value to a time object before performing calculations

  • Answered by AI
  • Q3. Use R to create the following two matrices and do the indicated matrix multiplication.
  • Ans. 

    Using R to create two matrices and perform matrix multiplication.

    • Create two matrices using matrix() function in R.

    • Use %*% operator for matrix multiplication.

    • Ensure the dimensions of the matrices are compatible for multiplication.

  • Answered by AI
  • Q4. Run the following kNN classifier for the iris data. Can you interpret the output?
  • Ans. 

    The kNN classifier is run on the iris data to make predictions based on nearest neighbors.

    • kNN classifier is a type of supervised machine learning algorithm that can be used for classification tasks.

    • The output will be the predicted class labels for the iris data based on the nearest neighbors.

    • Interpreting the output involves understanding how the algorithm has classified the data points.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for 360DigiTMG Data Scientist interview:
  • Data Science
Interview preparation tips for other job seekers - Take deep knowledge

Skills evaluated in this interview

Data Scientist Interview Questions asked at other Companies

Q1. Special Sum of Array Problem Statement Given an array 'arr' containing single-digit integers, your task is to calculate the total sum of all its elements. However, the resulting sum must also be a single-digit number. To achieve this, repea... read more
Add answer
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Please introduce yourself
  • Ans. 

    Experienced inside sales representative with a proven track record of exceeding sales targets and building strong client relationships.

    • Over 5 years of experience in inside sales

    • Consistently met or exceeded sales targets by 20% each quarter

    • Strong communication and negotiation skills

    • Built and maintained relationships with key clients such as ABC Company and XYZ Corporation

  • Answered by AI
  • Q2. Why should you be hired for the role
  • Ans. 

    I have a proven track record of exceeding sales targets and building strong relationships with clients.

    • I have consistently exceeded sales targets in my previous roles by utilizing effective sales strategies and techniques.

    • I have a strong ability to build and maintain relationships with clients, leading to repeat business and referrals.

    • I am highly motivated, results-driven, and have a passion for sales which makes me a

  • Answered by AI

Inside Sales Representative Interview Questions asked at other Companies

Q1. What would you do if the customer is not interested in your call.
View answer (1)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 6 Oct 2023

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

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

Round 1 - Aptitude Test 

Normal aptitude asked.

Round 2 - HR 

(1 Question)

  • Q1. Normal question related to data analyst role

Interview Preparation Tips

Interview preparation tips for other job seekers - It's easy to crack have eye on other internship program details on YouTube too.

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

All the aptitude questions required for data analysyis

Round 2 - Coding Test 

Coding questions including python sql

Interview Preparation Tips

Interview preparation tips for other job seekers - hard work

Engineering Student Interview Questions asked at other Companies

Q1. What are the main unit processes involved in water treatment?
View answer (2)

360DigiTMG interview questions for popular designations

 Data Analyst

 (1)

 Data Scientist

 (1)

 Engineering Student

 (1)

 Inside Sales Representative

 (1)

 Process Consultant

 (1)

Process Consultant Interview Questions & Answers

user image Yogesh Kumar

posted on 26 Jul 2022

Round 1 - One-on-one 

(2 Questions)

  • Q1. Self introduction about company and details of organisations
  • Q2. Experience and skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Head office is in Andhra Pradesh so Telugu is priority.

Process Consultant Interview Questions asked at other Companies

Q1. How would you ensure effective communication during an incident
View answer (1)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2024. There were 8 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. What are your strengths and weaknesses?
Round 2 - Group Discussion 

I am to good for any type of work doing

Round 3 - Technical 

(2 Questions)

  • Q1. How do you perform keyword research?
  • Q2. What are ITSM and its processes?
Round 4 - HR 

(2 Questions)

  • Q1. Have you ever worked on a project with tight deadlines? How did you manage?
  • Q2. Describe a time when you faced a challenging situation. How did you handle it?
Round 5 - Coding Test 

Question: Write a function to sort an array of integers in ascending order without using the built-in sort() function.

javascript
Copy code
function customSort(arr) {
// Your code here
}
console.log(customSort([5, 3, 8, 1])); // Output: [1, 3, 5, 8]

Round 6 - Case Study 

Operational Efficiency: Automating workflows in ServiceNow should reduce processing time for customer queries and loan applications by 50%.
Increased Visibility: SEO and SEM strategies should increase the bank’s website traffic by 30% within 3 months.
Improved Customer Experience: A modern portal with faster support options will increase customer satisfaction ratings.

Round 7 - Assignment 

A report/document explaining the solutions for the above tasks.
A code file for the HTML/CSS/JavaScript task.
Screenshots or diagrams (if applicable) for ServiceNow workflows.

Round 8 - Aptitude Test 

Data Interpretation
Study the following data and answer the question:

Year Revenue (₹) Profit (₹)
2020 10,000 2,000
2021 12,000 3,000
2022 15,000 4,000Question:
What is the average profit percentage over the three years?

Options:
A) 20%
B) 25%
C) 22%
D) 27%

Interview Preparation Tips

Interview preparation tips for other job seekers - Build a Strong Resume and Portfolio
Tailor your resume: Customize your resume for each job by highlighting relevant skills and experiences.
Showcase achievements: Quantify your accomplishments (e.g., "Increased website traffic by 30%").
Include a portfolio: If you’re in fields like digital marketing or development, create a portfolio showcasing your projects, internships, or certifications.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Naukri.com

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is channel sales management
  • Ans. 

    Channel sales management involves managing relationships with third-party partners to sell products or services.

    • Involves working with distributors, resellers, and other partners to reach customers

    • Requires setting goals, providing support, and monitoring performance of channel partners

    • Examples include companies like Apple working with authorized retailers to sell iPhones

  • Answered by AI
  • Q2. Who is the distributor and who are our channel partners
  • Ans. 

    Our distributor is XYZ Company and our channel partners include ABC Corp and DEF Inc.

    • Distributor: XYZ Company

    • Channel partners: ABC Corp, DEF Inc

    • Distributor is responsible for distributing our products to various channel partners

    • Channel partners help in reaching our products to end customers

    • Maintaining good relationships with distributor and channel partners is crucial for business success

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. How much business can you generate in a year.
  • Ans. 

    It is difficult to predict the exact amount of business that can be generated in a year as it depends on various factors.

    • The amount of business generated in a year can vary based on market conditions, competition, economic factors, and company performance.

    • Factors such as marketing strategies, product quality, customer service, and industry trends can also impact the amount of business generated.

    • For example, a new produ...

  • Answered by AI
  • Q2. I already work 24/7
Round 3 - HR 

(1 Question)

  • Q1. A brief introduction about yourself.
  • Ans. 

    I am a passionate and dedicated individual with a background in marketing and a love for creative writing.

    • Background in marketing

    • Passionate about creative writing

    • Dedicated individual

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive read some interview questions regarding channel sales management work like for the positions of sales executive management trainees sales officer Business Development executive in different companies see all the product details prices how the distribution channels work who are the channel partners how what is channel sales management what is sales and marketing management what is business management where is from the company is what company basically does what is the growth of the company what is the total revenue generation per year of that particular company and how many employees does this company have what is the growth ratio of their employees how much salary is the expectation and what salary does the employees gate in that organisation does this organisation have good and what is the market.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - No such interview was Taken 

(2 Questions)

  • Q1. No question was asked
  • Q2. No. Question was asked in the interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Tips for Working at Marpu Foundation
Understanding Marpu's Mission:

Align Your Values: Ensure your personal values align with Marpu's mission of social impact and sustainability.
Embrace the Culture: Be prepared for a fast-paced, dynamic work environment with a strong emphasis on teamwork and collaboration.
Skillset and Qualities:

Passion for Social Good: A genuine passion for making a positive difference is essential.
Strong Interpersonal Skills: Effective communication and the ability to build relationships with diverse individuals are crucial.
Adaptability: The ability to adapt to changing circumstances and embrace new challenges is key.
Problem-Solving Skills: Creative problem-solving abilities are necessary to address complex social issues.
Cross-Cultural Competence: Understanding and respecting different cultures is important, especially when working with diverse communities.
How to Get Involved:

Check the Official Website: Regularly visit Marpu's website for job openings and volunteer opportunities.
Network: Connect with Marpu's staff, volunteers, and alumni on platforms like LinkedIn.
Volunteer: Volunteering can be a great way to gain experience and build relationships within the organization.
Internships: Explore internship opportunities to gain hands-on experience and learn from experienced professionals.
Direct Applications: Send a well-crafted cover letter and resume to the relevant department, highlighting your skills and passion for their work.
Remember:

Be Patient: The hiring process for NGOs can be competitive, so be patient and persistent.
Stay Informed: Keep up-to-date with Marpu's latest initiatives and projects.
Show Initiative: Proactively seek out opportunities to contribute and demonstrate your commitment.
By following these tips and aligning your skills and passion with Marpu's mission, you can increase your chances of securing a fulfilling role at this impactful organization.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is data entry?
  • Ans. 

    Data entry is the process of entering, updating, or verifying data in a computer system.

    • Entering data accurately and efficiently

    • Updating existing data with new information

    • Verifying data for accuracy and completeness

  • Answered by AI
  • Q2. What is your experience with data entry?
  • Ans. 

    I have over 3 years of experience in data entry, including entering, verifying, and updating data in various databases.

    • Proficient in using Microsoft Excel and other data entry software

    • Accurate and efficient in typing and data entry tasks

    • Experience in maintaining confidentiality and data integrity

    • Handled large volumes of data entry tasks with tight deadlines

  • Answered by AI
  • Q3. What is difference between c and c++ ?
  • Ans. 

    C is a procedural programming language while C++ is an object-oriented programming language.

    • C is a procedural programming language, focusing on functions and procedures.

    • C++ is an object-oriented programming language, allowing for classes, objects, and inheritance.

    • C does not support classes and objects, while C++ does.

    • C++ has features like polymorphism, encapsulation, and inheritance which are not present in C.

    • C++ is an...

  • Answered by AI
  • Q4. How you work msword
  • Ans. 

    I am proficient in using MS Word for data entry tasks.

    • I am skilled in formatting text, tables, and images in MS Word.

    • I can create and edit documents, including reports, letters, and spreadsheets.

    • I am familiar with using templates and styles to maintain consistency in documents.

    • I am experienced in using features like spell check, track changes, and mail merge.

    • I am efficient in using keyboard shortcuts to speed up data e

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Data Entry Data Entry Operator interview:
  • Data Entry
  • C
  • HTML

Apprentice Interview Questions & Answers

HyScaler user image Radharani Rath

posted on 25 Nov 2024

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

I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

4 easy level questions will be asked basically from arrays and strings.

Round 2 - Assignment 

Assignment will be given after clearing coding round. In my case ELearning Platform project was given and 7 days time was given to complete.

Round 3 - One-on-one 

(4 Questions)

  • Q1. DBMS questions like ACID properties, database transaction. Etc
  • Q2. Project related questions
  • Q3. Basic and conceptual questions of frameworks you know
  • Q4. Basic coding questions like armstrong number, palendromic sequence, recursion

Interview Preparation Tips

Interview preparation tips for other job seekers - Give focus on conceptual and theory questions of your known framework

360DigiTMG Interview FAQs

How many rounds are there in 360DigiTMG interview?
360DigiTMG interview process usually has 1-2 rounds. The most common rounds in the 360DigiTMG interview process are HR, Aptitude Test and One-on-one Round.
How to prepare for 360DigiTMG 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 360DigiTMG. The most common topics and skills that interviewers at 360DigiTMG expect are Data Analysis, Machine Learning, SQL, Data Analytics and Python.
What are the top questions asked in 360DigiTMG interview?

Some of the top questions asked at the 360DigiTMG interview -

  1. Use R as a calculator to compute the following values. After you do so, cut and...read more
  2. Run the following kNN classifier for the iris data. Can you interpret the outp...read more
  3. Assign 10:50 to d, use R to compute the following statistics o...read more

Tell us how to improve this page.

360DigiTMG Interview Process

based on 6 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

upGrad Interview Questions
3.7
 • 206 Interviews
AmbitionBox Interview Questions
4.9
 • 152 Interviews
Great Learning Interview Questions
3.7
 • 55 Interviews
Analytic Edge Interview Questions
3.1
 • 5 Interviews
AnalytixLabs Interview Questions
4.4
 • 2 Interviews
View all

360DigiTMG Reviews and Ratings

based on 75 reviews

3.9/5

Rating in categories

3.9

Skill development

3.8

Work-life balance

3.4

Salary

3.6

Job security

3.8

Company culture

3.4

Promotions

3.9

Work satisfaction

Explore 75 Reviews and Ratings
Data Science Intern
20 salaries
unlock blur

₹0.7 L/yr - ₹7 L/yr

Data Analyst
16 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Data Scientist
15 salaries
unlock blur

₹2.3 L/yr - ₹8.9 L/yr

Data Analyst Intern
12 salaries
unlock blur

₹1 L/yr - ₹4.5 L/yr

Associate Data Scientist
11 salaries
unlock blur

₹2 L/yr - ₹4.8 L/yr

Explore more salaries
Compare 360DigiTMG with

Jigsaw Academy

3.6
Compare

AnalytixLabs

4.4
Compare

Praxis Business School

4.0
Compare

Great Learning

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