Upload Button Icon Add office photos

Filter interviews by

MAS Payments Senior HR Lead Interview Questions and Answers

Updated 31 May 2022

MAS Payments Senior HR Lead Interview Experiences

1 interview found

Senior HR Lead Interview Questions & Answers

user image Shanmugapriya D

posted on 31 May 2022

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 - Technical 

(2 Questions)

  • Q1. Questions regarding inventory management
  • Q2. What is customer support
  • Ans. 

    Customer support is the provision of assistance and guidance to customers before, during, and after a purchase.

    • Providing information about products or services

    • Assisting with product or service issues

    • Handling complaints and resolving problems

    • Offering technical support

    • Providing guidance and advice

    • Ensuring customer satisfaction

    • Building customer relationships

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Personal experience and details

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready with the unique answers for your commen talent

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Distance,train , coding

Round 2 - Technical 

(7 Questions)

  • Q1. Tell me about your self
  • Q2. Please explain any topic in your family
  • Q3. Why are you choosing this company
  • Q4. Explain about this company
  • Q5. Please explain any topic in 2mints
  • Ans. 

    The topic of emotional intelligence in the workplace

    • Emotional intelligence refers to the ability to understand and manage emotions in oneself and others

    • It is crucial for effective communication, teamwork, and leadership

    • Examples include recognizing and regulating emotions, empathizing with others, and resolving conflicts peacefully

  • Answered by AI
  • Q6. What is Hr Position?
  • Q7. Hr Qualification?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tell us about your past project architecture
  • Ans. 

    I have designed and implemented a microservices architecture for a large e-commerce platform.

    • Utilized Docker containers for easy deployment and scalability

    • Implemented API gateway for centralized authentication and routing

    • Used message queues for asynchronous communication between services

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Past job experience
  • Q2. Basic banking operations

Team Lead Operations Interview Questions & Answers

BYJU'S user image samarjeet bhardwaj

posted on 19 Mar 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. 1.Tell me about your Self ,2.What metrics you track for customer satisfaction,3.Describe your day to day work
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

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 

Its a easy aptitude and Numerical but the professional aptitude test is quite tricky and needs your utmost attention

Round 3 - One-on-one 

(3 Questions)

  • Q1. Its a thematic and situational questiona
  • Q2. What is career progression
  • Ans. 

    Career progression is the process of advancing in one's career through promotions, skill development, and increased responsibilities.

    • Career progression involves setting goals and working towards them

    • It requires continuous learning and development of new skills

    • It may involve taking on new responsibilities or roles within an organization

    • Examples of career progression include moving from an entry-level position to a manag...

  • Answered by AI
  • Q3. Explain your internships and roles handled there
  • Ans. 

    I completed internships at XYZ Corp and ABC Inc, where I worked in HR and marketing roles respectively.

    • At XYZ Corp, I assisted with recruitment, onboarding, and employee engagement initiatives.

    • At ABC Inc, I helped with social media marketing campaigns, content creation, and event planning.

    • Both internships provided me with valuable hands-on experience and helped me develop a range of skills.

    • I learned how to work effecti...

  • Answered by AI

I applied via Approached by Company and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - Technical 

