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 (3)
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 (11)
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. Why should we choose you?
  • Ans. 

    I have the skills, experience, and passion to excel in this role.

    • I have a strong background in software development, with experience in multiple programming languages and frameworks.

    • I am a quick learner and enjoy tackling new challenges.

    • I am a team player and enjoy collaborating with others to achieve common goals.

    • I am passionate about software engineering and am always looking for ways to improve my skills and knowled...

  • Answered by AI
  • Q2. Why did you choose our company?
  • Ans. 

    I chose your company because of its reputation for innovation and its commitment to employee growth.

    • Your company has a strong reputation for innovation in the industry.

    • I was impressed by the emphasis on employee growth and development.

    • I believe that your company's values align with my own personal values.

    • I was excited about the opportunity to work with a talented team of engineers.

    • Your company's mission and vision reso

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: There were 2 technical rounds. Technical (software): These were tested-How a person approaches a problem,how he thinks.Solutions weren’t needed. Basic understanding, knowledge of Algorithms was tested.

Round: HR Interview
Experience: Knowledge in Machine learning, Artificial Intelligence (electives of the person)
Tips: Basic math would help. Speed doesn’t matter.

Skill Tips: For applying to Software profile, one needs to practice much.
College Name: IIT MADRAS

I was interviewed before Sep 2016.

Interview Questionnaire 

1 Question

  • Q1. It was an online technical test. Questions were related to ME outlook, mobile device management , Networking and many more

Interview Preparation Tips

Round: Grammar Round
Experience: It was a written English grammar test to analyse how grammatically sound you are.
Tips: Just revise your basic English grammar like prepositions verbs nd essay/paragraph writing

Round: COMMUNICATION SKILLS Round
Experience: In this round they ask you to speak something on the given topic or sometimes group discussion . Basically they test your vocabulary, your thought process, pronunciation, accent and above all confidence.
Tips: Be confident in whatever you speak. Remember if you get nervous you will need with your words .

Round: Technical Interview
Experience: This was an online test and it had 50 questions all objective types.
Tips: Be technically sound. You cannot Google them as these search engines are blocked

College Name: Babu Banarasi Das National Institute Of Technology And Management (BBDNITM)

I applied via Recruitment Consultant and was interviewed before Sep 2018. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1.  overloading ,inheritance concepts,structures,pointers

Interview Preparation Tips

Interview preparation tips for other job seekers - have good understanding of basics and have expertise on any specific area.

Interview Questionnaire 

2 Questions

  • Q1. Basic Programming Questions, Data structures, SQL queries
  • Q2. This was the most simple one, they simply asked introduce yourself and fine with night shifts.

Interview Preparation Tips

General Tips: I joined HCL as a fresher and got Intervie

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, One-on-one Round and Technical.
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.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.3k 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

₹0 L/yr - ₹0 L/yr

Software Trainee
50 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

DOT NET Developer
45 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Dot Net Fullstack Developer
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Human Cloud Soft with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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