Upload Button Icon Add office photos

Cloud4C

Compare button icon Compare button icon Compare

Filter interviews by

Cloud4C Associate Software Engineer Interview Questions and Answers

Updated 30 Sep 2023

Cloud4C Associate Software Engineer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
-
Result
-

I appeared for an interview in Mar 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Test was 1 hours 15 mins
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself Family Background Softskills Do you have any queation

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Rate yourself in terms of programming language
  • Ans. 

    I rate myself as proficient in programming languages with experience in Java, Python, and C++.

    • Proficient in Java, Python, and C++

    • Experience in developing applications using these languages

    • Familiarity with various frameworks and libraries

    • Ability to write efficient and optimized code

    • Experience in debugging and troubleshooting

    • Continuously learning and improving skills

  • Answered by AI
  • Q2. Python 8/10

Interview Questionnaire 

2 Questions

  • Q1. Basic oops concepts
  • Q2. 1 program to perform
  • Ans. 

    A program to calculate the average of a list of numbers.

    • Prompt the user to enter a list of numbers separated by commas.

    • Split the input string into an array of numbers.

    • Calculate the sum of the numbers in the array.

    • Divide the sum by the length of the array to get the average.

    • Display the average to the user.

  • Answered by AI

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Oncampus,4Rounds-APTI+Tech,PI,HR,MR,results declared within 2 weeks
  • Q2. Basic apti with two programs, questions realted to project

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic easy programs and apti ,HR and MR also asked tech question mostly on oops and dbms
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 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 - One-on-one 

(3 Questions)

  • Q1. 1. Difference between abstract class and interface. 2. Internal Working of HashMap 3. Difference Between ArrayList vs Linked List. 4. WAP to reverse a String 5. dependency Injections 6. IOC Container 7. S...
  • Ans. 

    This interview question covers various topics including abstract class, interface, HashMap, ArrayList, Linked List, String reversal, dependency injection, IOC container, and singleton class.

    • Abstract class is a class that cannot be instantiated and can have both abstract and non-abstract methods.

    • Interface is a blueprint of a class that can only have abstract methods and cannot be instantiated.

    • HashMap is a data structure...

  • Answered by AI
  • Q2. Difference Between controller and Rest Controller
  • Ans. 

    Controller is a general term for handling requests, while Rest Controller is specifically for RESTful web services.

    • Controller is responsible for handling incoming requests and returning responses.

    • Rest Controller is a specialized type of controller that is used for building RESTful web services.

    • Rest Controller uses HTTP methods like GET, POST, PUT, DELETE to perform CRUD operations on resources.

    • Rest Controller returns d...

  • Answered by AI
  • Q3. What is Stream API in java 8
  • Ans. 

    Stream API is a new feature in Java 8 that allows processing of collections in a functional way.

    • Stream API provides a set of functional interfaces and methods to perform operations on collections.

    • It supports parallel processing of collections, making it faster for large datasets.

    • Examples of operations include filtering, mapping, sorting, and reducing.

    • Stream API can be used with both primitive and object types.

    • It promot...

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Mostly from the project that i have worked on.
  • Q2. Optional Class in java
  • Ans. 

    Optional class in Java is used to represent a value that may or may not be present.

    • Optional class was introduced in Java 8.

    • It is used to avoid null pointer exceptions.

    • It can be used with streams to filter out null values.

    • Example: Optional name = Optional.ofNullable(null);

    • Example: Optional name = Optional.of("John");

Answered by AI

Interview Preparation Tips

Topics to prepare for NeoSOFT Associate Software Engineer interview:
  • Java, spring boot
Interview preparation tips for other job seekers - Smooth experience and i was applied via refferal. Just Be Confident

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in May 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic concept of oops and then they go in deep 1 program to perform

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and learn all basic oops concepts
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Assignment 

Assessment testing the knowledge in all the subjects of CSE

Round 2 - Technical 

(1 Question)

  • Q1. Not interested to share
Round 3 - Technical 

(1 Question)

  • Q1. Not interested to share
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Java Coding round and Sql queries

Round 2 - Technical 

(2 Questions)

  • Q1. Explain in detail about 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 a problem

    • Key principles include Inheritance, Encapsulation, Polymorphism, and Abstraction

    • Inheritance allows a class to inherit properties and behavior from another class

    • Encapsulation restricts access to certain components wi...

  • Answered by AI
  • Q2. Explain in detail on Collection
  • Ans. 

    Collections in programming refer to data structures that allow you to store and manipulate multiple elements.

    • Collections can be used to store groups of related data, such as lists, sets, maps, or queues.

    • They provide methods for adding, removing, and accessing elements within the collection.

    • Examples of collections in Java include ArrayList, HashSet, HashMap, and LinkedList.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Tell me about your Hobbies

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

The basics questions are there regarding basic concepts of computer engineering

Round 2 - Technical 

(1 Question)

  • Q1. What is the sdlc ?
  • Ans. 

    SDLC stands for Software Development Life Cycle, a process used by software development teams to design, develop, and test high-quality software.

    • SDLC is a structured process that consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables to ensure the successful completion of the software project.

    • Examples of SDLC mode...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Data regarding questions
Round 4 - HR 

(1 Question)

  • Q1. Tell me about your project

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There were 2 coding questions asked. If one question is solved you are qualified.

Round 2 - Technical 

(1 Question)

  • Q1. There are 3 technical interviews. First tech interview is simple. Then the difficulty arise in further rounds.
Round 3 - Technical 

(1 Question)

  • Q1. They ask to solve the coding question with different logic.

Interview Preparation Tips

Interview preparation tips for other job seekers - Tell what you know and if they ask any question which you are not strong in the concept just tell them that you are not so good at that particular area and learning. Accolite interview definately need strong coding skills to crack the technical interviews.

Cloud4C Interview FAQs

How many rounds are there in Cloud4C Associate Software Engineer interview?
Cloud4C interview process usually has 3 rounds. The most common rounds in the Cloud4C interview process are Resume Shortlist, Technical and HR.

Tell us how to improve this page.

Cloud4C Associate Software Engineer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more
Cloud4C Associate Software Engineer Salary
based on 8 salaries
₹3.8 L/yr - ₹5 L/yr
28% less than the average Associate Software Engineer Salary in India
View more details

Cloud4C Associate Software Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

4.0

Salary

3.0

Job security

4.0

Company culture

5.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
SAP Hana Consultant
151 salaries
unlock blur

₹5 L/yr - ₹20.7 L/yr

Associate Engineer
110 salaries
unlock blur

₹2.8 L/yr - ₹6.3 L/yr

SAP Basis Consultant
70 salaries
unlock blur

₹3.5 L/yr - ₹11 L/yr

Principal Engineer
53 salaries
unlock blur

₹12.5 L/yr - ₹35 L/yr

Program Manager
51 salaries
unlock blur

₹8 L/yr - ₹28 L/yr

Explore more salaries
Compare Cloud4C with

ITC Infotech

3.6
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

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