Premium Employer

i

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

Coforge Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Coforge Cloud Engineer Interview Questions and Answers

Updated 29 Aug 2021

Coforge Cloud Engineer Interview Experiences

1 interview found

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

Interview Questionnaire 

2 Questions

  • Q1. Generic cloud and devops
  • Q2. Aws and microservices related

Interview Preparation Tips

Interview preparation tips for other job seekers - The company has no visibility and control on the scope and depth. They dont have capacity to keep a resource even for a month. They takes repetitive interviews with no offers. Very risky and poorly managed company. Offshore leads and non polite

What people are saying about Coforge

View All
benevolentpistachio
Verified Icon
4d (edited)
works at
Allianz Technology
BA Job Offers: Need Your Wisdom!
Hey everyone, I'm super lucky to have landed three offers in the Insurance sector but now I'm stuck on which to choose! I'm a Business Analyst currently. Here are the offers: 1. NTT Data: Business Analyst (highest pay) 2. Cognizant Consulting: Consulting Manager 3. Coforge: Business Analyst Which one should I pick? Any insights would be super helpful!
Got a question about Coforge?
Ask anonymously on communities.

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed before May 2022. 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 - Aptitude Test 

Aptitude and coding test

Round 3 - Group Discussion 

Generic topics, time 20 to 30 min

Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself?
  • Q2. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - Joined the company as a fresher through campus placement in 2020. The hiring process was as follows:

Round 1: Aptitude and Coding test. Generic aptitude test - Quant and Logical reasoning. 1 coding question, you can solve in language of your choice.

Round 2: GD

Round 3: HR interview.

Cloud Engineer Interview Questions Asked at Other Companies

Q1. Can you please elaborate on the best practices of Authentication ... read more
asked in 66degrees
Q2. Write an SQL query to find the employees from the employee table ... read more
asked in LeadSquared
Q3. Tell me about where the AWS is use and why this service are using ... read more
Q4. What are the best monitoring tools available in Cloud providers a ... read more
Q5. Have you ever been involved in configuring the architecture for a ... read more

I applied via Campus Placement and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

10 Questions

  • Q1. Tell me about yourself
  • Ans. 

    I'm a passionate software engineer with a strong background in full-stack development and a love for solving complex problems.

    • Graduated with a degree in Computer Science from XYZ University.

    • Worked at ABC Corp, where I developed a web application that improved user engagement by 30%.

    • Proficient in languages like JavaScript, Python, and Java, with experience in frameworks such as React and Django.

    • Enjoy collaborating in ag...

  • Answered by AI
  • Q2. Write a program to print unique elements in an array in java
  • Ans. 

    Program to print unique elements in an array in Java

    • Create a HashSet to store unique elements

    • Iterate through the array and add each element to the HashSet

    • Print the HashSet to get the unique elements

  • Answered by AI
  • Q3. Types of data structures
  • Ans. 

    Data structures are ways of organizing and storing data in a computer so that it can be accessed and used efficiently.

    • Arrays - a collection of elements of the same type

    • Linked Lists - a sequence of nodes where each node contains a reference to the next node

    • Stacks - a collection of elements with two main operations: push (add) and pop (remove)

    • Queues - a collection of elements with two main operations: enqueue (add) and d...

  • Answered by AI
  • Q4. Tree traversal
  • Q5. What is oops
  • Ans. 

    OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.

    • OOPs focuses on creating objects that contain both data and functions.

    • It emphasizes on encapsulation, inheritance, and polymorphism.

    • Examples of OOPs languages are Java, C++, Python, etc.

  • Answered by AI
  • Q6. Applications of oops
  • Ans. 

    OOPs is used for creating modular, reusable and maintainable code.

    • Encapsulation: Hiding implementation details and exposing only necessary information.

    • Inheritance: Reusing code and creating a hierarchy of classes.

    • Polymorphism: Using a single interface to represent multiple entities.

    • Abstraction: Reducing complexity by hiding unnecessary details.

    • Examples: Java, C++, Python, Ruby, etc.

  • Answered by AI
  • Q7. What is inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class and can also add its own unique properties and ...

  • Answered by AI
  • Q8. What is polymorphism
  • 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 objects of the same class.

    • It is achieved through method overriding and method overloading.

    • Example: A parent class Animal can have child classes like Dog, Cat, and Bird, each with their own unique implementation of the method 'makeSound'.

    • Polymorphism makes code more flexible and reusable.

  • Answered by AI
  • Q9. What is abstraction? Explain with example
  • Ans. 

    Abstraction is the process of hiding complex implementation details and exposing only the necessary information.

    • Abstraction helps in reducing complexity and increasing efficiency.

    • It allows us to focus on the essential features of an object or system.

    • For example, a car can be abstracted as a vehicle with certain properties like speed, fuel efficiency, and seating capacity.

    • Abstraction can be achieved through interfaces, ...

  • Answered by AI
  • Q10. What is encapsulation
  • Ans. 

    Encapsulation is the process of hiding implementation details and providing a public interface for accessing the functionality.

    • Encapsulation helps in achieving data abstraction and information hiding

    • It prevents unauthorized access to the internal details of an object

    • It allows for easy modification of implementation without affecting the external code

    • Example: A class with private variables and public methods

    • Example: A b...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - As I'm from ECE background it's little bit easy for me because they ask basic questions. If we are good enough in basics it's easy to crack Mindtree interview

