Upload Button Icon Add office photos

LiquidHub

Compare button icon Compare button icon Compare

Filter interviews by

LiquidHub Interview Questions and Answers

Updated 3 May 2024
Popular Designations

9 Interview questions

An Analytics Consultant was asked
Q. What are LOD expressions in Tableau?
Ans. 

LOD expressions in Tableau are Level of Detail expressions that allow you to compute values at different levels of granularity.

  • LOD expressions can be used to calculate values at the level of detail of the visualization, regardless of the dimensions in the view.

  • They can be written using FIXED, INCLUDE, or EXCLUDE keywords to specify the level of detail.

  • For example, you can use an LOD expression to calculate the tot...

View all Analytics Consultant interview questions
An Analytics Consultant was asked
Q. What is the difference between sets and groups in Tableau?
Ans. 

Sets in Tableau are custom groupings of dimensions or measures, while groups are predefined groupings of dimensions.

  • Sets are dynamic and can be created based on conditions or filters, while groups are static and predefined.

  • Sets can be used for creating custom segments or categories, while groups are typically used for organizing data into predefined categories.

  • Examples: A set could be created to group customers wh...

View all Analytics Consultant interview questions
A Consultant was asked
Q. When should asynchronous AJAX be used?
Ans. 

Asynchronous ajax should be used when you want to make a request without blocking the rest of the code execution.

  • Use asynchronous ajax when you need to fetch data from a server without pausing the execution of other scripts

  • It is useful when you want to update parts of a webpage dynamically without reloading the entire page

  • Asynchronous ajax is commonly used in web applications to improve user experience by loading ...

View all Consultant interview questions
A Consultant was asked
Q. How do you process large amounts of data?
Ans. 

Use distributed computing systems like Hadoop or Spark to process large amounts of data efficiently.

  • Utilize distributed computing systems like Hadoop or Spark

  • Break down the data into smaller chunks for parallel processing

  • Use data compression techniques to reduce storage and processing overhead

  • Consider using cloud-based solutions for scalability and cost-effectiveness

View all Consultant interview questions
A Senior Technical Consultant was asked
Q. What are the differences between R12 and Fusion?
Ans. 

R12 is Oracle E-Business Suite while Fusion is Oracle Cloud Applications, offering different functionalities and deployment options.

  • R12 is an on-premise solution, while Fusion is a cloud-based solution

  • Fusion offers more modern and user-friendly interface compared to R12

  • Fusion provides more advanced features like AI and machine learning capabilities

  • R12 has been around longer and may have more mature functionality i...

View all Senior Technical Consultant interview questions
A Quality Analyst was asked
Q. What test strategy would you use for the launch of the Amazon app?
Ans. 

Test strategy for launching Amazon app

  • Define test objectives and scope

  • Identify target devices and platforms

  • Create test cases for functional and non-functional requirements

  • Perform compatibility testing with different devices and OS versions

  • Conduct security and performance testing

  • Ensure seamless integration with other Amazon services

  • Perform user acceptance testing

  • Implement continuous testing and monitoring

  • Collaborat...

View all Quality Analyst interview questions
A Software Engineer was asked
Q. Write a program to check if a given string is a palindrome.
Ans. 

A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward.

  • Create a function that takes a string as input

  • Reverse the string and compare it to the original string

  • If they are the same, it is a palindrome

  • Ignore spaces and punctuation when comparing

View all Software Engineer interview questions
Are these interview questions helpful?
A Design & Development Engineer was asked
Q. Write a program to find duplicate strings in an array.
Ans. 

Program to find and remove duplicate strings in an array

  • Create an empty hash table

  • Iterate through the array and add each string to the hash table

  • If a string already exists in the hash table, remove it from the array

View all Design & Development Engineer interview questions
A Consultant was asked
Q. Major design patterns used
Ans. 

Some major design patterns used include Singleton, Factory, Observer, and Strategy patterns.

  • Singleton pattern ensures a class has only one instance and provides a global point of access to it.

  • Factory pattern creates objects without specifying the exact class of object that will be created.

  • Observer pattern defines a one-to-many dependency between objects so that when one object changes state, all its dependents are...

View all Consultant interview questions

LiquidHub Interview Experiences

13 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Why you want to leave pervious company
Round 3 - Technical 

(1 Question)

  • Q1. Differences between r12 and fusion
  • Ans. 

    R12 is Oracle E-Business Suite while Fusion is Oracle Cloud Applications, offering different functionalities and deployment options.

    • R12 is an on-premise solution, while Fusion is a cloud-based solution

    • Fusion offers more modern and user-friendly interface compared to R12

    • Fusion provides more advanced features like AI and machine learning capabilities

    • R12 has been around longer and may have more mature functionality in cer...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well for technical round
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between sets and groups in Tableau?
  • Ans. 

    Sets in Tableau are custom groupings of dimensions or measures, while groups are predefined groupings of dimensions.

    • Sets are dynamic and can be created based on conditions or filters, while groups are static and predefined.

    • Sets can be used for creating custom segments or categories, while groups are typically used for organizing data into predefined categories.

    • Examples: A set could be created to group customers who mad...

  • Answered by AI
  • Q2. What are LOD expressions in Tableau?
  • Ans. 

    LOD expressions in Tableau are Level of Detail expressions that allow you to compute values at different levels of granularity.

    • LOD expressions can be used to calculate values at the level of detail of the visualization, regardless of the dimensions in the view.

    • They can be written using FIXED, INCLUDE, or EXCLUDE keywords to specify the level of detail.

    • For example, you can use an LOD expression to calculate the total sa...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with BI and Data Visualization concepts.

Consultant Interview Questions & Answers

user image Anonymous

