Upload Button Icon Add office photos

Filter interviews by

Docket Tech Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

I applied via Naukri.com and was interviewed in May 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Related to prior work experience. Why do you want to switch and join here. What excites you most about better.
  • Q2. What you know about better.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just keep calm, as the interview process is very professional and not so tough if you are confident enough.

Intern Interview Questions & Answers

Groww user image Anonymous

posted on 24 Apr 2021

Interview Questionnaire 

2 Questions

  • Q1. Merge two arrays without using extra space.
  • Ans. 

    Merging two arrays without extra space involves swapping elements and sorting them in place.

    • Iterate through both arrays and swap elements to merge them

    • Sort the merged array in place using any sorting algorithm

  • Answered by AI
  • Q2. 2 ropes burn puzzle

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DS and Algo well.

Skills evaluated in this interview

I appeared for an interview in Nov 2020.

Interview Questionnaire 

1 Question

  • Q1. Why to leave previous organization

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready for some tricky questions. There would be 3 rounds apart from HR round. Overall be chill since everybody is supportive.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain OOPS Concept ?
  • Ans. 

    OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on creating objects that interact with each other to solve problems.

    • It involves concepts like classes, objects, inheritance, polymorphism, and encapsulation.

    • For example, a class 'Car' can have objects like 'Toyota', 'Honda', etc., each with their own properties and methods.

    • Inheritan...

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

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

Round 1 - Group Discussion 

Current affairs topic

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

I applied via Job Fair and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is agile method
  • Ans. 

    Agile method is a project management approach that emphasizes flexibility, collaboration, and iterative development.

    • Agile focuses on delivering value to customers through continuous planning, feedback, and adaptation.

    • It involves breaking down projects into smaller, manageable tasks called sprints.

    • Teams work closely together and communicate regularly to ensure alignment and progress.

    • Common agile frameworks include Scrum

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Great interview and great discussion with hr

Round 2 - Assignment 

Website based on shopping and fashion

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

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

Round 1 - HR 

(3 Questions)

  • Q1. Sell me this pen.
  • Ans. 

    This pen is a versatile tool that combines style, functionality, and durability.

    • The pen features a sleek design that exudes professionalism.

    • Its smooth ink flow ensures a seamless writing experience.

    • With a sturdy build, this pen is built to last.

    • It comes with a comfortable grip for extended use.

    • The pen is refillable, making it a cost-effective choice.

    • Ideal for both personal and professional use.

    • Suitable for various writ...

  • Answered by AI
  • Q2. Tell me about your self
  • Q3. Tell me about stock market
  • Ans. 

    The stock market is a platform where buyers and sellers trade stocks, representing ownership in publicly traded companies.

    • Stock market is a place where stocks or shares of publicly traded companies are bought and sold.

    • It provides a platform for companies to raise capital by selling shares to investors.

    • Investors can buy and sell stocks through stock exchanges like NYSE, NASDAQ, etc.

    • Stock prices fluctuate based on supply...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Preparation of stock market regarding and sales tips
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Nov 2022. There were 2 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 

(3 Questions)

  • Q1. Tell me about your self
  • Q2. About job experience
  • Q3. Salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication.

I appeared for an interview before Mar 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 Minutes
Round difficulty - Medium

  • Q1. 

    Cycle Detection in a Singly Linked List

    Determine if a given singly linked list of integers forms a cycle or not.

    A cycle in a linked list occurs when a node's next points back to a previous node in the ...

  • Ans. 

    Detect if a singly linked list forms a cycle by checking if a node's next points back to a previous node.

    • Use Floyd's Cycle Detection Algorithm to determine if there is a cycle in the linked list.

    • Maintain two pointers, one moving at double the speed of the other, if they meet at any point, there is a cycle.

    • If one of the pointers reaches the end of the list (null), there is no cycle.

  • Answered by AI
  • Q2. 

    Next Greater Element Problem Statement

    Given a list of integers of size N, your task is to determine the Next Greater Element (NGE) for every element. The Next Greater Element for an element X is the firs...

  • Ans. 

    Find the Next Greater Element for each element in a list of integers.

    • Iterate through the list of integers from right to left.

    • Use a stack to keep track of elements for which the Next Greater Element is not yet found.

    • Pop elements from the stack until a greater element is found or the stack is empty.

    • Assign the Next Greater Element as the top element of the stack or -1 if the stack is empty.

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. How would you design an ATM machine?
  • Ans. 

    Designing an ATM machine involves considering user interface, security measures, transaction processing, and hardware components.

    • User interface should be intuitive and easy to navigate for users of all ages.

    • Implement security measures such as PIN entry, card authentication, and encryption to protect user data.

    • Transaction processing should be fast and reliable, with options for cash withdrawals, deposits, transfers, and...

  • Answered by AI
Round 3 - HR 

Round duration - 45 Minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaNAGroww interview preparation:Topics to prepare for the interview - DSA, Database Systems, OOP, Operating Systems, Computer NetworksTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice DSA daily
Tip 2 : Try to think of the solution first before jumping to the solution
Tip 3 : Go through interview experience
Tip 4 : Have mock interviews

Application resume tips for other job seekers

Tip 1 : Know in depth what is there in your resume
Tip 2 : Mention your skills and work properly

Final outcome of the interviewSelected

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

Groww Interview Questions
3.7
 • 66 Interviews
Better.com Interview Questions
3.0
 • 54 Interviews
Indiafilings Interview Questions
2.9
 • 27 Interviews
Leap Finance Interview Questions
3.3
 • 25 Interviews
Wishup Interview Questions
4.1
 • 23 Interviews
Lentra AI Interview Questions
2.8
 • 21 Interviews
Moder Solutions Interview Questions
3.3
 • 17 Interviews
View all

Docket Tech Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

1.0

Job security

2.0

Company culture

2.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Compare Docket Tech with

Better.com

3.0
Compare

Samunnati Financial Intermediation and Services

4.3
Compare

5paisa Capital Ltd.

3.9
Compare

Hero Housing Finance

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