Premium Employer

i

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

PolicyBazaar Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

PolicyBazaar Senior Database Developer Interview Questions, Process, and Tips

Updated 25 Jan 2022

Top PolicyBazaar Senior Database Developer Interview Questions and Answers

  • Q1. 8.Star Flake and Snow Flake Schema which one's performance is better?
  • Q2. What are event handlers in SSIS?
  • Q3. What are the different row transformations in SSIS?
View all 17 questions

PolicyBazaar Senior Database Developer Interview Experiences

2 interviews found

I was interviewed in Mar 2021.

Round 1 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Technical round with questions based on DBMS and SQL

  • Q1. What is indexing in the context of databases?
  • Q2. Can you discuss the numeric data types available in SQL Server?
Round 2 - Video Call 

(4 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Technical round with questions based on DBMS and SSIS.

  • Q1. What is normalization in the context of database management systems?
  • Q2. Can you explain the concept of Containers in SSIS?
  • Q3. What are the different row transformations in SSIS?
  • Q4. What are event handlers in SSIS?
Round 3 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Technical round with questions based on Data warehousing and SSIS.

  • Q1. What is the difference between the Snowflake schema and the Star schema in data warehousing?
  • Q2. What is the difference between Merge and Union All transformations in SQL?
Round 4 - HR 

Round duration - 30 minutes
Round difficulty - Easy

Typical HR round with behavioral problems.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Delhi Technological University. Eligibility criteriaAbove 7 CGPAPolicyBazaar.com interview preparation:Topics to prepare for the interview - Database, SSIS, Algorithms, System Design, Operating SystemsTime 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 interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Mar 2021. There were 6 interview rounds.

Interview Questionnaire 

10 Questions

  • Q1. 1. What is indexing. some practical questions based on indexing?
  • Q2. 2. What is Bookmarking, Row id, Key Index, covering index?
  • Ans. 

    Explanation of database terms: Bookmarking, Row id, Key Index, covering index.

    • Bookmarking is a feature that allows users to save the location of a record in a database for future reference.

    • Row id is a unique identifier assigned to each row in a table.

    • Key Index is an index created on a column or set of columns that uniquely identifies each row in a table.

    • Covering index is an index that contains all the columns required ...

  • Answered by AI
  • Q3. 3.Details of all types of Data Types
  • Ans. 

    Data types are classifications of data items that determine the nature of operations that can be performed on them.

    • Numeric data types: int, float, double, decimal

    • Character and string data types: char, varchar, text

    • Date and time data types: date, time, datetime

    • Boolean data type: bool

    • Binary data types: binary, varbinary, image

  • Answered by AI
  • Q4. 4. What is Normalization
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and dependency.

    • It involves breaking down a table into smaller tables and defining relationships between them.

    • Normalization helps to eliminate data inconsistencies and anomalies.

    • There are different levels of normalization, with each level having specific rules to follow.

    • For example, first normal form (1NF) requires that each column in a t...

  • Answered by AI
  • Q5. 5.Containers in SSIS
  • Ans. 

    Containers in SSIS are logical groupings of tasks and containers that define the workflow of an SSIS package.

    • Containers can be used to group related tasks together and provide a clear visual representation of the package workflow.

    • There are several types of containers in SSIS, including Sequence Containers, For Loop Containers, and Foreach Loop Containers.

    • Sequence Containers are used to group tasks together and define t...

  • Answered by AI
  • Q6. 6.Types of Transformations in SSIS?
  • Ans. 

    Transformations in SSIS are used to modify data during ETL process.

    • Data Conversion Transformation

    • Conditional Split Transformation

    • Aggregate Transformation

    • Sort Transformation

    • Merge Transformation

    • Lookup Transformation

    • Derived Column Transformation

    • Multicast Transformation

    • Union All Transformation

    • Pivot Transformation

    • Unpivot Transformation

  • Answered by AI
  • Q7. 7.Event Handling and Error Handling in SSIS?
  • Ans. 

    Event and error handling are crucial in SSIS to ensure smooth execution and proper handling of exceptions.

    • Event handling involves capturing and responding to events that occur during package execution.

    • Error handling involves identifying and handling errors that occur during package execution.

    • SSIS provides various built-in event handlers and error handlers, such as OnError, OnTaskFailed, OnPostExecute, etc.

    • Custom event ...

  • Answered by AI
  • Q8. 8.Star Flake and Snow Flake Schema which one's performance is better?
  • Ans. 

    Snow Flake Schema has better performance than Star Flake Schema.

    • Snow Flake Schema has normalized tables which reduces data redundancy and improves query performance.

    • Star Flake Schema has denormalized tables which can lead to data redundancy and slower query performance.

    • Snow Flake Schema is better suited for complex queries with multiple joins.

    • Star Flake Schema is better suited for simple queries with fewer joins.

    • Perfor...

  • Answered by AI
  • Q9. 9.What is Temp Variables, Temp Tables, CTE
  • Ans. 

    Temp variables, tables, and CTE are used in SQL to store temporary data during query execution.

    • Temp variables are used to store temporary data within a query.

    • Temp tables are used to store temporary data that can be accessed by multiple queries.

    • CTE (Common Table Expression) is a temporary result set that can be referenced within a SELECT, INSERT, UPDATE, or DELETE statement.

    • Temp variables and tables are created using th...

  • Answered by AI
  • Q10. 10. Difference between merge and union?
  • Ans. 

    Merge combines two tables based on a specified condition, while union combines two tables with the same structure.

    • Merge is used to update or insert data into a target table based on a join condition with a source table.

    • Union is used to combine the results of two SELECT statements into a single result set.

    • Merge requires a join condition and can perform insert, update, and delete operations.

    • Union requires that both table...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Look Good. Be Confident, Always wear a watch during Interview. Try to make eye contact even you can't see interviewer on screen

Skills evaluated in this interview

Senior Database Developer Interview Questions Asked at Other Companies

Q1. 8.Star Flake and Snow Flake Schema which one's performance is bet ... read more
Q2. What are event handlers in SSIS?
Q3. What are the different row transformations in SSIS?
Q4. 2. What is Bookmarking, Row id, Key Index, covering index?
Q5. What is indexing in the context of databases?

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - HR 

(5 Questions)

  • Q1. Why Amazon Software Developer?
  • Ans. 

    Amazon offers challenging projects, innovative technologies, and a collaborative work environment.

    • Opportunity to work on cutting-edge projects like Amazon Web Services (AWS) or Alexa

    • Access to vast resources and tools for development

    • Collaborative work culture that encourages learning and growth

    • Opportunity to impact millions of customers worldwide

    • Competitive compensation and benefits package

  • Answered by AI
  • Q2. Why do you want to work at amazon ?
  • Ans. 

    I want to work at Amazon because of their innovative culture, vast resources, and opportunities for growth.

    • Amazon is known for its innovative culture and cutting-edge technology.

    • They have vast resources and a global reach, providing opportunities to work on impactful projects.

    • Amazon offers great career growth and development opportunities for software developers.

    • I admire Amazon's customer-centric approach and focus on

  • Answered by AI
  • Q3. What are your strengths and weakness?
  • Ans. 

    My strengths include problem-solving skills and attention to detail. My weakness is sometimes being too critical of my own work.

    • Strengths: problem-solving skills

    • Strengths: attention to detail

    • Weakness: being too critical of my own work

  • Answered by AI
  • Q4. How would you solve?
  • Ans. 

    I would solve the problem by breaking it down into smaller tasks, analyzing requirements, designing a solution, coding, testing, and debugging.

    • Analyze requirements thoroughly before starting the development process

    • Break down the problem into smaller tasks to make it more manageable

    • Design a solution architecture that meets the requirements and is scalable

    • Code the solution using best practices and coding standards

    • Test th...

  • Answered by AI
  • Q5. What are the short term and long-term for teame or organisation?
  • Ans. 

    Short term goals focus on immediate tasks and objectives, while long-term goals involve strategic planning and growth.

    • Short term goals may include completing a specific project, improving team communication, or implementing a new software feature.

    • Long-term goals could involve expanding the team, increasing market share, or developing new products or services.

    • Short term goals help keep the team focused and motivated, wh...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Amazon Software Developer interview:
  • Excel
  • Data Entry
  • Project Management
  • Ms World
  • Programming
  • Google software developer
  • Microsoft software developer
Interview preparation tips for other job seekers - Here are some tips and advice for seekers looking to land a role at amazon software developer....
1. Understand Amazon's culture:?
2. Review job description ?
3.update your resume.? B
INTERVIEW PREPARATION
1.Research the team and role ?
2. Prepare to talk about your experience?
3.How would you solve?
4.What are your strengths and weakness?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. MC question on desing pattern
  • Q2. Graph question, tree and hash
  • Q3. Design Book my show
Round 2 - Coding Test 

Dp question of jump game

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

(2 Questions)

  • Q1. What is ambitionbox
  • Q2. How many questions are there in that
Round 2 - One-on-one 

(2 Questions)

  • Q1. Same as above questions
  • Q2. Same as above questions second one
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

BFS Implementation of a jug question.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Few hashmap questions
  • Q2. Object Oriented Programming questions
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Indraprastha Institute of Information Technology (IIIT), Delhi and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Maximum Sum Subarray
  • Q2. Insert node in binary search tree
  • Ans. 

    To insert a node in a binary search tree, compare the value of the node to be inserted with the current node and traverse left or right accordingly.

    • Start at the root node and compare the value of the node to be inserted with the current node.

    • If the value is less than the current node, move to the left child node. If it is greater, move to the right child node.

    • Repeat this process until reaching a leaf node, then insert ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Given an array of n numbers , find the kth largest find the sum from a th largest to bth largest n can be huge
  • Ans. 

    Find the sum of kth to bth largest numbers in a huge array efficiently.

    • Sort the array in descending order to easily find the kth and bth largest numbers.

    • Use a priority queue or min heap to efficiently find the kth and bth largest numbers without sorting the entire array.

    • Once you have the kth and bth largest numbers, iterate through the array and sum the numbers between them.

  • Answered by AI
  • Q2. Mostly elasticsearch related and company work related questions

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

DSA Problem statement of Trie

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with DS ALgo
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. About yourself in brief
  • Q2. Some computer questions related to Training and typing
Round 2 - Aptitude Test 

Typing test to check the typing speed.

PolicyBazaar Interview FAQs

What are the top questions asked in PolicyBazaar Senior Database Developer interview?

Some of the top questions asked at the PolicyBazaar Senior Database Developer interview -

  1. 8.Star Flake and Snow Flake Schema which one's performance is bett...read more
  2. 2. What is Bookmarking, Row id, Key Index, covering ind...read more
  3. 9.What is Temp Variables, Temp Tables, ...read more

Tell us how to improve this page.

Join PolicyBazaar Let's find you the Best Insurance

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Flipkart Interview Questions
4.0
 • 1.4k Interviews
BigBasket Interview Questions
3.9
 • 355 Interviews
JustDial Interview Questions
3.5
 • 329 Interviews
CARS24 Interview Questions
3.6
 • 323 Interviews
Info Edge Interview Questions
3.9
 • 319 Interviews
Zomato Interview Questions
3.8
 • 318 Interviews
Lenskart Interview Questions
3.2
 • 299 Interviews
Square Yards Interview Questions
4.0
 • 198 Interviews
View all

PolicyBazaar Senior Database Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

5.0

Work-life balance

4.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Sales Executive
1.2k salaries
unlock blur

₹1.8 L/yr - ₹5.5 L/yr

Associate Sales Consultant
1.1k salaries
unlock blur

₹1.9 L/yr - ₹5.5 L/yr

Relationship Manager
598 salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Team Lead
368 salaries
unlock blur

₹3.1 L/yr - ₹12.2 L/yr

Sales Associate
356 salaries
unlock blur

₹1.5 L/yr - ₹5 L/yr

Explore more salaries
Compare PolicyBazaar with

Coverfox

4.2
Compare

BankBazaar

3.4
Compare

Paytm Money

3.2
Compare

Easypolicy.com

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