Upload Button Icon Add office photos

Filter interviews by

Mirketa Software Salesforce Developer Interview Questions and Answers

Updated 3 Aug 2024

Mirketa Software Salesforce Developer Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

It was easy and had question from all cs related subjects

Round 2 - Technical 

(1 Question)

  • Q1. Question on java oops
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was around general aptitude questions like one person fills water in 2 hr and another fills in 3 hrs

Round 2 - Technical 

(2 Questions)

  • Q1. What is overriding?
  • Ans. 

    Overriding is a concept in object-oriented programming where a subclass provides a specific implementation of a method that is already provided by its superclass.

    • Inheritance allows a subclass to inherit methods from its superclass.

    • When a subclass provides a specific implementation of a method that is already provided by its superclass, it is called overriding.

    • The overridden method in the subclass should have the same n...

  • Answered by AI
  • Q2. What is constructor
  • Ans. 

    A constructor is a special method in a class that is automatically called when an object of that class is created.

    • Constructors have the same name as the class they belong to

    • They are used to initialize the object's state

    • Constructors can have parameters to customize the initialization process

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What is your goal?
  • Ans. 

    My goal is to become a highly skilled Salesforce Developer and contribute to innovative projects that drive business success.

    • Become proficient in Salesforce development tools and technologies

    • Contribute to innovative projects that drive business success

    • Continuous learning and improvement in Salesforce development skills

  • Answered by AI
  • Q2. Do you know about Salesforce?
  • Ans. 

    Yes, Salesforce is a cloud-based customer relationship management (CRM) platform that helps businesses manage their sales, customer service, marketing, and more.

    • Salesforce is a CRM platform used by businesses to manage customer interactions and data

    • It offers various tools for sales, customer service, marketing, and analytics

    • Salesforce allows for customization through its AppExchange marketplace

    • It is known for its user-...

  • Answered by AI

Skills evaluated in this interview

Salesforce Developer Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Write a trigger to update contact when accounts phone changed.
asked in Infosys
Q2. How do you make the child records read only of its parent record' ... read more
asked in TCS
Q3. Difference between Roles & Profiles, Difference between Workf ... read more
asked in Infosys
Q4. How do load both parent and child records at a time using data lo ... read more
asked in Infosys
Q5. How do you call a controllor method from javascript in visualforc ... read more

Interview questions from similar companies

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Will be given Requirement to write code for Restraunt. Based on that have write code for delivering orders by delivery boys.

Round 2 - Technical 

(1 Question)

  • Q1. OOPS Concepts, Java Basics, Collections, MultiThreading

Interview Preparation Tips

Topics to prepare for LogiNext Solutions Software Engineer interview:
  • Java
  • OOPS
  • MySQL
  • Pattern Programming
Interview preparation tips for other job seekers - Focus on DSA and Logical Programming

I applied via Naukri.com

Interview Questionnaire 

1 Question

  • Q1.  What are Option Strict and Option Explicit? What are all the differences between Dispose and Finalize()? What is the difference between System.String and System.StringBuilder classes? What is Delegate? ...
  • Ans. 

    Answers to common interview questions for Software Engineer position

    • Option Strict and Option Explicit are compiler directives in VB.NET

    • Dispose() is used to release unmanaged resources while Finalize() is used for garbage collection

    • System.String is immutable while System.StringBuilder is mutable

    • Delegate is a type that represents a reference to a method

    • Value types store data directly while reference types store a referen...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - selection process-
1st round-online test(prpare all kind of logical, verbal, and .net related questions)
2nd round- technical round(prepare all .net interview questions,sql server questions, winforms, web api)
3rd round- hr discussion
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Discussion on experience and current role and responsibilities

Round 2 - Technical 

(2 Questions)

  • Q1. 1. Discuss one past project
  • Q2. 2. Design a job scheduler
  • Ans. 

    A job scheduler is a software application that manages the scheduling of tasks or jobs to be executed by a computer system.

    • Define the job scheduling requirements such as priority, deadline, resource constraints, etc.

    • Implement a scheduling algorithm like First Come First Serve, Shortest Job First, Round Robin, etc.

    • Maintain a queue of jobs to be executed and allocate resources accordingly.

    • Monitor job execution and handle...

  • Answered by AI

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
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 Questionnaire 

3 Questions

  • Q1. 1. Assignment
  • Q2. 2. Bunch of python questions.
  • Q3. 3. coding questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear with basics.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Technical mcq from basic of dsa

Round 2 - Coding Test 

Question from DSA and time will given to solve it

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical HR and the next is general HR
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Assignment 

DSA MCQ in online platform

Round 2 - Coding Test 

Basic closings like lists/array/string

Mirketa Software Interview FAQs

How many rounds are there in Mirketa Software Salesforce Developer interview?
Mirketa Software interview process usually has 2-3 rounds. The most common rounds in the Mirketa Software interview process are Technical, Coding Test and Aptitude Test.
How to prepare for Mirketa Software Salesforce Developer 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 Mirketa Software. The most common topics and skills that interviewers at Mirketa Software expect are Apex, Salesforce, Customization, Salesforce Service Cloud and API Integration.
What are the top questions asked in Mirketa Software Salesforce Developer interview?

Some of the top questions asked at the Mirketa Software Salesforce Developer interview -

  1. What is overridi...read more
  2. What is construc...read more
  3. question on java o...read more

Tell us how to improve this page.

Mirketa Software Salesforce Developer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

KDK Software Interview Questions
3.1
 • 15 Interviews
Idfy Interview Questions
3.6
 • 15 Interviews
View all
Mirketa Software Salesforce Developer Salary
based on 79 salaries
₹3.5 L/yr - ₹11.1 L/yr
5% less than the average Salesforce Developer Salary in India
View more details

Mirketa Software Salesforce Developer Reviews and Ratings

based on 15 reviews

3.0/5

Rating in categories

3.5

Skill development

3.0

Work-life balance

2.3

Salary

2.4

Job security

2.8

Company culture

2.4

Promotions

2.7

Work satisfaction

Explore 15 Reviews and Ratings
Salesforce Developer
79 salaries
unlock blur

₹3.5 L/yr - ₹11.1 L/yr

Software Engineer
15 salaries
unlock blur

₹4 L/yr - ₹7.3 L/yr

Product Manager
11 salaries
unlock blur

₹11.5 L/yr - ₹24 L/yr

Senior Quality Analyst
9 salaries
unlock blur

₹5 L/yr - ₹8.9 L/yr

Software Developer
8 salaries
unlock blur

₹3.6 L/yr - ₹11.5 L/yr

Explore more salaries
Compare Mirketa Software with

Global Edge Software

3.5
Compare

Trawex Technologies

4.5
Compare

Moveinsync Technology Solutions

3.4
Compare

Pagarbook

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