Upload Button Icon Add office photos

Filter interviews by

Human Cloud Soft Interview Questions, Process, and Tips

Updated 26 Jul 2024

Top Human Cloud Soft Interview Questions and Answers

Human Cloud Soft Interview Experiences

Popular Designations

6 interviews found

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 Oct 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Oops concept Sql question
Round 3 - Technical 

(1 Question)

  • Q1. C#program like fabinocciseries
Round 4 - HR 

(1 Question)

  • Q1. Tell me about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for interview

Software Trainee Interview Questions asked at other Companies

Q1. 1. What is java and it's features ? 2. Why it is called platform independent language? 3. What is static memory allocation, dynamic memory allocation? 4. types of variable 5. Type casting 4. what is oops ? Is java contains a 100% opp's conc... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. They asked me basic to advance questions on Java and oops concepts
  • Q2. Concepts of springboot and annotations
  • Q3. Questions related to Kafka and MySQL.
  • Q4. Two basic questions on React and AWS also.
  • Q5. Asked me to create a spring boot app using all the apis
Round 2 - Technical 

(2 Questions)

  • Q1. To create a spring boot program using two apis get and post
  • Ans. 

    Create a Spring Boot program with GET and POST APIs

    • Use @RestController annotation to create RESTful APIs

    • Define a method with @GetMapping annotation for GET API

    • Define a method with @PostMapping annotation for POST API

    • Use @RequestBody annotation to map POST request body to Java object

    • Example: @RestController public class ApiController { @GetMapping("/getData") public String getData() { return "Data"; } @PostMapping("/add...

  • Answered by AI
  • Q2. Asked about Authorisation and Authentication

Skills evaluated in this interview

Junior Java Developer Interview Questions asked at other Companies

Q1. What are the dependencies that are present in spring and explain them
View answer (4)
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 tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Dotnet components Stored procedures
Round 3 - HR 

(1 Question)

  • Q1. Oops concepts explained

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (12)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Nice to intro you

Network Engineer Interview Questions asked at other Companies

Q1. TCP/IP layers, why is transport needed for communication? What is Subnet mask and how does it help in data communication. Why is Vlan needed? Based on what information does a switch and router send a packet or frame? Types of arp, What is p... read more
View answer (2)

Human Cloud Soft interview questions for popular designations

 Full Stack Developer

 (1)

 DOT NET Developer

 (1)

 Junior Java Developer

 (1)

 Network Engineer

 (1)

 Software Trainee

 (1)

 Dot Net Fullstack Developer

 (1)

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

I applied via Company Website and was interviewed before Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Basic introduction
Round 3 - Technical 

(4 Questions)

  • Q1. Basics of dot net
  • Q2. Stored procedure explain
  • Ans. 

    Stored procedures are precompiled SQL queries stored in the database for reuse.

    • Stored procedures are used to encapsulate a set of SQL statements for reuse.

    • They can improve performance by reducing network traffic and database load.

    • Stored procedures can accept parameters and return results.

    • They are commonly used for complex queries, data manipulation, and business logic.

    • Examples include creating a stored procedure to ret...

  • Answered by AI
  • Q3. Explain joins, inner and outer join
  • Ans. 

    Joins are used to combine rows from two or more tables based on a related column between them.

    • Inner join returns rows when there is at least one match in both tables.

    • Outer join returns all rows from both tables, filling in NULLs for unmatched rows.

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.id = table2.id;

    • Example: SELECT * FROM table1 LEFT OUTER JOIN table2 ON table1.id = table2.id;

  • Answered by AI
  • Q4. Html and css basics

Skills evaluated in this interview

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jul 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Written test occurred in coding round.And they Wanted to put the code in system and run it.

Round 2 - One-on-one 

(3 Questions)

  • Q1. They are asking more questions to me.actualy the question are little bit easier little bit harder.finally I was selected.
  • Q2. What is polymorphism, What is interface, What is multithreading, Is used multiple inheritance in c#, Inheritance,oops,methods,void main(),
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different data types. Interface is a contract that defines the methods that a class must implement. Multithreading is the ability of a CPU to execute multiple threads concurrently. C# does not support multiple inheritance. Inheritance is a mechanism in OOP where a class inherits properties and behaviors from another class. Methods are functions de...

  • Answered by AI
  • Q3. Third round was hr round they asking to me Tellme about yourself Why we hire you What is expected salary Strength Weekness

Interview Preparation Tips

Interview preparation tips for other job seekers - Please study about the job relevant course and then start to seek job

Skills evaluated in this interview

Dot Net Fullstack Developer Interview Questions asked at other Companies

Q1. What languages does support the .netframework???
View answer (3)

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Speak 5 minutes on Delhi metro, Women empowerment, Facebook, Social media, Politics, motivation, trending Etc.
  • Q2. Tell me about your previous day that what you have done from morning to evening?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident because if you are not confident in front of the interviewed then you can't reply properly to any question of him, You should have to be confident.

Interview Questionnaire 

1 Question

  • Q1. Python questions on data structure, pandas, beautifulsoup.

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. It's was basic testing questios, specific to selenium and Java.
  • Q2. Explain framework
  • Ans. 

    A framework is a set of guidelines, standards, and tools used to develop software applications.

    • A framework provides a structure for developers to build upon

    • It includes pre-written code and libraries to simplify development

    • Frameworks can be specific to a programming language or platform

    • Examples include React for web development and TensorFlow for machine learning

  • Answered by AI
  • Q3. Basic java programs

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared, basically on manual testing, Selenium and Java

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. Basically in any interview most common question is Biodata, next the things included in resume..... nothing more than that
  • Q2. Literally my answer is empty.....I started saying out of box so that the interviewer might get impressed but end of day I got rejected...😂😂😂
  • Q3. Not only these I faced more than 79 interview....not less than 250-300 rounds....but none has picked me

Human Cloud Soft Interview FAQs

How many rounds are there in Human Cloud Soft interview?
Human Cloud Soft interview process usually has 2-3 rounds. The most common rounds in the Human Cloud Soft interview process are Resume Shortlist, Technical and One-on-one Round.
What are the top questions asked in Human Cloud Soft interview?

Some of the top questions asked at the Human Cloud Soft interview -

  1. What is polymorphism, What is interface, What is multithreading, Is used multip...read more
  2. To create a spring boot program using two apis get and p...read more
  3. Explain joins, inner and outer j...read more

Tell us how to improve this page.

Human Cloud Soft Interview Process

based on 7 interviews

Interview experience

4.7
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Amazon Interview Questions
4.0
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
View all

Human Cloud Soft Reviews and Ratings

based on 40 reviews

4.7/5

Rating in categories

4.7

Skill development

4.7

Work-life balance

4.5

Salary

4.5

Job security

4.7

Company culture

4.5

Promotions

4.7

Work satisfaction

Explore 40 Reviews and Ratings
full stack .net developer
56 salaries
unlock blur

₹1.2 L/yr - ₹1.8 L/yr

Software Trainee
51 salaries
unlock blur

₹1 L/yr - ₹2 L/yr

DOT NET Developer
46 salaries
unlock blur

₹1.2 L/yr - ₹2 L/yr

Dot Net Fullstack Developer
22 salaries
unlock blur

₹1 L/yr - ₹1.8 L/yr

Software Developer
10 salaries
unlock blur

₹1.4 L/yr - ₹2.8 L/yr

Explore more salaries
Compare Human Cloud Soft with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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