Upload Button Icon Add office photos

Cybage

Compare button icon Compare button icon Compare

Filter interviews by

Cybage Cloud Architect Lead Interview Questions, Process, and Tips

Updated 27 Jul 2024

Cybage Cloud Architect Lead Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. What do you mean by serverless
  • Ans. 

    Serverless refers to a cloud computing model where the cloud provider manages the infrastructure and automatically allocates resources as needed.

    • Serverless computing allows developers to focus on writing code without worrying about managing servers or infrastructure.

    • Resources are dynamically allocated and scaled based on demand, leading to cost efficiency.

    • Examples of serverless platforms include AWS Lambda, Azure Funct

  • Answered by AI
  • Q2. How Azure Function Works
  • Ans. 

    Azure Functions is a serverless compute service that allows you to run event-triggered code without managing infrastructure.

    • Azure Functions allows you to write small pieces of code that run in response to events.

    • It supports multiple programming languages like C#, JavaScript, Python, etc.

    • Functions can be triggered by various events like HTTP requests, timers, queues, etc.

    • Azure Functions automatically scales based on dem...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is Microservices
  • Ans. 

    Microservices are a software development technique where applications are composed of small, independent services that communicate with each other.

    • Microservices break down applications into smaller, loosely coupled services

    • Each service is responsible for a specific function and can be developed, deployed, and scaled independently

    • Communication between services is typically done through APIs

    • Examples of companies using mi

  • Answered by AI
  • Q2. How microservices are different from Monolithic
  • Ans. 

    Microservices are smaller, independent services that work together, while Monolithic is a single, large application.

    • Microservices are smaller, independent services that can be developed, deployed, and scaled independently.

    • Monolithic architecture is a single, large application where all components are tightly coupled.

    • Microservices promote flexibility, scalability, and fault isolation.

    • Monolithic applications are easier t...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed before Oct 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Genaral awareness, c++,java ,Reasoning,permutations,combination,time& distance,average, Compound interest, from these many topics you will get the question in aptitude

Round 2 - Technical 

(1 Question)

  • Q1. Method Overloading,Method Overriding ,Tracibility matrix, STLC, Polymorphism,Abstraction,Oops concept
Round 3 - HR 

(1 Question)

  • Q1. About Family Background, Comfortable to Relocate,And your tell me about your self.

Interview Preparation Tips

Topics to prepare for Tata Elxsi Software Engineer interview:
  • Java
  • C++
  • C
  • Manual Testing
Interview preparation tips for other job seekers - Be comfortable don’t get panic, Once the interviewer ask the question then only you revert it back. Don’t speak too much whatever he ask rply and don’t hesitate.

I applied via Job Fair and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Coding Test 
Round 3 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. Why should we hire you?
  • Q3. Where do you see yourself in 5 years?

Interview Preparation Tips

Topics to prepare for Cyient Software Developer interview:
  • Python
  • Javascript
  • HTML
  • CSS
  • C#.Net
  • WPF
  • Node.Js
  • Angularjs
Interview preparation tips for other job seekers - Be strong in basics in what you have learned.

All the best 😊

I applied via Approached by Company and was interviewed before Jun 2021. There were 4 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 

(1 Question)

  • Q1. Questioning skills in relevant technology
Round 3 - Behavioral 

(1 Question)

  • Q1. Project related questions
Round 4 - HR 

(1 Question)

  • Q1. Process and employee nature

Interview Preparation Tips

Interview preparation tips for other job seekers - Be upto date in skill set related to your technology. Your experience speaks.

I applied via Referral and was interviewed before Jan 2021. There were 3 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Core Java Related questions
  • Q2. Difference between abstract class and interface
  • Ans. 

    Abstract class can have implementation while interface only has method signatures.

    • Abstract class can have constructors while interface cannot.

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

    • Abstract class can have non-public members while interface only has public members.

    • Abstract class is used for creating a base class while interface is used for implementing a contract.

    • Example o...

  • Answered by AI
  • Q3. Spring auto-wiring and DI
  • Q4. Transaction Management in Hibernate/JPA
  • Ans. 

    Transaction management in Hibernate/JPA

    • Hibernate/JPA provides transaction management support through the EntityManager API

    • Transactions can be managed programmatically or declaratively using annotations

    • The @Transactional annotation can be used to mark a method as transactional

    • Hibernate/JPA supports different transaction isolation levels and propagation behaviors

    • Rollback can be triggered programmatically or automatically

  • Answered by AI
  • Q5. Unit testing, CI/CD, Git
Round 2 - Behavioral 

(2 Questions)

  • Q1. Simple questions related to SDLC
  • Q2. Advantages of Agile over waterfall model
  • Ans. 

    Agile allows for flexibility, collaboration, and faster delivery compared to the rigid and sequential waterfall model.

    • Agile emphasizes on continuous feedback and improvement

    • Agile allows for changes to be made throughout the development process

    • Agile promotes collaboration and communication among team members

    • Agile enables faster delivery of working software

    • Waterfall model is rigid and sequential, making it difficult to m...

  • Answered by AI
Round 3 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Why should we hire you?
  • Q4. Why are you looking for a change?

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more on core java concepts

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. What are different programming languages, you worked previously... ???
  • Ans. 

    I have worked with Java, Python, and SQL.

    • Proficient in Java for developing enterprise applications

    • Experience in Python for data analysis and automation

    • Skilled in SQL for database management and querying

  • Answered by AI

I applied via Naukri.com and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions related domain

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with basics

Interview Questionnaire 

1 Question

  • Q1. Diff between c#, Asp.net and mvc
  • Ans. 

    C# is a programming language, ASP.NET is a web framework, and MVC is a design pattern for building web applications.

    • C# is used to write code for various applications, including web applications.

    • ASP.NET is a web framework that provides tools and libraries for building web applications.

    • MVC is a design pattern that separates an application into three components: Model, View, and Controller.

    • ASP.NET MVC is a web framework t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - learn mvc , oops concepts

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Most of the question are from my resume. Next was technical most of they questions are from java much were like facts what is the latest version of Java current in use and etc

I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Technical questions related to design patterns

Interview Preparation Tips

Interview preparation tips for other job seekers - better to prepare basic to advances questions

Cybage Interview FAQs

How many rounds are there in Cybage Cloud Architect Lead interview?
Cybage interview process usually has 2 rounds. The most common rounds in the Cybage interview process are Technical.
What are the top questions asked in Cybage Cloud Architect Lead interview?

Some of the top questions asked at the Cybage Cloud Architect Lead interview -

  1. How microservices are different from Monolit...read more
  2. What do you mean by serverl...read more
  3. How Azure Function Wo...read more

Tell us how to improve this page.

Cybage Cloud Architect Lead Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Mphasis Interview Questions
3.4
 • 809 Interviews
EPAM Systems Interview Questions
3.7
 • 556 Interviews
Coforge Interview Questions
3.3
 • 536 Interviews
eClerx Interview Questions
3.3
 • 531 Interviews
Synechron Interview Questions
3.5
 • 366 Interviews
ITC Infotech Interview Questions
3.6
 • 341 Interviews
Tata Elxsi Interview Questions
3.8
 • 304 Interviews
Cyient Interview Questions
3.7
 • 295 Interviews
View all
Software Engineer
3.4k salaries
unlock blur

₹2.7 L/yr - ₹12.7 L/yr

Senior Software Engineer
2k salaries
unlock blur

₹5.9 L/yr - ₹19.8 L/yr

QA Engineer
1.1k salaries
unlock blur

₹3.6 L/yr - ₹11 L/yr

Senior QA Engineer
777 salaries
unlock blur

₹6.2 L/yr - ₹15 L/yr

System Analyst
747 salaries
unlock blur

₹9.5 L/yr - ₹25 L/yr

Explore more salaries
Compare Cybage with

Mphasis

3.4
Compare

eClerx

3.3
Compare

L&T Technology Services

3.3
Compare

Coforge

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