Upload Button Icon Add office photos

Filter interviews by

Digilytics AI Product Engineer Interview Questions and Answers

Updated 7 Nov 2021

Digilytics AI Product Engineer Interview Experiences

1 interview found

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

Interview Questionnaire 

5 Questions

  • Q1. Singleton class
  • Q2. Multithreading sample program
  • Q3. Query to find student with second highest marks
  • Ans. 

    Query to find second highest marks of a student

    • Sort the marks in descending order

    • Select the second highest mark

    • Join with student table to get student details

  • Answered by AI
  • Q4. Joins in sql
  • Ans. 

    Joins in SQL are used to combine data from two or more tables based on a related column.

    • Joins are used to retrieve data from multiple tables.

    • There are different types of joins such as inner join, left join, right join, and full outer join.

    • The join condition is specified using the ON keyword.

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column;

  • Answered by AI
  • Q5. Can static method be overriden/ overloaded?
  • Ans. 

    No, static methods cannot be overridden but can be overloaded.

    • Static methods belong to the class and not to the instance of the class.

    • Overriding is not possible as it requires inheritance and static methods cannot be inherited.

    • Overloading is possible as it allows multiple methods with the same name but different parameters.

    • Example: public static void method() and public static void method(int a)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is based on core java / SQL mainly. There will be atleast 3 technical rounds. You will be asked to share screen and write sample queries/ code. The interviewer will ask you questions and will even help you out a bit to answer those. You should have problem solving technique as they analyse your problem solving capabilities.

Skills evaluated in this interview

Interview questions from similar companies

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

I was interviewed in Jan 2025.

Round 1 - Technical 

(5 Questions)

  • Q1. What is the architecture of the Java Virtual Machine (JVM)?
  • Ans. 

    The Java Virtual Machine (JVM) is an abstract computing machine that enables a computer to run Java programs.

    • JVM is platform-independent and converts Java bytecode into machine code.

    • It consists of class loader, runtime data areas, execution engine, and native method interface.

    • JVM memory is divided into method area, heap, stack, and PC register.

    • Examples of JVM implementations include Oracle HotSpot, OpenJ9, and GraalVM.

  • Answered by AI
  • Q2. What is the default connection pooling in Spring Boot, and how can it be customized?
  • Ans. 

    The default connection pooling in Spring Boot is HikariCP, which can be customized through properties in the application.properties file.

    • HikariCP is the default connection pooling library in Spring Boot, known for its high performance and low overhead.

    • To customize the connection pooling, you can modify properties like 'spring.datasource.hikari.*' in the application.properties file.

    • For example, you can set maximum pool ...

  • Answered by AI
  • Q3. What are the best practices for optimizing a Spring Boot application?
  • Ans. 

    Best practices for optimizing a Spring Boot application

    • Use Spring Boot Actuator to monitor and manage application performance

    • Implement caching mechanisms like Spring Cache to reduce database calls

    • Optimize database queries and indexes for better performance

    • Use asynchronous processing with Spring's @Async annotation for non-blocking operations

    • Profile and analyze application performance using tools like VisualVM or JProfi

  • Answered by AI
  • Q4. What is a heap dump, and how can it be used to identify memory leaks?
  • Ans. 

    A heap dump is a snapshot of the memory usage of a Java application at a specific point in time.

    • Heap dumps can be generated using tools like jmap or VisualVM.

    • They provide detailed information about objects in memory, their sizes, and references.

    • Analyzing a heap dump can help identify memory leaks by pinpointing objects that are consuming excessive memory.

    • Common signs of memory leaks in a heap dump include a large numbe...

  • Answered by AI
  • Q5. How can you diagonally iterate through and print the elements of a 2D array?program
  • Ans. 

    Diagonally iterate through and print elements of a 2D array of strings.

    • Use nested loops to iterate through rows and columns of the 2D array.

    • Calculate the diagonal elements by incrementing row and column indices together.

    • Print the elements as you iterate through the diagonal of the array.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Sep 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

Aptitude and Logical Reasoning

Round 2 - Technical 

(2 Questions)

  • Q1. Understanding of current roles and responsibilities
  • Q2. Behavioural questions
Round 3 - Technical 

(2 Questions)

  • Q1. Discussion of current roles and responsibilities
  • Q2. Behavioural questions to check the role fit
Round 4 - Technical 

(3 Questions)

  • Q1. Discussion on current roles and responsibilities
  • Q2. How do you convince a Upset customer
  • Ans. 

    Listen to their concerns, empathize with them, offer solutions, and follow up to ensure satisfaction.

    • Listen actively to their concerns without interrupting.

    • Empathize with their situation and show understanding.

    • Offer solutions or alternatives to address their issues.

    • Follow up with the customer to ensure their satisfaction and resolve any remaining concerns.

    • Apologize for any inconvenience caused and take responsibility f...

  • Answered by AI
  • Q3. Culture fit check
Round 5 - One-on-one 