(9 Questions)

  • Q1. What and why IOC Container in spring
  • Ans. 

    IOC Container is a core feature of Spring Framework that manages the dependencies between objects.

    • IOC stands for Inversion of Control

    • It is used to achieve loose coupling between objects

    • It allows objects to be created and wired together by an external framework

    • It reduces the amount of code needed for configuration and maintenance

    • Examples of IOC Containers in Spring are ApplicationContext and BeanFactory

  • Answered by AI
  • Q2. Why we use @Value in spring boot
  • Ans. 

    We use @Value in Spring Boot to inject values from properties files or environment variables.

    • Allows for external configuration of application properties

    • Values can be injected from properties files or environment variables

    • Can be used to inject values into fields, constructors, or methods

    • Example: @Value("${my.property}") private String myProperty;

  • Answered by AI
  • Q3. Difference between SQL and Non-SQL database
  • Ans. 

    SQL databases are relational and use structured data, while NoSQL databases are non-relational and use unstructured data.

    • SQL databases use tables with predefined schema, while NoSQL databases use documents, key-value pairs, or graphs.

    • SQL databases are better for complex queries and data analysis, while NoSQL databases are better for scalability and flexibility.

    • Examples of SQL databases include MySQL, Oracle, and Postgr...

  • Answered by AI
  • Q4. Give real time scenario where have you used abstract class and interface
  • Ans. 

    Abstract classes and interfaces are used to achieve abstraction and provide a blueprint for classes to implement.

    • Used abstract class to create a base class for different types of vehicles, with common properties and methods.

    • Used interface to define a contract for different payment methods, with each method implementing its own logic.

    • Abstract classes are used when we want to provide a default implementation for some met...

  • Answered by AI
  • Q5. How did you handle authentication and authorization in project
  • Ans. 

    Authentication and authorization were handled using a combination of technologies and protocols.

    • Used OAuth 2.0 for authentication

    • Implemented role-based access control for authorization

    • Stored user credentials securely using bcrypt hashing algorithm

    • Used JSON Web Tokens (JWT) for session management

    • Implemented two-factor authentication for sensitive operations

  • Answered by AI
  • Q6. How will you encrypt customer information including SSN and others
  • Ans. 

    Customer information will be encrypted using industry-standard encryption algorithms and stored securely.

    • Use industry-standard encryption algorithms such as AES or RSA

    • Ensure that encryption keys are securely stored and managed

    • Implement secure storage mechanisms such as hashing and salting

    • Regularly review and update encryption protocols to ensure they remain secure

  • Answered by AI
  • Q7. Why Serialization used
  • Ans. 

    Serialization is used to convert complex data structures into a format that can be easily transmitted or stored.

    • Serialization allows data to be sent over a network or saved to a file.

    • It enables objects to be stored in a database or memory.

    • Serialization is used in web services, messaging systems, and distributed computing.

    • Examples include JSON, XML, and binary formats like Protocol Buffers and Apache Avro.

  • Answered by AI
  • Q8. Do you have any experience with Jenkins and Cloud Deployement
  • Ans. 

    Yes, I have experience with Jenkins and Cloud Deployment.

    • I have used Jenkins for continuous integration and continuous deployment.

    • I have experience with setting up Jenkins pipelines for automated deployment.

    • I have worked with cloud platforms like AWS and Azure for deploying applications.

    • I have used tools like Ansible and Terraform for infrastructure automation.

    • I have experience with containerization using Docker and Ku...

  • Answered by AI
  • Q9. Have you used Logging mechanism
  • Ans. 

    Yes, logging is an essential part of software development.

    • Logging helps in debugging and troubleshooting issues.

    • It provides a record of events and actions taken by the system.

    • It helps in monitoring system performance and identifying bottlenecks.

    • Examples of logging mechanisms include log4j, syslog, and ELK stack.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Capgemini Technical Lead interview:
  • Java, Spring, Spring, Securrity
  • Web Services
  • Cloud Deployement
  • Microservices
  • JPA
  • Hibernate
Interview preparation tips for other job seekers - Basic questions asked from Resume based on the the technical skill set shown.
Need to be confident and give point to point answer.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - Technical 