Skills evaluated in this interview

I applied via Company Website and was interviewed in Mar 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. IN TR1 THEY ASKED BASIC QUESTIONS ON ARRAY ,2D ARRAY,SEARCHING AND SORTING ,OOPS CONCEPTS NOT MUCH CODING.
  • Q2. In tr2 they asked me to implement quicksort logic only and what is time complexity, tell about osi model,process synchronization, paging and threads .
  • Ans. 

    Asked to implement quicksort and explain time complexity, OSI model, process synchronization, paging, and threads.

    • Implement quicksort algorithm

    • Explain time complexity of quicksort

    • Describe OSI model and its layers

    • Discuss process synchronization techniques

    • Explain paging and its role in memory management

    • Discuss threads and their use in concurrent programming

  • Answered by AI
  • Q3. Hr round was simple tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - I was not able to give answer to paging and process synchronization but was able to implement quicksort,so don't worry give your best and rest leave to life

I applied via Company Website and was interviewed before Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. To write a code using traditional JavaScript methods
  • Ans. 

    Code using traditional JavaScript methods

    • Use document.getElementById() to access HTML elements

    • Use loops like for() and while() for iteration

    • Use if() and switch() for conditional statements

    • Use functions to encapsulate code and improve reusability

  • Answered by AI
  • Q2. Also about complete react concepts of advanced version

Interview Preparation Tips

Interview preparation tips for other job seekers - Have practical knowledge on your domain

I applied via Recruitment Consultant and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. 1.write a program for fibonacci series
  • Ans. 

    Program to generate Fibonacci series.

    • Declare variables for first two numbers of the series

    • Use a loop to generate subsequent numbers

    • Print the series

  • Answered by AI
  • Q2. 2.basic questions on mysql like what primary key,foreign key, what is static variable ,global variable , write synatx for foreach loop

Interview Preparation Tips

Interview preparation tips for other job seekers - Whatever you learn deeply so that you can expressed it very well and give some example to related question

Skills evaluated in this interview

I applied via Company Website and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Implement stack using queue
  • Ans. 

    Implement a stack using a queue data structure.

    • Create two queues, q1 and q2.

    • Push operation: Enqueue the element to q1.

    • Pop operation: Dequeue all elements from q1 to q2 except the last one. Dequeue the last element from q1 and return it. Swap q1 and q2.

    • Top operation: Dequeue all elements from q1 to q2 except the last one. Dequeue the last element from q1 and return it. Enqueue the element to q2. Swap q1 and q2.

    • isEmpty o...

  • Answered by AI
  • Q2. Pallindome string
  • Ans. 

    A palindrome string reads the same forwards and backwards, like 'racecar' or 'level'.

    • Definition: A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward.

    • Examples: 'madam', '12321', 'A man, a plan, a canal, Panama!' (ignoring spaces and punctuation).

    • Check Method: To check if a string is a palindrome, compare it to its reverse.

    • Case Sensitivity: Palindrome checks ca...

  • Answered by AI
  • Q3. Address of a particular element in an array. And adress of 0th index is given
  • Ans. 

    Finding address of an element in an array given the address of 0th index.

    • Calculate the offset of the desired element from the 0th index address and add it to the 0th index address.

    • Address of ith element = address of 0th element + i * size of each element.

    • Example: Address of 3rd element in an array of strings = address of 0th element + 3 * size of string.

  • Answered by AI
  • Q4. Insertion sort

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong at basic and ready to face conceptual question

Skills evaluated in this interview

Are these interview questions helpful?

I applied via Internshala and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. They aske qustn relateed to resume
  • Ans. 

    Discussing my resume highlights my skills, experiences, and projects relevant to the software engineering role.

    • Experience with Java and Python in developing web applications.

    • Led a team project that improved application performance by 30%.

    • Contributed to open-source projects, enhancing my coding skills and collaboration.

    • Completed an internship at XYZ Corp, where I developed a feature that increased user engagement.

  • Answered by AI
  • Q2. What made you choose this company

Interview Preparation Tips

Interview preparation tips for other job seekers - always be prepared with what you have wrote in your resume I will suggest..bcoz there is no other qustn than basics

Interview Questionnaire 

1 Question

  • Q1. About my college projects and about my passion

I applied via Company Website and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Mentioned in resume
  • Q2. Basics of c ,c++, programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Coforge Interview FAQs

How to prepare for Coforge Cloud Engineer 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 Coforge. The most common topics and skills that interviewers at Coforge expect are CI CD Pipeline, Cloud Computing, Cloud Storage, ETL and Oracle Cloud Infrastructure.
What are the top questions asked in Coforge Cloud Engineer interview?

Some of the top questions asked at the Coforge Cloud Engineer interview -

  1. Generic cloud and dev...read more
  2. Aws and microservices rela...read more

Tell us how to improve this page.

Join Coforge Engage with the emerging!

Interview Questions from Similar Companies

LTIMindtree Interview Questions
3.7
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 848 Interviews
DXC Technology Interview Questions
3.7
 • 841 Interviews
EXL Service Interview Questions
3.7
 • 805 Interviews
Nagarro Interview Questions
4.0
 • 793 Interviews
NTT Data Interview Questions
3.8
 • 661 Interviews
Publicis Sapient Interview Questions
3.5
 • 645 Interviews
View all
Coforge Cloud Engineer Salary
based on 82 salaries
₹3 L/yr - ₹8.8 L/yr
17% less than the average Cloud Engineer Salary in India
View more details

Coforge Cloud Engineer Reviews and Ratings

based on 3 reviews

1.9/5

Rating in categories

3.1

Skill development

3.5

Work-life balance

1.2

Salary

2.4

Job security

3.1

Company culture

1.6

Promotions

1.8

Work satisfaction

Explore 3 Reviews and Ratings
Senior Software Engineer
4.9k salaries
unlock blur

₹6.2 L/yr - ₹22.9 L/yr

Technical Analyst
2.8k salaries
unlock blur

₹17.8 L/yr - ₹32 L/yr

Software Engineer
2.2k salaries
unlock blur

₹3.5 L/yr - ₹8 L/yr

Senior Test Engineer
1.8k salaries
unlock blur

₹5.5 L/yr - ₹17.1 L/yr

Technology Specialist
1.3k salaries
unlock blur

₹21.9 L/yr - ₹39 L/yr

Explore more salaries
Compare Coforge with

Capgemini

3.7
Compare

Cognizant

3.7
Compare

Accenture

3.7
Compare

Infosys

3.6
Compare
write
Share an Interview