Upload Button Icon Add office photos

Filter interviews by

Merce Technologies Interview Questions, Process, and Tips

Updated 26 Dec 2024

Top Merce Technologies Interview Questions and Answers

View all 13 questions

Merce Technologies Interview Experiences

Popular Designations

13 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Aptitude was offline on languages like c and c++.

Round 2 - Technical 

(1 Question)

  • Q1. Java , oops concept will be asked also final year project.
Round 3 - HR 

(1 Question)

  • Q1. Hr questions will be asked.

Engineer Trainee Interview Questions asked at other Companies

Q1. If 10 people had a meeting and they shake hands only once with each of the others, then how many handshakes will be there in total ?
View answer (8)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about yourself?
  • Q2. Which technical skill you have?
  • Q3. How many year of Work experience?
Round 2 - Technical 

(5 Questions)

  • Q1. How to call api in angular write the code for this
  • Ans. 

    To call an API in Angular, use HttpClient module to make HTTP requests.

    • Import HttpClientModule in app.module.ts

    • Inject HttpClient in the component/service where API call needs to be made

    • Use HttpClient methods like get(), post(), put(), delete() to make API calls

    • Subscribe to the Observable returned by HttpClient methods to handle the response

  • Answered by AI
  • Q2. Difference between reactive form and template driven form
  • Ans. 

    Reactive forms are more flexible and allow for complex form validation and handling, while template driven forms are simpler and rely on directives in the template.

    • Reactive forms are defined programmatically in the component class using form controls, form groups, and form arrays.

    • Template driven forms are defined in the HTML template using ngModel directive and template variables.

    • Reactive forms offer more control over ...

  • Answered by AI
  • Q3. Write the code for reactive form
  • Ans. 

    Reactive forms in Angular allow for creating and managing forms in a reactive way.

    • Import ReactiveFormsModule in app.module.ts

    • Create form controls using FormBuilder in component

    • Bind form controls to HTML elements using formGroup and formControlName directives

    • Handle form submission and validation using formGroup and formControl directives

  • Answered by AI
  • Q4. How to id or data pass by routing and go to the another page?
  • Ans. 

    You can pass data through routing by using route parameters or query parameters.

    • Use route parameters to pass data directly in the URL, like '/page/:id'

    • Access the passed data in the target component using ActivatedRoute

    • Use query parameters for passing data in the URL, like '/page?id=123'

    • Retrieve query parameters in the target component using ActivatedRoute

  • Answered by AI
  • Q5. New features in angular 17?
  • Ans. 

    Angular 17 introduces new features such as improved performance, enhanced tooling, and updated APIs.

    • Improved performance with faster rendering and reduced bundle sizes

    • Enhanced tooling with better support for debugging and testing

    • Updated APIs for more efficient development and easier integration with other libraries

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and relocate

Skills evaluated in this interview

Angular Frontend Developer Interview Questions asked at other Companies

Q1. How to implement interfaces without methods?
View answer (1)
Merce Technologies Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Have you implemented sharing model in your org?
  • Ans. 

    Yes, I have implemented sharing model in my org.

    • Implemented sharing rules to restrict access to certain records

    • Used role hierarchy to control data visibility

    • Leveraged sharing settings to define access levels for different user profiles

  • Answered by AI
  • Q2. What is with sharing and without sharing?
  • Ans. 

    With sharing and without sharing are keywords in Salesforce that control the access level of records in Apex classes.

    • With sharing enforces sharing rules and record-level access permissions defined in the organization-wide defaults.

    • Without sharing ignores sharing rules and record-level access permissions, allowing the code to access all data regardless of the user's permissions.

    • Use with sharing when you want to respect ...

  • Answered by AI
  • Q3. What happens with security enforced?
  • Ans. 

    When security is enforced, access control measures are put in place to protect data and prevent unauthorized access.

    • Security policies are implemented to restrict access to sensitive data

    • User permissions are defined to control who can view, edit, or delete records

    • Data encryption may be used to protect data in transit and at rest

    • Audit trails are enabled to track changes and monitor user activity

  • Answered by AI

Skills evaluated in this interview

Salesforce Developer Interview Questions asked at other Companies

Q1. Write a trigger to update contact when accounts phone changed.
View answer (6)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Ga basics and generics
Round 2 - One-on-one 

(1 Question)

  • Q1. Go routines, Channels, wait groups, redis sync

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Merce Technologies interview questions for popular designations

 Applications Engineer

 (3)

 Software Developer

 (3)

 Engineer Trainee

 (2)

 Application Developer

 (1)

 Salesforce Developer

 (1)

 Angular Frontend Developer

 (1)

 Business Analyst

 (1)

 Senior Java Developer

 (1)

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

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Coding Test 

C and cpp related basic questions

Applications Engineer Interview Questions asked at other Companies

Q1. Minimum Special Sum Problem You are given an array ARR of length N. There are two operations defined for each index i in the array: FIRST_SUM(i): Calculates the sum of the first i numbers. LAST_SUM(i): Calculates the sum of the last N-i+1 ... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Brief me about agile framework and its benefits
  • Ans. 

    Agile framework is a project management approach that emphasizes flexibility, collaboration, and iterative development.

    • Encourages frequent communication and collaboration among team members

    • Allows for flexibility and adaptability to changing requirements

    • Focuses on delivering working software in short iterations

    • Promotes continuous improvement through feedback and reflection

  • Answered by AI
  • Q2. Change request management
Round 2 - One-on-one 

