i
Chetu
Filter interviews by
I applied via Referral and was interviewed in Nov 2023. There were 5 interview rounds.
Written with multiple question both aptitude and technical
Regression testing is retesting of previously tested functionality to ensure that changes or fixes have not introduced new defects. Smoke testing is a subset of regression testing that focuses on testing the critical functionalities of an application.
Regression testing is performed to verify that changes or fixes in software have not introduced new defects or caused existing functionalities to fail.
It involves retestin...
I applied via Naukri.com and was interviewed in Mar 2023. There were 4 interview rounds.
Logical questions and some questions related to manual testing
Various techniques to find test data
Boundary value analysis
Equivalence partitioning
Decision table testing
State transition testing
Pairwise testing
Random testing
I applied via Naukri.com and was interviewed before Jun 2021. There were 3 interview rounds.
Online Technical assesment and aptitude assesment
Top trending discussions
STLC, bug severity priority, waits in Selenium, Java OOPs
STLC stands for Software Testing Life Cycle and includes phases like requirement analysis, test planning, test design, test execution, and test closure
Bug severity is the impact of a bug on the system, while bug priority is the order in which bugs should be fixed
Waits in Selenium are used to make the test script wait for a certain condition to be met before proce...
I applied via Campus Placement
Question related to operating system and computer network
posted on 8 Oct 2024
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
OOPS is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.
OOPS focuses on the concept of classes and objects
Encapsulation: bundling data and methods that operate on the data within a single unit
Inheritance: allows a class to inherit properties and behavior from another class
Polymorphism: ability to present the same interface for diffe...
Comparable is an interface used for natural ordering, Comparator is an interface used for custom ordering. Abstract class can have method implementations, Interface cannot.
Comparable interface is used to define the natural ordering of objects. Example: String class implements Comparable interface for natural ordering based on alphabetical order.
Comparator interface is used to define custom ordering of objects. Example:...
Count occurrences of each character in a given string
Create an array to store the count of each character
Iterate through the string and increment the count of each character in the array
Return the array with counts for each character
Remove duplicates from an array of strings
Iterate through the array and store each element in a set to keep track of unique values
Create a new array with the unique values from the set
I applied via Walk-in and was interviewed in Nov 2024. There were 2 interview rounds.
1st round is aptitude and pesudocode
I applied via Company Website and was interviewed in Sep 2024. There were 2 interview rounds.
posted on 5 Oct 2024
Inheritance is a mechanism in object-oriented programming where a class inherits properties and behaviors from another class.
Allows a class to inherit attributes and methods from another class
Promotes code reusability and reduces redundancy
Creates a parent-child relationship between classes
Derived class can override or extend the functionality of the base class
Types of joins in MySQL include inner join, left join, right join, and full join.
Inner join: Returns rows when there is a match in both tables.
Left join: Returns all rows from the left table and the matched rows from the right table.
Right join: Returns all rows from the right table and the matched rows from the left table.
Full join: Returns rows when there is a match in one of the tables.
Use a centralized API gateway to manage and route requests to multiple APIs efficiently.
Implement a centralized API gateway to handle incoming requests and route them to the appropriate API based on the endpoint.
Utilize API management tools like Apigee, Kong, or AWS API Gateway to manage and monitor multiple APIs.
Consider implementing a caching layer to improve performance and reduce the number of requests to external
strstr function searches for a substring within a string and returns a pointer to the first occurrence of the substring.
Used in C programming language
Syntax: char *strstr(const char *haystack, const char *needle)
Example: char *str = strstr("hello world", "world")
Big data refers to large volumes of structured and unstructured data that is too complex for traditional data processing applications.
Big data involves processing and analyzing large volumes of data to uncover patterns, trends, and insights.
It can come from various sources such as social media, sensors, devices, and business transactions.
Examples of big data technologies include Hadoop, Spark, and NoSQL databases.
Big d...
based on 6 reviews
Rating in categories
Software Engineer
1.3k
salaries
| ₹2.5 L/yr - ₹10.4 L/yr |
Software Developer
1k
salaries
| ₹2 L/yr - ₹9.7 L/yr |
Senior Software Engineer
639
salaries
| ₹4.4 L/yr - ₹10.5 L/yr |
Team Lead
279
salaries
| ₹5 L/yr - ₹13 L/yr |
Senior Software Developer
216
salaries
| ₹4.9 L/yr - ₹11 L/yr |
TCS
Infosys
Wipro
HCLTech