Upload Button Icon Add office photos

Filter interviews by

CloudActive Labs Full Stack Engineer Interview Questions and Answers

Updated 4 Oct 2022

CloudActive Labs Full Stack Engineer Interview Experiences

1 interview found

Round 1 - Technical 

(2 Questions)

  • Q1. About what is dom in react js
  • Q2. What is es 6 in javascript.
  • Ans. 

    ES6 is the 6th version of ECMAScript, the standard for JavaScript.

    • Introduced new features like let, const, arrow functions, classes, and modules.

    • Improved syntax and added new methods to built-in objects.

    • Supports destructuring, spread and rest operators, and template literals.

    • Compatible with modern browsers and Node.js versions.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Full stack development need deep knowledge of javascript

Skills evaluated in this interview

Interview questions from similar companies

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Static, abstract vs interface
Round 2 - Technical 

(1 Question)

  • Q1. Databindings, CTE(sql)
Round 3 - Technical 

(1 Question)

  • Q1. Exceptionfilter, middleware etc
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion & roles and responsiblities
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Basic coding question

Round 2 - Technical 

(2 Questions)

  • Q1. Basic Technical Question
  • Q2. Questions on oops concept
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via campus placement at Bannari Amman Institute of Technology, Sathyamangalam and was interviewed before Jan 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

THERE ARE QUANTS, REASONING AND VERBAL

Round 2 - HR 

(2 Questions)

  • Q1. MY ROLE IS PROGRAM ANALYST TRAINEE. IN HR ROUND THEY ASKED ME IN CORE: 1. WHAT IS FLIP FLOP 2. WHAT IS DIODE IN PROGRAMMING: 1. WHAT IS ENCAPSULATION. 2. WHAT IS ABSTRACTION. 3. WHAT IS INHERITANCE. 4. ...
  • Q2. AFTER TECHNICAL HR ROUND THERE IS PERSONAL HR ROUND. IN THAT ROUND THEY VERIFY OWR CERTIFICATE LIKE PAN, AADAAR CARD, 10TH AND 12TH CERTIFICATE.

Interview Preparation Tips

Interview preparation tips for other job seekers - PREPARE BASIC OOPS AND C PROGRAMMING QUESTION.
ALSO PREPARE SOME APTITUDE ALSO.
BASIC PROGRAMME LIKE PRINT 1 TO 100, PRINT FIBANOCCI SERIES, PRINT ADD NUMBER, ETC......
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - Coding Test 

Trips for cracking interview

Round 2 - Technical 

(5 Questions)

  • Q1. For example how to replay for all questions
  • Q2. Different questions for all types
  • Q3. Interviews easily cracking trips
  • Q4. How to get good job in software
  • Q5. How to get job

Interview Preparation Tips

Interview preparation tips for other job seekers - Differently thinking for all types of questions and answers
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Dec 2024.

Round 1 - Assignment 

PROJECTS

Multi-Source Medical Data Integration & Management for Healthcare Services

01/2023-06/2023

Guntur, Andhra Pradesh, India

A project focused on integrating medical data for healthcare services.

Developed a web application to integrate medical data from multiple sources, enabling efficient data management in healthcare services.

Designed and implemented RESTful APIs for data interaction and integration,

Utlized Django for backend development, ensuring scalability and maintainability

Implemented data validation and security protocols to ensure the protection of patient information.

Streamlined medical records and information fhow to enhance healthcare service efficiency

Round 2 - HR 

(1 Question)

  • Q1. Sir/madam What's the My responsibility in our country
Round 3 - One-on-one 

(1 Question)

  • Q1. Sir/madam could be pleace how mach time this round
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Javascript questions were mainly there like closures , currying Objects and promises , then they started with React
  • Q2. In react they asked about hooks, difference between props and state, version , useMemo , axios working , microservices
Round 2 - HR 

(2 Questions)

  • Q1. Why do u want to join us , u already holding an offer
  • Ans. 

    I am drawn to your company's innovative projects and collaborative work environment.

    • I am impressed by the cutting-edge technologies and projects your company is working on.

    • I value the opportunity to work in a collaborative and supportive team environment.

    • I believe that joining your company will provide me with the chance to further develop my skills and contribute meaningfully to impactful projects.

  • Answered by AI
  • Q2. How do u prioritize your task
  • Ans. 

    I prioritize tasks based on deadlines, importance, and dependencies.

    • I create a list of all tasks and categorize them based on deadlines.

    • I identify tasks that are critical to the project's success and prioritize them accordingly.

    • I consider dependencies between tasks and prioritize those that are dependent on others being completed first.

    • I regularly reassess priorities and adjust as needed based on changing circumstances...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Find the second largest element from array
  • Ans. 

    Find the second largest element from array of strings

    • Sort the array in descending order

    • Access the element at index 1 to get the second largest element

  • Answered by AI
  • Q2. Java basics and advanced programming
  • Q3. Failsafe vs fail fast integrators
  • Ans. 

    Failsafe integrators prioritize system stability by handling errors gracefully, while fail fast integrators prioritize quick detection and resolution of errors.

    • Failsafe integrators focus on ensuring the system continues to function even in the presence of errors.

    • Fail fast integrators aim to quickly identify and address errors to prevent further issues.

    • Failsafe integrators often use techniques like retries, circuit brea...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Saga design patterns
  • Q2. Micro services architecture

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Arrays reverse in js
  • Ans. 

    Use the built-in reverse() method to reverse an array in JavaScript.

    • Use the reverse() method on the array to reverse its elements in place.

    • Example: let arr = ['apple', 'banana', 'cherry']; arr.reverse(); // ['cherry', 'banana', 'apple']

  • Answered by AI
  • Q2. String question various conditions

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Too much focus on theory questions. Like how would you link multiple middleware - write code for that

CloudActive Labs Interview FAQs

How many rounds are there in CloudActive Labs Full Stack Engineer interview?
CloudActive Labs interview process usually has 2 rounds. The most common rounds in the CloudActive Labs interview process are Resume Shortlist and Technical.
What are the top questions asked in CloudActive Labs Full Stack Engineer interview?

Some of the top questions asked at the CloudActive Labs Full Stack Engineer interview -

  1. What is es 6 in javascri...read more
  2. About what is dom in react...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.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 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
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all
Full Stack Developer
6 salaries
unlock blur

₹4 L/yr - ₹5.5 L/yr

Explore more salaries
Compare CloudActive Labs 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