Upload Button Icon Add office photos
Engaged Employer

i

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

JustDial Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

JustDial Database Executive Interview Questions and Answers

Updated 8 Jul 2023

JustDial Database Executive Interview Experiences

4 interviews found

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 Jan 2023. There were 5 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 yourself
  • Q2. Tell me about your last company experience and work.
  • Q3. Tell me something about Justdial
Round 3 - Aptitude Test 

Some basic questions, reasoning, math.

Round 4 - Technical 

(1 Question)

  • Q1. You need to give Typing test
Round 5 - One-on-one 

(4 Questions)

  • Q1. Tell me about your last experience of work.
  • Q2. Why did you left from there
  • Q3. Why are you choose this company
  • Q4. Tell me about five famous car/watch/ brands name

Interview Preparation Tips

Topics to prepare for JustDial Database Executive interview:
  • Jusdial
Interview preparation tips for other job seekers - All the questions will help you the most, don't move in hindi, fill the form with scanner before interview.

I applied via Job Portal and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. Tell me about yourself.
  • Q2. What are all your interest.
  • Q3. Why did you left last job.
  • Q4. Is this salary is enough for you.
  • Q5. How much did you expect salary.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview will be of three rounds walkin, video conference and telephonic interview.

Database Executive Interview Questions Asked at Other Companies

Q1. Do you know how to work on Excel?
Q2. Do you have any knowledge in Oracle?
Q3. Do you have knowledge in accountancy?
Q4. Do You have any knowledge in Grill 4.0?
Q5. Tell me some formulas of Excel

I applied via Naukri.com and was interviewed before Oct 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself!
  • Q2. Do you speak Telugu, Hindi and English?
  • Q3. JAM round in all three languages. (English,Hindi,Telugu)

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident. No Hassle. Smooth Interview process. No need to panic. If you could speak well and comprehend in the required languages, you would be selected.

I applied via Walk-in and was interviewed before Dec 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1.tell me about ur self 2.how spent ur yesterday 3.why did u left ur last organization 4.job responsibllity in last organization 5.process related(what is just dial how does it work) then in manager ...
  • Ans. 

    Interview questions about personal background, previous job responsibilities, and process-related knowledge.

    • Introduced myself and highlighted my relevant skills and experiences.

    • Spent yesterday preparing for this interview and researching the company.

    • Left previous organization due to lack of growth opportunities.

    • Job responsibilities included managing a team of database administrators and ensuring smooth functioning of t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

JustDial interview questions for designations

 Database Admin

 (2)

 Database Analyst

 (1)

 SQL Database Administrator

 (1)

 Sales Executive

 (15)

 Telecalling Executive

 (4)

 BD Executive

 (2)

 Business Executive

 (2)

 Senior Executive

 (2)

Interview questions from similar companies

I applied via Job Portal and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Sort an array
  • Ans. 

    Sorts an array of strings in ascending order.

    • Use a sorting algorithm like bubble sort, selection sort, or merge sort.

    • Compare adjacent elements and swap them if they are in the wrong order.

    • Repeat the process until the array is sorted.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good experience overall.

Skills evaluated in this interview

I applied via Company Website and was interviewed in Aug 2021. 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 - Assignment 

E-commerce

Interview Preparation Tips

Interview preparation tips for other job seekers - Work from home Jobs so I am software engineer Java

Interview Preparation Tips

Round: CODING ROUND
Experience: In the coding round there were 3 questions to be solved in about 3 hrs.

Round: HR Interview
Experience: Expect the usual crazy questions like "Why LinkedIn?" and if you are already placed, be ready to give a proper justification for "Why LinkedIn and not XYZ?" so on. Be cool, you need not be accurate. Be well prepared with your resume and expect questions from them.
Tips: For the interview, just be confident and have a good resume ready with you.

Round: Other Interview
Experience: Coding Interview:
Simple coding questions. Make sure you first explain the logic to them and then you may be asked to write the code for it on the board using any language of your choice. Syntax is not a big deal, but don't make any logical errors. They are very friendly and may suggest certain solutions of their own. Make sure you can grasp them quickly. Find faults in your own code before they find it. Always try to give the best optimal solution. In case you are unable to do so then suggest possible improvements.

Round: Other Interview
Experience: Design Interview:
Some people may find this round a bit uneasy. But this round tests how good you are at designing solutions to problems. Most of the candidates were asked to build an online gaming system. And then they keep adding extra constraints and ideas and see if you can integrate them to your design. Database knowledge may be tested. They may also ask questions pertaining to you projects listed in your resume.

General Tips: An updated LinkedIn account with decent connections. ;)
Skill Tips: Be very strong with your coding ability. Whenever you code, do follow some standard procedures and make the code look simple and structured. Whenever you solve a coding question make sure you answer it completely for all the test cases. Partial results will only indicate that there is something wrong with the logic. Try to solve a complete question rather than multiple questions with partial results.
College Name: NIT SURATHKAL

Interview Preparation Tips

General Tips: It might help in general to try to become a better developer at all times. One way to get good at it is to really enjoy what you do!Do random projects, use linux, Read Hacker News (-----/)  daily and wear hippie computer t-shirts (:-P) - Interviewers really LOVE talking about these, especially HR rounds (my HR interviewer was also a programmer).
College Name: NIT SURATHKAL

I applied via Campus Placement and was interviewed in Dec 2016. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Given a 2d matrix with some D doors and W walls, we need fill distance matrix with minimum distance to the nearest door
  • Ans. 

    Given a 2D matrix with doors and walls, fill distance matrix with minimum distance to the nearest door.

    • Iterate through the matrix and find the doors

    • Use Breadth-First Search (BFS) to calculate the minimum distance from each cell to the nearest door

    • Update the distance matrix with the minimum distances

  • Answered by AI
  • Q2. Given a read-only array we want to find kth smallest element in unordered array with O(1) space
  • Ans. 

    Find kth smallest element in unordered array with O(1) space

    • Use the QuickSelect algorithm to partition the array and find the kth smallest element

    • Choose a pivot element and partition the array into two subarrays

    • Recursively partition the subarray that contains the kth smallest element

    • Repeat until the pivot element is the kth smallest element

    • Time complexity: O(n) average case, O(n^2) worst case

  • Answered by AI
  • Q3. Design question
  • Q4. Find friends of friend who already are not friends with you
  • Ans. 

    To find friends of friends who are not already friends with you, we can first find your friends and then their friends excluding yourself and your friends.

    • Get your list of friends

    • For each friend, get their list of friends

    • Exclude yourself and your friends from the final list of friends of friends

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: It started with an informal talk after he gave his introduction. We talked about the cyclone that was going to be there and what I did in my internship and my previous projects. Then we moved to questions. After solving both questions he asked if I had questions.
Tips: Just walk the interviewer through the solution you're proposing.

Round: Other Interview
Experience: He started with a design question with how to stream an image such that all clients see the same image at the same time. You need to take care of delays, network problems. He kept on adding new elements like compression, streaming, utc time related issues, client rendering delays and so on.

Round: Other Interview
Experience: This was bar-raiser round.

Skills: Design, Algorithms And Data Structures, Graph Theory
College Name: IIT Madras

Skills evaluated in this interview

I appeared for an interview before Apr 2021.

Round 1 - Face to Face 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

It started with an informal talk after he gave his introduction. We talked about the cyclone that was going to be there and what I did in my internship and my previous projects. Then we moved to questions. After solving both questions he asked if I had questions.

  • Q1. 

    Kth Largest Element Problem Statement

    Given an array of distinct positive integers and a number 'K', your task is to find the K'th largest element in the array.

    Example:

    Input:
    Array: [2,1,5,6,3,8], K ...
  • Ans. 

    Find the Kth largest element in an array of distinct positive integers.

    • Sort the array in non-increasing order

    • Return the Kth element from the sorted array

    • Handle multiple test cases

  • Answered by AI
  • Q2. 

    Orange Rotting Problem Statement

    Consider a grid containing oranges. Each cell in this grid can hold one of three integer values:

    • Value 0: Represents an empty cell.
    • Value 1: Represents a fresh orang...
  • Ans. 

    The task is to determine the minimum time required for all fresh oranges to become rotten in a grid.

    • Create a queue to store the rotten oranges and their time of rotting.

    • Iterate through the grid to find the initial rotten oranges and add them to the queue.

    • Perform BFS by popping each rotten orange from the queue, rot adjacent fresh oranges, and add them to the queue with updated time.

    • Continue until the queue is empty, ke...

  • Answered by AI
Round 2 - Face to Face 

Round duration - 45 minutes
Round difficulty - Easy

This was a design round.

Interview Preparation Tips

Eligibility criteriaAbove 8 CGPAUber interview preparation:Topics to prepare for the interview - Design, Algorithms And Data Structures, Graph Theory, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewRejected

Skills evaluated in this interview

JustDial Interview FAQs

How many rounds are there in JustDial Database Executive interview?
JustDial interview process usually has 5 rounds. The most common rounds in the JustDial interview process are Resume Shortlist, HR and Aptitude Test.
How to prepare for JustDial Database Executive 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 JustDial. The most common topics and skills that interviewers at JustDial expect are Amcs, Corba, Finishing, Presentation Skills and Supervision.
What are the top questions asked in JustDial Database Executive interview?

Some of the top questions asked at the JustDial Database Executive interview -

  1. JAM round in all three languages. (English,Hindi,Telu...read more
  2. You need to give Typing t...read more

Tell us how to improve this page.

JustDial Database Executive Interview Process

based on 1 interview

1 Interview rounds

  • HR Round
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.0
 • 5.1k Interviews
Flipkart Interview Questions
3.9
 • 1.4k Interviews
PolicyBazaar Interview Questions
3.6
 • 383 Interviews
BigBasket Interview Questions
3.9
 • 363 Interviews
Uber Interview Questions
4.3
 • 149 Interviews
Expedia Group Interview Questions
3.8
 • 75 Interviews
LinkedIn Interview Questions
4.3
 • 65 Interviews
View all
JustDial Database Executive Salary
based on 115 salaries
₹1.5 L/yr - ₹3 L/yr
9% less than the average Database Executive Salary in India
View more details

JustDial Database Executive Reviews and Ratings

based on 19 reviews

4.3/5

Rating in categories

3.8

Skill development

4.5

Work-life balance

3.0

Salary

4.2

Job security

3.9

Company culture

2.8

Promotions

3.7

Work satisfaction

Explore 19 Reviews and Ratings
Tele Marketing Executive
1.3k salaries
unlock blur

₹1.2 L/yr - ₹4.2 L/yr

Sales Executive
805 salaries
unlock blur

₹1.2 L/yr - ₹4.4 L/yr

Business Development Executive
655 salaries
unlock blur

₹1.8 L/yr - ₹5 L/yr

Team Lead
522 salaries
unlock blur

₹2 L/yr - ₹7.2 L/yr

Certified Internet Consultant
398 salaries
unlock blur

₹1.5 L/yr - ₹4.5 L/yr

Explore more salaries
Compare JustDial with

Google

4.4
Compare

Amazon

4.0
Compare

Flipkart

3.9
Compare

Amazon Development Centre India

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