i
Johnson Controls
Filter interviews by
It was easy and few topics related to communication
I applied via Campus Placement and was interviewed in Dec 2021. There were 3 interview rounds.
Logical, Verbal and Quants. One section for questions related to basics of Data Analytics
Yes, I am familiar with both Power BI and Tableau.
I have used Power BI and Tableau extensively in my previous job.
I am proficient in creating interactive dashboards and visualizations using both tools.
I have experience in connecting to various data sources and transforming data for analysis.
I am comfortable with creating calculated fields and measures to derive insights from data.
I have also worked with Power BI and Ta...
I applied via Referral and was interviewed before Sep 2021. There was 1 interview round.
Yes, I know Python programming language.
I have experience in writing Python scripts for automation and data analysis.
I am familiar with popular Python libraries such as NumPy, Pandas, and Matplotlib.
I have also worked on Python web frameworks like Django and Flask.
I am comfortable with object-oriented programming concepts in Python.
Top trending discussions
posted on 5 Jan 2025
I applied via Campus Placement and was interviewed in Dec 2024. There were 2 interview rounds.
Two coding questions of easy to moderate difficulty level, focusing on arrays and strings.
I applied via Campus Placement
Coding Round is conducted in HackerRank Test
MySQL is known for its speed and ease of use, while PostgreSQL is known for its advanced features and extensibility.
MySQL is more commonly used in web applications due to its speed and simplicity.
PostgreSQL is preferred for complex applications that require advanced features like JSON support, full-text search, and custom data types.
MySQL has a larger market share and is owned by Oracle, while PostgreSQL is open-source...
OOPS stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects, which can contain data and code.
OOPS focuses on the use of classes and objects to organize code
Encapsulation: bundling data and methods that operate on the data into a single unit (class)
Inheritance: allows a class to inherit properties and behavior from another class
Polymorphism: the ability for objects of differ...
OOPS stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects, which can contain data and code.
OOPS focuses on creating objects that interact with each other to solve problems
It involves concepts like classes, objects, inheritance, polymorphism, and encapsulation
Example: In a banking system, you can have classes like Account, Customer, and Transaction, each with their own pro
CSS can be included in HTML using inline, internal, or external methods.
Use inline CSS by adding the style attribute to HTML elements
Use internal CSS by placing CSS code within