(2 Questions)

  • Q1. Overview about mutual funds.
  • Q2. How MF trade gets settled & brief about how standing instruction works.
  • Ans. 

    MF trade settlement involves transfer of funds and securities between buyer and seller. Standing instruction is a pre-set agreement for automatic transactions.

    • MF trade settlement involves transfer of funds and securities between buyer and seller.

    • Standing instruction is a pre-set agreement for automatic transactions, such as regular investments or redemptions.

    • Settlement of MF trades typically occurs on T+1 or T+2 basis,...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for basic BA questions - requirement gathering, agile framework, change request etc.

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - Coding Test 

Consists of 1 problem to check your experience based on the loop

Round 3 - One-on-one 

(2 Questions)

  • Q1. Salary negotiation and basic about your self
  • Q2. What is your expected salary

Applications Engineer Interview Questions asked at other Companies

Q1. Minimum Special Sum Problem You are given an array ARR of length N. There are two operations defined for each index i in the array: FIRST_SUM(i): Calculates the sum of the first i numbers. LAST_SUM(i): Calculates the sum of the last N-i+1 ... read more
View answer (1)
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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Mvc related questions were asked
  • Q2. Sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice Environment to work and New technologies been worked on

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Sep 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all Resume tips
Round 2 - Aptitude Test 

CORE JAVA CONCEPTS MCQ

Round 3 - HR 

(1 Question)

  • Q1. About us, erperience
Round 4 - Technical 

(1 Question)

  • Q1. Basics on OOPs , College Project, Exception Handilng.

Interview Preparation Tips

Interview preparation tips for other job seekers - Getting job is easy, but surviving is difficult.
Performance and luck both matters.

Engineer Trainee Interview Questions asked at other Companies

Q1. If 10 people had a meeting and they shake hands only once with each of the others, then how many handshakes will be there in total ?
View answer (8)

I applied via Naukri.com and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. How do you update Dashboard/Homepage when there is some update in DB?
  • Ans. 

    Update Dashboard/Homepage when there is a DB update

    • Use a backend service to monitor the DB for updates

    • When an update is detected, fetch the updated data from the DB

    • Update the Dashboard/Homepage with the new data using a frontend framework like React or Angular

  • Answered by AI
  • Q2. Difference between constructor and ngOnInit?
  • Ans. 

    Constructor is a method used to create and initialize an object, while ngOnInit is a lifecycle hook used in Angular to initialize a component.

    • Constructor is called when an object is created, while ngOnInit is called after the component is initialized.

    • Constructor is used to set default values and initialize properties, while ngOnInit is used to perform additional initialization tasks.

    • Constructor is defined in the class,...

  • Answered by AI
  • Q3. About HTTP Interceptors?
  • Q4. Javascript questions (like setTimeOut() inside for loop)
Round 2 - One-on-one 

(2 Questions)

  • Q1. In depth explanation about the projects I am working on?
  • Q2. Small stackblitz coding activity , just to make a get request and display cards on UI.

Interview Preparation Tips

Topics to prepare for Merce Technologies Application Developer interview:
  • Namaste Javascript(youtube)
  • Angular interview Github repo
Interview preparation tips for other job seekers - Prepare well on Rxjs Observables, Subjects, different types of operators with some how's & why's.
Prepare well on javascript basics .

Skills evaluated in this interview

Application Developer Interview Questions asked at other Companies

Q1. Minimum Cost to Connect All Points Problem Statement Given an array COORDINATES representing the integer coordinates of some points on a 2D plane, determine the minimum cost required to connect all points. The cost to connect two points, (x... read more
View answer (2)
Contribute & help others!
anonymous
You can choose to be anonymous

Merce Technologies Interview FAQs

How many rounds are there in Merce Technologies interview?
Merce Technologies interview process usually has 2 rounds. The most common rounds in the Merce Technologies interview process are Technical, One-on-one Round and HR.
How to prepare for Merce Technologies interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Merce Technologies. The most common topics and skills that interviewers at Merce Technologies expect are Salesforce, Agile, Business Development, Core Java and HTML.
What are the top questions asked in Merce Technologies interview?

Some of the top questions asked at the Merce Technologies interview -

  1. How do you update Dashboard/Homepage when there is some update in ...read more
  2. How to id or data pass by routing and go to the another pa...read more
  3. How MF trade gets settled & brief about how standing instruction wor...read more
How long is the Merce Technologies interview process?

The duration of Merce Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

SALARIES

MSG Global Solutions

SALARIES

Tech Mahindra

JOBS

Accenture

No Jobs

REVIEWS

Tech Mahindra

No Reviews

REVIEWS

LTIMindtree

No Reviews

SALARIES

Xceedance

COMPANY BENEFITS

Reliable Technosystems India

No Benefits

SALARIES

Reliable Technosystems India

No Salaries

LIST OF COMPANIES

Reliable Technosystems India

Overview

REVIEWS

Xceedance

No Reviews

Tell us how to improve this page.

Merce Technologies Interview Process

based on 14 interviews

Interview experience

4.4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 788 Interviews
View all

Merce Technologies Reviews and Ratings

based on 71 reviews

3.5/5

Rating in categories

3.5

Skill development

3.5

Work-life balance

3.6

Salary

3.0

Job security

3.3

Company culture

3.1

Promotions

3.3

Work satisfaction

Explore 71 Reviews and Ratings
Applications Engineer
119 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Administrator
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Linux System Administrator
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Java Developer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Merce Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent