Filter interviews by
I applied via Walk-in and was interviewed in Oct 2024. There were 3 interview rounds.
Four questions and bout 2 hrs and topics covered are exceptions,database.
An index is a database object that improves the speed of data retrieval operations on a table.
Indexes are used to quickly locate data without having to search every row in a table.
Types of indexes include B-tree indexes, bitmap indexes, and function-based indexes.
Examples of indexes are primary keys, unique constraints, and indexes created explicitly on columns.
A trigger is a PL/SQL block that is automatically executed in response to certain events on a particular table or view.
Triggers can be used to enforce business rules, audit changes, or replicate data.
They can be classified as row-level triggers (executed for each row affected) or statement-level triggers (executed once for the entire statement).
Examples of trigger events include INSERT, UPDATE, DELETE operations on a t...
A materialized view is a database object that contains the results of a query and is stored on disk for faster access.
Materialized views store the results of a query like a table, allowing for faster access to data.
They are updated periodically to reflect changes in the underlying data.
Materialized views are commonly used in data warehousing and reporting applications.
Example: CREATE MATERIALIZED VIEW mv_sales AS SELEC...
Union combines and removes duplicates, Union All combines without removing duplicates.
Union combines result sets and removes duplicates
Union All combines result sets without removing duplicates
Union is slower than Union All as it involves removing duplicates
Example: SELECT column1 FROM table1 UNION SELECT column1 FROM table2;
Example: SELECT column1 FROM table1 UNION ALL SELECT column1 FROM table2;
Top trending discussions
String manipulation problems involve modifying or analyzing strings of characters.
Use built-in string methods like substring, replace, and split.
Regular expressions can be powerful tools for pattern matching and manipulation.
Be mindful of edge cases like empty strings and null values.
Consider the time and space complexity of your solution.
Practice with coding challenges on websites like LeetCode and HackerRank.
I appeared for an interview in Jan 2021.
A C# program to demonstrate basic concepts like variables, loops, and conditionals.
Use 'int' for integers: int number = 5;
Implement loops: for (int i = 0; i < 5; i++) { Console.WriteLine(i); }
Use conditionals: if (number > 0) { Console.WriteLine('Positive'); }
I applied via Recruitment Consultant and was interviewed in Oct 2020. There were 4 interview rounds.
Analyzing a business problem to identify solutions and improve processes effectively.
Define the problem clearly: Understand the core issue, e.g., declining sales.
Gather data: Use surveys or sales reports to identify trends.
Analyze root causes: Apply techniques like the 5 Whys to dig deeper.
Develop solutions: Brainstorm potential strategies, e.g., new marketing campaigns.
Evaluate options: Assess feasibility and impact o...
I appeared for an interview before Mar 2021.
Round duration - 60 minutes
Round difficulty - Easy
This was a technical round with questions on DBMS.
Data integrity refers to the accuracy, consistency, and reliability of data throughout its lifecycle.
Data integrity ensures that data is accurate and consistent in storage and transmission.
It involves maintaining the quality and reliability of data over time.
Methods for ensuring data integrity include checksums, encryption, and error detection codes.
Examples of data integrity violations include data corruption, unautho...
A trigger is a special type of stored procedure that automatically executes when certain events occur in a database.
Triggers are used to enforce business rules, maintain data integrity, and automate repetitive tasks.
They can be triggered by INSERT, UPDATE, or DELETE operations on a table.
Examples of triggers include auditing changes to a table, updating related tables when a record is modified, or enforcing referential...
Clustered indexes physically order the data in the table, while non-clustered indexes do not.
Clustered indexes determine the physical order of data in the table, while non-clustered indexes do not.
A table can have only one clustered index, but multiple non-clustered indexes.
Clustered indexes are faster for retrieval of data, especially range queries, compared to non-clustered indexes.
Non-clustered indexes are stored se...
Round duration - 60 minutes
Round difficulty - Easy
Technical interview round with questions on DBMS.
UNION combines and removes duplicates, UNION ALL combines without removing duplicates.
UNION merges the result sets of two or more SELECT statements and removes duplicates.
UNION ALL merges the result sets of two or more SELECT statements without removing duplicates.
UNION is slower than UNION ALL as it involves removing duplicates.
Example: SELECT column1 FROM table1 UNION SELECT column1 FROM table2;
Example: SELECT column...
A cursor in PL/SQL is used to retrieve and process multiple rows of data one at a time.
Allows iteration over a result set
Retrieves data row by row
Can be used to update or delete rows in a table
Must be declared, opened, fetched, and closed
SQL query to fetch the nth highest salary from a table
Use the ORDER BY clause to sort salaries in descending order
Use the LIMIT clause to fetch the nth highest salary
Round duration - 30 minutes
Round difficulty - Easy
This was a managerial round with typical behavioral problems.
Tip 1 : Since this was a SQL post, I would suggest you to get the basics intact and try practicing few queries.
Tip 2 : Must do Previously asked Interview as well as Online Test Questions.
Tip 3 : Go through all the previous interview experiences from Codestudio and Leetcode.
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.
I applied via Company Website and was interviewed before Jul 2020. There were 3 interview rounds.
I applied via Naukri.com and was interviewed before Oct 2019. There was 1 interview round.
I am a business analyst with experience in data analysis and project management.
I have a degree in business administration
I have worked with various industries including healthcare and finance
I am skilled in data visualization and reporting
I have experience in leading cross-functional teams
I am proficient in SQL and Excel
My area of interest is data analysis and visualization.
I enjoy working with large datasets and finding insights through data analysis.
I have experience using tools such as Excel, Tableau, and Python for data analysis and visualization.
I am interested in exploring new data sources and learning new techniques for data analysis.
For example, I recently worked on a project analyzing customer behavior data for a retail compa...
based on 1 interview experience
Difficulty level
Duration
Software Engineer
452
salaries
| ₹3.7 L/yr - ₹8.2 L/yr |
Senior Software Engineer
215
salaries
| ₹5.1 L/yr - ₹19.5 L/yr |
Software Developer
154
salaries
| ₹2.7 L/yr - ₹10 L/yr |
Business Analyst
138
salaries
| ₹3.7 L/yr - ₹13.3 L/yr |
Plsql Developer
108
salaries
| ₹3 L/yr - ₹10.7 L/yr |
Thomson Reuters
HighRadius
Oracle Cerner
Chetu