Upload Button Icon Add office photos

Emerson Electric Co.

Compare button icon Compare button icon Compare

Filter interviews by

Emerson Electric Co. Cloud Engineer Interview Questions and Answers

Updated 8 Mar 2021

Emerson Electric Co. Cloud Engineer Interview Experiences

1 interview found

Interview Questionnaire 

4 Questions

  • Q1. What is IAAS ,PAAS ,SAAS
  • Ans. 

    IAAS, PAAS, and SAAS are different models of cloud computing that provide varying levels of infrastructure, platform, and software services.

    • IAAS (Infrastructure as a Service) provides virtualized computing resources over the internet, such as virtual machines, storage, and networks.

    • PAAS (Platform as a Service) offers a platform for developing, testing, and deploying applications without worrying about infrastructure ma...

  • Answered by AI
  • Q2. Lots of questions on Azure cloud (Vnet,subscriptions,Vnet Gateway,WAF Azure traffic Manager,Application Gateway)
  • Q3. Questions on Aws cloud
  • Q4. Questions networking (NAT ,S.NAT D.NAT,ipsec VPN Tunnels ,Vlan)

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

3 Questions

  • Q1. Simple question as per 4 year of experience
  • Q2. Same question asked by interviewer
  • Q3. Too much tried for negotiation and not gave expected compansession

I applied via Naukri.com and was interviewed before Jun 2019. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Implement stack data structure
  • Ans. 

    Implement stack data structure

    • Use an array or linked list to store elements

    • Push operation adds element to top of stack

    • Pop operation removes element from top of stack

    • Peek operation returns top element without removing it

  • Answered by AI
  • Q2. How global variable work , how its shared by all function
  • Ans. 

    Global variables are accessible from any part of the program and can be modified by any function.

    • Global variables are declared outside of any function.

    • They can be accessed and modified by any function in the program.

    • If a function modifies the value of a global variable, the new value is visible to all other functions.

    • Global variables can be useful for sharing data between functions.

    • However, overuse of global variables

  • Answered by AI
  • Q3. Program to transpose the matrix
  • Ans. 

    Program to transpose a matrix

    • Iterate through rows and columns of the matrix

    • Swap the elements at (i,j) and (j,i) positions

    • Return the transposed matrix

  • Answered by AI
  • Q4. Internal implementation of pre and post fix operator
  • Ans. 

    Pre and post fix operators are used to increment or decrement a value before or after it is used in an expression.

    • Pre-fix operator (++x) increments the value of x and returns the new value.

    • Post-fix operator (x++) returns the value of x and then increments it.

    • Both operators can be used with variables of numeric data types.

    • They can also be used with pointers to increment or decrement the memory address they point to.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare some standard problem from geekforgeeks.com

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Prepare python data structures and python basics

I applied via Naukri.com and was interviewed before May 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Scenario based to be solved with python

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the core concepts very well.

I applied via Recruitment Consulltant and was interviewed before May 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Position Tolerance, Tolerance stack, Temperature Rise test, Vaccuum Circuit breaker, arc quenching,

Interview Preparation Tips

Interview preparation tips for other job seekers - Time taking process 2 month almost
Position goes on hold sometimes
They are more happy taking diversity candidates

I was interviewed in Aug 2017.

Interview Questionnaire 

4 Questions

  • Q1. Difference between c and java?
  • Ans. 

    C is a procedural programming language while Java is an object-oriented programming language.

    • C is a low-level language while Java is a high-level language.

    • C requires manual memory management while Java has automatic memory management.

    • C is platform-dependent while Java is platform-independent.

    • C supports pointers while Java does not.

    • C has a simpler syntax compared to Java.

  • Answered by AI
  • Q2. Difference between final, finally and finalize
  • Ans. 

    final, finally, and finalize are keywords in Java with different meanings.

    • final is a keyword used to declare a constant value, a variable that cannot be modified.

    • finally is a block used in exception handling to ensure a piece of code is always executed, whether an exception is thrown or not.

    • finalize is a method in the Object class that is called by the garbage collector before an object is destroyed.

    • final and finally a...

  • Answered by AI
  • Q3. About yourself
  • Q4. Why Johnson
  • Ans. 

    Johnson is a reputable company known for its innovative software solutions and collaborative work environment.

    • Johnson has a strong reputation in the industry for delivering high-quality software solutions.

    • The company values collaboration and teamwork, which aligns with my own work style.

    • I admire Johnson's commitment to innovation and staying ahead of technological advancements.

  • Answered by AI

Interview Preparation Tips

Round: Apptitude Test
Experience: Questions was unpredictable as it was from reasoning,verbal , and from general knowledge also.Technical questions was also there.
Tips: Technical question was not that hard. Just have good basic knowledge of programming and DBMS

Round: Technical Interview
Experience: It was from basic concepts only.

Round: HR Interview
Experience: There were 12 HRs to take my interview but asked mainly from CV only.

Tips: Be calm and confident and learn the basic of subjects

College Name: BPPIMT

Skills evaluated in this interview

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

(1 Question)

  • Q1. Introduction, jobs & responsibility
Round 2 - Technical 

(1 Question)

  • Q1. As per CV all question
Round 3 - HR 

(1 Question)

  • Q1. Once again introduction, pervious company details information & salary discussion
Round 1 - Technical 

(3 Questions)

  • Q1. Tell me about your work experience
  • Q2. What's the new VRF tech in Daikin
  • Q3. Ikwtr comparison for chiller and vrf
  • Ans. 

    Chiller and VRF systems differ in their cooling capacity, efficiency, and cost.

    • Chillers are better suited for large commercial buildings with high cooling loads.

    • VRF systems are more efficient and cost-effective for smaller buildings or individual rooms.

    • Chillers use water as a cooling medium, while VRF systems use refrigerant.

    • Chillers require more maintenance and have a longer lifespan than VRF systems.

    • VRF systems offer...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. How would you handle different meetings at a time.
Round 3 - HR 

(3 Questions)

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

Interview Preparation Tips

Interview preparation tips for other job seekers - Have the complete product knowledge.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Object oriented programming concept.
  • Ans. 

    Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • Encapsulation: bundling data and methods that operate on the data into a single unit (object)

    • Inheritance: allows a class to inherit properties and behavior from another class

    • Polymorphism: ability for objects to be treated as instances of their parent class or as instances of their own class

  • Answered by AI

Emerson Electric Co. Interview FAQs

What are the top questions asked in Emerson Electric Co. Cloud Engineer interview?

Some of the top questions asked at the Emerson Electric Co. Cloud Engineer interview -

  1. What is IAAS ,PAAS ,S...read more
  2. Lots of questions on Azure cloud (Vnet,subscriptions,Vnet Gateway,WAF Azure tr...read more
  3. Questions networking (NAT ,S.NAT D.NAT,ipsec VPN Tunnels ,Vl...read more

Tell us how to improve this page.

Cloud Engineer Interview Questions from Similar Companies

View all
Senior Engineer
136 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Design Engineer
122 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Design Engineer
68 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
56 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
55 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Emerson Electric Co. with

Siemens

4.1
Compare

ABB

4.1
Compare

Schneider Electric

4.1
Compare

Honeywell International India

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