Upload Button Icon Add office photos

Filter interviews by

MAS Brands Senior IT Executive Interview Questions and Answers

Updated 13 Nov 2024

MAS Brands Senior IT Executive Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. What is total experience?
  • Q2. What is technical support experience?
  • Q3. What is your day to day activities in current organization?

Interview Preparation Tips

Interview preparation tips for other job seekers - Not remember...

Interview questions from similar companies

Senior Associate Interview Questions & Answers

BCD Travel user image Vishal Kumar Singh

posted on 30 Dec 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about your self ?
Round 2 - Technical 

(1 Question)

  • Q1. About my previous work ?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Not applicable , please try it for your self
Round 2 - Case Study 

Geography, cities, airport codes, airlines

Interview Preparation Tips

Interview preparation tips for other job seekers - no comments, not applicable you could try
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell something about yourself.
Round 2 - One-on-one 

(1 Question)

  • Q1. Tell 5 international airports.

I applied via Company Website and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Skills test u do in online itself
  • Q2. In interview do bex with Massage Test
  • Q3. 46 steps in Primsincling Massage of BFS Spa
  • Ans. 

    Primsincling Massage of BFS Spa involves 46 steps for a complete massage experience.

    • The massage starts with a warm-up session to relax the muscles.

    • The therapist then applies pressure on specific points to release tension.

    • Different techniques like kneading, tapping, and stroking are used for a full-body massage.

    • The massage ends with a cool-down session to calm the body and mind.

    • The therapist may also use aromatherapy oi

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All girls go To interview without jacketbra and without midipanties and half-bottom.

And do bex with Interview panel.

Interview Panel females do bex with interviewee.

After bex do Oil Massage.

Before doing bex keep offer letter in table.

U have to do 46 steps of Massage Primsincling Massage of BFS Spa, Kolkata
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(1 Question)

  • Q1. Questions on caching. Consistency
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2023. There were 3 interview rounds.

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 

(1 Question)

  • Q1. How many type of authentication can be implemented
  • Ans. 

    There are multiple types of authentication that can be implemented, including password-based, token-based, biometric, and multi-factor authentication.

    • Password-based authentication: Users authenticate themselves using a password.

    • Token-based authentication: Users authenticate themselves using a token, such as a one-time password or a security key.

    • Biometric authentication: Users authenticate themselves using their unique ...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Develop springboot api for a given table
  • Ans. 

    Develop a Spring Boot API for a given table

    • Create a Spring Boot project with necessary dependencies

    • Define entity class representing the table

    • Create a repository interface extending JpaRepository

    • Implement service layer with business logic

    • Create REST controller with CRUD operations

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview, analyzed technical and problem solving

Skills evaluated in this interview

Round 1 - Coding Test 

They will give you a leet code test.

Round 2 - Technical 

(2 Questions)

  • Q1. Technical round with a few coding questions. API to get the employee.
  • Q2. API to update the salary of the employee
  • Ans. 

    API endpoint to update employee salary

    • Create a PUT request endpoint with employee ID and new salary as parameters

    • Verify user authentication and authorization before updating the salary

    • Update the salary in the database and return success message

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviews take too long and repetitive questions on multiple rounds
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2023. There were 5 interview rounds.

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 - Coding Test 

Mixed conceptual questions from java8, Spring Boot and SQL and microservices

Round 3 - Technical 

(3 Questions)

  • Q1. One round technical question and coding on Java, Java 8, Spring boot,Rest webservices, SQL. Code for rest API using jpa for CRUD.
  • Q2. Singleton pattern for thread safety .
  • Ans. 

    Singleton pattern ensures only one instance of a class is created and provides a global point of access to it.

    • Use lazy initialization to create the instance only when needed.

    • Use synchronized keyword to make the getInstance() method thread-safe.

    • Consider using double-checked locking for better performance.

    • Use enum to implement singleton pattern as it is inherently thread-safe.

  • Answered by AI
  • Q3. Linked list implementation
  • Ans. 

    Linked list is a data structure where each element points to the next element in the sequence.

    • Nodes contain data and a reference to the next node

    • Insertion and deletion can be done efficiently in a linked list

    • Traversal starts from the head node and follows the next pointers

  • Answered by AI
Round 4 - Technical 

(4 Questions)

  • Q1. Parenthesis balancing question
  • Q2. Caching in Hibernate
  • Ans. 

    Caching in Hibernate improves performance by storing frequently accessed data in memory.

    • Hibernate supports first-level cache at session level

    • Second-level cache can be configured at session factory level

    • Caching strategies include read-only, read-write, and transactional

    • Cache providers like Ehcache, Infinispan, and Hazelcast can be used

  • Answered by AI
  • Q3. Maven scope questions
  • Q4. Ci and CD concept
Round 5 - HR 

(1 Question)

  • Q1. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Good coding and conceptual questions

Skills evaluated in this interview

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

Normal . Keep calm stay focused. Study hard work smart.
Great

Round 2 - HR 

(2 Questions)

  • Q1. Nicely done... friendly Tell me about yourself
  • Q2. Where are you from ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be you. It's good to see everything happening the it should be.

MAS Brands Interview FAQs

How many rounds are there in MAS Brands Senior IT Executive interview?
MAS Brands interview process usually has 1 rounds. The most common rounds in the MAS Brands interview process are Technical.

Tell us how to improve this page.

MAS Brands Senior IT Executive Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

MAS Brands Senior IT Executive Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

2.0

Skill development

1.0

Work-life balance

2.0

Salary

3.0

Job security

3.0

Company culture

1.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Regional Sales Manager
8 salaries
unlock blur

₹14.5 L/yr - ₹17.5 L/yr

Sales Executive
7 salaries
unlock blur

₹1.6 L/yr - ₹5.8 L/yr

Fashion Consultant
6 salaries
unlock blur

₹2.2 L/yr - ₹3 L/yr

Senior Fashion Consultant
5 salaries
unlock blur

₹2.3 L/yr - ₹3 L/yr

Store Manager
5 salaries
unlock blur

₹4.5 L/yr - ₹4.8 L/yr

Explore more salaries
Compare MAS Brands with

Reliance Communications

4.0
Compare

Henry Harvin Education

3.7
Compare

GAO Tek

4.4
Compare

Tata Teleservices

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