Upload Button Icon Add office photos

Filter interviews by

cloudEQ Interview Questions and Answers

Updated 9 Jul 2025
Popular Designations

38 Interview questions

A Software Engineer was asked 5d ago
Q. How would you evaluate the multiple-choice round, and what are some follow-up questions you might ask?
Ans. 

Evaluate the multiple-choice round by assessing clarity, relevance, and difficulty, followed by targeted follow-up questions.

  • Assess clarity: Ensure questions are clearly worded to avoid confusion.

  • Check relevance: Questions should align with the skills required for the role.

  • Evaluate difficulty: Balance between easy and challenging questions to gauge candidate's knowledge.

  • Example follow-up: 'Can you explain your tho...

View all Software Engineer interview questions
A Senior Devops Engineer was asked 2mo ago
Q. What is Amazon Web Services (AWS) Cloud?
Ans. 

AWS Cloud is a comprehensive cloud computing platform offering a wide range of services for computing, storage, and networking.

  • Scalable Infrastructure: AWS allows businesses to scale resources up or down based on demand, such as using EC2 instances for computing power.

  • Storage Solutions: Services like S3 provide scalable object storage for data backup and archiving.

  • Database Services: AWS offers managed database ser...

View all Senior Devops Engineer interview questions
A Senior Devops Engineer was asked 2mo ago
Q. What are the various services offered by Amazon Web Services (AWS)?
Ans. 

AWS offers a wide range of cloud services including computing, storage, databases, machine learning, and more.

  • Compute Services: EC2 (Elastic Compute Cloud) for scalable virtual servers.

  • Storage Services: S3 (Simple Storage Service) for object storage and EBS (Elastic Block Store) for block storage.

  • Database Services: RDS (Relational Database Service) for managed databases like MySQL, PostgreSQL, and DynamoDB for NoS...

View all Senior Devops Engineer interview questions
A Devops Engineer was asked 3mo ago
Q. What is Azure Load Balancer?
Ans. 

Azure Load Balancer is a cloud-based service that distributes network traffic across multiple servers for high availability and reliability.

  • Provides Layer 4 (TCP, UDP) load balancing for applications.

  • Supports both inbound and outbound scenarios, ensuring traffic is efficiently managed.

  • Can be configured for both public and internal load balancing.

  • Example: Distributing traffic to multiple web servers hosting a websi...

View all Devops Engineer interview questions
A Devops Engineer was asked 3mo ago
Q. What is a GitHub Actions pipeline?
Ans. 

GitHub Actions is a CI/CD tool that automates workflows directly in GitHub repositories.

  • Automates build, test, and deployment processes.

  • Uses YAML files to define workflows in the '.github/workflows' directory.

  • Supports triggers like push, pull request, and schedule.

  • Can integrate with third-party services and tools.

  • Example: A workflow that runs tests on every pull request.

View all Devops Engineer interview questions
A Cloud Network Engineer was asked 12mo ago
Q. Explain the working details of an application gateway.
Ans. 

Application gateway is a load balancer that manages traffic to web applications.

  • Acts as a reverse proxy to distribute incoming traffic across multiple servers

  • Provides SSL termination, URL-based routing, and session persistence

  • Can perform application layer (HTTP) load balancing

  • Supports WAF (Web Application Firewall) for enhanced security

View all Cloud Network Engineer interview questions
A Cloud Network Engineer was asked 12mo ago
Q. What is the difference between Phase 1 and Phase 2 of an IPsec tunnel?
Ans. 

Phase 1 establishes secure communication channel, Phase 2 sets up secure data transfer within the channel.

  • Phase 1 negotiates security parameters and establishes a secure channel between two IPsec peers.

  • Phase 2 sets up secure data transfer within the established secure channel.

  • Phase 1 uses ISAKMP (Internet Security Association and Key Management Protocol) for key exchange.

  • Phase 2 uses IPsec protocols like ESP (Enca...

View all Cloud Network Engineer interview questions
Are these interview questions helpful?
A Cloud Network Engineer was asked 12mo ago
Q. What is the difference between an ER circuit and an IPsec tunnel?
Ans. 

ER circuit is a dedicated point-to-point connection while IPsec tunnel is a secure virtual private network connection over the internet.

  • ER circuit is a physical connection between two locations, typically provided by a telecom provider.

  • IPsec tunnel is a secure encrypted connection over the internet, often used for connecting remote offices or users.

  • ER circuit offers dedicated bandwidth and low latency, suitable fo...

View all Cloud Network Engineer interview questions
A Cloud Network Engineer was asked 12mo ago
Q. What are the steps involved in SSL authentication?
Ans. 

SSL authentication involves multiple steps to verify the identity of the server and establish a secure connection.

  • Client sends a request to the server over HTTPS

  • Server responds with its SSL certificate

  • Client verifies the certificate's authenticity using a trusted CA

  • Client generates a session key and encrypts it with the server's public key

  • Server decrypts the session key using its private key

  • Client and server can n...

View all Cloud Network Engineer interview questions
A Cloud Network Engineer was asked 12mo ago
Q. How can latency be reduced?
Ans. 

Reducing latency involves optimizing network infrastructure, minimizing data transfer distances, and utilizing caching techniques.

  • Optimize network infrastructure by using faster hardware and reducing network congestion

  • Minimize data transfer distances by using content delivery networks (CDNs) and edge computing

  • Utilize caching techniques to store frequently accessed data closer to the end user

  • Implementing load balan...

View all Cloud Network Engineer interview questions

cloudEQ Interview Experiences

17 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between Phase 1 and Phase 2 IPsec tunnel
  • Ans. 

    Phase 1 establishes secure communication channel, Phase 2 sets up secure data transfer within the channel.

    • Phase 1 negotiates security parameters and establishes a secure channel between two IPsec peers.

    • Phase 2 sets up secure data transfer within the established secure channel.

    • Phase 1 uses ISAKMP (Internet Security Association and Key Management Protocol) for key exchange.

    • Phase 2 uses IPsec protocols like ESP (Encapsula...

  • Answered by AI
  • Q2. Steps of SSL authentication
  • Ans. 

    SSL authentication involves multiple steps to verify the identity of the server and establish a secure connection.

    • Client sends a request to the server over HTTPS

    • Server responds with its SSL certificate

    • Client verifies the certificate's authenticity using a trusted CA

    • Client generates a session key and encrypts it with the server's public key

    • Server decrypts the session key using its private key

    • Client and server can now co...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Load balancer details
  • Ans. 

    Load balancer distributes incoming network traffic across multiple servers to ensure no single server is overwhelmed.

    • Distributes traffic evenly across servers

    • Improves reliability and scalability

    • Can be hardware-based or software-based

    • Examples: F5 BIG-IP, NGINX, HAProxy

  • Answered by AI
  • Q2. Application gateway working details
  • Ans. 

    Application gateway is a load balancer that manages traffic to web applications.

    • Acts as a reverse proxy to distribute incoming traffic across multiple servers

    • Provides SSL termination, URL-based routing, and session persistence

    • Can perform application layer (HTTP) load balancing

    • Supports WAF (Web Application Firewall) for enhanced security

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

(2 Questions)

  • Q1. How to reduce latency
  • Ans. 

    Reducing latency involves optimizing network infrastructure, minimizing data transfer distances, and utilizing caching techniques.

    • Optimize network infrastructure by using faster hardware and reducing network congestion

    • Minimize data transfer distances by using content delivery networks (CDNs) and edge computing

    • Utilize caching techniques to store frequently accessed data closer to the end user

    • Implementing load balancing ...

  • Answered by AI
  • Q2. Difference between ER circuit and IPsec tunnel
  • Ans. 

    ER circuit is a dedicated point-to-point connection while IPsec tunnel is a secure virtual private network connection over the internet.

    • ER circuit is a physical connection between two locations, typically provided by a telecom provider.

    • IPsec tunnel is a secure encrypted connection over the internet, often used for connecting remote offices or users.

    • ER circuit offers dedicated bandwidth and low latency, suitable for hig...

  • Answered by AI

Skills evaluated in this interview

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

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

  • Q1. What is Azure Load Balancer
  • Ans. 

    Azure Load Balancer is a cloud-based service that distributes network traffic across multiple servers for high availability and reliability.

    • Provides Layer 4 (TCP, UDP) load balancing for applications.

    • Supports both inbound and outbound scenarios, ensuring traffic is efficiently managed.

    • Can be configured for both public and internal load balancing.

    • Example: Distributing traffic to multiple web servers hosting a website.

    • Of...

  • Answered by AI
  • Q2. What is github action pipeline
  • Ans. 

    GitHub Actions is a CI/CD tool that automates workflows directly in GitHub repositories.

    • Automates build, test, and deployment processes.

    • Uses YAML files to define workflows in the '.github/workflows' directory.

    • Supports triggers like push, pull request, and schedule.

    • Can integrate with third-party services and tools.

    • Example: A workflow that runs tests on every pull request.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to start your career
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic question on js used from interviewbit

Devops Engineer Interview Questions & Answers

user image Raghav Joshi

posted on 11 Dec 2024

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

Questions about networking and dsa

Round 2 - One-on-one 

(1 Question)

  • Q1. Basic DSA and networking
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Mar 2024.

Round 1 - One-on-one 

(5 Questions)

  • Q1. What is differnece between load balancer and autoscaling group, what is iam role and iam user
  • Ans. 

    Load balancer distributes incoming network traffic across multiple servers, while autoscaling group automatically adjusts the number of instances based on traffic.

    • Load balancer distributes traffic evenly across multiple servers to improve performance and reliability

    • Autoscaling group automatically adjusts the number of instances based on traffic demand

    • IAM role defines a set of permissions for AWS resources, while IAM us...

  • Answered by AI
  • Q2. What is the difference betwean iam role and iam user
  • Ans. 

    IAM role is used to grant permissions to AWS services, while IAM user is used to grant permissions to individuals.

    • IAM role is used to delegate access to AWS services, such as EC2 instances or Lambda functions

    • IAM user is used to grant permissions to individuals who need to interact with AWS resources

    • IAM roles do not have long-term credentials like IAM users, instead they are assumed by trusted entities

    • IAM users have the...

  • Answered by AI
  • Q3. What is aws config
  • Ans. 

    AWS Config is a service that provides a detailed inventory of AWS resources and configuration settings.

    • AWS Config continuously monitors and records configurations of AWS resources.

    • It helps assess, audit, and evaluate the configurations for compliance.

    • AWS Config can be used to track changes to resources over time.

    • It provides a history of resource configuration changes for troubleshooting and security analysis.

  • Answered by AI
  • Q4. What is tf state file
  • Ans. 

    Tf state file is a JSON file that stores the current state of your infrastructure managed by Terraform.

    • Contains information about resources, their attributes, and dependencies

    • Used by Terraform to keep track of the infrastructure state

    • Should be stored securely and not shared publicly

  • Answered by AI
  • Q5. Explain the concept of manifest files in k8
  • Ans. 

    Manifest files in k8 are configuration files used to define the desired state of resources in a Kubernetes cluster.

    • Manifest files are written in YAML or JSON format.

    • They define the resources like pods, services, deployments, etc., that should be created in the cluster.

    • Manifest files can be applied using kubectl apply command.

    • They help in maintaining the desired state of the cluster and managing configurations.

    • Example: ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. What technologies have you worked with?
  • Q2. What is the significance of using user interfaces in conjunction with abstract classes?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
  • Q1. What is Amazon Web Services (AWS) Cloud?
  • Ans. 

    AWS Cloud is a comprehensive cloud computing platform offering a wide range of services for computing, storage, and networking.

    • Scalable Infrastructure: AWS allows businesses to scale resources up or down based on demand, such as using EC2 instances for computing power.

    • Storage Solutions: Services like S3 provide scalable object storage for data backup and archiving.

    • Database Services: AWS offers managed database services...

  • Answered by AI
  • Q2. What are the various services offered by Amazon Web Services (AWS)?
  • Ans. 

    AWS offers a wide range of cloud services including computing, storage, databases, machine learning, and more.

    • Compute Services: EC2 (Elastic Compute Cloud) for scalable virtual servers.

    • Storage Services: S3 (Simple Storage Service) for object storage and EBS (Elastic Block Store) for block storage.

    • Database Services: RDS (Relational Database Service) for managed databases like MySQL, PostgreSQL, and DynamoDB for NoSQL.

    • Ne...

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

I appeared for an interview before Jul 2024, where I was asked the following questions.

  • Q1. Machine Coding Round: Develop Accordion
  • Ans. 

    An accordion is a UI component that expands and collapses to show or hide content sections.

    • Use HTML for structure: <div class='accordion'>...</div>

    • Style with CSS for visual appeal: .accordion { border: 1px solid #ccc; }

    • Implement JavaScript for functionality: addEventListener to toggle classes.

    • Example of toggling: element.classList.toggle('active');

    • Consider accessibility: use ARIA attributes for better scree...

  • Answered by AI
  • Q2. Evaluation the MC round and some random questtion
  • Ans. 

    Evaluate the multiple-choice round by assessing clarity, relevance, and difficulty, followed by targeted follow-up questions.

    • Assess clarity: Ensure questions are clearly worded to avoid confusion.

    • Check relevance: Questions should align with the skills required for the role.

    • Evaluate difficulty: Balance between easy and challenging questions to gauge candidate's knowledge.

    • Example follow-up: 'Can you explain your thought ...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Assignment 

Creating API Documentation

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

I applied via Indeed and was interviewed in Feb 2023. 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 - Technical 

(16 Questions)

  • Q1. Tell me about yousrself
  • Ans. 

    I am a highly experienced Senior Software Engineer with a strong background in developing scalable and efficient software solutions.

    • Over 10 years of experience in software development

    • Expertise in multiple programming languages such as Java, C++, and Python

    • Proficient in designing and implementing complex systems

    • Strong problem-solving and analytical skills

    • Proven track record of delivering high-quality software on time an...

  • Answered by AI
  • Q2. What is current project and what is tech stack used in it?
  • Ans. 

    I am currently working on a web application for a retail company using React, Node.js, and MongoDB.

    • Developing a responsive UI using React and Redux

    • Implementing server-side logic using Node.js and Express

    • Storing and retrieving data using MongoDB

    • Integrating third-party APIs for payment processing and shipping

    • Writing automated tests using Jest and Enzyme

  • Answered by AI
  • Q3. Is Authentication implemented in project and if yes How?
  • Ans. 

    Yes, authentication is implemented using OAuth 2.0 protocol.

    • OAuth 2.0 protocol is used for authentication.

    • Access tokens are issued to authorized clients.

    • Refresh tokens are used to obtain new access tokens.

    • Authentication is required for all API endpoints.

  • Answered by AI
  • Q4. What is Dependency Injection and Is is implemented in project and How?
  • Ans. 

    Dependency Injection is a design pattern used to remove hard-coded dependencies and make code more flexible and testable.

    • Dependency Injection is implemented by injecting the required dependencies into a class rather than creating them within the class.

    • This can be achieved through constructor injection, setter injection, or interface injection.

    • For example, in Java, Spring Framework provides a powerful dependency injecti...

  • Answered by AI
  • Q5. What are Action Filters? Why these are used?
  • Ans. 

    Action Filters are attributes that can be applied to controller actions to perform pre/post processing.

    • Action Filters are used to modify the behavior of controller actions.

    • They can be used to perform authentication, logging, caching, etc.

    • Action Filters can be applied globally or to specific actions.

    • Examples include [Authorize] for authentication and [OutputCache] for caching.

    • Action Filters can also be created by the de...

  • Answered by AI
  • Q6. What is Interfaces? and Why these are used?
  • Ans. 

    Interfaces are a way to define a contract between two objects, specifying the methods and properties that one object must implement.

    • Interfaces allow for loose coupling between objects, making it easier to change the implementation of one object without affecting others.

    • They promote code reusability by allowing multiple objects to implement the same interface.

    • Interfaces can be used to create mock objects for testing pur...

  • Answered by AI
  • Q7. What is the difference in Interfaces and Abstract classes?
  • Ans. 

    Interfaces define contracts for behavior while abstract classes provide partial implementation.

    • Interfaces cannot have implementation while abstract classes can have partial implementation.

    • A class can implement multiple interfaces but can inherit from only one abstract class.

    • Interfaces are used for loose coupling while abstract classes are used for code reuse.

    • Example: An interface 'Drawable' can define a method 'draw' w...

  • Answered by AI
  • Q8. What is shallow copy in C#?
  • Ans. 

    Shallow copy creates a new object with same values as original, but references the same memory locations.

    • Shallow copy only copies the top-level object, not the nested objects.

    • Changes made to the original object will reflect in the copied object.

    • Use MemberwiseClone() method to create shallow copy of an object.

    • Example: int[] arr1 = {1, 2, 3}; int[] arr2 = arr1.Clone() as int[]; arr2[0] = 4; Console.WriteLine(arr1[0]); //...

  • Answered by AI
  • Q9. What are ref and out keywords? and What is the difference in them?
  • Ans. 

    Ref and out are keywords used in C# to pass arguments by reference instead of value.

    • Ref and out are used to pass arguments by reference instead of value

    • Ref keyword is used to pass a reference of the variable to the method

    • Out keyword is used to pass a reference of the variable to the method and requires the variable to be initialized before use

    • Ref keyword can be used to modify the value of the variable passed as an argu...

  • Answered by AI
  • Q10. Difference in String and String Builder?
  • Ans. 

    String is immutable while StringBuilder is mutable.

    • String is a final class and its value cannot be changed once created.

    • StringBuilder is a mutable class and its value can be changed without creating a new object.

    • String concatenation creates a new String object each time, while StringBuilder is more efficient for concatenation.

    • Use String for fixed values and StringBuilder for dynamic values.

  • Answered by AI
  • Q11. What is Self Join in SQL Server? Give example
  • Ans. 

    Self Join is a way to join a table with itself using aliases.

    • It is useful when we need to compare records within the same table.

    • It requires the use of aliases to differentiate between the two instances of the same table.

    • Example: SELECT a.name, b.name FROM employees a, employees b WHERE a.manager_id = b.employee_id;

  • Answered by AI
  • Q12. What are delegate and how they are used?
  • Ans. 

    Delegates are a type-safe function pointer used to encapsulate a method.

    • Delegates allow methods to be passed as parameters to other methods.

    • They can be used to implement callbacks and event handlers.

    • Delegates can be chained together to create a pipeline of method calls.

    • They are commonly used in .NET framework for event handling and LINQ queries.

  • Answered by AI
  • Q13. What is Normalization in sql server?
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down a table into smaller tables and defining relationships between them.

    • There are different levels of normalization, with each level reducing redundancy and improving data integrity further.

    • Normalization helps to prevent data inconsistencies and anomalies, and makes it easier to...

  • Answered by AI
  • Q14. Difference in Overriding and Overloading?
  • Ans. 

    Overriding is when a subclass provides its own implementation of a method from the superclass, while overloading is when a class has multiple methods with the same name but different parameters.

    • Overriding is used to provide a specific implementation of a method in a subclass that is already defined in the superclass.

    • Overloading is used to define multiple methods with the same name but different parameters in a class.

    • Ov...

  • Answered by AI
  • Q15. Difference in IEnumerable and IQueryable?
  • Ans. 

    IEnumerable is in-memory collection while IQueryable is a queryable data source.

    • IEnumerable is used for querying data from in-memory collections like List, Array, etc.

    • IQueryable is used for querying data from a data source like a database.

    • IEnumerable executes the query on the client-side while IQueryable executes the query on the server-side.

    • IQueryable is more efficient when working with large datasets as it allows for...

  • Answered by AI
  • Q16. Diifference in Value Type and Refence Type? Is String is Value Type or Reference Type?
  • Ans. 

    Value types hold the data directly, while reference types hold a reference to the data.

    • Value types are stored on the stack, while reference types are stored on the heap.

    • String is a reference type in .NET.

    • Value types include int, float, and bool.

    • Reference types include arrays, classes, and interfaces.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for cloudEQ Senior Software Engineer interview:
  • C#
  • SQL Server
  • OOPS
  • ASP.Net
  • .Net Core
Interview preparation tips for other job seekers - Be prepared with basic concepts and confidence is neccessary. Good luck.

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about cloudEQ?
Ask anonymously on communities.

cloudEQ Interview FAQs

How many rounds are there in cloudEQ interview?
cloudEQ interview process usually has 2 rounds. The most common rounds in the cloudEQ interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for cloudEQ 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 cloudEQ. The most common topics and skills that interviewers at cloudEQ expect are Python, AWS, SQL, Cloud and JIRA.
What are the top questions asked in cloudEQ interview?

Some of the top questions asked at the cloudEQ interview -

  1. What is current project and what is tech stack used in ...read more
  2. What is Dependency Injection and Is is implemented in project and H...read more
  3. Is Authentication implemented in project and if yes H...read more
How long is the cloudEQ interview process?

The duration of cloudEQ interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.9/5

based on 20 interview experiences

Difficulty level

Moderate 86%
Hard 14%

Duration

Less than 2 weeks 75%
2-4 weeks 13%
4-6 weeks 13%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.7
 • 8.7k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Amazon Interview Questions
4.0
 • 5.4k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.7
 • 3.4k Interviews
View all

cloudEQ Reviews and Ratings

based on 108 reviews

3.1/5

Rating in categories

3.0

Skill development

3.3

Work-life balance

3.1

Salary

2.4

Job security

3.0

Company culture

2.9

Promotions

3.0

Work satisfaction

Explore 108 Reviews and Ratings
Observability Architect

Chandigarh

15-18 Yrs

Not Disclosed

Observability Architect

Chandigarh

15-17 Yrs

Not Disclosed

Explore more jobs
Devops Engineer
55 salaries
unlock blur

₹4.5 L/yr - ₹8.9 L/yr

Software Engineer
25 salaries
unlock blur

₹4 L/yr - ₹7.5 L/yr

Project Manager
12 salaries
unlock blur

₹12 L/yr - ₹25.9 L/yr

Cloud Security Engineer
9 salaries
unlock blur

₹4.5 L/yr - ₹7.5 L/yr

SCCM System Administrator
8 salaries
unlock blur

₹9 L/yr - ₹11 L/yr

Explore more salaries
Compare cloudEQ with

TCS

3.6
Compare

Accenture

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare
write
Share an Interview