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

Cloudkaptan Consultancy Services Software Developer Trainee Interview Questions and Answers

Updated 25 May 2024

Cloudkaptan Consultancy Services Software Developer Trainee Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Apr 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

The first round was an aptitude test that assessed basic quantitative, logical reasoning, and verbal ability. This round was crucial in filtering out candidates and required a good grasp of basic math, logical thinking, and comprehension skills. Time management was key, as the questions were numerous and diverse in nature.

Round 2 - Coding Test 

The second round focused on coding skills, specifically in Java. Candidates were given 15 coding problems to solve within 90 minutes. The problems tested various aspects of data structure. Practicing competitive programming and familiarizing oneself with common algorithms and data structures can significantly help in this round.

Round 3 - Technical 

(1 Question)

  • Q1. The first technical interview was heavily focused on the core concepts of Java. Questions ranged from basic syntax and object-oriented programming (OOP) principles to more advanced topics such as multithre...
Round 4 - Technical 

(1 Question)

  • Q1. The second technical interview delved deeper into Java and data structures. Questions were more challenging and required a solid grasp of data structures like arrays, linked lists, stacks, queues. Addition...
Round 5 - One-on-one 

(2 Questions)

  • Q1. The final HR round was a mix of technical and traditional HR questions. Surprisingly, this round included additional data structure and algorithm (DSA) questions, ensuring that the candidate's technical kn...
  • Q2. 1.Do you use social media? What is the use of it? 2.Tell us about your hometown. 3.Why is your CGPA not very high? 4.What do you know about the Software 5.Development Life Cycle (SDLC)? 6.How will you cont...
  • Ans. 

    Yes, I use social media for networking and staying updated. I am from a small town with a close-knit community. My CGPA may not be high due to focusing on practical skills. I am familiar with SDLC and can contribute to Cloud Kaptan with my problem-solving abilities.

    • I use social media for networking with professionals in the industry and staying updated on the latest trends.

    • My hometown is a small town with a close-knit ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Cloudkaptan Consultancy Services Software Developer Trainee interview:
  • Java
  • DSA
  • OOPS
  • SDLC
  • DBMS
Interview preparation tips for other job seekers - Go through Java very well and having a strong problem solving skills will make your chance to get job in Cloud Kaptan very high.

Interview questions from similar companies

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 Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 Questions were asked on string and array

Round 2 - Technical 

(3 Questions)

  • Q1. Basic OOPS questions
  • Q2. DBMS AND SQL queries
  • Q3. Coding ques: Longest subsequence in a string
  • Ans. 

    Find the longest subsequence in a string

    • Iterate through the string and keep track of the longest subsequence found so far

    • Use a hashmap to store the last index of each character seen

    • Update the longest subsequence length when a character is repeated

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DBMS, CN basic questions

Skills evaluated in this interview

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

I applied via campus placement at Mangalmay Institute of Management and Technology, Greater Noida and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Reasoning, Situation based question

Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions about core subjects
  • Q2. Questions of SDLC

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics should be strong
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Jagan Institute of Management Studies (JIMS) and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. A Lot of OOPS and Virtual concept
  • Q2. Basic SQL till joins
  • Q3. Java script medium
  • Q4. C# oops output based

Interview Preparation Tips

Topics to prepare for Indus Valley Partners Associate Software Engineer interview:
  • OOPS
  • C#
  • Javascript
  • SQL
Interview preparation tips for other job seekers - Learn OOPS, Learn DBMS and practice SQL queries a lot and DSA till Linked list
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Basic to medium questions related to DotNet Core MVC, SQL Server, etc
Round 2 - Technical 

(1 Question)

  • Q1. Completely unprofessional behavior of the interviewer. - No Introduction Direct start asking questions. - Asking too many misleading questions (First ask what you worked on, then ask did you heard about th...
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Dsa problems dp and tress problem

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Projects and intership

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn DSA
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
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

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

I applied via Walk-in and was interviewed in Feb 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Basic pattern question

Round 2 - Coding Test 

Moderate level related to array and string

Round 3 - Coding Test 

Difficult questions pattern string array tree

Round 4 - HR 

(1 Question)

  • Q1. Basic introduction salary expectation

Interview Preparation Tips

Topics to prepare for Cyntexa Associate Software Engineer interview:
  • Data Structures

Cloudkaptan Consultancy Services Interview FAQs

How many rounds are there in Cloudkaptan Consultancy Services Software Developer Trainee interview?
Cloudkaptan Consultancy Services interview process usually has 5 rounds. The most common rounds in the Cloudkaptan Consultancy Services interview process are Technical, Aptitude Test and Coding Test.
What are the top questions asked in Cloudkaptan Consultancy Services Software Developer Trainee interview?

Some of the top questions asked at the Cloudkaptan Consultancy Services Software Developer Trainee interview -

  1. 1.Do you use social media? What is the use of it? 2.Tell us about your hometown...read more
  2. The first technical interview was heavily focused on the core concepts of Java....read more
  3. The second technical interview delved deeper into Java and data structures. Que...read more

Tell us how to improve this page.

Cloudkaptan Consultancy Services Software Developer Trainee Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Join Cloudkaptan Consultancy Services Committed to Excellence

Interview Questions from Similar Companies

Magic Edtech Interview Questions
3.0
 • 50 Interviews
Affine Interview Questions
3.3
 • 48 Interviews
IT By Design Interview Questions
4.0
 • 39 Interviews
ConsultAdd Interview Questions
3.7
 • 36 Interviews
Junglee Games Interview Questions
3.1
 • 32 Interviews
View all
Software Engineer
67 salaries
unlock blur

₹5 L/yr - ₹13 L/yr

Senior Software Engineer
32 salaries
unlock blur

₹10 L/yr - ₹20 L/yr

Software Engineer Trainee
18 salaries
unlock blur

₹3 L/yr - ₹8.1 L/yr

Automation Test Engineer
7 salaries
unlock blur

₹7.5 L/yr - ₹12.5 L/yr

Lead Engineer
6 salaries
unlock blur

₹22 L/yr - ₹28 L/yr

Explore more salaries
Compare Cloudkaptan Consultancy Services with

Maxgen Technologies

4.5
Compare

VDart

4.5
Compare

ANR Software Private Limited

4.4
Compare

Magic Edtech

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