Upload Button Icon Add office photos

Filter interviews by

Merce Technologies Interview Questions and Answers

Updated 10 Mar 2025

Merce Technologies Interview Experiences

Popular Designations

14 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)
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 (43)

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 Questions & Answers

user image Anonymous

posted on 10 Mar 2025

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

(1 Question)

  • Q1. What is the process for creating an Azure Virtual Desktop pool?
  • Ans. 

    Creating an Azure Virtual Desktop pool involves configuring resources for virtual desktop deployment.

    • 1. Define the host pool: Choose between personal or pooled desktops based on user needs.

    • 2. Configure virtual machines: Select VM size, OS, and number of instances for the pool.

    • 3. Set up application groups: Assign applications to the pool for user access.

    • 4. Configure user assignments: Decide how users will access the des...

  • Answered by AI
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 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 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 (43)
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 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)

Merce Technologies Interview FAQs

How many rounds are there in Merce Technologies interview?
Merce Technologies interview process usually has 1-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.

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.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k 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
 • 796 Interviews
View all

Merce Technologies Reviews and Ratings

based on 73 reviews

3.4/5

Rating in categories

3.5

Skill development

3.5

Work-life balance

3.5

Salary

3.0

Job security

3.3

Company culture

3.1

Promotions

3.3

Work satisfaction

Explore 73 Reviews and Ratings
Applications Engineer
119 salaries
unlock blur

₹3 L/yr - ₹13 L/yr

Software Developer
23 salaries
unlock blur

₹10.4 L/yr - ₹18 L/yr

System Administrator
15 salaries
unlock blur

₹5 L/yr - ₹7 L/yr

Linux System Administrator
11 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Java Developer
10 salaries
unlock blur

₹3.6 L/yr - ₹9.5 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