Find Interview Questions for Top Companies
Bottomline technologies Interview Questions and Answers
Ques:- What is alternate Style Sheet? How to link?
Right Answer:
An alternate style sheet is a CSS file that provides different styling options for a webpage, allowing users to switch between styles. To link an alternate style sheet in HTML, use the `<link>` tag with the `rel` attribute set to "alternate stylesheet" and specify the `title` attribute for identification. For example:

```html
<link rel="stylesheet" type="text/css" href="style1.css" title="Style 1">
<link rel="alternate stylesheet" type="text/css" href="style2.css" title="Style 2">
```

Users can then select the alternate style through a user interface or browser settings.
Ques:- Is there any common testing framework or testing best practices for distributed system? For example, for distrbuted database management system?
Right Answer:
Yes, common testing frameworks and best practices for distributed systems include:

1. **Service Virtualization**: Simulating components that are not available for testing.
2. **Contract Testing**: Ensuring that services adhere to agreed contracts.
3. **Load Testing**: Testing system performance under heavy loads.
4. **Chaos Engineering**: Introducing failures to test system resilience.
5. **End-to-End Testing**: Validating the entire workflow across distributed components.
6. **Monitoring and Logging**: Implementing robust monitoring to track system behavior.
7. **Automated Testing**: Using tools like Selenium, JUnit, or TestNG for automated test execution.

These practices help ensure reliability, performance, and correctness in distributed systems.
Ques:- You need to create two new directories in your home directory. The first one is called /home/bob/letters and the second one is /home/bob/letters/sales. Which of the following command lines should you use?Choose one:a. mkdir /home/bob/letters/salesb. mkdir letters; mkdir salesc. mkdir letters/salesd. mkdir home/bob/letters/sales
Ques:- Data analysis related commands like grep, find, awk etc.
Right Answer:
- **grep**: Searches for specific patterns in files and outputs the matching lines.
- **find**: Searches for files and directories in a directory hierarchy based on specified criteria (like name, type, size).
- **awk**: A programming language used for pattern scanning and processing, often used for extracting and manipulating data from text files.
Ques:- How should changes controlled?
Right Answer:
Changes should be controlled through a formal change management process that includes documenting the change request, assessing its impact, obtaining necessary approvals, and communicating the changes to all stakeholders.
Ques:- You’ve encountered a delay in an early phase of your project. What actions can you take to counter the delay? Which actions will have the most effect on the result?
Right Answer:

To counter a delay in an early phase of your project, you can take the following actions:

1. **Assess the Cause**: Identify the root cause of the delay.
2. **Reprioritize Tasks**: Focus on critical tasks that impact the project's timeline.
3. **Allocate Resources**: Increase resources or personnel to the delayed tasks.
4. **Adjust the Schedule**: Modify the project schedule to accommodate the delay.
5. **Communicate**: Inform stakeholders about the delay and your plan to address it.
6. **Implement Fast Tracking**: Overlap tasks that can be done simultaneously.
7. **Consider Crashing**: Add extra resources to critical tasks to speed them up.

The actions that will have the most effect are reallocating resources and reprioritizing tasks.

Ques:- How do you inform all the stakeholders of the progress of the project on a regular basis?
Right Answer:
I inform all stakeholders of the project's progress through regular status reports, scheduled meetings, and updates via email or project management tools. This ensures everyone is aligned and aware of any changes or issues.
Ques:- What is Banking?
Right Answer:
Banking is the business of accepting deposits, providing loans, and offering financial services to individuals and businesses.
Ques:- Explain project life cycle?
Right Answer:
The project life cycle consists of five main phases:

1. **Initiation**: Defining the project and obtaining approval.
2. **Planning**: Outlining the project scope, objectives, and creating a roadmap.
3. **Execution**: Implementing the project plan and delivering the project outputs.
4. **Monitoring and Controlling**: Tracking progress and making adjustments as needed.
5. **Closure**: Finalizing all activities, delivering the final product, and closing the project.
AmbitionBox Logo

What makes Takluu valuable for interview preparation?

1 Lakh+
Companies
6 Lakh+
Interview Questions
50K+
Job Profiles
20K+
Users