(10 Questions)

  • Q1. What is spark increment data load
  • Ans. 

    Spark increment data load is a process of loading only the new or updated data into an existing dataset.

    • It helps in reducing the processing time and resources required for loading the entire dataset.

    • It involves identifying the changes in the source data and only loading those changes into the target dataset.

    • Spark provides various APIs and tools to perform incremental data loading such as Delta Lake and Structured Strea...

  • Answered by AI
  • Q2. What are the spark configurations
  • Ans. 

    Spark configurations are settings that determine how Spark applications run on a cluster.

    • Spark configurations can be set using command-line arguments, properties files, or programmatically in code.

    • Configurations can control various aspects of Spark, such as memory usage, parallelism, and logging.

    • Examples of Spark configurations include spark.executor.memory, spark.driver.cores, and spark.eventLog.enabled.

  • Answered by AI
  • Q3. What is broadcast join
  • Ans. 

    Broadcast join is a type of join operation in distributed computing where a small table is broadcasted to all nodes for joining with a larger table.

    • Broadcast join is used in distributed computing to optimize join operations.

    • It involves broadcasting a small table to all nodes in a cluster.

    • The small table is then joined with a larger table on each node.

    • This reduces the amount of data that needs to be shuffled across the ...

  • Answered by AI
  • Q4. What is catalyst optimizer
  • Ans. 

    Catalyst optimizer is a tool used in computer programming to improve the performance of code by optimizing the execution process.

    • It is used in programming languages like Python, Scala, and Spark.

    • It analyzes the code and makes changes to improve its efficiency.

    • It can improve the speed of code execution and reduce memory usage.

    • Examples include PySpark's Catalyst optimizer and Scala's Catalyst optimizer.

  • Answered by AI
  • Q5. What is tungsten project in spark
  • Ans. 

    Tungsten is a project in Spark that provides a high-level API for distributed data processing.

    • Tungsten optimizes Spark's execution engine by using memory management and binary processing.

    • It improves performance by reducing garbage collection overhead and CPU usage.

    • Tungsten also provides a new columnar storage format called Catalyst that improves query performance.

    • Example: Tungsten can be used to process large datasets ...

  • Answered by AI
  • Q6. What is serialization in spark
  • Ans. 

    Serialization is the process of converting data into a format that can be stored or transmitted.

    • In Spark, serialization is used to convert data into a format that can be sent over the network or stored in memory.

    • Spark supports two types of serialization: Java serialization and Kryo serialization.

    • Kryo serialization is faster and more efficient than Java serialization.

    • Serialization is important in Spark because it allows...

  • Answered by AI
  • Q7. How to convert unstructured data to structure data
  • Ans. 

    Unstructured data can be converted to structured data by using techniques such as data mining, natural language processing, and machine learning.

    • Identify the relevant data points and attributes

    • Use data mining techniques to extract patterns and relationships

    • Apply natural language processing to extract meaning from text

    • Use machine learning algorithms to classify and categorize data

    • Transform the data into a structured for

  • Answered by AI
  • Q8. Write a spark submit command
  • Ans. 

    Spark submit command to run a Scala application on a cluster

    • Include the path to the application jar file

    • Specify the main class of the application

    • Provide any necessary arguments or options

    • Specify the cluster manager and the number of executors

    • Example: spark-submit --class com.example.Main --master yarn --num-executors 4 /path/to/application.jar arg1 arg2

  • Answered by AI
  • Q9. Write a program to reverse a string
  • Ans. 

    A program to reverse a string

    • Create an empty string to store the reversed string

    • Loop through the original string from the end to the beginning

    • Add each character to the new string

    • Return the new string

  • Answered by AI
  • Q10. How to read file name in spark
  • Ans. 

    To read file name in Spark, use the 'input_file_name' function.

    • Use 'input_file_name' function in Spark to read file name.

    • This function returns the name of the file being processed.

    • Example: df.select(input_file_name().alias('filename')).show()

    • This will show the file name in a new column named 'filename'.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All the very best for your future endeavors.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in May 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Group Discussion 

Lead team

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. My name is Karanveer
Round 4 - Motivation 

(2 Questions)

  • Q1. Tell me about your hobby
  • Q2. My hobby is reading motivation people success story and listen Bhagvat Geeta

Interview Preparation Tips

Interview preparation tips for other job seekers - With a good employee in a company and our knowledge

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

Interview Questionnaire 

4 Questions

  • Q1. 1st- Take us through you resume, achievements, current work profile and hobbies.
  • Q2. How difference is WFH and WFO and which I prefer the most.
  • Q3. Excel formulas and how I am handling the team and how will I handle multiple type of emotions and people management and how to conquer negative emotions
  • Q4. How I have handled different view point and how to address people performance issues while working from home.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be straight forward and dont cook up stories. Be polite if your disagree with the interviewer... All the best

MAS Payments Interview FAQs

How many rounds are there in MAS Payments Senior HR Lead interview?
MAS Payments interview process usually has 3 rounds. The most common rounds in the MAS Payments interview process are Resume Shortlist, Technical and HR.
What are the top questions asked in MAS Payments Senior HR Lead interview?

Some of the top questions asked at the MAS Payments Senior HR Lead interview -

  1. What is customer supp...read more
  2. Questions regarding inventory managem...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all

MAS Payments Senior HR Lead Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

4.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Customer Care Executive
3 salaries
unlock blur

₹1 L/yr - ₹2.3 L/yr

Explore more salaries
Compare MAS Payments with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

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