Upload Button Icon Add office photos

Filter interviews by

Mirketa Software Interview Questions and Answers

Updated 8 Dec 2024

Mirketa Software Interview Experiences

Popular Designations

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

Q1. Write a trigger to update contact when accounts phone changed.
View answer (6)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 5 interview rounds.

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 - Aptitude Test 

1 hr test easy questions

Round 3 - Coding Test 

1 hr test easy-medium level questions

Round 4 - Technical 

(3 Questions)

  • Q1. Easy questions 30 min
  • Q2. Sorting, oops , time complexity, python
  • Q3. Find duplicates in dictionary
  • Ans. 

    Use a hash set to find duplicates in a dictionary of strings.

    • Iterate through the dictionary and add each string to a hash set.

    • If a string is already in the hash set, it is a duplicate.

  • Answered by AI
Round 5 - HR 

(2 Questions)

  • Q1. Why do you want to join
  • Q2. Tell me about yourself

Skills evaluated in this interview

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
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Leetcode Medium Question

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)
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

Salesforce Developer Interview Questions asked at other Companies

Q1. Write a trigger to update contact when accounts phone changed.
View answer (6)

Mirketa Software interview questions for popular designations

 Salesforce Developer

 (2)

 Salesforce Consultant

 (1)

 Software Engineer

 (1)

 Software Developer

 (1)

Interview Questions & Answers

user image Anonymous

posted on 5 Oct 2023

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

I applied via Campus Placement

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 - Aptitude Test 

Aptitude Test and Code Debugging Test- anytime you can attempt within 24 hour slot.

Round 3 - Technical 

(1 Question)

  • Q1. Java, HTML, DSA, questions related to project
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 - One-on-one 

(1 Question)

  • Q1. Aura,LWC,apex classes, triggers.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on core part of salesforce both admin and development like security model, relationships, process builder, workflow

Salesforce Consultant Interview Questions asked at other Companies

Q1. 1. can we extract related object from parent object and vice versa and how? 2. what is sharing rules and what all things can you do using it? 3. flows 4. features of permission sets ( i included expiring of prmsn sets) why do we go with it?... read more
View answer (1)

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jan 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basics questions and programs related to trigger,lightning and few questions on lwc

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice programming more and be confident

Interview Preparation Tips

Skills: Coding Skills And Knowledge On Data Structures, Knowledge About Database Managements Systems
College Name: Bharati Vidyapeeth Deemed University,Pune

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Apex, WF and PB, Asynchronous, order of execution, flows, basics of Lightning, Governance limit, Deployment types

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your resume.

Interview Questionnaire 

5 Questions

  • Q1. How do you make the child records read only of its parent record's field is updated to some value
  • Ans. 

    Child records can be made read-only when parent record's field is updated using validation rules.

    • Create a validation rule on child object

    • Use ISCHANGED() function to check if parent field is updated

    • Use PRIORVALUE() function to get the previous value of parent field

    • Use ISBLANK() function to check if the previous value of parent field is blank

    • Use ISNEW() function to allow creation of child records

    • Use OR() function to comb...

  • Answered by AI
  • Q2. How do you call a controllor method from javascript in visualforce page?
  • Ans. 

    To call a controller method from JavaScript in a Visualforce page, use the actionFunction tag.

    • Create a controller method in the Apex class.

    • Add an actionFunction tag in the Visualforce page.

    • Call the actionFunction from JavaScript using its name.

    • Pass parameters to the controller method using the actionFunction tag.

    • Use the rerender attribute to update the page after the controller method is called.

  • Answered by AI
  • Q3. What are the collectio variables and when do we use them in apex?
  • Ans. 

    Collection variables are used to store multiple values of the same data type in Apex.

    • Collection variables include Lists, Sets, and Maps.

    • Lists are ordered collections of elements that can contain duplicates.

    • Sets are unordered collections of unique elements.

    • Maps are collections of key-value pairs.

    • Collection variables are useful for iterating over multiple values and performing operations on them.

    • Example: List names = new...

  • Answered by AI
  • Q4. How do load both parent and child records at a time using data loader?
  • Ans. 

    Use data loader's parent-child functionality to load both parent and child records at once.

    • Create a CSV file with both parent and child records

    • Use the data loader's parent-child functionality to map the relationship between the two

    • Ensure that the parent records are loaded before the child records

    • Use the data loader's insert or upsert operation to load the data

  • Answered by AI
  • Q5. Syntax of batch class, future method
  • Ans. 

    Batch class and future method syntax in Salesforce development.

    • Batch class syntax: Implements Database.Batchable interface, has start(), execute() and finish() methods.

    • Future method syntax: Has @future annotation, returns void, takes parameters.

    • Example batch class syntax: public class MyBatch implements Database.Batchable { ... }

    • Example future method syntax: @future public static void myFutureMethod(String param) { ...

  • Answered by AI

Skills evaluated in this interview

Mirketa Software Interview FAQs

How many rounds are there in Mirketa Software interview?
Mirketa Software interview process usually has 2-3 rounds. The most common rounds in the Mirketa Software interview process are Technical, Resume Shortlist and Aptitude Test.
How to prepare for Mirketa Software 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 Salesforce, Apex, Salesforce Service Cloud, Project Management and SDLC.
What are the top questions asked in Mirketa Software interview?

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

  1. What is overridi...read more
  2. What is construc...read more
  3. find duplicates in diction...read more

Tell us how to improve this page.

Mirketa Software Interview Process

based on 4 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
View all

Mirketa Software Reviews and Ratings

based on 35 reviews

3.3/5

Rating in categories

3.4

Skill development

2.9

Work-life balance

2.7

Salary

2.6

Job security

3.1

Company culture

2.7

Promotions

3.0

Work satisfaction

Explore 35 Reviews and Ratings
Salesforce Developer
91 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Manager
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Quality Analyst
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Mirketa Software 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