Upload Button Icon Add office photos

Filter interviews by

Celigo Cloude Software Developer Interview Questions and Answers

Updated 10 Jun 2015

Celigo Cloude Software Developer Interview Experiences

1 interview found

Interview Preparation Tips

Round: Test
Experience: 1)There are two unsorted lists containing integers. Provide a solution to find the largest common integer in both lists (findCommonLargest(List list1, List list2)). You can use additional data structures if needed but utility methods from java collections are not allowed. There are many solutions possible for this problem; please provide the most efficient solution you can come up with and provide its running time in Big O notation

2) In a university, students can enroll in different courses.

A student may enroll for more than one course.

Both students and courses can be identified by IDs given to them. Design a data structure to store students, courses, and the student-course relationships. You can use arrays, lists, stacks, trees, graphs, etc. or come up with your own data structures.

Give the running times, in Big O notation, for the following operations for your data structure and justify the answers:

a) Return all students in a list.

b) Return all courses in a list.

c) Return all courses in a list for a given student.

d) Return all students in a list for a given course.

Round: Technical Interview
Experience: 1) Write a code to print the BFS of a binary tree, with can marker '->' after every level.

2) Given a binary tree and a number, print the all the nodes in the level that contains the node with the given number, expect the number and it's sibling.

3) Delete a node in a binary search tree.

Round: Technical Interview
Experience: 1) Write a code to reverse a link list.

2) Design a data structure to solve the scramble/jumble word problem that comes in the newspaper.

I/p: list of letters

O/p: all the valid dictionary words

eg: ogd

O/p : god, dog.

Round: HR Interview
Experience: What is the thing that you most like about your current company?

-> What is the thing that you least like about your current company?

-> Tell me about your current work exp?

-> Where do you see yourself after 5 years?

College Name: NA

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Aap kiskey relative ya reference ho ?
  • Q2. How early you can join ?
Round 2 - One-on-one 

(2 Questions)

  • Q1. About you role in previous company and domain knowledge
  • Q2. Buttering karini hogi kar sakoge ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Negotiate as much as possible with Managers and HR, there is no minimum or maximum package in Fleetx for any position.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Oct 2022. There were 6 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 

Easy to crack the test

Round 3 - Group Discussion 

Somewhat ok need to be a bit fluent

Round 4 - Assignment 

They gave us portal with bugs we have to find them.

Round 5 - Technical 

(1 Question)

  • Q1. Some random logical thinking questions
Round 6 - HR 

(1 Question)

  • Q1. Tell me abt yourself
  • Ans. 

    I am a motivated and enthusiastic individual with a strong passion for learning and gaining practical experience in the field of [field].

    • I have recently completed my [degree/qualification] in [field] from [university/institution].

    • During my studies, I gained hands-on experience through internships at [company/organization] where I worked on [specific projects/tasks].

    • I have a solid understanding of [relevant skills/techn...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Kindly don't apply for this company if u r a fresher. They don't value your work and efforts. They want you to catch up really quick to their goals in impossible time.

I appeared for an interview in Oct 2016.

Interview Questionnaire 

2 Questions

  • Q1. Questions related to Java Programming OOPS
  • Q2. Questions related to Internships

Interview Preparation Tips

Round: Test
Duration: 1 hour 30 minutes
Total Questions: 90

Round: Group Discussion
Duration: 25 minutes

Skills: Programming Skills In Any Language Like C, Object Oriented Programming (OOP) Basics, Data Structures And Algorithms, Operating Systems
College Name: NIT Raipur

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

Interview Questionnaire 

1 Question

  • Q1. How to route a payment from foreign country to domestic?
  • Ans. 

    To route a payment from foreign country to domestic, one can use international wire transfer or online payment platforms.

    • International wire transfer can be done through banks or money transfer services

    • Online payment platforms like PayPal, TransferWise, or Payoneer can also be used

    • Exchange rates and fees should be considered before choosing a method

    • Compliance with regulations and documentation requirements is important

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be focused and informative.

Skills evaluated in this interview

I applied via Approached by Company and was interviewed before May 2021. 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 - Aptitude Test 

Mathematical thinking Analytical Thinking

Round 3 - HR 

(1 Question)

  • Q1. Career intro, Mathematics

Interview Preparation Tips

Topics to prepare for Vyapar Sales Executive interview:
  • Aptitude
  • Basic mathematics
  • Accounting
Interview preparation tips for other job seekers - Organisation is good learnings will be there

I appeared for an interview before Nov 2019.

Interview Questionnaire 

1 Question

  • Q1. SQL questions based on joins and previous projects.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1st round pure technical
2nd round based on previous projects experienc
3rd HR round salary and all.

I appeared for an interview in Dec 2016.

Interview Questionnaire 

7 Questions

  • Q1. Questions on linked list
  • Q2. Implement LRU
  • Ans. 

    LRU (Least Recently Used) is a caching algorithm that removes the least recently used item when the cache is full.

    • LRU uses a combination of a doubly linked list and a hash map.

    • The doubly linked list keeps track of the order of recently used items.

    • The hash map allows for efficient lookup of items in the cache.

    • When a new item is accessed, it is moved to the front of the list.

    • If the cache is full, the item at the end of t

  • Answered by AI
  • Q3. Questions on C, c++
  • Q4. Questions on DBMS
  • Q5. Questions on Operating Systems
  • Q6. Tell all things that happen inside a system when we press 'k' on the notepad.
  • Ans. 

    Pressing 'k' on Notepad triggers a series of events including key press event, character insertion, and potential text manipulation.

    • When 'k' is pressed, a key press event is triggered

    • The key press event is captured by the Notepad application

    • The character 'k' is inserted at the current cursor position

    • If any text is selected, it may be replaced by the character 'k'

    • The cursor position is updated to the next position

    • If aut

  • Answered by AI
  • Q7. Basic HR questions

Interview Preparation Tips

Round: Technical Interview
Tips: Prepare Data Structure and Algorithms well

Round: Technical Interview
Tips: Have decent knowledge of technical subjects.

Skills: Programming, Data Structures, Algorithm, Operating System Basics, Knowledge About Database Managements Systems
College Name: IIT Roorkee

Skills evaluated in this interview

I applied via LinkedIn and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Advanced SQL, Python, ML and NLP.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with the basics

I applied via Recruitment Consultant and was interviewed in Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How many clients you deal with at a time

Tell us how to improve this page.

Interview Questions from Similar Companies

SAP Interview Questions
4.2
 • 283 Interviews
Innovaccer Interview Questions
3.4
 • 81 Interviews
Cohesity Interview Questions
3.9
 • 81 Interviews
NoBrokerHOOD Interview Questions
3.1
 • 57 Interviews
Vyapar Interview Questions
3.4
 • 53 Interviews
Classplus Interview Questions
3.4
 • 28 Interviews
View all
Software Engineer
30 salaries
unlock blur

₹8 L/yr - ₹24 L/yr

Senior Software Engineer
28 salaries
unlock blur

₹15.5 L/yr - ₹38.5 L/yr

Software Developer
16 salaries
unlock blur

₹6.5 L/yr - ₹27.6 L/yr

QA Engineer
16 salaries
unlock blur

₹3.9 L/yr - ₹11.1 L/yr

Software Engineer2
10 salaries
unlock blur

₹14 L/yr - ₹25 L/yr

Explore more salaries
Compare Celigo with

Intellect Design Arena

3.9
Compare

Cohesity

3.9
Compare

Celebal Technologies

3.0
Compare

NoBrokerHOOD

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