- Blog
- Blog
- Homepage
- Homepage
-
10 Mainframe Interview Questions Asked in Mphasis Recently
Here is a collection of mainframe interview questions asked recently in Mphasis. Explained resolution for each question.
-
Python CSV Files: Best Example to Read and Write
Here is sample Python program where it shows to write a program using Python csv library that is helpful to handle csv files
-
How to Drop [or] Alter Table: Sample SQL Queries
Explained SQL queries and syntax to drop a table or modify a table. And added SQL queries helpful to rename a table and truncate a table here.
-
4 Essential AWS Services to Accelerate Deployment
Organizations need speed deployment at scale. AWS provides a service called code pipeline, which is a four-step process explained here.
-
What is Adaptive MapReduce in Hadoop and How it Works
The performance and the approach of Adaptive MapReduce in Hadoop explained.
-
11 Top AWS SSO Interview Questions
AWS SSO allows users to access AWS accounts. Here is a list of questions helpful for interviews.
-
PL/SQL Sub-program Vs. Stored Procedure: Best Examples
A procedure also called subprogram explained how to use and call it in Oracle database
-
10 Interview Questions Python Tree
Must read interview questions on Python tree. Useful these for your project as well.
-
How to Create Simple Lambda Function in AWS
Creating function in lambda and how to link it with AWS cloud watch explained.
-
The Amazing Fact Why Can’t We use Loops in Python Lambda
You can’t use loops in the lambda function. Here’re the reason explained with simple and complex examples.
-
Exclusive Sneak Peak into 4 AWS Pillars
Here are the AWS’s four pillars-Cost, Agility, Elasticity and Security and their insights.
-
Pass by Value and Pass by Reference in Python
Here’s an example of how to work with pass-by-value and pass-by-reference in Python.