Upload Button Icon Add office photos

Filter interviews by

Ellicium Solutions Consultant Interview Questions and Answers

Updated 1 Oct 2024

Ellicium Solutions Consultant Interview Experiences

1 interview found

Consultant Interview Questions & Answers

user image Anonymous

posted on 1 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    Experienced consultant with a background in project management and strategic planning.

    • Over 5 years of experience in consulting roles

    • Strong background in project management and strategic planning

    • Proven track record of successfully leading teams and delivering results

    • Excellent communication and problem-solving skills

    • Previous clients include Fortune 500 companies and government agencies

  • Answered by AI
  • Q2. Tell me about your experience
  • Ans. 

    I have over 10 years of experience working as a consultant in various industries.

    • Worked with clients to analyze their needs and provide tailored solutions

    • Led teams in implementing strategies to improve efficiency and profitability

    • Developed strong relationships with clients to ensure long-term success

  • Answered by AI

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(4 Questions)

  • Q1. CompletableFuture VS Future
  • Ans. 

    CompletableFuture is an enhanced version of Future in Java that provides more flexibility and functionality.

    • CompletableFuture is part of the Java 8 concurrency framework.

    • It allows chaining of multiple asynchronous operations.

    • CompletableFuture can be explicitly completed or cancelled.

    • It supports callbacks and combinators for handling completion.

    • Future is a basic interface for representing the result of an asynchronous c...

  • Answered by AI
  • Q2. ConcurrentHashmap
  • Q3. Composition Vs inheritance
  • Ans. 

    Composition is a design principle where objects are composed of other objects, while inheritance is a mechanism where objects inherit properties and behaviors from a parent object.

    • Composition promotes code reusability and flexibility by allowing objects to be composed of other objects.

    • Inheritance allows objects to inherit properties and behaviors from a parent object, promoting code reuse.

    • Composition is more flexible t...

  • Answered by AI
  • Q4. Spring boot, microservices, Design patterns

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. C++, com component, oops concept
  • Q2. General interview questions on knowledge.

I applied via campus placement at Indian Institute of Management (IIM), Lucknow

Round 1 - Case Study 

Three sections (minimum two to be completed)-Aptitude, Case Solving and Machine Learning.

Round 2 - Case Study 

What do you know about Amex?

First case - you have data about the users of IRCTC app - login time, usage time, clicks, services, demographics etc.

IRCTC wants to launch air tickets booking service on the app and for this they will first show a pop up advertisement to inform their existing users about this service. Tell the parameters or criteria's to clean the data to come up with the target group to whom they will show this ad and are guaranteed to use this new service.

You have mentioned photography as your hobby. I know there is already a photography club in the campus but suppose you want to come up with a new but niche club only for select users who have high experience.

Suppose you have a genie, who can get you any database from any source which could be of help to you. With those data points overlapping over one another, you will eventually come up with a new data of users who are most likely to join your club. Tell me from what sort and type of data you will ask him to fetch and why? What information are you exactly searching for through those?

Round 3 - Guesstimates 

(2 Questions)

  • Q1. You're from Faridabad? So I want you to tell me the number of autorickshaws running in Faridabad in a day.
  • Q2. So now you have come up with the supply of autorickshaws. Now tell me what is the actual demand of these autorickshaws and see if the number is matching with supply or not. Had it been a different product,...
  • Ans. 

    To determine if supply of autorickshaws matches demand, we need to conduct market research and analyze data. Approach for a different product would depend on the nature of the product.

    • Conduct market research to determine the demand for autorickshaws

    • Analyze data to compare demand with supply

    • If demand is higher than supply, increase production or import more autorickshaws

    • If demand is lower than supply, decrease productio...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.Interviewers were looking for the ways
candidates used logic to come up with insights
for data analytics.

2.Prior experience in data analytics is not necessary.

3.Interactions with seniors.

4. Company website.

5. Internet.

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Can you travel that far?
  • Ans. 

    Yes, I am able to travel long distances for work.

    • I have experience traveling for work in the past

    • I am willing to travel for this opportunity

    • I have no restrictions that would prevent me from traveling

  • Answered by AI
  • Q2. Questions Based on the current profile I was working on.
  • Q3. Try and study mainly the best observations you have came up with.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and stand your point of view

