Upload Button Icon Add office photos

Ellicium Solutions

Compare button icon Compare button icon Compare

Filter interviews by

Ellicium Solutions Senior Software Engineer Interview Questions and Answers

Updated 5 Apr 2024

Ellicium Solutions Senior Software Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. What is array? Difference between tuples and array?
  • Ans. 

    Array is a data structure that stores a collection of elements of the same type.

    • Arrays have a fixed size, while tuples can have a variable size.

    • Arrays are mutable, meaning their elements can be changed, while tuples are immutable.

    • Example: ['apple', 'banana', 'cherry']

  • Answered by AI
  • Q2. 1. What is function, dictionary ,tuple?
  • Ans. 

    Function, dictionary, and tuple are data structures in Python.

    • Function is a block of code that only runs when it is called. It can accept parameters and return values.

    • Dictionary is a collection of key-value pairs. Keys are unique and immutable, while values can be of any data type.

    • Tuple is an ordered, immutable collection of elements. It is defined using parentheses.

  • Answered by AI
  • Q3. Difference between list and array?
  • Ans. 

    Arrays have fixed size, while lists can dynamically grow. Arrays store elements of the same data type, while lists can store different data types.

    • Arrays have a fixed size, while lists can dynamically grow in size.

    • Arrays store elements of the same data type, while lists can store different data types.

    • Arrays are accessed by index, while lists are accessed by iterators or indices.

  • Answered by AI
  • Q4. Write code for tables from 2 to 10 .
  • Ans. 

    Generate multiplication tables from 2 to 10 using loops.

    • Use nested loops to iterate through each table

    • Print the multiplication of the current table number with numbers from 1 to 10

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Asked about hobbies

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w (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 Ellicium Solutions?
Ask anonymously on communities.

Interview questions from similar companies

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

Round 1 - Aptitude Test 

No negative marking in aptitude test

Round 2 - Group Discussion 

Group discussion topics were abstract

Round 3 - Technical 

(1 Question)

  • Q1. Questions about project and cloud technologies
Round 4 - One-on-one 

(1 Question)

  • Q1. General questions like strengths ad weaknesses

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared for questions regarding skills mentioned on resume

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in GlobalLogic
Q4. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
Q5. If you have to prioritize between coding standards and project de ... read more
Interview experience
5
Excellent
Difficulty level
-
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Dsa concepts including trees
  • Q2. Balanced tree implementation
  • Ans. 

    A balanced tree maintains its height for efficient operations like insertion, deletion, and lookup.

    • Balanced trees include AVL trees and Red-Black trees.

    • AVL trees maintain balance by ensuring the heights of two child subtrees differ by at most one.

    • Red-Black trees use color properties to ensure the longest path from root to leaf is no more than twice the length of the shortest.

    • Example: Inserting nodes in an AVL tree requ...

  • Answered by AI
  • Q3. Pre order traversal intree
  • Ans. 

    Pre-order traversal visits nodes in a tree in the order: root, left subtree, right subtree.

    • Start at the root node and process it first.

    • Recursively visit the left subtree before the right subtree.

    • Example: For a tree with root 1, left child 2, and right child 3, pre-order traversal yields [1, 2, 3].

    • Useful for creating a copy of the tree or getting prefix expressions in expression trees.

  • Answered by AI

I applied via Recruitment Consulltant and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on Core and advance Java like Collections, Java8, streams, Multithreading, Spring Boot concepts like annotations, security, codes and Microservices, Agile.
Round 2 - Technical 

(1 Question)

  • Q1. Technical + Managerial Round Technical questions on Java Spring Boot and Microservices. Managerial round questions as well.
Round 3 - HR 

(5 Questions)

  • Q1. Tell me about yourself.
  • Q2. Why are you looking for a change?
  • Q3. What are your salary expectations?
  • Q4. Share details of your previous job.
  • Q5. This was also the salary discuss round.

Interview Preparation Tips

Topics to prepare for Citicorp Senior Software Engineer interview:
  • Java
  • Core Java
  • Microservices
  • Spring Boot
  • Agile
Interview preparation tips for other job seekers - Keep the basic concepts upto date and clear.
Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2022. There were 3 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 - Case Study 

How would you approach performance issues in an application module

Round 3 - Technical 

(1 Question)

  • Q1. How would you process millions of records in an excel file
  • Ans. 

    Use programming language to read and process data from Excel file efficiently.

    • Use a programming language like Python, Java, or C# to read the Excel file.

    • Utilize libraries like pandas in Python or Apache POI in Java for efficient data processing.

    • Implement batch processing or parallel processing to handle millions of records efficiently.

    • Optimize code for memory management and performance to avoid crashes or slowdowns.

    • Con...

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Mar 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. Linked list questions, array and string questions
  • Q2. Rest api, microservices design patterns, design principles , System design, java detailed

Interview Preparation Tips

Interview preparation tips for other job seekers - please prepare basics of linkedlist hashmap string arrays rest api and microservices. Also, American Express might have very high performing team. Do check if you are fit for project as the expectations were very high.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
-
Result
-

I appeared for an interview in Apr 2024.

Round 1 - Technical 

(1 Question)

  • Q1. About mobile testing and logs
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - Coding Test 

Some questions that range from easy to medium level.

Round 2 - Technical 

(2 Questions)

  • Q1. General questions around your resume, the tech stacks you worked on, fundamentals and deepdive into that.
  • Q2. High level system design
  • Ans. 

    High level system design involves creating an overall architecture for a software system.

    • Identify the main components of the system

    • Define the interactions between components

    • Consider scalability, reliability, and performance

    • Use diagrams like UML to visualize the design

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Can you describe your experience, the projects you have worked on, challenges you solved and other stuffs around that.
  • Ans. 

    I have extensive experience working on various software projects, overcoming challenges and delivering successful solutions.

    • Developed a web application for a healthcare company to streamline patient data management

    • Implemented a real-time messaging feature in a social media platform to improve user engagement

    • Optimized database queries to improve performance of an e-commerce website

    • Collaborated with cross-functional team...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Company Website and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - Coding Test 

Asked 2 coding questions on arrays

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

(2 Questions)

  • Q1. Java related questions were asked
  • Q2. Mongo related we're asked

Ellicium Solutions Interview FAQs

How many rounds are there in Ellicium Solutions Senior Software Engineer interview?
Ellicium Solutions interview process usually has 2 rounds. The most common rounds in the Ellicium Solutions interview process are Technical and HR.
What are the top questions asked in Ellicium Solutions Senior Software Engineer interview?

Some of the top questions asked at the Ellicium Solutions Senior Software Engineer interview -

  1. What is array? Difference between tuples and arr...read more
  2. 1. What is function, dictionary ,tup...read more
  3. Write code for tables from 2 to 1...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
Ellicium Solutions Senior Software Engineer Salary
based on 33 salaries
₹3 L/yr - ₹6.1 L/yr
70% less than the average Senior Software Engineer Salary in India
View more details

Ellicium Solutions Senior Software Engineer Reviews and Ratings

based on 4 reviews

2.9/5

Rating in categories

4.3

Skill development

2.4

Work-life balance

2.9

Salary

2.9

Job security

2.9

Company culture

2.9

Promotions

2.9

Work satisfaction

Explore 4 Reviews and Ratings
Associate Consultant
71 salaries
unlock blur

₹4 L/yr - ₹9 L/yr

Consultant
68 salaries
unlock blur

₹6.1 L/yr - ₹13.5 L/yr

Senior Software Engineer
33 salaries
unlock blur

₹3 L/yr - ₹6.1 L/yr

Senior Consultant
24 salaries
unlock blur

₹9 L/yr - ₹14.1 L/yr

Lead Consultant
10 salaries
unlock blur

₹19 L/yr - ₹26.1 L/yr

Explore more salaries
Compare Ellicium Solutions with

HSBC Group

3.9
Compare

Cholamandalam Investment & Finance

3.9
Compare

Citicorp

3.7
Compare

BNY

3.8
Compare
write
Share an Interview