Add office photos
Employer?
Claim Account for FREE

Merkle

3.6
based on 126 Reviews
Filter interviews by

House Of Shipping Interview Questions and Answers

Updated 9 Nov 2024

Q1. what are truncate, delete and drop statement in sql

Ans.

Truncate, delete, and drop are SQL statements used to remove data or objects from a database.

  • Truncate: Removes all rows from a table without logging individual row deletions. It is faster than delete but cannot be rolled back.

  • Delete: Removes specific rows from a table based on a condition. It logs individual row deletions and can be rolled back.

  • Drop: Removes an entire table, view, index, or database from the database schema. It cannot be rolled back.

Add your answer

Q2. difference between find element and find element

Ans.

find element is a method in Selenium used to locate a single web element on a webpage, while find elements is used to locate multiple web elements.

  • find element returns a single web element based on the locator strategy provided

  • find elements returns a list of web elements based on the locator strategy provided

  • Example: driver.findElement(By.id("elementId")) vs driver.findElements(By.className("elementsClass"))

Add your answer

Q3. diff b/w abstract class and abstract method

Ans.

Abstract class is a class that cannot be instantiated, while abstract method is a method without implementation.

  • Abstract class can have both abstract and non-abstract methods, while abstract method must be inside an abstract class.

  • Abstract class can have constructors, while abstract method cannot have a body.

  • Abstract class can have variables, while abstract method cannot have a body.

Add your answer

Q4. write a program for reverse string

Ans.

Program to reverse a string using array of characters

  • Create an array of characters to store the input string

  • Iterate through the input string and store each character in the array

  • Iterate through the array in reverse order to construct the reversed string

Add your answer
Discover House Of Shipping interview dos and don'ts from real experiences

Q5. what is init() funtion

Ans.

init() function is a method used in programming to initialize an object or set up initial values.

  • init() function is commonly used in object-oriented programming languages like Java and Python.

  • It is called automatically when an object is created.

  • The init() function is used to set default values, allocate memory, or perform any other necessary setup for an object.

Add your answer

Q6. What is our business

Ans.

Our business is a technology company specializing in developing software solutions for businesses.

  • Specializes in developing software solutions for businesses

  • Uses technology to improve business operations

  • Provides consulting services for implementing software solutions

Add your answer

Q7. What is the feature engineering menthods you used

Ans.

I have used techniques like one-hot encoding, feature scaling, polynomial features, and interaction terms for feature engineering.

  • One-hot encoding for categorical variables

  • Feature scaling for numerical variables

  • Polynomial features for capturing non-linear relationships

  • Interaction terms for capturing interactions between features

Add your answer

Q8. How to deploy project into orchestrator

Ans.

Project deployment into orchestrator involves packaging the project, configuring orchestrator settings, and deploying the package.

  • Package the project into a deployable format (e.g. Docker container, zip file)

  • Configure orchestrator settings such as environment variables, network configurations

  • Deploy the packaged project to the orchestrator using tools like Kubernetes, Docker Swarm, or AWS ECS

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at House Of Shipping

based on 17 interviews in the last 1 year
Interview experience
4.2
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.7
 • 6.1k Interview Questions
4.2
 • 268 Interview Questions
4.0
 • 242 Interview Questions
3.2
 • 160 Interview Questions
3.8
 • 140 Interview Questions
View all
Top Merkle Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter