Filter interviews by
posted on 24 Jan 2022
I applied via Campus Placement and was interviewed before Jan 2021. There were 3 interview rounds.
It was c simple coding
C code to find the sum of elements in an array
Declare an array of integers
Initialize the array with values
Use a loop to iterate through the array and add each element to a variable
Print the sum of the elements
I applied via Recruitment Consultant and was interviewed in Nov 2021. There were 4 interview rounds.
Testing ensures software quality and reduces the risk of defects in production.
Testing helps identify defects and bugs early in the development cycle.
It ensures that the software meets the requirements and specifications.
Testing helps improve the overall quality of the software.
It reduces the risk of defects and failures in production.
Testing helps build trust and confidence in the software among stakeholders.
Retesting is testing the same functionality again after fixing the defects. Regression testing is testing the unchanged functionality after making changes in the software.
Retesting is done to ensure that the defects reported earlier have been fixed.
Regression testing is done to ensure that the changes made in the software have not affected the existing functionality.
Retesting is a subset of regression testing.
Retesting...
SDLC stands for Software Development Life Cycle, which is a process used to design, develop, and test software.
SDLC is a framework that outlines the steps involved in software development.
It includes planning, designing, coding, testing, and maintenance.
Each phase of SDLC has its own set of deliverables and objectives.
SDLC models include Waterfall, Agile, and DevOps.
The choice of SDLC model depends on the project requi
STLC stands for Software Testing Life Cycle, which is a process followed to ensure quality in software testing.
STLC is a sequential process that includes planning, designing, executing, and reporting.
It involves various stages like requirement analysis, test planning, test design, test execution, and test closure.
The main objective of STLC is to ensure that the software meets the customer's requirements and is of high ...
DEFECT LIFE CYCLE is the process of identifying, reporting, prioritizing, and resolving software defects.
Defect is identified by testers during testing
Defect is reported to development team
Development team prioritizes and resolves the defect
Defect is retested by testers
If defect is fixed, it is closed, else it goes back to development team
Defect life cycle ends when all defects are resolved
Unit testing is a type of software testing where individual units or components of a software application are tested in isolation.
Unit testing is done by developers during the development phase
It helps to identify defects early in the development cycle
It ensures that each unit/component of the software application is working as expected
It helps to improve the quality of the software application
Examples of unit testing
Scenarios are high-level descriptions of user actions and system responses, while test cases are specific steps to verify functionality.
Scenarios describe user interactions with the system, while test cases verify specific functionality.
Scenarios are often used in the early stages of testing to identify potential issues, while test cases are used for more detailed testing.
Scenarios can be used to create test cases, but...
I applied via Recruitment Consultant and was interviewed in Dec 2020. There was 1 interview round.
posted on 28 Jan 2020
I applied via Naukri.com and was interviewed in Jul 2019. There were 3 interview rounds.
Explanation of UART, SPI, CAN, I2C timing diagrams and frame formats.
UART: asynchronous serial communication, start and stop bits, baud rate
SPI: synchronous serial communication, master-slave architecture, clock polarity and phase
CAN: differential serial communication, arbitration, error detection and correction
I2C: synchronous serial communication, master-slave architecture, addressing, clock stretching
posted on 8 Apr 2022
I applied via Naukri.com and was interviewed before Apr 2021. There were 3 interview rounds.
Aptitude test will a hackerrank test where it might have technical MCQ and/or coding test.
I appeared for an interview in Jan 2021.
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 Naukri.com and was interviewed in May 2019. There was 1 interview round.
MVC separates data flow into three components: Model, View, and Controller.
Model represents data and business logic
View displays data to the user
Controller handles user input and updates the model and view accordingly
Data flows from the model to the view through the controller
Changes in the view are communicated to the controller, which updates the model and view
MVC stands for Model-View-Controller. It is a software design pattern that separates an application into three interconnected components.
Model: Represents the data and business logic of the application
View: Displays the data to the user and handles user input
Controller: Acts as an intermediary between the Model and View, handling user input and updating the Model and View accordingly
I applied via Naukri.com and was interviewed before Jul 2020. There were 4 interview rounds.
based on 1 review
Rating in categories
Software Engineer
313
salaries
| ₹4.5 L/yr - ₹9 L/yr |
Software Analyst
273
salaries
| ₹5 L/yr - ₹12.4 L/yr |
Senior Software Analyst
153
salaries
| ₹6.2 L/yr - ₹15.5 L/yr |
Compliance Auditor
76
salaries
| ₹2.9 L/yr - ₹5.5 L/yr |
Audit Specialist
53
salaries
| ₹2.1 L/yr - ₹4.9 L/yr |
KPIT Technologies
Thomson Reuters
Oracle Cerner
NextComm Corporation