Upload Button Icon Add office photos
Engaged Employer

i

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

360 Degree Cloud Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

360 Degree Cloud Technologies Mern Full Stack Developer Interview Questions and Answers

Updated 22 Nov 2024

360 Degree Cloud Technologies Mern Full Stack Developer Interview Experiences

1 interview found

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

(3 Questions)

  • Q1. Event Loop in jS
  • Ans. 

    Event Loop in JavaScript manages the execution of multiple tasks in a single-threaded environment.

    • Event Loop is responsible for handling asynchronous operations in JavaScript.

    • It continuously checks the call stack and the task queue, moving tasks from the queue to the stack when the stack is empty.

    • Tasks like setTimeout, setInterval, and AJAX requests are handled by the Event Loop.

    • Event Loop ensures that JavaScript remai...

  • Answered by AI
  • Q2. Sharding in Node js
  • Ans. 

    Sharding in Node.js involves splitting a database into smaller parts to improve performance and scalability.

    • Sharding is a technique used to horizontally partition data across multiple servers or databases.

    • It helps distribute the load evenly and improves performance by allowing parallel processing of queries.

    • In Node.js, sharding can be implemented using libraries like MongoDB's sharding feature or custom sharding logic ...

  • Answered by AI
  • Q3. Indexing in Node js
  • Ans. 

    Indexing in Node.js is a way to optimize data retrieval by creating indexes on specific fields in a database.

    • Indexing in Node.js can be done using libraries like Mongoose for MongoDB databases.

    • Indexes can improve query performance by allowing the database to quickly locate the requested data.

    • Example: Creating an index on a 'username' field in a user collection can speed up queries searching for a specific user.

  • Answered by AI

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about 360 Degree Cloud Technologies?
Ask anonymously on communities.

Interview questions from similar companies

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

I appeared for an interview in Jul 2022.

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 - Coding Test 

