Upload Button Icon Add office photos

Filter interviews by

Celigo SDE Interview Questions and Answers

Updated 31 Aug 2023

Celigo SDE Interview Experiences

1 interview found

SDE Interview Questions & Answers

user image Anonymous

posted on 31 Aug 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Chaitanya Bharathi Institute of Technology, Hyderabad and was interviewed in Mar 2023. 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 - Coding Test 

It was a 90 min online coding test on hackerrank platform and the questions were from DSA.

Round 3 - Technical 

(1 Question)

  • Q1. We had a discussion on few dsa problems of leetcode style.
Round 4 - Technical 

(1 Question)

  • Q1. Leetcode style DSA interview
Round 5 - Technical 

(1 Question)

  • Q1. Leetcode Style DSA round and discussion on projects.
Round 6 - HR 

(1 Question)

  • Q1. Pure HR based questinos

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Two easy to medium level questions

Round 2 - Technical 

(2 Questions)

  • Q1. Reverse a string
  • Ans. 

    Reverse a string by iterating through the characters and swapping them.

    • Create a new string to store the reversed string

    • Iterate through the original string from end to start

    • Append each character to the new string

    • Return the new string as the reversed string

  • Answered by AI
  • Q2. First and last occurrence of an element in a sorted array
  • Ans. 

    Find the first and last occurrence of an element in a sorted array.

    • Use binary search to find the first occurrence of the element.

    • Modify binary search to find the last occurrence of the element.

    • Handle cases where the element is not found in the array.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

30 min exam online test with easy and medium leetcode questions. Precisely Bulls and Cow problem and remove K digits leetcode questions

SDE Interview Questions & Answers

yellow.ai user image Anonymous

posted on 19 May 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Design book my show
  • Q2. How will structure data base
  • Ans. 

    Structuring a database involves organizing data into tables, defining relationships, and setting up constraints.

    • Identify entities and attributes to create tables

    • Define relationships between tables using keys

    • Set up constraints like primary keys, foreign keys, and unique constraints

    • Normalize data to reduce redundancy and improve efficiency

    • Consider indexing for faster data retrieval

    • Use data types appropriate for each colu

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Data structures
system design
past experiences

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is oops concepts
  • Ans. 

    Object-oriented programming concepts that focus on data encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Ability of a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation detai...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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. 1. I was asked to create bst from preorder and inorder 2. Basic OOPs concepts 3. Question on finding the highest profit after selling the stocks
  • Q2. 4. Question from projects

Interview Preparation Tips

Interview preparation tips for other job seekers - basic DSA and OOPs

SDE Interview Questions & Answers

Zopsmart Technology user image Mehul Khandelwal

posted on 19 Apr 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on React, virtual DOM and basic questions on javascript DSA questions included Linked List reversal and find a cycle in linked list
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Asked about Parking LOT coding question in VM

Round 2 - Technical 

(5 Questions)

  • Q1. About yourself?
  • Q2. Delegates
  • Q3. Linq
  • Q4. ORMs
  • Q5. OOPS
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Dec 2021. There was 1 interview round.

Round 1 - HR 

(3 Questions)

  • Q1. Very fundamental questions were out of programming language like what is Like class vs object, instances vs object, why do we rather write our code in OOPS supported languages than procedural programming l...
  • Q2. In the context of Dot Net Framework, What is DotNet vs Dot Net Framework? Why do use it? What is role of DI,Service Lifetime scope ?
  • Ans. 

    DotNet is a platform while Dot Net Framework is a software framework built on top of it.

    • DotNet is a platform that provides a runtime environment for executing applications.

    • Dot Net Framework is a software framework built on top of DotNet platform.

    • Dot Net Framework provides a set of libraries and tools for developing and running applications.

    • Dependency Injection (DI) is a design pattern used to implement Inversion of Con...

  • Answered by AI
  • Q3. Explain Task Parallel Library
  • Ans. 

    Task Parallel Library is a .NET framework that enables parallel processing of tasks.

    • TPL provides a higher-level abstraction for parallelism than traditional threading models.

    • It includes features like Task and Task classes, Parallel.ForEach and Parallel.Invoke methods.

    • TPL can improve performance by utilizing multiple cores and processors.

    • TPL also includes cancellation and exception handling mechanisms.

    • Example: Parallel....

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a solid knowledge on the basic of OOPs concepts. What and why do we use of this concepts. Be very positive and try not to exaggerate the answer give it in very simple word and concisely. If you got stuck at somewhere be calm ask another question to answer, gently.

Skills evaluated in this interview

Celigo Interview FAQs

How many rounds are there in Celigo SDE interview?
Celigo interview process usually has 6 rounds. The most common rounds in the Celigo interview process are Technical, Coding Test and HR.
What are the top questions asked in Celigo SDE interview?

Some of the top questions asked at the Celigo SDE interview -

  1. We had a discussion on few dsa problems of leetcode sty...read more
  2. Leetcode Style DSA round and discussion on projec...read more
  3. Leetcode style DSA interv...read more

Tell us how to improve this page.

Celigo SDE Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

SAP Interview Questions
4.2
 • 304 Interviews
Innovaccer Interview Questions
3.5
 • 78 Interviews
NoBrokerHOOD Interview Questions
3.3
 • 55 Interviews
Vyapar Interview Questions
3.5
 • 48 Interviews
Informatica Interview Questions
3.5
 • 27 Interviews
Classplus Interview Questions
3.4
 • 27 Interviews
Fleetx.io Interview Questions
3.9
 • 26 Interviews
View all
Celigo SDE Salary
based on 9 salaries
₹15.2 L/yr - ₹24 L/yr
19% less than the average SDE Salary in India
View more details
Software Engineer
59 salaries
unlock blur

₹12 L/yr - ₹20 L/yr

Senior Software Engineer
28 salaries
unlock blur

₹15 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

SDE
9 salaries
unlock blur

₹15.2 L/yr - ₹24 L/yr

Explore more salaries
Compare Celigo with

Zapier

2.0
Compare

Mulesoft

4.6
Compare

Talend Data Integration Services

4.0
Compare

Boomi

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