Upload Button Icon Add office photos

Majesco

Compare button icon Compare button icon Compare

Filter interviews by

Majesco Interview Questions, Process, and Tips

Updated 27 Jan 2025

Top Majesco Interview Questions and Answers

View all 25 questions

Majesco Interview Experiences

Popular Designations

27 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me something about your self?
  • Q2. What is java ?
Round 2 - One-on-one 

(2 Questions)

  • Q1. How did you deliver your code?
  • Q2. What is your team size?

Interview Preparation Tips

Interview preparation tips for other job seekers - introduce your self in a good manner.

Top Majesco Senior Software Engineer Interview Questions and Answers

Q1. 1. Diff betn case and decode 2. Primary unique keys 3. Diff betn proc and function 4. Query for 2nd highest sal dept wise 5. Query to find sum witbout using aggregate 6. Queries on count distinct 7. Updating 2 tables in a single query
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (1)

Lead Engineer Interview Questions & Answers

user image Ajit Parkar

posted on 22 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is static variable?
  • Ans. 

    Static variable is a variable that retains its value between function calls.

    • Static variables are declared using the 'static' keyword.

    • They are initialized only once and retain their value throughout the program's execution.

    • They have a local scope within the function where they are declared.

    • Example: static int count = 0; in a function will retain the value of count across multiple calls to that function.

  • Answered by AI

Top Majesco Lead Engineer Interview Questions and Answers

Q1. What is the view and type of view?
View answer (2)

Lead Engineer Interview Questions asked at other Companies

Q1. What is the resistance value of tripping & closing coil of vcb?
View answer (8)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Angular related questions
Round 2 - Technical 

(1 Question)

  • Q1. Techno managerial round
Round 3 - Behavioral 

(1 Question)

  • Q1. Managerial questions

Senior Leader Engineer Interview Questions asked at other Companies

Q1. If a subordinate does not listen to you what steps can you take.
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
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 

(1 Question)

  • Q1. About product snd domain related
Round 3 - Technical 

(1 Question)

  • Q1. About way of work and trchniques used technically
Round 4 - HR 

(1 Question)

  • Q1. About time, location package, all

Senior QA Engineer Interview Questions asked at other Companies

Q1. Combination SumYou are given an array/list ARR of N distinct positive integers. You are also given a non-negative integer B. Your task is to find all unique combinations in the array whose sum is equal to B. A number can be chosen any numbe... read more
View answer (2)

Majesco interview questions for popular designations

 Senior Software Engineer

 (6)

 Lead Engineer

 (5)

 Software Engineer

 (4)

 Associate Software Engineer

 (1)

 Department Manager

 (1)

 Developer

 (1)

 Qa Software Test Engineer

 (1)

 Senior Architect

 (1)

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

(1 Question)

  • Q1. What is selenium locators
  • Ans. 

    Selenium locators are used to identify web elements on a web page in order to perform automated testing.

    • Selenium locators include ID, name, class name, tag name, link text, partial link text, xpath, and css selector

    • They are used in Selenium WebDriver to interact with web elements

    • For example, driver.findElement(By.id("username")) will locate the element with id 'username'

  • Answered by AI

Skills evaluated in this interview

Senior Test Engineer Interview Questions asked at other Companies

Q1. From Selenium -> Which Automation framework I have implemented in my project . Explain each framework components. How to handle dynamic web element. how to handle hidden element. how to upload file in selenium, where hashmap is used in s... read more
View answer (1)

Get interview-ready with Top Majesco Interview Questions

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 23 Mar 2024

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

(1 Question)

  • Q1. Spring related questions

Top Majesco Lead Engineer Interview Questions and Answers

Q1. What is the view and type of view?
View answer (2)

Lead Engineer Interview Questions asked at other Companies

Q1. What is the resistance value of tripping & closing coil of vcb?
View answer (8)

Jobs at Majesco

View all
Interview experience
4
Good
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 - Technical 

(1 Question)

  • Q1. What is hands on experience ? Microservice design pattern, security, What are the AWS services used . Docker , how do you handle your team etc.
  • Ans. 

    Hands-on experience refers to practical experience gained by actively working on projects or tasks related to a specific field or technology.

    • Hands-on experience in microservice design pattern involves actually implementing and deploying microservices in a real-world project.

    • Hands-on experience in security includes actively working on implementing security measures such as encryption, authentication, and authorization i...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why you want to join here? How do you handle sprint planning and effort estimation

Skills evaluated in this interview

Senior Architect Interview Questions asked at other Companies

