Find Interview Questions for Top Companies
Hackerx Interview Questions and Answers
Ques:- What is a control valve?
Right Answer:
A control valve is a device used to regulate the flow of fluids by varying the size of the flow passage, allowing for precise control of pressure, temperature, and flow rate in a system.
Ques:- Why you don’t go for government job?
Right Answer:
I prefer to work in the private sector because I value the opportunities for innovation, career growth, and a dynamic work environment that it offers.
Ques:- What is the difference between HR And HRD?
Right Answer:
HR (Human Resources) focuses on managing employee relations, recruitment, and compliance with labor laws, while HRD (Human Resource Development) emphasizes training, development, and improving employee skills for organizational growth.
Ques:- In case DHCP fails in your server then how does you satisfy that problem within some minutes
Comments
Admin May 17, 2020

Hi,
You can "Enable Netbias over TCP/IP" this will solve the
problem within some minutes following the below path:
My Network Places------right click properties-------select
Internet Protocol------Advanced settings-----Wins-----
Enable Netbias over TCP/IP and save changes and check for
the same.

Admin May 17, 2020

DHCP can be configured in Router.

Ques:- What are the advantages and disadvantages of router
Comments
Admin May 17, 2020

Advantage of Router -
a) Router limits the collision domain.
b) Router can function on LAN & WAN>
c) Router can connects different media & architectures.
d) Router can dtermine best path/route for data to reach
the destination.
e) Router can filter the broadcasts.
Diadvantage of Router -
a) Router is more expensive than Hub, Bridge & Switch.
b) Router only waork with routable protocol.
c) Routing updates consume bandwidth.
d) Increase latency due to greater degree of packet
filtering.

Ques:- What are the types of errors?
Right Answer:
The types of errors in networking are:

1. **Syntax Errors** - Mistakes in the command structure or format.
2. **Logical Errors** - Incorrect configurations that lead to unintended behavior.
3. **Runtime Errors** - Issues that occur during the execution of a command or process.
4. **Transmission Errors** - Errors that happen during data transmission, such as packet loss or corruption.
5. **Configuration Errors** - Incorrect settings in network devices that affect connectivity or performance.
Ques:- List out the difference between the communication and transmission?
Right Answer:
Communication refers to the process of exchanging information between parties, while transmission specifically refers to the process of sending data over a medium (like cables or air). Communication encompasses both the sending and receiving of messages, whereas transmission focuses solely on the delivery aspect.
Ques:- We are analyzing a manufactures high-end athletic footwear. The company’s sales are up but profits are flat. What do we need to look at?
Right Answer:
We need to look at the cost of production, pricing strategy, marketing expenses, inventory management, and potential discounts or promotions affecting profit margins.
Ques:- Soybeans are a commodity product. A soybean manufacturer, which processes soybeans for food and energy. 80% of production is for food, 20% is for energy. The soybeans are processes in North America, but majority of energy demand today is in Asia/Pacific. The CEO has hired you to understand what is the most efficient method of delivering the product to Asia. You need to decide whether to process all in North America and then ship to Asia/Pacific, or ship raw to Asia/Pacific and then process.
Right Answer:
To determine the most efficient method of delivering soybeans to Asia/Pacific, you should conduct a cost analysis comparing the expenses of processing in North America versus shipping raw soybeans for processing in Asia/Pacific. Consider factors such as transportation costs, processing costs, tariffs, and demand in the target market. If processing in North America and shipping is cheaper overall, choose that option; if shipping raw soybeans and processing in Asia/Pacific is more cost-effective, opt for that.
Ques:- Explain a time when you did not get along with something higher management wanted to implement. How did you handle that?
Right Answer:
I once disagreed with a new policy from upper management that I felt would negatively impact team morale. I scheduled a meeting with my manager to express my concerns, providing data and examples to support my viewpoint. I suggested alternative solutions that aligned with the company's goals while addressing my concerns. My manager appreciated my input, and we were able to modify the implementation plan to better suit the team's needs.
Ques:- A company is having a cash flow problem and needs to reduce its costs, otherwise it will have to lay off staff. How should the company proceed?
Right Answer:
The company should analyze its expenses to identify non-essential costs that can be reduced or eliminated, negotiate better terms with suppliers, consider temporary salary reductions or furloughs instead of layoffs, and explore ways to increase revenue, such as improving sales strategies or offering promotions.
Ques:- Describe a situation that required you to do a number of things at the same time. How did you handle it? What was the result?
Right Answer:
In my previous job, I had to manage multiple projects with tight deadlines. I created a prioritized to-do list, allocated specific time blocks for each task, and used project management tools to track progress. I communicated regularly with my team to delegate tasks and ensure everyone was aligned. As a result, we completed all projects on time, and the quality of work exceeded client expectations.
Ques:- Why do we have two types of scheduling options in Primavera – Retained logic and progress override? What is the difference between the two and when is either one selected?
Right Answer:
In Primavera, we have two types of scheduling options: Retained Logic and Progress Override.

