i
Bitwise Solutions
Filter interviews by
Clear (1)
I applied via Walk-in and was interviewed before Aug 2023. There were 3 interview rounds.
Medium level questions
1 easy 1 medium 1 hard questions
I am a dedicated Software Test Engineer with 5 years of experience in manual and automated testing.
Experienced in creating test plans, test cases, and executing tests
Proficient in using testing tools such as Selenium and Jira
Strong analytical and problem-solving skills
Excellent communication and teamwork abilities
Certified in ISTQB Foundation Level
A linked list is a data structure where each element points to the next element in the sequence.
Consists of nodes where each node contains data and a reference to the next node
Can be singly linked (each node points to the next) or doubly linked (each node points to the next and previous)
Allows for dynamic size and efficient insertion/deletion operations
Example: 1 -> 2 -> 3 -> 4
To find the middle node in a linked list, use the slow and fast pointer approach.
Initialize two pointers, slow and fast, at the head of the linked list.
Move the slow pointer by one node and the fast pointer by two nodes until the fast pointer reaches the end of the list.
The node pointed to by the slow pointer at this point will be the middle node.
A binary tree is a data structure in which each node has at most two children, referred to as the left child and the right child.
Consists of nodes connected by edges
Each node has at most two children
Nodes are organized in a hierarchical structure
Used in various applications like binary search trees, expression trees, etc.
AVL tree is a self-balancing binary search tree where the heights of the two child subtrees of any node differ by at most one.
AVL trees are commonly used in database systems for indexing and searching.
They are also used in compilers for optimizing code generation.
Real life example: AVL trees can be used in a file system to efficiently store and retrieve data in a balanced manner.
Top trending discussions
I was interviewed before Mar 2021.
Selenium IDE supports multiple browsers including Chrome, Firefox, Safari, and Internet Explorer.
Selenium IDE supports Chrome, Firefox, Safari, and Internet Explorer
Browser support may vary depending on the version of Selenium IDE being used
Additional browser support can be added through plugins or extensions
Selenium IDE supports Firefox browser.
Selenium IDE is a Firefox plugin
It can record and playback tests in Firefox
It supports Firefox versions up to 55
For newer versions, use Selenium WebDriver
posted on 1 Apr 2024
I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.
Aptitude, reasoning, English, and two codes
posted on 4 May 2024
Merge two unsorted arrays into a single sorted array.
Create a new array to store the merged result.
Iterate through both arrays and compare elements to add to the new array.
Sort the new array to get the final sorted result.
posted on 30 Aug 2023
I applied via Campus Placement and was interviewed before Aug 2022. There were 3 interview rounds.
Java , python pattern printing
I am a dedicated Software Test Engineer with 5 years of experience in manual and automated testing.
5 years of experience in software testing
Proficient in manual and automated testing
Strong knowledge of testing methodologies and tools
Experience in creating test plans and test cases
Good communication and problem-solving skills
I have strong skills in manual and automated testing, test planning, test case design, defect tracking, and regression testing.
Proficient in manual testing techniques and methodologies
Experience in creating test plans and test cases
Skilled in using automated testing tools like Selenium
Ability to track and manage defects effectively
Experience in regression testing to ensure software quality
Familiarity with Agile and Scr
posted on 13 May 2022
posted on 4 Aug 2022
I applied via Campus Placement and was interviewed in Jul 2022. There were 3 interview rounds.
Aptitude ,reasoning, computer science fundamental mcq ,2 coding questions
Advance round for those who solved more than 80% test in shl exam
posted on 13 Jun 2023
I applied via LinkedIn and was interviewed before Jun 2022. There were 3 interview rounds.
Questions are normal aptitude questions with easy level coding MCQs
based on 1 interview
Interview experience
based on 11 reviews
Rating in categories
Programmer Analyst
657
salaries
| ₹0 L/yr - ₹0 L/yr |
Softwaretest Engineer
510
salaries
| ₹0 L/yr - ₹0 L/yr |
Programmer
471
salaries
| ₹0 L/yr - ₹0 L/yr |
System Analyst
283
salaries
| ₹0 L/yr - ₹0 L/yr |
Test Analyst
224
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech