Upload Button Icon Add office photos
Engaged Employer

i

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

Mphasis Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Mphasis Gcp Engineer Interview Questions and Answers

Updated 2 Jul 2024

Mphasis Gcp Engineer Interview Experiences

1 interview found

Gcp Engineer Interview Questions & Answers

user image Anonymous

posted on 2 Jul 2024

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

(2 Questions)

  • Q1. Explain resources in Cloud
  • Ans. 

    Resources in Cloud refer to virtual components like virtual machines, storage buckets, databases, etc.

    • Resources in Cloud are virtual components that can be used to build and run applications.

    • Examples of resources include virtual machines, storage buckets, databases, networking components, etc.

    • These resources can be easily provisioned, scaled, and managed through the cloud provider's console or APIs.

  • Answered by AI
  • Q2. Various DevOps tools
  • Ans. 

    DevOps tools are software products that help automate the software development process.

    • DevOps tools help with continuous integration, continuous delivery, and infrastructure automation.

    • Examples of DevOps tools include Jenkins, Ansible, Docker, Kubernetes, and Terraform.

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Appian based interview
Round 2 - One-on-one 

(1 Question)

  • Q1. Appian based interview
Round 3 - One-on-one 

(1 Question)

  • Q1. Client interview
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java questions and basics of testing
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Mar 2023. There were 3 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 

There was an online test which has MCQs. Had technical questions from java, microservices, springboot, rdbms

Round 3 - One-on-one 

(7 Questions)

  • Q1. An unsorted array has numbers. Find the duplicate numbers and return the array.
  • Ans. 

    Find duplicate numbers in an unsorted array and return the array.

    • Iterate through the array and keep track of seen numbers using a hash table.

    • If a number is already in the hash table, it is a duplicate.

    • Add the duplicate number to a new array and return it.

  • Answered by AI
  • Q2. Java 8 features, method reference, write consumer, lambda expression. SOLID principles. Design patterns. Write thread safe singleton with performance.
  • Q3. AWS related questions. SQS. Dynamo. AWS API gateway.
  • Q4. REST principles.
  • Q5. Inheritance tricky questions. Collections tricky questions.
  • Q6. Deep copy vs Shallow copy.
  • Ans. 

    Deep copy creates a new object with its own memory, while shallow copy creates a new reference to the same memory.

    • Deep copy duplicates the object and all of its contents, while shallow copy only duplicates the object itself.

    • Deep copy is more memory-intensive than shallow copy.

    • In Python, deep copy can be achieved using the copy.deepcopy() method, while shallow copy can be achieved using the copy.copy() method.

  • Answered by AI
  • Q7. Comparator with and without java 8
  • Ans. 

    Comparator in Java 8 provides default methods and lambda expressions for sorting.

    • Comparator in Java 8 can be implemented using lambda expressions.

    • Comparator in Java 8 provides default methods like reversed() and thenComparing() for sorting.

    • Comparator in pre-Java 8 versions can be implemented using anonymous inner classes.

    • Comparator in pre-Java 8 versions requires more code to implement compared to Java 8.

    • Example: Sorti...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Publicis Sapient Senior Software Engineer interview:
  • Java 8
  • Springboot
  • AWS
  • Microservices
Interview preparation tips for other job seekers - Prepare well. Second round was for close to 2 hours. There were multiple coding questions to check problem solving.

Skills evaluated in this interview

Round 1 - Group Discussion 

Merit and demerit of Machine learning ?

Round 2 - Aptitude Test 

General Aptitude and reasoning

Round 3 - Technical 

(4 Questions)

  • Q1. Oops concept, DBMS , Data Structure
  • Q2. What is Normalisation?
  • Ans. 

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

    • It involves dividing larger tables into smaller ones and defining relationships between them.

    • Normalization helps to eliminate data inconsistencies and anomalies.

    • There are different levels of normalization, such as first normal form (1NF), second normal form (2NF), and so on.

    • Normalization can improve database pe...

  • Answered by AI
  • Q3. What is polimorphism?
  • 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 shape class can have multiple subclasses like circle, square, etc. and all can be treated as shapes.

    • Example: A method can take an object of a parent class as a parameter and it can accept a

  • Answered by AI
  • Q4. What is Stack and Pre and post Tree formation
  • Ans. 

    Stack is a data structure that follows LIFO. Pre and post tree formation are methods of traversing a tree.

    • Stack is used for backtracking, undoing, and recursion.

    • Pre-order traversal visits the root node first, then left subtree, then right subtree.

    • Post-order traversal visits the left subtree, then right subtree, then root node.

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Tell me About company ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics questions of Data Stucture Oops and Dbms

Skills evaluated in this interview

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

I applied via Company Website and was interviewed before Dec 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Its was english grammer ,math & IT and genral knowledge based test paper

Round 2 - Technical 

(6 Questions)

  • Q1. Java developer questions they ask
  • Q2. Frontend development
  • Q3. Backend development
  • Q4. Information technology
  • Q5. Core java development
  • Q6. Html xtml java script
Round 3 - HR 

(4 Questions)

  • Q1. Introduction questions
  • Q2. Family background questions
  • Q3. College related questions
  • Q4. Salary negotiable

Interview Preparation Tips

Interview preparation tips for other job seekers - Before going fir attending interview prepare yourself very well
Round 1 - Aptitude Test 

Level 0 aptitude questions were present

Round 2 - Technical 

(1 Question)

  • Q1. Java sql and questions based on core is asked
Round 3 - HR 

(1 Question)

  • Q1. Short term and long term goals , and other regular questions

Interview Preparation Tips

Interview preparation tips for other job seekers - have strong idea on basics.bresh up with with the fundamentals and a good knowledge on java and sql is expected

I applied via Recruitment Consultant and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Hadoop,hive,sqoop,sql,map reduced,Ozzie,spark, Scala, and Java related question
  • Q2. They asked about bigdata and MySQL
  • Q3. Spark and scala/python
  • Q4. Oops concept and pure core Java they asked. Me,API AND Jdbc also

Interview Preparation Tips

Interview preparation tips for other job seekers - U have to prepare for the first round..all basic concept

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

Interview Questionnaire 

3 Questions

  • Q1. 1. Microcontroller background Start up / reset sequence and NVIC/Interrupt Mapping
  • Q2. 2. Output Question on Structure declaration with int and int * and usage with Structure objects pointers?
  • Q3. 3. Usage of Typedef for structures and Unions with the sample syntax?
  • Ans. 

    Typedef is used to create an alias name for a data type, including structures and unions.

    • Typedef simplifies the code and makes it more readable.

    • Syntax: typedef struct/union { members } alias_name;

    • Example: typedef struct { int age; char name[20]; } Person;

    • Example: typedef union { int i; float f; } Number;

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Job Experience: Embedded Software Engineer with 3+ Years

1. Due to Pandemic, It was a virtual Google Meeting interview, took place for 30 mins. Introduction and Job History at the beginning. Microcontroller Technical questionnaire i.e startup, bootloader, communication protocols etc after that, at last, ended with C Programming Proficiency check.

2. Usually, Two Technical HR Rounds take place, but mine ended with a single tech interview.

3. HR/Talent Acquisition team is the worst by far, Job Description and Location weren't discussed before the interview. They saw my profile through the Naukri Job portal and contacted me on the same. They just asked me if I'm looking for a job change in Embedded Profile, I said Yes!. I was informed that JD will be shared before the interview apparently it wasn't disclosed. After Technical Interview, i asked HR she replied arrogantly without knowing JD and location how can you attend the interview.

4. Salary HR Discussion - Again being arrogant, I informed at the beginning itself, I had a notice period of 3 months. She was like "why did you attend it?". Notice Period was mentioned to a HR-Consultant itself. Also, they won't offer a hike of more than 30-40% of the previous salary. They aren't negotiable at all.

P.S: Please HR/Talent Acquisition team be kinda professional and supportive during the Hiring Process.

Skills evaluated in this interview

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

Interview Questionnaire 

3 Questions

  • Q1. Use Multithreading to print 1 to 100 numbers
  • Ans. 

    Use multithreading to print 1 to 100 numbers.

    • Create a class that implements Runnable interface

    • Override the run() method to print numbers

    • Create multiple threads and start them

    • Join all threads to ensure all numbers are printed

  • Answered by AI
  • Q2. Spring stereotypes
  • Q3. Java with Basic Oops & Java8 is must

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice good Interview. But they are expecting design patterns & Spring Microservices. But I have minimal knowledge on both. So couldn't match for the position.

Skills evaluated in this interview

Mphasis Interview FAQs

How many rounds are there in Mphasis Gcp Engineer interview?
Mphasis interview process usually has 1 rounds. The most common rounds in the Mphasis interview process are Technical.
What are the top questions asked in Mphasis Gcp Engineer interview?

Some of the top questions asked at the Mphasis Gcp Engineer interview -

  1. Explain resources in Cl...read more
  2. Various DevOps to...read more

Tell us how to improve this page.

Mphasis Gcp Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
DXC Technology Interview Questions
3.7
 • 818 Interviews
Nagarro Interview Questions
4.0
 • 778 Interviews
View all
Software Engineer
6.3k salaries
unlock blur

₹2 L/yr - ₹11 L/yr

Senior Software Engineer
5.6k salaries
unlock blur

₹6 L/yr - ₹23.5 L/yr

Associate Software Engineer
4.6k salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Module Lead
2.4k salaries
unlock blur

₹9.5 L/yr - ₹34.3 L/yr

Transaction Processing Officer
2.3k salaries
unlock blur

₹1.5 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Mphasis with

Cognizant

3.8
Compare

Wipro

3.7
Compare

Accenture

3.8
Compare

TCS

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