i
Indium Software
Filter interviews by
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
Manual testing of test involves executing test cases without the use of automation tools.
Manual testing is done by human testers without the use of automation tools.
Test cases are executed step by step to ensure the software functions as expected.
Manual testing is time-consuming but can uncover user experience issues that automated tests may miss.
Interest in output refers to the level of curiosity and enthusiasm a person has towards the end result or outcome of a project or task.
Interest in output can drive motivation and productivity in completing tasks.
It involves being invested in the final outcome and taking pride in the results.
Individuals with high interest in output are more likely to pay attention to details and strive for excellence.
Example: A software...
Top trending discussions
I applied via Referral and was interviewed in Feb 2024. There was 1 interview round.
posted on 28 Sep 2023
I applied via Job Portal
Binary search is a divide and conquer algorithm that efficiently finds the target value within a sorted array.
Start by defining the low and high indices of the array.
Calculate the middle index and compare the target value with the middle element.
If the target value is less than the middle element, search the left subarray. If greater, search the right subarray.
Repeat the process until the target value is found or the s
CI/CD flow stands for Continuous Integration/Continuous Deployment flow, which is a software development practice where code changes are automatically built, tested, and deployed.
CI/CD flow involves automating the process of integrating code changes into a shared repository, running automated tests, and deploying the changes to production.
Continuous Integration (CI) focuses on automating the build and testing of code c...
Enums are a feature in programming languages that allow you to define a set of named constants.
Enums can be used to improve code readability by giving meaningful names to values
Enums can be used in switch statements to handle different cases
Enums can have associated values or raw values for more flexibility
Yes, Singleton handles synchronization by ensuring only one instance of a class is created and providing global access to that instance.
Singleton pattern restricts the instantiation of a class to one object.
It provides a global point of access to the instance.
Synchronization can be implemented in the Singleton pattern to ensure thread safety.
Example: Singleton pattern is commonly used in database connections to ensure
External libraries are pre-written code that can be imported and used in a project to provide additional functionality.
External libraries help in reducing development time by providing ready-made solutions for common tasks.
Examples include React for front-end development, NumPy for scientific computing in Python, and Retrofit for making network calls in Android apps.
I applied via Naukri.com and was interviewed before Jan 2019. There were 4 interview rounds.
posted on 23 Oct 2023
L2 switches operate at the data link layer and make forwarding decisions based on MAC addresses, while L3 switches operate at the network layer and make forwarding decisions based on IP addresses.
L2 switches operate at the data link layer of the OSI model
L2 switches make forwarding decisions based on MAC addresses
L3 switches operate at the network layer of the OSI model
L3 switches make forwarding decisions based on IP ...
Wired LAN is faster than WiFi.
Wired LAN typically offers faster and more stable connection speeds compared to WiFi.
WiFi speeds can be affected by interference, distance from the router, and the number of devices connected.
Examples of wired LAN technologies include Ethernet and Powerline adapters.
If scope are full on DHCP server, you can either expand the scope or delete inactive leases to make room for new ones.
Expand the scope by increasing the range of IP addresses available for lease
Delete inactive leases to free up space for new leases
Check for any misconfigured devices causing IP address conflicts
posted on 12 May 2023
Code pairing and technical discussions in Java and Springboot
posted on 2 Mar 2023
Thread is a lightweight process that runs concurrently with other threads in a process. A task is a unit of work that can be executed asynchronously.
Threads are managed by the operating system, while tasks are managed by a task scheduler.
Threads are more low-level and require more manual management, while tasks are higher-level and can be managed more easily.
Threads are typically used for parallelism, while tasks are u...
Static constructor can be overloaded in C#.
Static constructor is used to initialize static fields of a class.
Overloading static constructor is useful when we want to initialize different static fields with different values.
Static constructor is called only once, before the first instance of the class is created.
Static constructor has no access modifier and no parameters.
posted on 11 Sep 2022
Few MCQ's and along with couple of SQL scenario questions
How social media affect
Inheritance is a mechanism in OOP where a class acquires properties and methods of another class.
Inheritance allows code reusability and promotes code organization.
A subclass can inherit properties and methods from a superclass.
The subclass can also override or add new properties and methods.
Example: Prime number program can have a superclass 'Number' and a subclass 'PrimeNumber' that inherits properties and methods fr
During my internship, my project was to develop a mobile application for tracking and managing inventory.
Developed a mobile application using React Native
Implemented features for scanning barcodes and updating inventory
Integrated with backend APIs to fetch and update data
Worked in a team to ensure timely delivery of the project
Interview experience
Test Engineer
968
salaries
| ₹1.4 L/yr - ₹7.5 L/yr |
Senior Test Engineer
646
salaries
| ₹4 L/yr - ₹11.4 L/yr |
Softwaretest Engineer
231
salaries
| ₹2.5 L/yr - ₹8.4 L/yr |
Test Associate
228
salaries
| ₹1 L/yr - ₹4.2 L/yr |
Senior Software Engineer
179
salaries
| ₹6.5 L/yr - ₹25 L/yr |
TCS
Infosys
Wipro
HCLTech