i
Moolya Software Testing
Filter interviews by
I applied via Company Website and was interviewed before Mar 2023. There were 3 interview rounds.
Multiple choice questions
Common Java programs
Top trending discussions
I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.
final, finally, and finalize are keywords in Java with different meanings.
final is a keyword used to declare a constant value that cannot be modified
finally is a block used in exception handling to ensure a piece of code is always executed
finalize is a method in the Object class used for garbage collection before an object is destroyed
Var is used to declare implicitly typed local variables, while Ref is used for passing arguments by reference.
Var keyword allows the compiler to infer the type of the variable based on the assigned value.
Ref keyword is used to pass arguments by reference, allowing the called method to modify the original value.
Var example: var number = 10; // Compiler infers the type as int
Ref example: void ModifyValue(ref int value) {...
I was interviewed before Mar 2021.
Round duration - 30 minutes
Round difficulty - Medium
This was a MCQ round. 30 ques in 30 mins consisting of difficult quantitative aptitude questions were to be solved.
Round duration - 60 minutes
Round difficulty - Medium
In this test round, 2 coding questions were given. Either write the code or pseudo code
Given an integer N
, find all possible placements of N
queens on an N x N
chessboard such that no two queens threaten each other.
A queen can attack another queen if they ar...
The N Queens Problem involves finding all possible placements of N queens on an N x N chessboard without threatening each other.
Use backtracking algorithm to explore all possible configurations.
Keep track of rows, columns, and diagonals to ensure queens do not threaten each other.
Generate all valid configurations and print them out.
Given an integer array arr
of size 'N' containing only 0s, 1s, and 2s, write an algorithm to sort the array.
The first line contains an integer 'T' representing the n...
Sort an array of 0s, 1s, and 2s in linear time complexity.
Use three pointers to keep track of 0s, 1s, and 2s while traversing the array.
Swap elements based on the values encountered to sort the array in-place.
Time complexity should be O(N) and space complexity should be O(1).
Round duration - 60 minutes
Round difficulty - Easy
This was a technical round with questions on DSA.
You are given a string of length N
. Your task is to reverse the string word by word. The input may contain multiple spaces between words and may have leading o...
Reverse words in a string while handling leading, trailing, and multiple spaces.
Split the input string by spaces to get individual words
Reverse the order of the words
Join the reversed words with a single space in between
You are provided with the head of a linked list containing integers. Your task is to determine if the linked list is circular.
Detect if a given linked list is circular by checking if it forms a closed loop.
Traverse the linked list using two pointers, one moving at double the speed of the other.
If the two pointers meet at any point, the linked list is circular.
If the faster pointer reaches the end of the list (NULL), the linked list is not circular.
Round duration - 30 minutes
Round difficulty - Easy
HR round with typical behavioral problems.
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
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.
posted on 10 Nov 2015
I am a highly experienced consultant with a strong background in problem-solving and strategic planning.
Over 10 years of experience in consulting for various industries
Expertise in analyzing complex business problems and providing effective solutions
Proven track record of successfully leading teams and managing projects
Strong communication and presentation skills
Ability to build and maintain strong client relationships
...
I want to join this company because of its strong reputation, diverse client base, and opportunities for professional growth.
Strong reputation: The company has a proven track record of success and is highly regarded in the industry.
Diverse client base: Working with a wide range of clients will provide me with valuable experience and the opportunity to learn from different industries and challenges.
Professional growth: ...
I applied via Naukri.com and was interviewed before Sep 2022. There were 4 interview rounds.
Important HTTP methods in Postman include GET, POST, PUT, PATCH, and DELETE.
GET: Used to retrieve data from a server. Example: GET request to fetch user details.
POST: Used to submit data to a server. Example: POST request to create a new user.
PUT: Used to update data on a server. Example: PUT request to update existing user details.
PATCH: Used to partially update data on a server. Example: PATCH request to update user'...
Functional testing focuses on testing the functionality of the software, while non-functional testing focuses on testing the performance, usability, and other non-functional aspects.
Functional testing ensures that the software functions as expected based on the requirements.
Non-functional testing evaluates aspects such as performance, usability, reliability, and scalability.
Examples of functional testing include unit t...
Assertions in Postman are validation points to ensure the expected response from an API
Assertions in Postman are used to validate the response of an API request
They help ensure that the response meets the expected criteria
Common types of assertions include status code, response body content, response time, etc.
Examples of assertions in Postman: checking if status code is 200, verifying specific data in response body
The seven principles of testing are guidelines that help testers in their testing activities.
Testing shows the presence of defects, not their absence.
Exhaustive testing is impossible.
Early testing saves time and money.
Defect clustering occurs.
Pesticide paradox - if the same tests are repeated over and over, eventually the same set of test cases will no longer find any new bugs.
Testing is context dependent.
Absence-of-er...
I applied via Campus Placement and was interviewed in Sep 2020. There were 4 interview rounds.
Prime number and reverse a string
posted on 21 Dec 2024
I applied via Approached by Company and was interviewed before Dec 2023. There were 4 interview rounds.
2 sum program from Geeks for Geeks
Lazy loading delays loading of related data until it is specifically requested, while eager loading loads all related data upfront. N+1 problem occurs when lazy loading results in multiple additional queries being made.
Lazy loading is used to improve performance by only loading related data when needed
Eager loading loads all related data upfront to reduce the number of queries made
N+1 problem occurs in lazy loading whe...
based on 1 interview
Interview experience
based on 3 reviews
Rating in categories
Exploratory Software Tester
140
salaries
| ₹0 L/yr - ₹0 L/yr |
Softwaretest Engineer
53
salaries
| ₹0 L/yr - ₹0 L/yr |
Sdet
35
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Test Engineer
19
salaries
| ₹0 L/yr - ₹0 L/yr |
Sdet Automation Test Engineer
18
salaries
| ₹0 L/yr - ₹0 L/yr |
Cigniti Technologies
Think Future Technologies
Test Yantra Software Solutions
Qualitest