Upload Button Icon Add office photos
Engaged Employer

i

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

Cloud.in Verified Tick

Compare button icon Compare button icon Compare
4.7

based on 24 Reviews

Filter interviews by

Cloud.in Junior Developer Interview Questions and Answers

Updated 26 May 2024

Cloud.in Junior Developer Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed before May 2023. There were 5 interview rounds.

Round 1 - Assignment 

Linux Questions based on access management

Round 2 - Technical 

(2 Questions)

  • Q1. AWS Related Questions
  • Q2. Regarding VPC and AMI
Round 3 - Technical 

(1 Question)

  • Q1. SQL, MongoDB Questions, React Hooks
Round 4 - Group Discussion 

Effect of AI on Jobs

Round 5 - One-on-one 

(1 Question)

  • Q1. Round with Director

Interview Preparation Tips

Interview preparation tips for other job seekers - Just revise AWS , JS and React Topics

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Object Oriented Programming Concepts - with example - difference
  • Ans. 

    Object Oriented Programming Concepts involve encapsulation, inheritance, and polymorphism.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class). Example: class Car with properties like make, model, and methods like start(), stop().

    • Inheritance: Allows a class to inherit properties and methods from another class. Example: class SUV extends Car, inheriting properties and methods from...

  • Answered by AI
  • Q2. Prime Number, Spy Number for coding round

Interview Preparation Tips

Interview preparation tips for other job seekers - Have some patience.. you will get what you deserve.. do not give up.. fight!!!!!!!!!
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. They ask me about my previous job description details and education details
  • Q2. About carrier goals
  • Q3. About my responsibility in side the current company
Round 2 - Technical 

(2 Questions)

  • Q1. They ask me about core concept of react js and next js
  • Q2. Ask me about core concepts of mongo Db and Node js
Round 3 - HR 

(1 Question)

  • Q1. They told me about company curriculum, goals and ethics

Interview Preparation Tips

Topics to prepare for HyScaler Junior Software Developer interview:
  • React.Js
  • Node.Js
  • MongoDB
  • Linux
Interview preparation tips for other job seekers - This is one of the most well structured company and they used latest technology to build product and services. Very supportive seniors and Hrs. So i highly recommend for job seekers to work in this company
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. What is debugging
  • Ans. 

    Debugging is the process of identifying and fixing errors or bugs in software code.

    • Identifying and isolating issues in the code

    • Using tools like breakpoints and print statements to track down bugs

    • Fixing errors to ensure the code runs correctly

    • Testing the code to verify that the bugs have been resolved

  • Answered by AI
  • Q2. How debugging can be achieved
  • Ans. 

    Debugging can be achieved by identifying and fixing errors in the code.

    • Use debugging tools like breakpoints to pause the code execution and inspect variables

    • Review the code logic and look for syntax errors or logical mistakes

    • Utilize logging to track the flow of the program and identify issues

    • Test the code with different inputs to reproduce and isolate the bugs

    • Collaborate with team members to get fresh perspectives on t

  • Answered by AI
  • Q3. Tell me about Yourself

Skills evaluated in this interview

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

I applied via campus placement at Sri Venkateswara College of Engineering and Technology, Chittoor and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Good computer science spectrum of questions

Round 2 - Coding Test 

Binary search question, dp question and a sliding window question

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Apr 2023. There were 5 interview rounds.

Round 1 - Coding Test 

Basic questions of javascript and php

Round 2 - One-on-one 

(1 Question)

  • Q1. Freecodecamp basic javascript dsa qus
Round 3 - One-on-one 

(1 Question)

  • Q1. Intermediate dsa javascript qus and some knowledge about slice, splice
Round 4 - Assignment 

Assignment for complete the all qus of freecodecamp

Round 5 - Technical 

(1 Question)

  • Q1. Asking qus of mege sort, insertion sort, quick sort then one qus on individual divisor

Interview Preparation Tips

Interview preparation tips for other job seekers - If you want to join then you have basic knowledge of javascript, basic of linux and basic of git.

I applied via Campus Placement and was interviewed in Sep 2022. There were 4 interview rounds.

Round 1 - Coding Test 

Given a pattern and we need to complete the pattern within 40mins, also allows completing this problem in any language ( c,c++, python, java).

Round 2 - Technical 

(2 Questions)

  • Q1. Went through a technical interview, and was asked to solve some coding questions(4 - 5), and some technical stuff. It is one on one interview.
  • Q2. Also, test our reasoning skills and explanation of an algorithm.
Round 3 - One-on-one 

(1 Question)

  • Q1. Another technical round.
Round 4 - HR 

(2 Questions)

  • Q1. This is the final phase of the recruitment
  • Q2. Tell me about your family, friends, and intermediate.
  • Ans. 

    I have a close-knit family and a supportive group of friends. I also have intermediate skills in various programming languages.

    • My family is very important to me and we have a strong bond.

    • I have a few close friends who have always been there for me.

    • In terms of programming, I have intermediate skills in languages like Java, Python, and JavaScript.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Snovasys Junior Software Developer interview:
  • Design Patterns
  • Python
  • C
  • Java
  • Data Structures
Interview preparation tips for other job seekers - Prepare for patterns, and revise the basics of your proposed programming language.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Get good handson for basics program of java on array, string

Round 2 - Technical 

(2 Questions)

  • Q1. Constructor,static variable, interface,what are the types for creating objects, collection and collections difference etc..
  • Q2. Overloading and overriding difference
  • Ans. 

    Overloading is having multiple methods in the same class with the same name but different parameters. Overriding is having a method in a subclass with the same name and parameters as a method in the superclass.

    • Overloading involves multiple methods with the same name but different parameters.

    • Overriding involves a method in a subclass with the same name and parameters as a method in the superclass.

    • Overloading is resolved...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For freshers basics of java is very important.

Interview Questionnaire 

1 Question

  • Q1. It was for asp. Net asked about oops, and c# classes

I applied via Naukri.com and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All Linux commands and server related

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for RHCE and appear for interview to crack it.

Cloud.in Interview FAQs

How many rounds are there in Cloud.in Junior Developer interview?
Cloud.in interview process usually has 5 rounds. The most common rounds in the Cloud.in interview process are Technical, Assignment and Group Discussion.
What are the top questions asked in Cloud.in Junior Developer interview?

Some of the top questions asked at the Cloud.in Junior Developer interview -

  1. SQL, MongoDB Questions, React Ho...read more
  2. AWS Related Questi...read more
  3. regarding VPC and ...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all

Cloud.in Junior Developer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 2 Reviews and Ratings
Cloud Engineer
23 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Cloud Operations Engineer
5 salaries
unlock blur

₹4.9 L/yr - ₹6.2 L/yr

Junior Cloud Engineer
5 salaries
unlock blur

₹2.5 L/yr - ₹4.6 L/yr

Junior System Administrator
4 salaries
unlock blur

₹2.5 L/yr - ₹3 L/yr

Senior Cloud Engineer
4 salaries
unlock blur

₹6.2 L/yr - ₹13 L/yr

Explore more salaries
Compare Cloud.in with

GoDaddy

3.7
Compare

Bigrock

5.0
Compare

HostGator.com

4.0
Compare

Net4

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