Basic pattern program was given to. we have to solve it using a minimum number of loops(It doesn't matter whether it is nested or not).

Round 3 - Coding Test 

A bit harder pattern program than the previous one, again same constraints as the last round.

Round 4 - Technical 

(1 Question)

  • Q1. 1. Pojects and interests. 2. questions on OOPS. 3. Basic SQL queries. 4. Some math puzzles.
Round 5 - HR 

(1 Question)

  • Q1. 1. General introduction. 2. Some situation-based questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your answer clear and short and you can crack it with ease.

Mern Full Stack Developer Interview Questions Asked at Other Companies

asked in Bosch
Q1. What is the best way to save large files (e.g., photos) into a Mo ... read more
asked in Bosch
Q2. What are the request, response, and next parameters in an Express ... read more
asked in Bosch
Q3. Write a program to count the number of vowels in a string.
asked in Bosch
Q4. What is the difference between microservice and monolithic archit ... read more
asked in Devship
Q5. Have you worked on any file upload tasks previously? Explain the ... read more

I appeared for an interview before Aug 2016.

Interview Preparation Tips

Round: Resume Shortlist
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments

Round: Test
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments
Total Questions: 15

Round: Test
Experience: See my mentality
Tips: No comments
Duration: 45 minutes

Round: Group Discussion
Experience: Communication
Tips: No comments

Skills: Communication And Confidence

Interview Questionnaire 

1 Question

  • Q1. Difference between for and for each
  • Ans. 

    For loop is used for iterating over a range of values while for each loop is used for iterating over elements of an array.

    • For loop is used when the number of iterations is known beforehand.

    • For each loop is used when the number of iterations is not known beforehand.

    • For loop can be used with any iterable object.

    • For each loop can only be used with arrays and other iterable objects.

    • For loop uses an index variable to access...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Very basic aptitude questions along with few coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. A problem statement was given and we had to provide an optimal approach to design and handle that problem
  • Q2. Oops concepts, SQL queries
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. What languages did you know
  • Ans. 

    I am proficient in several programming languages, each suited for different tasks and projects.

    • JavaScript: Used for web development, creating interactive front-end applications.

    • Python: Great for data analysis, machine learning, and scripting tasks.

    • Java: Commonly used for building enterprise-level applications and Android development.

    • C#: Utilized for developing Windows applications and game development with Unity.

    • SQL: E...

  • Answered by AI
  • Q2. What are they
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

The basic question is related to profit percentage, time and distance

Round 2 - system design 

(1 Question)

  • Q1. Is the database schema of any type?
  • Ans. 

    Yes, the database schema can be of various types such as relational, hierarchical, network, object-oriented, etc.

    • Relational database schema is the most common type, using tables to store data with relationships between them.

    • Hierarchical database schema organizes data in a tree-like structure.

    • Network database schema allows multiple relationships between records.

    • Object-oriented database schema stores data as objects with...

  • Answered by AI
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

BASIC DSA LIKE ARRAY AND STRING

Round 2 - Technical 

(2 Questions)

  • Q1. System Design for Electric Charger app ?
  • Ans. 

    System design for an electric charger app involves creating a user-friendly interface, integrating with payment systems, and ensuring efficient charging station management.

    • Design a user-friendly interface for users to locate and reserve charging stations

    • Integrate with payment systems for seamless transactions

    • Implement efficient charging station management to monitor availability and maintenance

    • Consider scalability for ...

  • Answered by AI
  • Q2. Design digram for that ?
  • Ans. 

    Design diagram for a software developer role.

    • Use UML diagrams to show class relationships and interactions

    • Include components like classes, interfaces, relationships, and methods

    • Consider using tools like Lucidchart or draw.io for creating the diagram

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't go for this company . Package is very bad.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2022. There were 2 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 - HR 

(2 Questions)

  • Q1. Self introduction
  • Q2. Communication Test

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing to say, keep away from them. Firing is a daily process, be aware.
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 Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Fundamental of javaScript
  • Q2. Fundamentals of React
  • Ans. 

    React is a JavaScript library for building user interfaces.

    • React allows developers to create reusable UI components.

    • It uses a virtual DOM for efficient rendering.

    • React uses JSX, a syntax extension that allows mixing HTML with JavaScript.

    • State and props are used to manage data and pass information between components.

  • Answered by AI
Round 2 - Coding Test 

App was given to create

Skills evaluated in this interview

360 Degree Cloud Technologies Interview FAQs

How many rounds are there in 360 Degree Cloud Technologies Mern Full Stack Developer interview?
360 Degree Cloud Technologies interview process usually has 1 rounds. The most common rounds in the 360 Degree Cloud Technologies interview process are Technical.
What are the top questions asked in 360 Degree Cloud Technologies Mern Full Stack Developer interview?

Some of the top questions asked at the 360 Degree Cloud Technologies Mern Full Stack Developer interview -

  1. Event Loop in...read more
  2. Sharding in Node...read more
  3. Indexing in Node...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 144 Interviews
Webkul Software Interview Questions
4.0
 • 71 Interviews
Softenger Interview Questions
4.0
 • 59 Interviews
Affine Interview Questions
3.3
 • 51 Interviews
View all
Salesforce Developer
298 salaries
unlock blur

₹3.4 L/yr - ₹13 L/yr

Senior Salesforce Developer
74 salaries
unlock blur

₹10 L/yr - ₹32 L/yr

Salesforce Administrator
49 salaries
unlock blur

₹3.3 L/yr - ₹8 L/yr

Software Developer
35 salaries
unlock blur

₹4.2 L/yr - ₹9.5 L/yr

Software Engineer
24 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Explore more salaries
Compare 360 Degree Cloud Technologies with

HCL Infosystems

3.9
Compare

Softenger

4.0
Compare

Capital Numbers Infotech

4.4
Compare

JK Tech

3.6
Compare
write
Share an Interview