Filter interviews by
I applied via Job Fair and was interviewed in Mar 2024. There were 2 interview rounds.
Yes, MySQL and MSSQL are both popular relational database management systems similar to PostgreSQL.
MySQL is an open-source RDBMS known for its speed and ease of use.
MSSQL is a proprietary RDBMS developed by Microsoft, known for its scalability and integration with other Microsoft products.
PostgreSQL is also a popular open-source RDBMS known for its advanced features like support for JSON data types and full-text search...
We use pg_dump and Barman for PostgreSQL backups.
pg_dump is a standard PostgreSQL tool for logical backups
Barman is a tool for physical backups and disaster recovery
We schedule regular backups using pg_dump and Barman to ensure data safety
I applied via Naukri.com and was interviewed in Mar 2023. There were 2 interview rounds.
I applied via Walk-in and was interviewed before Aug 2023. There were 2 interview rounds.
I am a dedicated and experienced PostgreSQL developer with a strong background in database management.
Over 5 years of experience working with PostgreSQL
Proficient in writing complex SQL queries and optimizing database performance
Familiar with database design principles and normalization techniques
Hands-on experience with data migration and replication processes
Strong problem-solving skills and ability to troubleshoot d...
As a PostgreSQL developer, I am responsible for designing, implementing, and maintaining database systems.
Designing database schemas based on project requirements
Writing efficient SQL queries and stored procedures
Optimizing database performance through indexing and query tuning
Ensuring data integrity and security
Troubleshooting and resolving database issues
Collaborating with other team members for database-related task...
Our company utilizes a combination of physical and cloud-based backups for PostgreSQL data.
We regularly perform full and incremental backups of our PostgreSQL databases.
Physical backups are stored on dedicated backup servers located offsite for disaster recovery purposes.
Cloud-based backups are encrypted and stored on a secure cloud storage service like AWS S3.
We test our backup and restore processes regularly to ensur...
VACUUM FULL reclaims space by rewriting the entire table, while AUTOVACUUM automatically manages the vacuum process.
VACUUM FULL locks the table exclusively during the process, while AUTOVACUUM can run concurrently with other operations.
VACUUM FULL is more resource-intensive and requires downtime, while AUTOVACUUM is less intrusive and can be scheduled to run automatically.
VACUUM FULL is typically used for major table m...
I applied via Job Portal and was interviewed before Mar 2022. There were 2 interview rounds.
SQL concepts - Procedure, Functions, Joins, Sub queries, Constraints, Triggers, Package
Procedure - a set of SQL statements that perform a specific task
Functions - a set of SQL statements that return a single value
Joins - used to combine rows from two or more tables based on a related column
Sub queries - a query within another query
Constraints - rules that enforce data integrity
Triggers - a set of SQL statements that au...
Triggers and procedures are database objects used to automate tasks and enforce business rules.
Triggers are special types of stored procedures that are automatically executed in response to certain events, such as insertions, updates, or deletions of data.
Procedures are a set of SQL statements that are stored in the database and can be executed repeatedly.
Triggers can be used to enforce business rules, such as preventi...
Top trending discussions
I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.
Use SQL query with ORDER BY and LIMIT to find 3rd highest salary
Use ORDER BY clause to sort salaries in descending order
Use LIMIT 2,1 to skip first two highest salaries and get the third highest salary
Pivoting and unpivoting are techniques used in SQL to transform data from rows to columns and vice versa.
Pivoting involves rotating rows into columns, typically used to summarize data.
Unpivoting involves rotating columns into rows, typically used to normalize data.
Pivoting can be done using the PIVOT keyword in SQL, while unpivoting can be done using the UNPIVOT keyword.
Rank assigns unique rank to each row, while dense rank allows for ties in ranking.
Rank leaves gaps in ranking sequence, while dense rank does not
Rank(1, 2, 2, 4) = 1, 2, 3, 4
Dense Rank(1, 2, 2, 4) = 1, 2, 2, 3
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.
Normalization involves breaking down data into smaller, more manageable tables
It helps in reducing data redundancy by eliminating duplicate data
Normalization ensures data integrity by enforcing relationships between tables
There are different normal forms such as 1NF, 2NF, 3NF, and BCNF
Indexing is a technique used to improve the performance of database queries by creating a data structure that allows for faster retrieval of data.
Indexes are created on columns in a database table to speed up the retrieval of rows that match a certain condition.
They work similar to an index in a book, allowing the database to quickly locate the rows that satisfy a query.
Examples of indexes include primary keys, unique ...
I applied via Referral and was interviewed before Mar 2021. There were 3 interview rounds.
I applied via Naukri.com
I appeared for an interview in Mar 2025, where I was asked the following questions.
Normalization is a database design process that organizes data to reduce redundancy and improve data integrity.
Eliminates Redundancy: Normalization reduces duplicate data by organizing it into related tables. For example, instead of storing customer information in every order record, it can be stored in a separate 'Customers' table.
Improves Data Integrity: By structuring data into related tables, normalization ensures ...
SQL joins are used to combine rows from two or more tables based on related columns, enhancing data retrieval capabilities.
INNER JOIN: Returns records with matching values in both tables. Example: SELECT * FROM A INNER JOIN B ON A.id = B.id;
LEFT JOIN: Returns all records from the left table and matched records from the right table. Example: SELECT * FROM A LEFT JOIN B ON A.id = B.id;
RIGHT JOIN: Returns all records from...
A foreign key is a field in a table that links to the primary key of another table, ensuring referential integrity.
Referential Integrity: Foreign keys maintain the relationship between tables, ensuring that a record in one table corresponds to a valid record in another.
Example: In a database with 'Orders' and 'Customers' tables, 'CustomerID' in 'Orders' can be a foreign key referencing 'CustomerID' in 'Customers'.
Casca...
based on 3 interview experiences
Difficulty level
Duration
based on 22 reviews
Rating in categories
Oracle Database Administrator
58
salaries
| ₹2.4 L/yr - ₹4.5 L/yr |
Software Engineer
24
salaries
| ₹2.5 L/yr - ₹4.5 L/yr |
Database Admin
19
salaries
| ₹2.8 L/yr - ₹5 L/yr |
Postgresql DBA
11
salaries
| ₹2.4 L/yr - ₹5 L/yr |
Java Developer
5
salaries
| ₹2.5 L/yr - ₹4.8 L/yr |
Cognizant
Teleperformance
iEnergizer
Reliance Retail