Upload Button Icon Add office photos

Capillary Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Capillary Technologies Software Development Engineer Intern Interview Questions and Answers

Updated 13 Sep 2024

Capillary Technologies Software Development Engineer Intern Interview Experiences

1 interview found

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

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

Round 1 - Aptitude Test 

Test duration was of 60 minutes and dsa, intermeditate aptitude

Round 2 - Technical 

(2 Questions)

  • Q1. What is insertion sort and tell me implementation ?
  • Ans. 

    Insertion sort is a simple sorting algorithm that builds the final sorted array one item at a time.

    • Iterate through the array starting from the second element.

    • Compare each element with the elements before it and insert it in the correct position.

    • Repeat until all elements are sorted.

    • Example: [5, 2, 4, 6, 1, 3] -> [2, 4, 5, 6, 1, 3] -> [2, 4, 5, 6, 1, 3] -> [1, 2, 4, 5, 6, 3] -> [1, 2, 3, 4, 5, 6]

  • Answered by AI
  • Q2. Total number of islands
  • Ans. 

    Count the total number of islands in a grid where '1' represents land and '0' represents water.

    • Iterate through the grid and for each '1' encountered, perform a depth-first search to mark all connected '1's as visited.

    • Increment the island count for each new island encountered during the search.

    • Return the total count of islands at the end.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - keep preparing and try to give your best

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Java and oops concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good in java and oops concepts
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. Can you provide details about your projects?
  • Q2. What is the reason for your departure?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Dec 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 - Aptitude Test 

It was a basic aptitude test, online based.

Round 3 - Technical 

(2 Questions)

  • Q1. Basic DSA and SQL questions
  • Q2. Programming languages
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Technical test was easy
  • Q2. Encapsulation, Basic questions about c and c++ Software development process
  • Q3. Agile methodologies
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Hacker rank arrays questions were asked

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

I appeared for an interview before Feb 2024.

Round 1 - Aptitude Test 

The test was a combination of simple maths, computer Science related questions.

Round 2 - Technical 

(1 Question)

  • Q1. They asked some sql and java related basic questions
Round 3 - HR 

(1 Question)

  • Q1. It was all about java

I applied via Campus Placement and was interviewed in Jul 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. DSA problems on linked list, OOPs in depth programming, design pattens in Java. Some theoretical knowledge on OOPs and design patterns

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in basics of OOPs and DSA. Design patterns in Java were asked. All the interviewers were young.
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Medium to hard questions based on arrays, dp

Round 2 - Technical 

(2 Questions)

  • Q1. Quick sort algorithm
  • Ans. 

    Quick sort is a popular sorting algorithm that uses divide and conquer strategy.

    • Divides array into smaller sub-arrays based on a pivot element

    • Recursively sorts sub-arrays

    • Combines sorted sub-arrays to get final sorted array

    • Time complexity: O(n log n) on average, O(n^2) worst case

    • Example: [3, 6, 8, 10, 1, 2, 1] -> [1, 1, 2, 3, 6, 8, 10]

  • Answered by AI
  • Q2. Modified rotate a matrix
  • Ans. 

    Rotate a matrix by 90 degrees in place

    • Transpose the matrix

    • Reverse each row of the transposed matrix

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - study well and at the end, they would not hire anyone

Skills evaluated in this interview

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

(1 Question)

  • Q1. JavaScript based, reduce, map, Database indexing

Capillary Technologies Interview FAQs

How many rounds are there in Capillary Technologies Software Development Engineer Intern interview?
Capillary Technologies interview process usually has 2 rounds. The most common rounds in the Capillary Technologies interview process are Aptitude Test and Technical.
What are the top questions asked in Capillary Technologies Software Development Engineer Intern interview?

Some of the top questions asked at the Capillary Technologies Software Development Engineer Intern interview -

  1. what is insertion sort and tell me implementatio...read more
  2. total number of isla...read more

Tell us how to improve this page.

Capillary Technologies Software Development Engineer Intern Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Yardi Systems Interview Questions
3.7
 • 69 Interviews
BUSINESSNEXT Interview Questions
3.3
 • 66 Interviews
Ramco Systems Interview Questions
3.9
 • 66 Interviews
Vyapar Interview Questions
3.5
 • 55 Interviews
View all
Business Analyst
53 salaries
unlock blur

₹3.5 L/yr - ₹9.4 L/yr

Software Developer
45 salaries
unlock blur

₹7.8 L/yr - ₹23.2 L/yr

Customer Success Executive
37 salaries
unlock blur

₹2.4 L/yr - ₹6 L/yr

Software Engineer
32 salaries
unlock blur

₹2.8 L/yr - ₹9.5 L/yr

Software Development Engineer
30 salaries
unlock blur

₹6 L/yr - ₹20 L/yr

Explore more salaries
Compare Capillary Technologies with

Financial Software & Systems

3.7
Compare

Ramco Systems

3.9
Compare

IBS Software Services

3.6
Compare

Duck Creek Technologies

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