Upload Button Icon Add office photos
Engaged Employer

i

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

DigiValet Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

DigiValet Senior Product Engineer Interview Questions and Answers

Updated 25 Oct 2024

DigiValet Senior Product Engineer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is spring starter?
  • Ans. 

    A spring starter is a mechanical device used to start an engine by storing energy in a spring and releasing it to turn the engine's crankshaft.

    • Spring starters are commonly used in small engines, such as those found in lawnmowers or chainsaws.

    • The spring is wound up manually or by pulling a cord, and when released, it rapidly unwinds to start the engine.

    • Spring starters are often used as a backup to electric starters in c...

  • Answered by AI
  • Q2. Whats is arraylist and array
  • Ans. 

    An array is a data structure that stores a collection of elements of the same data type. ArrayList is a resizable array implementation in Java.

    • Array: Fixed-size collection of elements accessed by index. Example: String[] names = new String[5];

    • ArrayList: Dynamic-size collection of elements in Java. Example: ArrayList names = new ArrayList<>();

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I was interviewed before Jun 2016.

Interview Questionnaire 

1 Question

  • Q1. Java related questions on Oops concept and Multithreading

Interview Preparation Tips

Round: Test
Experience: Simple aptitude and reasoning questions little java based programming
Tips: Basic programming knowledge and good aptitude
Duration: 1 hour
Total Questions: 60

Round: Technical Interview
Experience: Normal questions on Java, basic programming questions like reverse no. , String related and logical coding
Tips: What u mentioned on your resume go through that only, they will not ask apart from your resume

Skills: How Well You Are Able To Communicate What You Wanted To Tell, Programming
College Name: SRCEM
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

There is a question based on Rest API and another question on Java

Interview Preparation Tips

Topics to prepare for trivago Software Engineer interview:
  • REST API
  • Java

I applied via Other and was interviewed in Sep 2018. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. As position was for UI developer. So first round was majorly based on HTML and CSS. They were checking the basic concepts.
  • Q2. Questions from JavaScript. Major JavaScript concepts and logical questions.
  • Q3. Main focus was on data structure, travel domain knowledge and optimisation techniques.
  • Q4. Main purpose of this round was to check how updated a person is with new technologies, his willingness to learn new things and attitude towards work.
  • Q5. General discussion and salary negotiation.

Interview Preparation Tips

General Tips: Focus on Data structures.
Skills: GIT, Css, HTML, JavaScript, Communication
Duration: <1 week

I applied via Company Website and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Oops concept, use of throws and exception, test cases for cash withdrawl at atm, booking ticket at railway test cases, spring boot annotations, jdbc questions, sql queries and programs on strings.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well before interview, be free and be yourself don't pretend to be a smart one just keep your confidence and answer all the questions, if you don't know the answer then please let them know.

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

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. What are the types of data.
  • Ans. 

    Types of data include numerical, categorical, ordinal, and binary.

    • Numerical data includes continuous and discrete values, such as height and age.

    • Categorical data includes non-numeric values, such as colors and types of fruit.

    • Ordinal data includes values with a specific order, such as rankings and ratings.

    • Binary data includes only two possible values, such as true/false and yes/no.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn the basic concepts of data structures. Data structures are must. And be true to your resume, don't mention the things you have no idea about.

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Mar 2022. 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 Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Core : DBMS , oops in depth coding: basic DSA questions based on Arrays, String.
Round 3 - One-on-one 

(1 Question)

  • Q1. He asked me graph questions ( medium level ) based on a node to root, and min cost to target. note: if you really want to crack the yata.com interview practice graph question and they ask a leetcode questi...

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. focus on dsa (graph) for the yatra.com
2. clear your oops concept.
3. clear your DBMS concept.
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 Aug 2023. There were 3 interview rounds.

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 Resume tips
Round 2 - Aptitude Test 

General reasoning and Mathmatics Aptitude

Round 3 - Technical 

(1 Question)

  • Q1. Core Java and Coding questions

Interview Preparation Tips

Topics to prepare for Yatra Software Engineer interview:
  • Core Java
  • Advanced Java
  • SQL
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Sep 2022. 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Data Structures and Theoretical Java and SQL concepts like - views, indexes, DML
Round 3 - Coding Test 

Programs on Sorting and Search Algorithms and Core Java

Interview Preparation Tips

Topics to prepare for Yatra Software Engineer interview:
  • Core Java
  • SQL
  • DSA
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2022. There were 2 interview rounds.

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 Resume tips
Round 2 - Technical 

(3 Questions)

  • Q1. Java8 Features and Opps concepts
  • Q2. Collections frame works
  • Q3. Difference between abstraction and interface
  • Ans. 

    Abstraction is a concept of hiding implementation details while interface is a contract that defines the behavior of a class.

    • Abstraction is achieved through abstract classes and methods

    • Interface is a collection of abstract methods

    • Abstraction is used for reducing complexity and increasing efficiency

    • Interface is used for achieving multiple inheritance and loose coupling

    • Abstraction is a way of achieving data abstraction w...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well then attend the interview All the best
Contribute & help others!
anonymous
You can choose to be anonymous

DigiValet Interview FAQs

How many rounds are there in DigiValet Senior Product Engineer interview?
DigiValet interview process usually has 1 rounds. The most common rounds in the DigiValet interview process are One-on-one Round.
What are the top questions asked in DigiValet Senior Product Engineer interview?

Some of the top questions asked at the DigiValet Senior Product Engineer interview -

  1. What is spring start...read more
  2. Whats is arraylist and ar...read more

Recently Viewed

INTERVIEWS

CDK Global

No Interviews

INTERVIEWS

DigiValet

No Interviews

INTERVIEWS

CDK Global

No Interviews

INTERVIEWS

CDK Global

No Interviews

INTERVIEWS

CDK Global

No Interviews

INTERVIEWS

CDK Global

No Interviews

INTERVIEWS

Citrix

No Interviews

SALARIES

Caelius Consulting

INTERVIEWS

ColorTokens

No Interviews

INTERVIEWS

Citrix

No Interviews

Tell us how to improve this page.

DigiValet Senior Product Engineer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

Oyo Rooms Interview Questions
3.3
 • 218 Interviews
HCL Infosystems Interview Questions
3.9
 • 140 Interviews
MakeMyTrip Interview Questions
3.6
 • 122 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 91 Interviews
FabHotels Interview Questions
3.0
 • 34 Interviews
Quantsapp Interview Questions
2.8
 • 34 Interviews
View all
Software Engineer
20 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Product Developer
11 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Project Engineer
10 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Devops Engineer
7 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Team Manager
6 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare DigiValet with

Hotelogix

3.2
Compare

QiK Stay

1.4
Compare

Oyo Rooms

3.3
Compare

Yatra

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