posted on 19 Apr 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Major design patterns used
  • Ans. 

    Some major design patterns used include Singleton, Factory, Observer, and Strategy patterns.

    • Singleton pattern ensures a class has only one instance and provides a global point of access to it.

    • Factory pattern creates objects without specifying the exact class of object that will be created.

    • Observer pattern defines a one-to-many dependency between objects so that when one object changes state, all its dependents are noti...

  • Answered by AI
  • Q2. How to process large amounts of data?
  • Ans. 

    Use distributed computing systems like Hadoop or Spark to process large amounts of data efficiently.

    • Utilize distributed computing systems like Hadoop or Spark

    • Break down the data into smaller chunks for parallel processing

    • Use data compression techniques to reduce storage and processing overhead

    • Consider using cloud-based solutions for scalability and cost-effectiveness

  • Answered by AI
  • Q3. When to use asynchronous ajax?
  • Ans. 

    Asynchronous ajax should be used when you want to make a request without blocking the rest of the code execution.

    • Use asynchronous ajax when you need to fetch data from a server without pausing the execution of other scripts

    • It is useful when you want to update parts of a webpage dynamically without reloading the entire page

    • Asynchronous ajax is commonly used in web applications to improve user experience by loading data ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay confidant
Prepare well standard questions

Skills evaluated in this interview

Interview Questionnaire 

4 Questions

  • Q1. About java data structures
  • Q2. Attitude reasoning
  • Q3. Vibility, reasoning,
  • Q4. 30 to 50 questions

Interview Preparation Tips

Interview preparation tips for other job seekers - A did not get any interview

I applied via Naukri.com and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Workcenter, routing, batch management
  • Q2. Demand management, planning strategies

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare master data and planning strategies with pp configuration
Round 1 - Coding Test 
Round 2 - Coding Test 
Round 3 - One-on-one 

(1 Question)

  • Q1. Why are you need this job

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard and technically good

Interview Questions & Answers

user image Anonymous

posted on 9 Sep 2021

I applied via Naukri.com and was interviewed in Aug 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I have attended 2rounds of interview like 1st round is techanical and 2nd round is managerialround and details of Question are mentioned below please have a look on it question on siem tools like qradar,sp...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready with all the required documents be on ontime because in this pandemic everything goes on online so time management is very important ok

I applied via Recruitment Consultant and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Test strategy for amazon app launch
  • Ans. 

    Test strategy for launching Amazon app

    • Define test objectives and scope

    • Identify target devices and platforms

    • Create test cases for functional and non-functional requirements

    • Perform compatibility testing with different devices and OS versions

    • Conduct security and performance testing

    • Ensure seamless integration with other Amazon services

    • Perform user acceptance testing

    • Implement continuous testing and monitoring

    • Collaborate wit...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to answer don't miss the path while talking

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Basic questions on MVC

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall it was a good experience

Associate Consultant Interview Questions & Answers

user image Ashpreet Malhotra

posted on 7 Sep 2022

I applied via Walk-in and was interviewed before Sep 2021. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

AMCAT aptitude test on paper or written aptitude basic test..even 1st year btech grad or a final year BBA/BCA Graduate can do it

Round 3 - One-on-one 

(2 Questions)

  • Q1. Basic interview with Sr. Manager or assistant manager.
  • Q2. Interview about basic SQL or Excel like joins, pivot table and basic excel operations. It's very easy.
Round 4 - HR 

(1 Question)

  • Q1. Basic interaction skills, monetary expectations.

Interview Preparation Tips

Topics to prepare for LiquidHub Associate Consultant interview:
  • Excel
  • SQL
Interview preparation tips for other job seekers - No tips. Just be confident and have good communication skills

Top trending discussions

View All
Interview Tips & Stories
4d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about LiquidHub?
Ask anonymously on communities.

LiquidHub Interview FAQs

How many rounds are there in LiquidHub interview?
LiquidHub interview process usually has 2-3 rounds. The most common rounds in the LiquidHub interview process are Technical, Coding Test and One-on-one Round.
How to prepare for LiquidHub interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at LiquidHub. The most common topics and skills that interviewers at LiquidHub expect are Excel, Communication Skills, Data Analysis, SQL and English Language.
What are the top questions asked in LiquidHub interview?

Some of the top questions asked at the LiquidHub interview -

  1. What is the difference between sets and groups in Table...read more
  2. How to process large amounts of da...read more
  3. What are LOD expressions in Table...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 3 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.3
 • 290 Interviews
Altimetrik Interview Questions
3.7
 • 242 Interviews
Xoriant Interview Questions
4.1
 • 213 Interviews
INDIUM Interview Questions
4.0
 • 198 Interviews
Incedo Interview Questions
3.0
 • 193 Interviews
Iris Software Interview Questions
4.0
 • 185 Interviews
Globant Interview Questions
3.7
 • 184 Interviews
ThoughtWorks Interview Questions
3.9
 • 158 Interviews
View all

LiquidHub Reviews and Ratings

based on 176 reviews

3.6/5

Rating in categories

3.5

Skill development

3.8

Work-life balance

3.1

Salary

3.8

Job security

3.3

Company culture

3.1

Promotions

3.2

Work satisfaction

Explore 176 Reviews and Ratings
Consultant
89 salaries
unlock blur

₹4 L/yr - ₹14.3 L/yr

Senior Consultant
42 salaries
unlock blur

₹9 L/yr - ₹18.1 L/yr

Senior Analyst
30 salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Associate Consultant
29 salaries
unlock blur

₹3.6 L/yr - ₹10 L/yr

Technical Lead
29 salaries
unlock blur

₹9.4 L/yr - ₹24.5 L/yr

Explore more salaries
Compare LiquidHub with

Xoriant

4.1
Compare

Photon Interactive

4.1
Compare

CitiusTech

3.3
Compare

Iris Software

4.0
Compare
write
Share an Interview