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

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)
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)

Jobs at Cloud Assert Technologies

View all

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. About AWS and Cloud related services.
  • Q2. NA

Analyst Interview Questions & Answers

FIS user image Anonymous

posted on 17 Jul 2021

Interview Questionnaire 

2 Questions

  • Q1. Tell me about yourself
  • Q2. Be confident

Intern Interview Questions & Answers

FIS user image Vishu Gupta

posted on 13 Sep 2020

I applied via Campus Placement and was interviewed in Aug 2020. There was 1 interview round.

Interview Questionnaire 

7 Questions

  • Q1. What do you understand by Three way handshake ?
  • Ans. 

    Three way handshake is a method used in TCP/IP communication to establish a connection between a client and a server.

    • Three way handshake involves three steps: SYN, SYN-ACK, and ACK.

    • The client sends a SYN packet to the server to initiate the connection.

    • The server responds with a SYN-ACK packet, acknowledging the client's request.

    • Finally, the client sends an ACK packet to the server, confirming the connection establishme...

  • Answered by AI
  • Q2. Difference between SSL and TLS
  • Ans. 

    SSL and TLS are both cryptographic protocols used to secure internet communications.

    • SSL stands for Secure Sockets Layer and is an older protocol that has been largely replaced by TLS.

    • TLS stands for Transport Layer Security and is the successor to SSL.

    • TLS is more secure than SSL and offers better encryption algorithms.

    • TLS also supports newer protocols and ciphers, while SSL does not.

    • SSL is vulnerable to attacks such as ...

  • Answered by AI
  • Q3. On which layer switch and router work and their types ?
  • Ans. 

    Switches work on layer 2 and routers work on layer 3. Types of switches include unmanaged, managed, and layer 3 switches.

    • Switches work on layer 2 of the OSI model and routers work on layer 3.

    • Switches are used to connect devices within a network and forward data based on MAC addresses.

    • Types of switches include unmanaged, managed, and layer 3 switches.

    • Routers are used to connect different networks and forward data based ...

  • Answered by AI
  • Q4. CIA Triad and What will we lost in DOS attack ?
  • Ans. 

    CIA Triad ensures data security. DOS attack can cause loss of availability.

    • CIA Triad stands for Confidentiality, Integrity, and Availability.

    • It ensures data security by protecting against unauthorized access, alteration, and destruction.

    • DOS attack can cause loss of availability by overwhelming a system with traffic or requests.

    • This can result in the system becoming unresponsive or crashing, making the data unavailable...

  • Answered by AI
  • Q5. Which packets are used to perform DOS attack?
  • Ans. 

    Various types of packets can be used for DOS attacks, including SYN floods, UDP floods, and ICMP floods.

    • SYN floods involve sending a large number of SYN packets to overwhelm the target server's resources.

    • UDP floods involve sending a large number of UDP packets to consume the target server's bandwidth.

    • ICMP floods involve sending a large number of ICMP packets to flood the target server with traffic.

    • Other types of packet...

  • Answered by AI
  • Q6. Cryptography and its types
  • Ans. 

    Cryptography is the practice of secure communication in the presence of third parties.

    • Symmetric-key cryptography

    • Asymmetric-key cryptography

    • Hash functions

    • Encryption algorithms

    • Digital signatures

  • Answered by AI
  • Q7. Difference between MD5 and SHA 2
  • Ans. 

    MD5 is a hash function that produces a 128-bit hash value while SHA-2 is a family of hash functions that produce hash values of varying lengths.

    • MD5 produces a fixed-length hash value of 128 bits while SHA-2 produces hash values of 224, 256, 384, or 512 bits.

    • MD5 is considered less secure than SHA-2 due to its susceptibility to collision attacks.

    • SHA-2 is a family of hash functions that includes SHA-224, SHA-256, SHA-384,...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always focus to give answer in a well define manner. Don't give answer if you don't know. Read the basic questions from internet make a list of 1000 of interview question of the domain in which you wanna go.
Always find out more things about a topic like asked question to yourself like-
What is it ?
Why we use ?
What are the different types ?
Previous version of it if any and why it is not used now?
The latest version
Make a checklist of the attacks on the all common protocol.

Thanks I hope it will help you.

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. 1) General C# and Sql Questions.. some concepts in more depth
  • Q2. Joins, Union, Linq, Collections

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Prepared with basic C# questions like delegates, generics, events, interfaces, static classes with some examples

Sql Questions like types of Joins, Subquery, Union, view, stored proc, identity, indexes with some examples

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

Interview Questionnaire 

1 Question

  • Q1. Applied for QA position. Questions were asked based on capital market/banking domain along with testing fundamentals and some scenario based question.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about domain and testing concepts.

Analyst Interview Questions & Answers

FIS user image Anonymous

posted on 12 Dec 2021

Interview Questionnaire 

1 Question

  • Q1. On Unix and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Not good. Those questions are never used on the daily work.

Analyst Interview Questions & Answers

FIS user image Anonymous

posted on 17 Jul 2021

Interview Questionnaire 

1 Question

  • Q1. Tell me about youself

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.3k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
DXC Technology Interview Questions
3.7
 • 802 Interviews
FIS Interview Questions
3.9
 • 489 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

Customer Support

Coimbatore

3-8 Yrs

Not Disclosed

Products & Solutions

Coimbatore

3-6 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