Q1. What is a typical cladding material. What are the types and how are they applicable for specific buildings.
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

Aptitude test has the basic questions

Round 3 - One-on-one 

(1 Question)

  • Q1. The project made in final year
  • Ans. 

    I developed a web-based project management system for tracking tasks and deadlines.

    • Used HTML, CSS, JavaScript for front-end development

    • Utilized PHP and MySQL for back-end functionality

    • Implemented user authentication and authorization features

    • Integrated calendar and notification functionalities

  • Answered by AI

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 (169)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Spring container, spring boot
  • Q2. Use case diagram for currency conversion
  • Ans. 

    Currency conversion use case diagram for Tech Lead interview

    • Actors: User, Currency Converter System

    • Use Cases: Enter amount, Select source currency, Select target currency, Convert currency, Display converted amount

    • Relationships: User interacts with Currency Converter System to perform currency conversion

    • Include: Error handling for invalid inputs

    • Extend: Historical exchange rate lookup feature

  • Answered by AI

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Software Testing Engineer Interview Questions & Answers

user image MOHIT SANJAY SURYWANSHI

posted on 10 Jan 2023

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

I applied via Naukri.com and was interviewed in Dec 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. What you known about Performance Testing
  • Ans. 

    Performance testing is a type of testing that evaluates the speed, responsiveness, stability, and scalability of a software application.

    • It involves simulating real-world scenarios to measure the performance of the application

    • It helps identify bottlenecks and performance issues in the application

    • It can be done using tools like JMeter, LoadRunner, and Gatling

    • Examples of performance testing include load testing, stress te

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why should we hire you?
  • Ans. 

    You should hire me because of my strong technical skills, attention to detail, and ability to work well in a team.

    • I have a deep understanding of software testing principles and methodologies.

    • I am skilled in using various testing tools and technologies.

    • I have a proven track record of finding critical bugs and ensuring software quality.

    • I am highly detail-oriented and have a keen eye for identifying potential issues.

    • I am ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Majesco Software Testing Engineer interview:
  • Performance Testing
Interview preparation tips for other job seekers - Be Prepare with company details and read the job description carefully

Skills evaluated in this interview

Software Testing Engineer Interview Questions asked at other Companies

Q1. Maximal AND SubsequencesYou are given an array consisting of N integers. You need to find the number of k-element subsequences of the given array where the bitwise AND of the subsequence's elements is maximal. Also, find the maximal AND val... read more
View answer (4)

Majesco Interview FAQs

How many rounds are there in Majesco interview?
Majesco interview process usually has 2-3 rounds. The most common rounds in the Majesco interview process are Technical, One-on-one Round and HR.
How to prepare for Majesco 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 Majesco. The most common topics and skills that interviewers at Majesco expect are Agile, SQL, Coding, Javascript and Hibernate.
What are the top questions asked in Majesco interview?

Some of the top questions asked at the Majesco interview -

  1. 1. Diff betn case and decode 2. Primary unique keys 3. Diff betn proc and func...read more
  2. What is hands on experience ? Microservice design pattern, security, What are t...read more
  3. What is the view and type of vi...read more
How long is the Majesco interview process?

The duration of Majesco interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Majesco Interview Process

based on 25 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k 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
 • 3k Interviews
Cyient Interview Questions
3.7
 • 283 Interviews
CitiusTech Interview Questions
3.4
 • 268 Interviews
View all

Majesco Reviews and Ratings

based on 345 reviews

3.5/5

Rating in categories

3.2

Skill development

3.3

Work-life balance

3.5

Salary

3.1

Job security

3.5

Company culture

3.0

Promotions

3.2

Work satisfaction

Explore 345 Reviews and Ratings
Senior Developer - Distribution Management

Navi Mumbai

8-12 Yrs

₹ 20-30 LPA

Lead Engineer, Products

Kolkata,

Mumbai

+5

9-10 Yrs

₹ 8.1-22.53 LPA

Senior Lead Engineer, IT Applications

Kolkata,

Mumbai

+5

5-8 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
514 salaries
unlock blur

₹5.2 L/yr - ₹17 L/yr

Lead Engineer
379 salaries
unlock blur

₹7 L/yr - ₹22.5 L/yr

Senior Test Engineer
215 salaries
unlock blur

₹4.8 L/yr - ₹12 L/yr

Software Engineer
206 salaries
unlock blur

₹2.4 L/yr - ₹9 L/yr

Senior Leader Engineer
89 salaries
unlock blur

₹12 L/yr - ₹27 L/yr

Explore more salaries
Compare Majesco with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

Tech Mahindra

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