i
Maveric Systems
Filter interviews by
Clean architecture is a software design approach that separates concerns and enforces a clear separation of responsibilities.
Separates code into layers (presentation, domain, data)
Dependence on abstractions rather than concrete implementations
Allows for easier testing and maintenance
Promotes scalability and flexibility
Example: MVP, MVVM, VIPER
MVVM is an architectural pattern that separates the UI, business logic, and data layers in an Android app.
Model - represents the data and business logic
View - UI components that display data and interact with the user
ViewModel - acts as a mediator between the Model and View, handling data operations and updating the UI
Data binding - connects the View and ViewModel, automatically updating the UI when data changes
SOLID is a set of five principles for writing clean, maintainable, and scalable object-oriented code.
Single Responsibility Principle: A class should have only one reason to change.
Open/Closed Principle: Classes should be open for extension but closed for modification.
Liskov Substitution Principle: Objects of a superclass should be replaceable with objects of its subclasses without affecting the program's correctness.
In...
Top trending discussions
posted on 7 Jul 2017
posted on 26 Nov 2020
I applied via Naukri.com and was interviewed before Nov 2019. There were 4 interview rounds.
posted on 20 Feb 2021
I applied via Recruitment Consultant and was interviewed before Feb 2020. There were 4 interview rounds.
posted on 15 Sep 2021
I appeared for an interview before Sep 2020.
Round duration - 45 minutes
Round difficulty - Medium
I was asked 2 coding questions, questions from my projects and questions related to different java concepts. One question from cloud computing was also asked.
Given an array arr
of length N
consisting of integers, find the sum of the subarray (including empty subarray) with the maximum sum among all subarrays.
Find the sum of the subarray with the maximum sum among all subarrays in a given array.
Iterate through the array and keep track of the current sum and maximum sum seen so far.
If the current sum becomes negative, reset it to 0 as it won't contribute to the maximum sum.
Return the maximum sum as the result.
Example: For input arr = [-2, 1, -3, 4, -1], the maximum subarray sum is 4.
You are given two singly linked lists, where each list represents a positive number without any leading zeros.
Your task is to add these two numbers and return the sum as ...
Add two numbers represented as linked lists and return the sum as a linked list.
Traverse both linked lists simultaneously while keeping track of carry
Create a new linked list to store the sum
Handle cases where one list is longer than the other
Consider edge cases like carry at the end of addition
Round duration - 15 minutes
Round difficulty - Easy
It was a normal discussion about the role, the job expectations and about the company culture.
Tip 1 : Do at-least 200+ dsa problems from various topics.
Tip 2 : Make 2-3 projects and be well versed with their functionality.
Tip 3 : Practice aptitude questions and time yourself while doing the questions.
Tip 1: Keep your resume short, try to make it one pager only.
Tip 2: Mention only position specific projects, and if you have got a good academic score mention it on top.
posted on 18 May 2021
I applied via Naukri.com and was interviewed in Nov 2020. There were 4 interview rounds.
posted on 19 Apr 2022
I applied via Naukri.com and was interviewed in Oct 2021. There were 3 interview rounds.
posted on 16 Sep 2021
I appeared for an interview in Nov 2020.
Round duration - 100 minutes
Round difficulty - Medium
The complete test will be Audio and Video Proctored, Please be available in front of the camera throughout the test duration. Assessment login details will be sent to the candidate’s registered email id prior to assessment. The Aptitude 25 questions - 35 Minutes, English 25 questions - 30 Minutes, Technical 25 questions - 35 Minutes. Those who clear the first test would have a second test of Psychometric duration 60 Mins on the same day of the test. Shortlisted candidates would have interviews post that.
Round duration - 30 minutes
Round difficulty - Medium
This round consisted of various technical questions such as questions on web technologies, databases, OOPS concepts, and coding questions.
Given an integer N
, determine whether its binary representation is a palindrome.
The first line contains an integer 'T' representing the number of test cases.
The next 'T'...
Check if the binary representation of a given integer is a palindrome.
Convert the integer to binary representation.
Check if the binary representation is a palindrome by comparing it with its reverse.
Return true if it is a palindrome, false otherwise.
Round duration - 15 minutes
Round difficulty - Easy
I was asked to introduce myself and about my hobbies. They were very general questions. They asked me about my strengths and weakness. In the end, they asked me would I re-locate.
Tip 1 : Strengthen DSA skills initially, know the basics and understand the working of different data structures
Tip 2 : Learn to implement them and enhance your coding skills. Make mistakes and learn from them instead of just cramming everything before practicing.
Tip 3 : To enhance coding skills, try your best to crack a question instead of giving up and looking at the solution..this will improve your problem-solving skills.
Tip 4 : It's a must to do the standard coding questions under every category of data structure and algorithms
Tip 5 : To study the topics and practice coding questions refer to GeeksforGeeks and regularly take part in coding contests.
Tip 6 : Be thorough with OOPs, DBMS, and the technologies on which you have worked for the interview.
Tip 7 : Have at least 2 projects in your resume and make sure you can answer the questions related to them.
Tip 8 : For HR interviews prepare questions, prepare questions such as introduce yourself, your strengths, your weakness.
Confidence is the key you need to be an expert in. I was not aware of some things the interviewer asked during my interviews. But due to my confidence, he skipped that part.
Tip 9 : Be in formals with the properly ironed dress, and try to join 5 minutes early than the joining time. It will have a positive affect.
Tip 1 : Make sure your resume fits everything into a single page.
Tip 2 : Have at least 2 projects on your resume.
Tip 3 : Only Mention only those technical skills that you are confident in. Do not put false things on your resume.
Tip 4 : Mention the work you have done during your internships.
Tip 5 : Include an objective in your resume.
I applied via LinkedIn and was interviewed before Aug 2022. There were 2 interview rounds.
Checkout flow in Salesforce Commerce Cloud (SFCC) involves steps like cart review, shipping address selection, payment method selection, order summary review, and order confirmation.
Cart review: Customer reviews items in their cart before proceeding to checkout.
Shipping address selection: Customer enters or selects a shipping address for delivery.
Payment method selection: Customer chooses a payment method for the order...
Web services are software systems designed to allow communication between different devices over the internet.
Web services use standard protocols like HTTP to enable communication
They can be used to exchange data between different applications or systems
Examples include RESTful APIs, SOAP, and XML-RPC
Job framework refers to the structure and guidelines that define roles, responsibilities, and processes within a job or organization.
Job framework outlines the specific duties and expectations for a particular job position.
It helps employees understand their roles and responsibilities within the organization.
Frameworks can include job descriptions, performance metrics, and career development paths.
Example: A software d...
Content asset is the actual content being displayed, while a slot is the space where the content asset is placed.
Content asset is the actual content being displayed on a webpage or application.
Slot is the space or location on a webpage or application where the content asset is placed.
Content asset can be text, images, videos, etc.
Slot can be a banner ad space, a section on a webpage, etc.
It was a good round i have cleared the round they were average questions were asked
GD was easy among 10-12 students our topic was "Hostelers should allowed to roam after 12"
based on 1 interview
Interview experience
Senior Test Engineer
856
salaries
| ₹2.9 L/yr - ₹9 L/yr |
Senior Software Engineer
615
salaries
| ₹4.2 L/yr - ₹16.9 L/yr |
Test Engineer
495
salaries
| ₹2.4 L/yr - ₹6.5 L/yr |
Software Engineer
431
salaries
| ₹3 L/yr - ₹10 L/yr |
Associate Test Lead
285
salaries
| ₹5 L/yr - ₹12.1 L/yr |
ITC Infotech
Test Yantra Software Solutions
Microland
3i Infotech