Upload Button Icon Add office photos
Engaged Employer

i

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

Cloud Assert Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Cloud Assert Technologies Interview Questions and Answers

Updated 2 Sep 2024

Cloud Assert Technologies Interview Experiences

Popular Designations

3 interviews found

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

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

Round 1 - Coding Test 

Maximum element in an array

Round 2 - Technical 

(1 Question)

  • Q1. Questions about OOPS concepts
Round 3 - Technical 

(1 Question)

  • Q1. Indepth questions about projects
Round 4 - HR 

(1 Question)

  • Q1. Introduce yourself and hobbies
  • Ans. 

    I am a software developer with a passion for coding and problem-solving. In my free time, I enjoy hiking, playing guitar, and reading.

    • Experienced in Java, Python, and JavaScript

    • Worked on projects involving web development and data analysis

    • Active participant in coding competitions like Hackerrank and LeetCode

    • Enjoy outdoor activities like hiking and camping

    • Play guitar in a local band and enjoy reading science fiction nov

  • Answered by AI
Round 5 - One-on-one 

(1 Question)

  • Q1. BST and LL implementation

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Basic Coding problems in a coding platform

Round 2 - Technical 

(2 Questions)

  • Q1. Basic problem-solving skills testing
  • Q2. Sql questions using joins
Round 3 - Technical 

(1 Question)

  • Q1. Same questions as in the previous rounds
Round 4 - HR 

(2 Questions)

  • Q1. Personal Details
  • Q2. Experiences about my projects
Round 5 - Behavioral 

(1 Question)

  • Q1. Discussion with CEO

Software Development Engineer Interview Questions asked at other Companies

Q1. Given an acyclic graph of a city where each edge represents a road in the city and each vertex represents an crossing. Write an algo to find out the minimum number of vertices at which a policemen will be kept so that all the roads are cove... read more
View answer (2)

I applied via Naukri.com and was interviewed in Sep 2021. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. C# and Dot net related questions
  • Q2. Microservice design discussion
Round 2 - Technical 

(2 Questions)

  • Q1. Microservices design problem solving
  • Q2. Code review and team management
Round 3 - One-on-one 

(1 Question)

  • Q1. Normal manager round with some technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in basics. Clarity on thoughts.

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Jobs at Cloud Assert Technologies

View all

Interview questions from similar companies

Interview Questionnaire 

3 Questions

  • Q1. Technical questions
  • Q2. Resume based
  • Q3. Tell me about your self

Interview Questionnaire 

1 Question

  • Q1. About Resume, about Major project

I appeared for an interview before Jul 2021.

Round 1 - Aptitude Test 

This will be a general apptitude test where a questionnaire is consist of reasoning, English and Maths questions

Round 2 - One-on-one 

(3 Questions)

  • Q1. Tell us about yourself
  • Q2. What do you know about our company
  • Q3. Where do you see yourself in the next 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself for general apptitude. And for interview one-on-one, Stay calm and focused. Just be yourself, know you gonna provide to the company

I applied via Recruitment Consulltant and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. *Introduce yourself *Purpose of working in the Company *Educational Background *Family Background *Goals and Ambition

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident about what you speak.

I appeared for an interview before Nov 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 180 Minutes
Round difficulty - Medium

The test was started in the evening 4pm approx.
It was flexible due to Corona so we gave the test from our home only.
It had listening skill activity too according to which we were marked .
Interviewer was very supportive because of which it was easier for us to open up easily .

  • Q1. 

    Arithmetic Expression Evaluation Problem Statement

    You are provided with a string expression consisting of characters '+', '-', '*', '/', '(', ')' and digits '0' to '9', representing an arithmetic express...

  • Ans. 

    Evaluate arithmetic expressions in infix notation with given operators and precedence rules.

    • Parse the infix expression to postfix using a stack and then evaluate the postfix expression using another stack

    • Use a stack to keep track of operators and operands while parsing the expression

    • Handle operator precedence and associativity rules while converting to postfix and evaluating the expression

  • Answered by AI
  • Q2. 

    Valid Parentheses Problem Statement

    Given a string 'STR' consisting solely of the characters “{”, “}”, “(”, “)”, “[” and “]”, determine if the parentheses are balanced.

    Input:

    The first line contains an...
  • Ans. 

    The task is to determine if a given string of parentheses is balanced or not.

    • Iterate through the characters of the string and use a stack to keep track of opening parentheses.

    • When encountering an opening parenthesis, push it onto the stack. When encountering a closing parenthesis, check if it matches the top of the stack.

    • If the stack is empty at the end or there are unmatched parentheses, the string is not balanced.

    • Exa...

  • Answered by AI
Round 2 - HR 

(1 Question)

Round duration - 20 Minutes
Round difficulty - Medium