- **Retained Logic** maintains the original relationships and dependencies between tasks, ensuring that the schedule reflects the planned sequence of work. It is selected when you want to keep the integrity of the project plan intact.

- **Progress Override** allows for adjustments to the schedule based on actual progress, which can change the relationships between tasks. It is selected when you need to reflect real-time updates and changes in task completion that may affect the overall schedule.

Use Retained Logic for accurate planning and Progress Override for flexibility in managing ongoing project changes.
Ques:- The ?Tungabhadra Project? is a joint venture of thegovernments of: (a) Madhya Pradesh and Rajasthan (b) Maharashtra and Andhra Pradesh (c) Karnataka and Tamil Nadu (d) Karnataka and Andhra Pradesh
Right Answer:
(d) Karnataka and Andhra Pradesh
Ques:- Your three month project is about to exceed the projected budget after the first month. What steps will you take to address the potential cost overrun?
Right Answer:
1. Analyze the budget to identify the specific areas causing the overrun.
2. Review project scope and deliverables to determine if any adjustments can be made.
3. Communicate with the team to gather insights and suggestions for cost-saving measures.
4. Prioritize tasks and resources to focus on critical deliverables.
5. Explore options for reducing costs, such as negotiating with vendors or reallocating resources.
6. Update stakeholders on the situation and discuss potential solutions or adjustments to the budget.
7. Implement a revised budget plan and monitor expenses closely moving forward.
Ques:- What is ment by Onsite and Offshore Project.can any 1 explain me.
Right Answer:
Onsite projects are those where the work is done at the client's location, while offshore projects are conducted at a different location, often in another country, typically to take advantage of cost savings or specialized skills.
Ques:- What you will do if contractor is not performing work as per drawings and specifications?
Right Answer:
I would first communicate with the contractor to identify the issues and understand their perspective. Then, I would review the drawings and specifications with them to clarify expectations. If the problem persists, I would document the non-compliance, issue a formal notice, and work with the project team to develop a corrective action plan. If necessary, I would escalate the issue to higher management or consider alternative actions as per the contract terms.
Ques:- How do you use REST APIs in Alfresco for external integrations
Right Answer:
To use REST APIs in Alfresco for external integrations:

1. **Authentication:** Authenticate using credentials or a ticket.
2. **Construct URL:** Build the API endpoint URL (e.g., `/alfresco/api/-default-/public/alfresco/versions/1/nodes/{nodeId}`).
3. **HTTP Method:** Use appropriate HTTP methods (GET, POST, PUT, DELETE).
4. **Data Format:** Send/receive data in JSON format.
5. **Error Handling:** Implement error handling based on HTTP status codes.
Ques:- Can you explain how content is stored and retrieved in AEM’s JCR repository
Right Answer:
In AEM, content is stored in the Java Content Repository (JCR) using a hierarchical structure of nodes and properties. Each piece of content is represented as a node, which can have child nodes and properties that store data. To retrieve content, AEM uses the JCR API, allowing developers to query the repository using SQL2 or XPath queries, or by navigating the node structure programmatically.
AmbitionBox Logo

What makes Takluu valuable for interview preparation?

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