Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Market Simplified Team. If you also belong to the team, you can get access from here

Market Simplified Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Market Simplified Interview Questions, Process, and Tips

Updated 18 Dec 2024

Top Market Simplified Interview Questions and Answers

Market Simplified Interview Experiences

Popular Designations

4 interviews found

PMO Interview Questions & Answers

user image Anonymous

posted on 16 Oct 2024

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

I was interviewed in Apr 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Self Introduction, Roles and responsiblities
  • Q2. Team management
Round 2 - One-on-one 

(2 Questions)

  • Q1. Roles, responsibilities
  • Q2. Stakeholder management, reports, risk management
Round 3 - HR 

(2 Questions)

  • Q1. Previous experience
  • Q2. Management (Team) and discussion on policies

PMO Interview Questions asked at other Companies

Q1. what is burn down chart and Sprint Velocity
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. Types of processes in Linux
  • Ans. 

    There are various types of processes in Linux, including foreground processes, background processes, and daemon processes.

    • Foreground processes are interactive processes that run in the foreground and require user input, such as running a command in the terminal.

    • Background processes are processes that run in the background without user interaction, allowing the user to continue using the terminal.

    • Daemon processes are sy...

  • Answered by AI
  • Q2. Terraform code for the EC2 instance
  • Ans. 

    Terraform code for creating an EC2 instance

    • Use the 'aws_instance' resource in Terraform

    • Specify the instance type, AMI, key pair, and security group in the resource block

    • Define any additional configurations like tags, EBS volumes, or user data

  • Answered by AI
  • Q3. Write down the Ansible script for node application on the host OS with using jenkins.
  • Ans. 

    Ansible script for deploying node application on host OS using Jenkins

    • Use Ansible playbook to automate the deployment process

    • Install necessary dependencies on the host OS

    • Clone the node application repository from version control

    • Build and deploy the application using Jenkins pipeline

  • Answered by AI
  • Q4. Jenkins pipeline stages and its workflow
  • Ans. 

    Jenkins pipeline stages define the workflow of a CI/CD process.

    • Jenkins pipeline stages allow for defining different steps in the CI/CD process

    • Each stage can have multiple steps and can be parallel or sequential

    • Stages can be used for building, testing, deploying, etc.

    • Example: stages { build, test, deploy }

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Market Simplified Infrastructure Team Lead interview:
  • Terraform
  • Linux
  • Jenkins
  • Shell Scripting
  • Ansible
  • Grafana
  • Prometheus
  • AWS
Interview preparation tips for other job seekers - Prepare Linux administrator, As the team starts with Linux questions.

Infrastructure Team Lead Interview Questions asked at other Companies

Q1. Write down the Ansible script for node application on the host OS with using jenkins.
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced React Js developer with a passion for creating user-friendly and efficient web applications.

    • Over 5 years of experience in developing frontend applications using React Js

    • Strong understanding of JavaScript, HTML, and CSS

    • Familiar with state management libraries like Redux and context API

    • Experience in working with RESTful APIs and integrating third-party services

    • Passionate about creating responsive and interact

  • Answered by AI
  • Q2. Why are you leaving your current job
  • Ans. 

    Seeking new challenges and growth opportunities in a more innovative environment.

    • Looking for new challenges and opportunities for growth

    • Interested in working in a more innovative environment

    • Seeking a change in career path or industry

  • Answered by AI

React Js Frontend Developer Interview Questions asked at other Companies

Q1. 1. What is difference between abstract class and interface ?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

They give question related to programming it should complete in 2 days

Round 2 - Technical 

(1 Question)

  • Q1. Questions related to opps. Questions related to python. Give simple program(how m in word "Malayalam")
Round 3 - HR 

(1 Question)

  • Q1. My qualification details They check my commutation

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)

Market Simplified interview questions for popular designations

 Software Developer

 (1)

 React Js Frontend Developer

 (1)

 Infrastructure Team Lead

 (1)

 PMO

 (1)

Interview questions from similar companies

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

(2 Questions)

  • Q1. Behaviour of js
  • Ans. 

    JavaScript is a dynamic programming language commonly used for web development.

    • JavaScript is a high-level, interpreted language.

    • It is known for its flexibility and ability to manipulate the DOM.

    • Commonly used for client-side scripting in web development.

    • Supports object-oriented, imperative, and functional programming styles.

  • Answered by AI
  • Q2. Call by value, call by reference
Round 2 - Coding Test 

Reverse fibonacci using recursion

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Can you provide information about yourself and your studies?
  • Q2. Can you provide details about your work experience?
Round 2 - One-on-one 

(2 Questions)

  • Q1. Process related queries
  • Q2. What is your understanding of collections, and what is your previous experience related to this area?

I applied via Naukri.com and was interviewed before Feb 2021. There were 3 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 - One-on-one 

(2 Questions)

  • Q1. Hoisting, clousres, prototypes based output questions
  • Q2. Polyfill of reduce, map
  • Ans. 

    Polyfill of reduce, map are functions that mimic the behavior of the original functions in older browsers.

    • Polyfill of reduce function can be implemented using a for loop to iterate over the array and accumulate the result.

    • Polyfill of map function can be implemented using a for loop to iterate over the array and create a new array with the transformed values.

    • These polyfills are useful for ensuring cross-browser compatib...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Project discussion, react lifecycle, javascript basec concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview questions were maily involved:-
Js basic concepts:hoisting, prototypes, closures, currying
Css basic properties
Project discussions

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Discuss 4 case study related to supply chain management.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Develop some case study of your own and also deep analysis for each.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Tell me something about your self
  • Ans. 

    I am a dedicated and experienced professional with a strong background in project management and team leadership.

    • Over 10 years of experience in project management

    • Proven track record of successfully leading cross-functional teams

    • Strong communication and interpersonal skills

    • Certified in project management (e.g. PMP)

    • Passionate about driving results and exceeding goals

  • Answered by AI
  • Q2. Where you see in next 5 year
  • Ans. 

    In the next 5 years, I see myself advancing to a managerial role within the company, leading a team and contributing to the growth and success of the organization.

    • Continuing to excel in my current role and taking on additional responsibilities

    • Participating in leadership development programs to enhance my skills

    • Building strong relationships with colleagues and stakeholders to foster collaboration and teamwork

    • Seeking opp...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Its a good company for work, metro connectivity

I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is Excel what is vlookup what is your strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and bold

Market Simplified Interview FAQs

How many rounds are there in Market Simplified interview?
Market Simplified interview process usually has 2 rounds. The most common rounds in the Market Simplified interview process are HR, Technical and One-on-one Round.
How to prepare for Market Simplified 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 Market Simplified. The most common topics and skills that interviewers at Market Simplified expect are Javascript, Software Development, JQuery, Java and C++.
What are the top questions asked in Market Simplified interview?

Some of the top questions asked at the Market Simplified interview -

  1. Write down the Ansible script for node application on the host OS with using je...read more
  2. Terraform code for the EC2 insta...read more
  3. Jenkins pipeline stages and its workf...read more

Tell us how to improve this page.

Market Simplified Interview Process

based on 8 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
ICICI Direct Interview Questions
3.7
 • 24 Interviews
View all

Market Simplified Reviews and Ratings

based on 62 reviews

3.6/5

Rating in categories

3.6

Skill development

3.7

Work-life balance

2.9

Salary

3.6

Job security

3.6

Company culture

2.9

Promotions

3.3

Work satisfaction

Explore 62 Reviews and Ratings
Software Engineer
136 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer Level 1
36 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
32 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
31 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer II
26 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Market Simplified 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