i
Greytrix
Filter interviews by
I appeared for an interview in Feb 2024.
There was lot of maths ques asked along with to write test cases
Black box testing is a software testing method where the internal structure/design of the system being tested is not known to the tester.
Tester focuses on the functionality of the software without knowing its internal code
Tests are based on the software requirements and specifications
Input data is provided and output is compared with expected results
Examples: GUI testing, system testing, acceptance testing
Types of black box testing include equivalence partitioning, boundary value analysis, decision table testing, state transition testing, and error guessing.
Equivalence partitioning: Dividing input data into different partitions and selecting representative values from each partition for testing.
Boundary value analysis: Testing at the boundaries of input ranges to ensure the system behaves correctly.
Decision table testin...
Top trending discussions
I appeared for an interview before Aug 2016.
For loop is used for iterating over a range of values while for each loop is used for iterating over elements of an array.
For loop is used when the number of iterations is known beforehand.
For each loop is used when the number of iterations is not known beforehand.
For loop can be used with any iterable object.
For each loop can only be used with arrays and other iterable objects.
For loop uses an index variable to access...
I appeared for an interview before Feb 2023.
Sorting algo , array question
posted on 13 Jun 2023
I applied via Company Website and was interviewed before Jun 2022. There were 2 interview rounds.
I applied via Campus Placement
posted on 19 Mar 2025
The mobile application life cycle includes stages from development to deployment and maintenance, ensuring optimal performance and user experience.
1. Development: Writing code using languages like Swift for iOS or Kotlin for Android.
2. Testing: Conducting unit tests, integration tests, and user acceptance tests to ensure functionality.
3. Deployment: Releasing the app on platforms like Google Play Store or Apple App Sto...
Use SQL's aggregate functions to find both max and min salary in a single query efficiently.
Use the SQL query: SELECT MAX(salary) AS MaxSalary, MIN(salary) AS MinSalary FROM Employees;
This query retrieves the highest and lowest salaries from the Employees table in one go.
Aggregate functions like MAX() and MIN() can be used together in the SELECT statement.
Ensure the salary column is numeric to avoid errors during aggre...
posted on 18 Mar 2025
I appeared for an interview before Mar 2024, where I was asked the following questions.
Creating a star pattern involves using loops to print stars in a specific arrangement, often resembling geometric shapes.
Determine the size of the pattern (e.g., number of rows).
Use nested loops: an outer loop for rows and an inner loop for columns.
For a right-angled triangle, print stars incrementally: 1 star in the first row, 2 in the second, etc.
For a pyramid shape, center the stars by adding spaces before printing ...
Object-Oriented Programming (OOP) in Java is a programming paradigm based on objects that encapsulate data and behavior.
Encapsulation: Bundling data and methods that operate on the data within one unit (class). Example: class Car { int speed; void accelerate() {...} }
Inheritance: Mechanism to create a new class using properties of an existing class. Example: class ElectricCar extends Car {...}
Polymorphism: Ability to p...
based on 1 interview experience
Difficulty level
Duration
Software Engineer
53
salaries
| ₹2.6 L/yr - ₹8.3 L/yr |
Software Developer
36
salaries
| ₹2.4 L/yr - ₹9 L/yr |
Junior Software Engineer
26
salaries
| ₹2.4 L/yr - ₹6 L/yr |
Junior Software Developer
22
salaries
| ₹2.1 L/yr - ₹5 L/yr |
Salesforce Developer
13
salaries
| ₹3 L/yr - ₹5 L/yr |
HCL Infosystems
Accel Frontline
DynPro
ClaySys