I applied via Referral and was interviewed before Jun 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Process is throwing Out of Memory Error , describe the steps you will take to debug and then interviewer went down in Memory Management concepts and garbage collection algo's of JVM in great detail.
  • Ans. 

    To debug Out of Memory Error, analyze memory usage and garbage collection algorithm of JVM.

    • Analyze heap dump to identify memory leaks

    • Check if JVM is running out of heap space

    • Analyze garbage collection logs to identify any issues

    • Tune JVM parameters to optimize memory usage

    • Consider using a profiler to identify memory-intensive code

    • Check for any large objects or arrays that may be causing the issue

  • Answered by AI
  • Q2. Design automated Parking Lot.
  • Ans. 

    Automated parking lot design with efficient space utilization and user-friendly interface.

    • Use sensors to detect available parking spots

    • Implement a central computer system to manage parking allocation

    • Incorporate user-friendly interface for easy navigation and payment

    • Maximize space utilization with multi-level parking and compact car storage

    • Ensure safety measures are in place for pedestrians and vehicles

  • Answered by AI
  • Q3. Design Something similar as auto correct/suggestions functionality of Google search.
  • Ans. 

    Design an auto-suggestion feature for a search engine.

    • Implement a search algorithm that suggests relevant keywords based on user input.

    • Use machine learning to improve the accuracy of suggestions over time.

    • Allow users to easily select and add suggested keywords to their search query.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - When interviewer asked you to design a system (any system) , its important that we don't jump on solution immediately.

First define the problem statement and write down all requirements on paper.
Writing down the requirements and clarify the assumptions are two most important task in any system design question.

Remember nobody expects you to design fully functional auto-correct functionality, or Zomato app, or parking lot in one hour.
It took many months for any development team to get these kind of design right and sometime applications have to be redesign multiple times in reality.

In interview what people want to see is that how well you think,are you able to connect the dots in your design and can you come up with high level prototype which is generic and scalable.
I have seen people got lost in little nuances/edge scenarios which doesn't matter in larger scheme of things, so
1. Focus on big picture first.
2. Get your high level entity design, Schema Design right.
3. Then connect the dots and focus of if we can scale the system or enhance the system if required.
4. Try to accommodate any edge case scenario.

Generally, if you get first three steps rights , in one hour or so that's enough for you to crack the round.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Coding Test 

SQL, power bi and Python

Round 2 - HR 

(1 Question)

  • Q1. Salary expectations
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. This was based on my previous exp in the cloud and the services I have worked with.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in May 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Phycometric test in round 1

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. C++, com component, oops concept
  • Q2. General interview questions on knowledge.

Ellicium Solutions Interview FAQs

How many rounds are there in Ellicium Solutions Consultant interview?
Ellicium Solutions interview process usually has 1 rounds. The most common rounds in the Ellicium Solutions interview process are HR.

Tell us how to improve this page.

Ellicium Solutions Consultant Interview Process

based on 3 interviews

Interview experience

5
  
Excellent
View more

Fast track your campus placements

View all
Ellicium Solutions Consultant Salary
based on 60 salaries
₹4.5 L/yr - ₹14.5 L/yr
35% less than the average Consultant Salary in India
View more details

Ellicium Solutions Consultant Reviews and Ratings

based on 8 reviews

4.2/5

Rating in categories

3.8

Skill development

3.8

Work-life balance

3.7

Salary

4.4

Job security

3.2

Company culture

3.0

Promotions

3.4

Work satisfaction

Explore 8 Reviews and Ratings
Associate Consultant
71 salaries
unlock blur

₹3 L/yr - ₹9.4 L/yr

Consultant
60 salaries
unlock blur

₹4.5 L/yr - ₹14.5 L/yr

Senior Software Engineer
33 salaries
unlock blur

₹3 L/yr - ₹6.1 L/yr

Senior Consultant
21 salaries
unlock blur

₹7.8 L/yr - ₹18 L/yr

Lead Consultant
12 salaries
unlock blur

₹12.8 L/yr - ₹24.8 L/yr

Explore more salaries
Compare Ellicium Solutions with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview