Premium Employer

i

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

Cloudkaptan Consultancy Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Cloudkaptan Consultancy Services Software Developer Interview Questions and Answers

Updated 12 Jan 2023

Cloudkaptan Consultancy Services Software Developer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not 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 Resume tips
Round 2 - Aptitude Test 

Basic apti easy to moderate. try some easy UPSC level question

Round 3 - Coding Test 

We had Basic question related to java fundamental and some String operation ,palindrome and a question which required hashmap implementation

Interview Preparation Tips

Interview preparation tips for other job seekers - try preparing for core fundamentals of java and basic question and try to know the optimized solution for them

Interview questions from similar companies

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

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

Round 1 - Coding Test 

Dp, trees and basic time complexity

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

    • Experience working in Agile development environment

  • Answered by AI
  • Q2. Projects and intership

Interview Preparation Tips

Topics to prepare for Junglee Games Software Engineer interview:
  • DSA
Interview preparation tips for other job seekers - Learn DSA
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2022. There were 4 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 Resume tips
Round 2 - Coding Test 

Easy level questions on string, linked list and array

Round 3 - Technical 

(2 Questions)

  • Q1. Difference between TCP and UDP
  • Ans. 

    TCP is a connection-oriented protocol while UDP is connectionless.

    • TCP provides reliable, ordered, and error-checked delivery of data while UDP does not guarantee any of these.

    • TCP is slower but more reliable while UDP is faster but less reliable.

    • TCP is used for applications that require high reliability and accuracy such as email, file transfer, and web browsing while UDP is used for applications that require speed and ...

  • Answered by AI
  • Q2. Nibble swap program in C
  • Ans. 

    A nibble swap program in C

    • Nibble swap means swapping the 4-bit halves of a byte

    • Use bitwise operators to perform the swap

    • Example: unsigned char x = 0xAB; x = ((x & 0x0F) << 4) | ((x & 0xF0) >> 4);

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. Reverse Linked List in C
  • Ans. 

    Reverse a linked list in C language.

    • Create three pointers: current, previous, and next.

    • Traverse the linked list and change the direction of the pointers.

    • Return the new head of the reversed linked list.

  • Answered by AI
  • Q2. Write an API call in C
  • Ans. 

    API call in C

    • Include the necessary header files

    • Create a URL string with the required parameters

    • Use the curl library to make the API call

    • Handle the response data appropriately

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of programming, operating system and networking

Skills evaluated in this interview

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

I applied via Internshala and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Tell me something about Data Sturcture
  • Ans. 

    Data structure is a way of organizing and storing data in a computer so that it can be accessed and used efficiently.

    • Data structures can be linear (arrays, linked lists) or non-linear (trees, graphs)

    • Common operations on data structures include insertion, deletion, and searching

    • Examples of data structures include stacks, queues, hash tables, and binary trees

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before May 2022. There were 4 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 Resume tips
Round 2 - Coding Test 

Programming on basics of C

Round 3 - Coding Test 

Programming on basics of C

Round 4 - HR 

(1 Question)

  • Q1. Salary details and location preference
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Middleware , dependency injection
Round 3 - Technical 

(1 Question)

  • Q1. Subject and subject behaviour
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 Sep 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all Resume tips
Round 2 - Aptitude Test 

Duration:30 min
Question from percentage,ratios ,HCF/LCM etc.,
Logical reasoning, English

Round 3 - Coding Test 

(1 Question)

  • Q1. Reverse a string by making groups of given 'm' characters
  • Ans. 

    Reverse a string by grouping 'm' characters together

    • Iterate through the string in groups of 'm' characters

    • Reverse each group of 'm' characters

    • Concatenate the reversed groups to get the final reversed string

  • Answered by AI
Round 4 - HR 

(3 Questions)

  • Q1. General HR questions
  • Q2. What is your family background?
  • Q3. Why should we hire you?

Skills evaluated in this interview

I applied via Referral and was interviewed before Aug 2021. 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 Resume tips
Round 2 - Aptitude Test 

General topics like mathe, English, social etc

Interview Preparation Tips

Topics to prepare for IT By Design Software Engineer interview:
  • Python
  • general
Interview preparation tips for other job seekers - It is best choice to our life . If I can join in this company. I can learn more things by gaining work experience.
Round 1 - Group Discussion 

It represents the eligibility of person and thinking process ,view of thoughts

Round 2 - One-on-one 

(1 Question)

  • Q1. We cannot judge people to atonce chance
Round 3 - Coding Test 

Skills ,fast typing , experienced ,new ideas

Round 4 - Technical 

(1 Question)

  • Q1. All the knowledge of technical work and word
Round 5 - Case Study 

Deeply study case and make a point to make attractive

Interview Preparation Tips

Interview preparation tips for other job seekers - Every chance have a successful of key.will appreciate all chance to way of your dreams .move a first steps towards your dreams
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Question based on array string linkedlist

Contribute & help others!
anonymous
You can choose to be anonymous

Cloudkaptan Consultancy Services Interview FAQs

How many rounds are there in Cloudkaptan Consultancy Services Software Developer interview?
Cloudkaptan Consultancy Services interview process usually has 3 rounds. The most common rounds in the Cloudkaptan Consultancy Services interview process are Resume Shortlist, Aptitude Test and Coding Test.

Recently Viewed

INTERVIEWS

Hyland Software Solutions India LLP

No Interviews

INTERVIEWS

Cloudkaptan Consultancy Services

No Interviews

INTERVIEWS

Hyland Software Solutions India LLP

20 top interview questions

INTERVIEWS

Hyland Software Solutions India LLP

No Interviews

LIST OF COMPANIES

Discover companies

Find best workplace

INTERVIEWS

Business Octane Solutions

No Interviews

INTERVIEWS

Bharat Petroleum

No Interviews

INTERVIEWS

Hyland Software Solutions India LLP

No Interviews

INTERVIEWS

PolicyBazaar

No Interviews

INTERVIEWS

Hyland Software Solutions India LLP

No Interviews

Tell us how to improve this page.

Cloudkaptan Consultancy Services Software Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Join Cloudkaptan Consultancy Services Committed to Excellence
Cloudkaptan Consultancy Services Software Developer Salary
based on 5 salaries
₹6 L/yr - ₹12 L/yr
9% more than the average Software Developer Salary in India
View more details

Cloudkaptan Consultancy Services Software Developer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

4.4

Salary

4.4

Job security

5.0

Company culture

5.0

Promotions

4.4

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
67 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
31 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer Trainee
18 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Automation Test Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Cloudkaptan Consultancy Services with

Maxgen Technologies

4.5
Compare

Magic Edtech

3.0
Compare

VDart

4.0
Compare

ANR Software Private Limited

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