Interview

  • Q1. 

    Reverse Number Problem Statement

    Ninja is exploring new challenges and desires to reverse a given number. Your task is to assist Ninja in reversing the number provided.

    Note:

    If a number has trailing ze...

  • Ans. 

    Implement a function to reverse a given number, omitting trailing zeros.

    • Create a function that takes an integer as input and reverses it while omitting trailing zeros

    • Use string manipulation to reverse the number and remove any trailing zeros

    • Handle test cases where the number has leading zeros as well

    • Ensure the reversed number is printed for each test case on a new line

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaCGPA above 6.5 and no active backlogsAccenture interview preparation:Topics to prepare for the interview - Oops, dmbs, rdbms, mysql, SDLC, projects, data structure and basic electronics.Time required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : confidence is the key.
Tip 2 : focus on communication skills.
Tip 3 : be honest and well prepared about your projects and trainings .

Application resume tips for other job seekers

Tip 1 : it should be to the point.
Tip 2 : be honest. And one should know everything that is written down there.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java. Spring boot, micro service, hibernate
Round 2 - HR 

(1 Question)

  • Q1. Salary, technical, company details

Interview Preparation Tips

Topics to prepare for Accenture Software Developer interview:
  • Java
  • Spring Boot
  • Micro service
  • Hibernate
  • JSP
Interview preparation tips for other job seekers - Java, spring boot, micro service, hibernate

I appeared for an interview before Jul 2021.

Round 1 - Technical 

(4 Questions)

  • Q1. What is Polymorphism and it’s type?
  • Ans. 

    Polymorphism is the ability of an object to take on many forms. It allows objects of different classes to be treated as if they were of the same class.

    • Polymorphism is achieved through method overriding and method overloading.

    • Method overriding is when a subclass provides a specific implementation of a method that is already provided by its parent class.

    • Method overloading is when a class has two or more methods with the ...

  • Answered by AI
  • Q2. What is Dependency Injection?
  • Ans. 

    Dependency Injection is a design pattern where the dependencies of an object are injected into it rather than created within it.

    • It helps in achieving loose coupling between objects

    • It makes testing easier as dependencies can be mocked or stubbed

    • There are three types of Dependency Injection - Constructor Injection, Setter Injection, and Interface Injection

    • Example: In a web application, the database connection object can ...

  • Answered by AI
  • Q3. How Garbage Collection works in .Net?
  • Ans. 

    Garbage Collection in .Net automatically manages memory by freeing up unused objects.

    • Garbage Collector runs in the background and periodically checks for unused objects.

    • It frees up memory by deallocating objects that are no longer being used.

    • GC can be configured using different modes like Server, Workstation, Concurrent, etc.

    • GC can also be manually triggered using GC.Collect() method.

    • GC.SuppressFinalize() method can be...

  • Answered by AI
  • Q4. What is LINQ and some basic concept related it?

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was easy. Go through basic concepts of OOPs and SQL.

Skills evaluated in this interview

Cloud Assert Technologies Interview FAQs

How many rounds are there in Cloud Assert Technologies interview?
Cloud Assert Technologies interview process usually has 4-5 rounds. The most common rounds in the Cloud Assert Technologies interview process are Technical, One-on-one Round and Coding Test.
How to prepare for Cloud Assert Technologies interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Cloud Assert Technologies. The most common topics and skills that interviewers at Cloud Assert Technologies expect are Javascript, C#, CSS, HTML and Web Api.
What are the top questions asked in Cloud Assert Technologies interview?

Some of the top questions asked at the Cloud Assert Technologies interview -

  1. Normal manager round with some technical questi...read more
  2. C# and Dot net related questi...read more
  3. Same questions as in the previous rou...read more

Tell us how to improve this page.

Cloud Assert Technologies Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.2k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
DXC Technology Interview Questions
3.7
 • 796 Interviews
FIS Interview Questions
3.9
 • 485 Interviews
View all

Cloud Assert Technologies Reviews and Ratings

based on 26 reviews

3.7/5

Rating in categories

3.9

Skill development

3.6

Work-life balance

3.2

Salary

2.7

Job security

3.8

Company culture

3.0

Promotions

3.6

Work satisfaction

Explore 26 Reviews and Ratings
Technical Project Manager

Coimbatore

2-3 Yrs

Not Disclosed

Explore more jobs
Software Development Engineer
13 salaries
unlock blur

₹4 L/yr - ₹5.2 L/yr

Softwaretest Engineer
13 salaries
unlock blur

₹2 L/yr - ₹3.5 L/yr

Software Development Engineer II
12 salaries
unlock blur

₹7.9 L/yr - ₹11 L/yr

Devops Engineer
9 salaries
unlock blur

₹3.5 L/yr - ₹4.5 L/yr

Software Development Engineer Test
8 salaries
unlock blur

₹1.8 L/yr - ₹7.2 L/yr

Explore more salaries
Compare Cloud Assert Technologies with

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Capgemini

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