Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Colan Infotech Team. If you also belong to the team, you can get access from here

Colan Infotech Verified Tick

Compare button icon Compare button icon Compare
3.9

based on 94 Reviews

Filter interviews by

Colan Infotech Full Stack Developer Interview Questions and Answers

Updated 18 Nov 2024

Colan Infotech Full Stack Developer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. About projects on past company
  • Q2. Front and backend technical
  • Q3. Tell projects you worked
  • Q4. Work timing fine for you
  • Q5. Communication with clients

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly they will conduct interview but not hiring

Full Stack Developer Jobs at Colan Infotech

View all

Interview questions from similar companies

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

I applied via Referral and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Its basic test general questions would be there

Round 2 - Coding Test 

Coding test contains 7 questions which you need to complete basic questions like star pattern , fibonacci.

Round 3 - One-on-one 

(1 Question)

  • Q1. Core java qustions

Interview Preparation Tips

Interview preparation tips for other job seekers - You can crack interview easily with basic knowledge of java
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Walk-in

Round 1 - Technical 

(2 Questions)

  • Q1. How make a queue using a stack
  • Ans. 

    To implement a queue using a stack, use two stacks and simulate the queue operations.

    • Use two stacks, one for enqueue operation and one for dequeue operation.

    • For enqueue operation, simply push elements onto the stack used for enqueueing.

    • For dequeue operation, if the dequeue stack is empty, pop all elements from enqueue stack and push onto dequeue stack.

    • Then pop from the dequeue stack to simulate dequeue operation.

  • Answered by AI
  • Q2. Create a linked list
  • Ans. 

    A linked list is a data structure consisting of nodes where each node points to the next node in the sequence.

    • Create a Node class with data and next pointer

    • Initialize a head pointer to null

    • Add nodes by updating next pointers

    • Traverse the list by following next pointers

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Question asked from javascript and Angular.
Round 2 - Behavioral 

(1 Question)

  • Q1. Asking how will you handle pressure and whats your strength and weekness.
Round 3 - HR 

(1 Question)

  • Q1. Discussion on Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - I have given my interview for the role of Software Developer, the recruiter schedule an interview:-
1. Techincal Round - clear
2. Managerial Round- clear
The recruiter(Talent Acquisition Team) told me that they will give hike on current salary but in HR round they lied and said company will hire you on current salary after disscussing with HR on salary negotiation i agreed with the same package because at that time I was unemployed.
He said will give you an update regarding offer letter, From that date he never came back and does not release offer letter i followup with recruiter, I called several times but she doesn't pick my call even not replying on msg/whatsapp.

My advice for jobseekers to stay away from this company it will waste your time and energy.
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 Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was ok. I was not able to solve all the questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Remove the last element from a linkedlist
  • Q2. Some basic questions on oops dbms and os
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

The interviewer asked about javascript basics and DSA questions and some typescript questions

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. I don't know why they rejected me
  • Q2. What ever they asked me for coding part the output is correct and logic is also correct
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(5 Questions)

  • Q1. Tell me about
  • Q2. Your self they are asking
  • Q3. What is your weakness
  • Q4. Any questions ask for me
  • Q5. All the best future
Round 2 - Coding Test 

Coding for international

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

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple question on maths

Round 2 - Technical 

(2 Questions)

  • Q1. Explain OOPS concept
  • Ans. 

    OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on creating objects that interact with each other to solve complex problems

    • Key principles include encapsulation, inheritance, polymorphism, and abstraction

    • Encapsulation ensures that the internal state of an object is hidden from the outside world

    • Inheritance allows a class to inherit...

  • Answered by AI
  • Q2. Coding array questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Different deoendency injection techniques
  • Ans. 

    Dependency injection is a design pattern used to remove hard-coded dependencies and make components more modular and testable.

    • Constructor injection: Dependencies are provided through a class's constructor.

    • Setter injection: Dependencies are set through setter methods.

    • Interface injection: Dependencies are injected through an interface.

    • Spring framework in Java uses dependency injection to manage components.

    • Angular framewo...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Client round about architecture

Skills evaluated in this interview

Colan Infotech Interview FAQs

How many rounds are there in Colan Infotech Full Stack Developer interview?
Colan Infotech interview process usually has 1 rounds. The most common rounds in the Colan Infotech interview process are Technical.
How to prepare for Colan Infotech Full Stack Developer 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 Colan Infotech. The most common topics and skills that interviewers at Colan Infotech expect are Javascript, Angular, React.Js, MongoDB and Node.Js.
What are the top questions asked in Colan Infotech Full Stack Developer interview?

Some of the top questions asked at the Colan Infotech Full Stack Developer interview -

  1. Front and backend techni...read more
  2. Work timing fine for ...read more
  3. Communication with clie...read more

Tell us how to improve this page.

Colan Infotech Full Stack Developer Salary
based on 7 salaries
₹1.5 L/yr - ₹9 L/yr
47% less than the average Full Stack Developer Salary in India
View more details

Colan Infotech Full Stack Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
213 salaries
unlock blur

₹1.2 L/yr - ₹9 L/yr

Software Developer
71 salaries
unlock blur

₹1.2 L/yr - ₹7 L/yr

Softwaretest Engineer
39 salaries
unlock blur

₹1 L/yr - ₹8 L/yr

Senior Software Engineer
35 salaries
unlock blur

₹4.2 L/yr - ₹18 L/yr

DOT NET Developer
31 salaries
unlock blur

₹1.2 L/yr - ₹7.5 L/yr

Explore more salaries
Compare Colan Infotech with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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