Upload Button Icon Add office photos

Filter interviews by

Merce Technologies Application Developer Interview Questions and Answers

Updated 6 Feb 2022

Merce Technologies Application Developer Interview Experiences

1 interview found

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

Interview questions from similar companies

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 Nov 2022. There were 4 interview rounds.

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 

Six coding questions to be solved within an hour. The coding questions were standard aptitude based and did not include any complex topics like Dynamic Programming or trees in my case.

Round 3 - One-on-one 

(1 Question)

  • Q1. I had to solve a problem. Given an expression involving operators and operands with parentheses, convert it to postfix expression. I used the stack data structure.
Round 4 - One-on-one 

(1 Question)

  • Q1. A puzzle question

Interview Preparation Tips

Interview preparation tips for other job seekers - Think that it can be done, and lastly with the support of interviewer, it can be done. All the best
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Online coding test having basic problems and some aptitude problem.

Round 2 - One-on-one 

(3 Questions)

  • Q1. Interviewer will ask opps and 2 basic coding problem 2 aptitude problem if you mention any technology in resume then ask about technology and projects
  • Q2. What is opps ?
  • Ans. 

    OOPs stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.

    • OOPs focuses on creating objects that contain both data and methods to manipulate that data.

    • Encapsulation, inheritance, polymorphism, and abstraction are key principles of OOPs.

    • Examples of OOPs languages include Java, C++, and Python.

  • Answered by AI
  • Q3. What is singleton class ?
  • Ans. 

    A singleton class is a class that can only have one instance created and provides a global point of access to that instance.

    • Singleton classes are often used for logging, caching, database connections, and thread pools.

    • They typically have a private constructor to prevent instantiation from other classes.

    • They provide a static method to access the single instance, which is created if it doesn't exist yet.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Surya Software Systems Software Developer interview:
  • Opps
  • DSA
Interview preparation tips for other job seekers - Focus on learning

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Aptitude Test 

60 Minute Duration on 3 topics, including logical, oop and mathematical

Software Developer Interview Questions & Answers

Sciative Solutions user image 20ECE1008 Anjali Deshpande

posted on 16 Oct 2023

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 

2 hrs Python and aptitude

Round 3 - Technical 

(1 Question)

  • Q1. DSA questions with optimized solutions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Can you tell me about yourself?
  • Q2. Why should we hire you?
  • Ans. 

    I have a strong technical background, a passion for problem-solving, and a proven track record of delivering high-quality software solutions.

    • Extensive experience in software development, including proficiency in multiple programming languages such as Java, Python, and JavaScript.

    • Strong problem-solving skills and ability to think critically to find innovative solutions to complex technical challenges.

    • Proven track record...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Resume based questions
  • Q2. Event loop in nodejs
  • Ans. 

    Event loop in Node.js manages asynchronous operations by executing callback functions when certain events occur.

    • Event loop is responsible for handling I/O operations, timers, and callbacks in Node.js

    • It allows Node.js to perform non-blocking operations efficiently

    • Event loop continuously checks the event queue for new events to execute

  • Answered by AI
  • Q3. Javascript es6 questions

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Promises in javascript
  • Ans. 

    Promises in JavaScript are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() to handle success and .catch() to handle errors.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Divisibility, LCM, HCF.
Numbers, Decimals, Fractions, Powers.
Profit, Loss.
Simple interest and Compound interest.
Speed, Distance, Time.
Work and wages.
Trains, Boats, Streams-upstream/downstream, Circular track questions.
Cistern and pipes.

Round 2 - Coding Test 

Coding interviews test candidates' technical knowledge, coding ability, problem solving skills, and creativity, typically on a whiteboard.

Round 3 - Assignment 

Choose a topic based on the assignment.
2 Conduct research.
3 Write a thesis statement

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

There were 50 question out of which if you score 20 you were passed out to next round, No negative markings.

Merce Technologies Interview FAQs

How many rounds are there in Merce Technologies Application Developer interview?
Merce Technologies interview process usually has 2 rounds. The most common rounds in the Merce Technologies interview process are Technical and One-on-one Round.
What are the top questions asked in Merce Technologies Application Developer interview?

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

  1. How do you update Dashboard/Homepage when there is some update in ...read more
  2. Difference between constructor and ngOnIn...read more
  3. Small stackblitz coding activity , just to make a get request and display cards...read more

Tell us how to improve this page.

Merce Technologies Application Developer Salary
based on 5 salaries
₹2.4 L/yr - ₹8.3 L/yr
58% less than the average Application Developer Salary in India
View more details

Merce Technologies Application Developer Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

4.0

Skill development

3.0

Work-life balance

1.0

Salary

1.0

Job security

3.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
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

Yalamanchili Software Exports

3.3
Compare

ScoreMe Solutions

4.3
Compare

Global Edge Software

3.5
Compare

Trawex Technologies

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