Upload Button Icon Add office photos

Filter interviews by

Marolix Technology Solutions Technical Lead Interview Questions and Answers

Updated 26 Sep 2022

Marolix Technology Solutions Technical Lead Interview Experiences

1 interview found

I applied via Approached by Company and was interviewed before Sep 2021. There were 2 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 - HR 

(2 Questions)

  • Q1. Please do not join this fraud company.
  • Q2. You will get cheated in the end, trust me.

Interview Preparation Tips

Interview preparation tips for other job seekers - This is a fraud company. They will be pumped to take your interview but then they will cheat employees by not giving salaries. The 5-star google reviews are paid reviews and the reply under the genuine 1-star reviews are made-up stories. Do not invest in them and ruin your career. The people who are currently working under this company are a bunch of fraudulent and ruthless people who would stoop down to any level to cheat their employees. They gave the old employees work from home and absconded with the money and now they are hiring new employees without informing the old employees.

Interview questions from similar companies

I applied via Referral and was interviewed before Apr 2021. There were 4 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. Java collection, multithreading, spring boot, query optimization, Java performance related questions, design patterns, stream, Kafka topics and partitions
Round 3 - Technical 

(1 Question)

  • Q1. Tell me about self and projects, projects architecture within 3mins,on production java version upgrading steps, Kafka, rest and soap APIs, web security, team handling, collections practical use scenario ba...
Round 4 - HR 

(1 Question)

  • Q1. CV related questions and salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on java collection, microservice architecture, design patterns and stream

I applied via Naukri.com and was interviewed before Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Please read java collection and data structures.
  • Q2. Some logical questions as well.

Interview Preparation Tips

Interview preparation tips for other job seekers - don't hesitate for interviewe one day will be your day.

I applied via Naukri.com and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Salary for F&A associate and shift allowance?
  • Ans. Nothing we don't expect, there is no shift allowance, salary is very less, they reduced my current CTC.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process decent and assessment is little different and difficult

I applied via Naukri.com and was interviewed before Nov 2021. 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 - One-on-one 

(1 Question)

  • Q1. Interview was done 1 telephone round 2) cognizant live interview portal
Round 3 - One-on-one 

(1 Question)

  • Q1. Coding and technical around

Interview Preparation Tips

Interview preparation tips for other job seekers - You can prepare by basics concepts. Please prepare the

I appeared for an interview before Sep 2021.

Round 1 - Technical 

(1 Question)

  • Q1. Write a python code for given situation
  • Ans. 

    Python code for a given situation

    • Understand the problem statement

    • Identify the required inputs and outputs

    • Write the code using appropriate syntax and logic

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and honest. Communication skills and conceptual clear knowledge with good logic will help!

Skills evaluated in this interview

I applied via Referral and was interviewed in Nov 2021. There was 1 interview round.

Round 1 - Offer letter 

(2 Questions)

  • Q1. Simple questions tell me about your self
  • Q2. Your hoppys, like this

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company but they send the offer letter late.
I attended the interview on 11 March but till today I had not received any mail from them.

I applied via Naukri.com and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Lifecycle methods of Angular
  • Ans. 

    Angular has several lifecycle methods that are called at different stages of a component's life.

    • ngOnInit() - called after the component is initialized

    • ngOnChanges() - called when the component's input properties change

    • ngDoCheck() - called during every change detection cycle

    • ngAfterViewInit() - called after the component's view has been initialized

    • ngOnDestroy() - called just before the component is destroyed

  • Answered by AI
  • Q2. What are pipes in angular?
  • Ans. 

    Pipes are a feature in Angular that allow for data transformation before displaying it in the view.

    • Pipes are used to format data in the view

    • They can be used to filter, sort, and transform data

    • Examples include the date pipe, currency pipe, and uppercase pipe

  • Answered by AI
  • Q3. How to do global error handling in angular?
  • Ans. 

    Global error handling in Angular can be done using ErrorHandler class.

    • Create a class that implements the ErrorHandler interface

    • Override the handleError() method to handle errors globally

    • Provide the ErrorHandler class in the providers array of AppModule

    • Use the error handling service to log errors or display error messages

  • Answered by AI
  • Q4. What are custom directives? What are their types? How to create with general example?
  • Ans. 

    Custom directives are a way to extend HTML with new attributes and functionality.

    • Types of custom directives are attribute, element, and class directives.

    • Attribute directives modify the behavior of existing HTML elements.

    • Element directives create new HTML elements.

    • Class directives modify the behavior of existing HTML elements based on their class.

    • To create a custom directive, use the directive() method of the AngularJS ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Be confident if you know the answers and frank if you don't.
2. Try to get your basics and core concepts to be clear clear.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude and reasoning

Round 2 - Coding Test 

Coding will be of medium level at best

Round 3 - Technical 

(1 Question)

  • Q1. Test your knowledge on all the technologies in resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and confident with the interviewer .Be thorough with all the technologies in your resume.

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

Interview Questionnaire 

2 Questions

  • Q1. Define solid principle
  • Ans. 

    SOLID is a set of principles for object-oriented programming to make software more maintainable, scalable, and robust.

    • S - Single Responsibility Principle: A class should have only one reason to change.

    • O - Open-Closed Principle: A class should be open for extension but closed for modification.

    • L - Liskov Substitution Principle: Subtypes should be substitutable for their base types.

    • I - Interface Segregation Principle: A c...

  • Answered by AI
  • Q2. Define MVC pattern
  • Ans. 

    MVC is a software design pattern that separates an application into three interconnected components: Model, View, and Controller.

    • Model represents the data and business logic of the application

    • View is responsible for rendering the user interface

    • Controller handles user input and updates the model and view accordingly

    • MVC promotes separation of concerns and modularity

    • Examples: Ruby on Rails, ASP.NET MVC, Spring MVC

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Unprofessional. Chaotic environment.

Skills evaluated in this interview

Marolix Technology Solutions Interview FAQs

How many rounds are there in Marolix Technology Solutions Technical Lead interview?
Marolix Technology Solutions interview process usually has 2 rounds. The most common rounds in the Marolix Technology Solutions interview process are Resume Shortlist and HR.
What are the top questions asked in Marolix Technology Solutions Technical Lead interview?

Some of the top questions asked at the Marolix Technology Solutions Technical Lead interview -

  1. You will get cheated in the end, trust ...read more
  2. Please do not join this fraud compa...read more

Tell us how to improve this page.

Marolix Technology Solutions Technical Lead Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Software Developer
132 salaries
unlock blur

₹1.8 L/yr - ₹5.6 L/yr

Softwaretest Engineer
121 salaries
unlock blur

₹2.2 L/yr - ₹5.1 L/yr

Devops Engineer
69 salaries
unlock blur

₹2.4 L/yr - ₹5.5 L/yr

Java Developer
49 salaries
unlock blur

₹1.3 L/yr - ₹4.5 L/yr

Software Engineer
48 salaries
unlock blur

₹1.5 L/yr - ₹6 L/yr

Explore more salaries
Compare Marolix Technology Solutions with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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