i
Minfy Technologies
Filter interviews by
Cloud offers scalability, flexibility, cost-effectiveness, and easier management compared to traditional data centers.
Scalability: Cloud allows for easy scaling up or down of resources based on demand.
Flexibility: Cloud offers a wide range of services and deployment options to suit different needs.
Cost-effectiveness: Cloud eliminates the need for upfront hardware investments and allows for pay-as-you-go pricing.
Easier ...
I applied via Company Website and was interviewed before Sep 2021. There were 4 interview rounds.
Minfy Technologies interview questions for popular designations
I applied via Naukri.com and was interviewed in Feb 2020. There were 3 interview rounds.
posted on 17 Dec 2024
I applied via Instahyre and was interviewed in Nov 2024. There was 1 interview round.
Use SQL query to count number of reportees for each manager and filter out those with atleast 5 reportees.
Write a SQL query to count number of reportees for each manager using GROUP BY clause
Add HAVING clause to filter out managers with atleast 5 reportees
Example: SELECT managerId, COUNT(id) AS num_reportees FROM table_name GROUP BY managerId HAVING num_reportees >= 5
Use libraries like pandas and dask to efficiently manage large datasets in Python.
Use pandas library for data manipulation and analysis.
Use dask library for parallel computing and out-of-core processing.
Optimize memory usage by loading data in chunks or using data types efficiently.
Consider using cloud services like AWS S3 or Google BigQuery for storing and processing large datasets.
Some commonly used Python libraries for Data Analysts are Pandas, NumPy, Matplotlib, and Scikit-learn.
Pandas - used for data manipulation and analysis
NumPy - used for numerical computing and working with arrays
Matplotlib - used for data visualization
Scikit-learn - used for machine learning and data mining
I applied via Company Website and was interviewed in Dec 2024. There were 2 interview rounds.
A session in PHP is a way to store information (variables) to be used across multiple pages.
Sessions are used to store user data on the server for later use
Sessions are identified by a unique session ID, usually stored in a cookie
Session data is stored on the server side, making it more secure than using cookies alone
Variables can be changed during the execution of a script, while constants cannot be changed once they are defined.
Variables can be reassigned with new values, while constants cannot be changed once defined
Constants are defined using the define() function, while variables are assigned using the $ symbol
Constants are case-sensitive by default, while variables are case-insensitive
The code will output 'Hello World!' because the variable $x is set to true.
The code will check if $x is true, which it is, so it will output 'Hello World!'
The if statement will only execute if the condition is true, in this case $x is true.
What are the differences between echo and print in PHP?
I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.
Linux commands are used to interact with the operating system and perform various tasks.
ls - list directory contents
cd - change directory
pwd - print working directory
mkdir - make directory
rm - remove files or directories
cp - copy files or directories
mv - move files or directories
grep - search for patterns in files
chmod - change file permissions
sudo - execute a command as a superuser
List is mutable, tuple is immutable in Python.
List can be modified after creation, tuple cannot.
List uses square brackets [], tuple uses parentheses ().
List is used for collections of items that may change, tuple for fixed collections.
Example: list_example = [1, 2, 3], tuple_example = (4, 5, 6)
UCAT exam - 40 question - 20min
posted on 6 Jan 2025
I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.
Easy you will have enough time to solve the questions
posted on 8 Jan 2025
I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.
Segregate odd and even numbers in an integer array without using another array
Iterate through the array and maintain two pointers, one for odd numbers and one for even numbers
Swap elements at the odd and even pointers until all odd numbers are on one side and even numbers on the other
Example: Input array [3, 6, 8, 5, 4], Output array [6, 8, 4, 5, 3]
based on 72 reviews
Rating in categories
2-4 Yrs
₹ 12-14 LPA
8-10 Yrs
₹ 22-25 LPA
Cloud Engineer
120
salaries
| ₹2 L/yr - ₹9.3 L/yr |
Devops Engineer
63
salaries
| ₹3.8 L/yr - ₹10.1 L/yr |
Senior Cloud Engineer
33
salaries
| ₹5 L/yr - ₹19.2 L/yr |
AWS Cloud Engineer
29
salaries
| ₹2.5 L/yr - ₹8 L/yr |
Associate DevOps Engineer
20
salaries
| ₹3.5 L/yr - ₹6 L/yr |
TCS
Infosys
Wipro
HCLTech