(3 Questions)

  • Q1. Questions on API's, Technical Architecture
  • Q2. Culture fit check
  • Q3. Scenario based questions with respect to Development and coding and API's

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong preparation is needed for scenario based questions. Use STAR method.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain abt your product
  • Ans. 

    Our product is a cutting-edge software solution designed to optimize production processes and improve efficiency.

    • Utilizes advanced algorithms to analyze production data and identify areas for improvement

    • Offers real-time monitoring and reporting capabilities for better decision-making

    • Integrates seamlessly with existing production systems for easy implementation

    • Has been successfully implemented in several manufacturing p...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Explain situational questions
  • Ans. 

    Situational questions are hypothetical scenarios presented to candidates to assess their problem-solving skills and decision-making abilities.

    • Situational questions present candidates with a specific scenario and ask how they would respond or handle the situation.

    • Candidates are evaluated on their ability to analyze the situation, identify key issues, and propose a solution.

    • These questions help assess a candidate's criti...

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

(1 Question)

  • Q1. Situational Questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Architecture Design, Deep Dive
  • Q2. Problem statement
Round 2 - Technical 

(2 Questions)

  • Q1. System Design, Software Fundamentals
  • Q2. Security, Leadership
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduce Yourself
  • Q2. Why do you want to join Ziagram
Round 2 - One-on-one 

(2 Questions)

  • Q1. Case Study of user persona for different products
  • Q2. Guesstimates and case studies
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Product Case Study to get a product sense

Round 2 - One-on-one 

(1 Question)

  • Q1. Metrics in PM that are ressential
  • Ans. 

    Key metrics in PM include user engagement, retention rate, conversion rate, and customer satisfaction.

    • User engagement: Measure how actively users are interacting with the product.

    • Retention rate: Track the percentage of users who continue to use the product over time.

    • Conversion rate: Monitor the rate at which users complete desired actions or goals.

    • Customer satisfaction: Gather feedback and ratings to assess how satisfi

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Discussions and cultural fit
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. TEll me about yourself
  • Ans. 

    Experienced product manager with a background in tech and a passion for creating innovative solutions.

    • Over 5 years of experience in product management roles

    • Strong technical background with a degree in Computer Science

    • Successfully launched multiple products, increasing revenue by 20%

    • Led cross-functional teams to deliver projects on time and within budget

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Indeed and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - Coding Test 

5 coding questions based on May language you select. You have to correctly solve 3+ questions to get thru to the next round.

Round 2 - Technical 

(1 Question)

  • Q1. Questions on your experience, skills and project. Along with managerial questions for situation handling in team work, conflicts etc etc
Round 3 - Technical 

(1 Question)

  • Q1. Technical based on ds nad algo. Project work and experience etc.
Round 4 - HR 

(1 Question)

  • Q1. Final discussion on joining date,notice period and CTC etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to the JD for preparation and try to improve in every round.

I applied via Approached by Company and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Devise a though process and using that, arrive at an approximate number of the total number of cars plying in Chennai on any given day. Write a sample user story, questions on agile principles and aptitude...
  • Ans. 

    To estimate total cars in Chennai, consider population, vehicle ownership, public transport usage, and road infrastructure.

    • Research population of Chennai

    • Estimate vehicle ownership rate

    • Consider public transport usage

    • Assess road infrastructure

    • Use statistical models to arrive at an estimate

  • Answered by AI
Round 2 - Case Study 

Market research, features to develop and decide the best cloud platform for a healthcare application

Round 3 - One-on-one 

(1 Question)

  • Q1. General questions on preferences and previous work experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong on your basics and always answer a question with positivity and an earnest desire to learn, even if you do not know the answer.

Digilytics AI Interview FAQs

What are the top questions asked in Digilytics AI Product Engineer interview?

Some of the top questions asked at the Digilytics AI Product Engineer interview -

  1. Can static method be overriden/ overload...read more
  2. Query to find student with second highest ma...read more
  3. Joins in ...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Bajaj Finserv Interview Questions
4.0
 • 515 Interviews
IIFL Finance Interview Questions
4.0
 • 245 Interviews
Mu Sigma Interview Questions
2.6
 • 228 Interviews
Tiger Analytics Interview Questions
3.7
 • 220 Interviews
Fractal Analytics Interview Questions
4.0
 • 205 Interviews
EbixCash Limited Interview Questions
4.0
 • 100 Interviews
View all
Digilytics AI Product Engineer Salary
based on 4 salaries
₹10.9 L/yr - ₹25 L/yr
134% more than the average Product Engineer Salary in India
View more details

Digilytics AI Product Engineer Reviews and Ratings

based on 2 reviews

2.9/5

Rating in categories

5.0

Skill development

2.5

Work-life balance

2.5

Salary

2.9

Job security

2.5

Company culture

2.9

Promotions

5.0

Work satisfaction

Explore 2 Reviews and Ratings
Data Scientist
8 salaries
unlock blur

₹5 L/yr - ₹10.6 L/yr

Jr. Data Scientist
8 salaries
unlock blur

₹5.3 L/yr - ₹14.9 L/yr

Data Analyst
6 salaries
unlock blur

₹5.5 L/yr - ₹10 L/yr

Analyst
5 salaries
unlock blur

₹5 L/yr - ₹6 L/yr

Consultant
5 salaries
unlock blur

₹14 L/yr - ₹17 L/yr

Explore more salaries
Compare Digilytics AI with

Fractal Analytics

4.0
Compare

Mu Sigma

2.6
Compare

Tiger Analytics

3.7
Compare

LatentView Analytics

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