Filter interviews by
DSA, SQL, Problem Solving, Technical, Data Structures and Algorithms
SQL query to retrieve data from a database
Use SELECT statement to specify the columns to retrieve
Use FROM clause to specify the table to retrieve data from
Use WHERE clause to filter the results based on conditions
Program to sort an array of integers in ascending order
Use a sorting algorithm like bubble sort, selection sort, or insertion sort
Iterate through the array and compare adjacent elements to swap if necessary
Repeat the process until the array is sorted
I applied via LinkedIn and was interviewed in Mar 2024. There were 4 interview rounds.
First round was coding test conducted by their IDE where you can program in any language like on hackerrank IDE . 5 question were asked from easy to hard
Stack is used for static memory allocation and stores local variables, while heap is used for dynamic memory allocation and stores objects.
Stack memory is allocated in a contiguous block and is faster to access compared to heap memory.
Variables stored on the stack have limited scope and lifetime, while objects on the heap can persist beyond the scope of the function.
Stack memory is managed by the compiler, while heap m...
Compiler translates entire code into machine code before execution, while interpreter translates code line by line during execution.
Compiler translates entire code into machine code before execution
Interpreter translates code line by line during execution
Compiler generates error messages after scanning entire code
Interpreter stops at first error encountered
Examples: C, C++ use compilers; Python, Ruby use interpreters
I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.
Mindfire Solutions interview questions for popular designations
I applied via Recruitment Consulltant and was interviewed in Jun 2024. There was 1 interview round.
Code to find vowels in a given string
Iterate through each character in the string
Check if the character is a vowel (a, e, i, o, u)
Count the number of vowels found in the string
My framework is a data-driven framework using Selenium WebDriver and TestNG for automated testing.
Data-driven approach for test data separation
Utilizes Selenium WebDriver for browser automation
Integration with TestNG for test execution and reporting
Modular design for easy maintenance and scalability
Get interview-ready with Top Mindfire Solutions Interview Questions
I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.
The interview started from Java coding round, and questions was from basic Java program and collections.
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
The difference between == and .equals() in Java
The == operator checks if two objects reference the same memory location
The .equals() method checks if two objects have the same content
For primitive data types, == compares values while .equals() is not applicable
For objects, == compares memory addresses while .equals() compares content
Example: String str1 = new String("hello"); String str2 = new String("hello"); str1 == ...
OOPS concepts are fundamental principles of object-oriented programming such as inheritance, encapsulation, polymorphism, and abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class. Example: class Dog extends Animal.
Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: private variables and public methods.
Polymorphism: Ability to present th...
Find the second largest element in an array of strings
Convert the array of strings to an array of integers
Sort the array in descending order
Return the second element in the sorted array
I applied via Approached by Company and was interviewed in Dec 2023. There was 1 interview round.
Yes
Waterfall methodology is a linear approach where each phase is completed before moving to the next.
Agile methodology is an iterative approach where requirements and solutions evolve through collaboration.
Waterfall follows a sequential process while Agile follows an incremental process.
Waterfall is suitable for projects with well-defined requirements, while Agile is adaptable to changing requirements.
In Waterfall, te...
Sanity testing is a narrow and focused testing to ensure basic functionality, while smoke testing is a broader and shallow testing to check major functionalities.
Sanity testing is performed after receiving a software build to quickly check if it is stable enough for further testing.
Smoke testing is performed to verify if the major functionalities of the software are working fine.
Sanity testing is a subset of regression...
Verification is the process of evaluating a system or component to determine whether it meets specified requirements. Validation is the process of evaluating a system or component during or at the end of the development process to determine whether it satisfies the specified requirements.
Verification focuses on the process of reviewing, inspecting, and testing the software to ensure that it meets the specified requirem...
Testcases for working of a ball point pen
Verify that the pen writes smoothly on different surfaces
Check if the pen's ink is visible and does not smudge
Ensure that the pen's cap can be easily removed and secured
Test the durability of the pen by applying pressure while writing
Validate that the pen's ink does not leak or dry out
Various types of manual testing can be done on the Flipkart application.
Functional testing to ensure all features and functionalities are working correctly.
Usability testing to evaluate the user-friendliness of the application.
Compatibility testing to check if the application works on different devices and browsers.
Performance testing to assess the application's response time and stability under different loads.
Securit...
I applied via Company Website and was interviewed in Feb 2024. There were 2 interview rounds.
Measures are values that are aggregated over a dataset, while calculated columns are created using DAX formulas on individual rows.
Measures are used for aggregations like sum, average, count, etc.
Calculated columns are created using DAX formulas on individual rows.
Measures are used in Power BI for creating visualizations and reports.
Calculated columns are used to add new columns to a table based on existing data.
Measur...
DAX (Data Analysis Expressions) is a formula language used in Power BI and Excel Power Pivot for data analysis and calculations.
DAX is similar to Excel formulas but designed for more complex calculations and data analysis.
DAX expressions can be used to create calculated columns, measures, and calculated tables in Power BI.
DAX functions include aggregation functions like SUM, AVERAGE, and COUNT, as well as time intellig...
Interview experience
based on 220 reviews
Rating in categories
Senior Software Engineer
374
salaries
| ₹5 L/yr - ₹19 L/yr |
Software Engineer
145
salaries
| ₹4 L/yr - ₹15 L/yr |
Senior Software Test Engineer
109
salaries
| ₹4 L/yr - ₹14 L/yr |
Software Developer
47
salaries
| ₹4 L/yr - ₹12 L/yr |
Senior Software Developer
47
salaries
| ₹5.1 L/yr - ₹16 L/yr |
TCS
Infosys
Wipro
HCLTech