Filter interviews by
I applied via Referral and was interviewed before Dec 2023. There were 4 interview rounds.
The first round of the coding test in JavaScript was conducted through karat.io.
During the browser coding round, the interviewer asked to build a component using ReactJS. This exercise was designed to assess your fundamental understanding of HTML, CSS, and React state management.
The third round was conducted to evaluate your JavaScript skills. The interviewer presented a code block and requested you to retrieve and handle the data. This round aimed to assess your understanding of API fetching and promise concepts.
The fourth round was the System Design Round, during which I was tasked with designing a JIRA ticketing system.
Top trending discussions
posted on 2 Jan 2025
I applied via Referral and was interviewed before Jan 2024. There were 2 interview rounds.
Medium DSA leet code
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 LinkedIn and was interviewed in Jan 2021. There was 1 interview round.
C++ program to reverse a string
Use a loop to iterate through the string
Swap the characters at the beginning and end of the string
Continue swapping until the middle of the string is reached
I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.
Filter in MVC is used to retrieve a subset of data from a larger dataset based on certain criteria.
Filters can be applied to data in the model or in the view.
Filters can be used to sort, group, or limit the data returned.
Filters can be implemented using LINQ or other query languages.
Examples of filters include date range filters, category filters, and search filters.
I applied via Referral and was interviewed in Apr 2021. There were 3 interview rounds.
I applied via Referral and was interviewed before Apr 2020. There were 3 interview rounds.
I applied via LinkedIn and was interviewed in Mar 2021. There were 3 interview rounds.
based on 1 interview
Interview experience
Software Engineer
135
salaries
| ₹20 L/yr - ₹70 L/yr |
Software Developer
112
salaries
| ₹20 L/yr - ₹85 L/yr |
Senior Software Engineer
109
salaries
| ₹27.6 L/yr - ₹95.9 L/yr |
Sde1
57
salaries
| ₹28 L/yr - ₹86 L/yr |
Software Development Engineer II
43
salaries
| ₹25 L/yr - ₹96 L/yr |
Salesforce
Amazon
Oracle