Upload Button Icon Add office photos

Majesco

Compare button icon Compare button icon Compare

Filter interviews by

Majesco Senior Leader Engineer Interview Questions and Answers

Updated 14 Jun 2024

Majesco Senior Leader Engineer Interview Experiences

1 interview found

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

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Majesco?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Concat two linked lists in alternative way
  • Ans. 

    Concatenate two linked lists alternatively

    • Create a new linked list

    • Traverse both linked lists simultaneously

    • Alternate between adding nodes from each list to the new list

    • If one list is longer than the other, add the remaining nodes to the end of the new list

  • Answered by AI
  • Q2. Java and oops

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for Java and a certain of algo n ds

Skills evaluated in this interview

Senior Leader Engineer Interview Questions Asked at Other Companies

Q1. If a subordinate does not listen to you, what steps can you take?
Q2. Write a recursive function to print numbers without using loops.
Q3. If a project exceeds the estimated cost, what steps can be taken?
asked in Apisero
Q4. When deploying a Mule application to CloudHub, if API policies ar ... read more
asked in SDET Tech
Q5. What are the common causes of performance bottlenecks in systems, ... read more

I applied via Recruitment Consultant and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Had appeared for Java developer role, basic Java questions were asked.

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

Interview Questionnaire 

1 Question

  • Q1. Java programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall good experience attending interview

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

Interview Questionnaire 

4 Questions

  • Q1. How to compile all Java files inside a folder using Cmd
  • Ans. 

    To compile all Java files inside a folder using Cmd, navigate to the folder and run 'javac *.java'

    • Open Command Prompt and navigate to the folder containing the Java files

    • Run the command 'javac *.java' to compile all Java files in the folder

    • Check for any errors or warnings in the output

  • Answered by AI
  • Q2. Internal working of Hashmap and Concurrent Hashmap
  • Ans. 

    Hashmap is a data structure that stores key-value pairs. Concurrent Hashmap is a thread-safe version of Hashmap.

    • Hashmap uses hashing to store and retrieve elements based on their keys.

    • Concurrent Hashmap allows multiple threads to access and modify the map concurrently.

    • Hashmap has a load factor that determines when the map needs to be resized.

    • Concurrent Hashmap uses a technique called lock striping to allow concurrent a...

  • Answered by AI
  • Q3. Servlet : Listeners, Filters related questions
  • Q4. Java 8 features

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on Core Java Concepts

Skills evaluated in this interview

I appeared for an interview in Oct 2020.

Interview Questionnaire 

1 Question

  • Q1. OOP features and my understanding about them, Java, Spring and Hibernate. Analysis of problem solving skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Dear Candidate,
as much as you are required to know the concepts, it is as important to know how why and where these concepts are built for.
You are required to know the process ideology involved in designing applications and the data structures, alogrithms and design patterns.

please go through what you know as if you are enthusiastic in working on your technology rather than just finding the job.

follow the excellence and success will follow you.

Thanks

I appeared for an interview in Sep 2017.

Interview Questionnaire 

3 Questions

  • Q1. What is deadlock
  • Ans. 

    Deadlock is a situation where two or more processes are unable to proceed because each is waiting for the other to release a resource.

    • Deadlock occurs when two or more processes are stuck in a circular wait, where each process is waiting for a resource held by another process.

    • Four necessary conditions for deadlock are mutual exclusion, hold and wait, no preemption, and circular wait.

    • Example: Process A holds resource X a...

  • Answered by AI
  • Q2. Which technology you know and worked
  • Ans. 

    I have experience with various technologies including Java, Python, HTML/CSS, JavaScript, and SQL.

    • Java

    • Python

    • HTML/CSS

    • JavaScript

    • SQL

  • Answered by AI
  • Q3. Why you are looking for change and what is your notice period
  • Ans. 

    I am looking for a change to explore new opportunities and challenges. My notice period is 30 days.

    • Seeking new opportunities and challenges

    • Want to learn and grow in a different environment

    • Exploring better career prospects

    • Seeking a company with a better work-life balance

    • Notice period is 30 days

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: 25 objective ques from Java and 25 from English
Tips: should prepare with Java Technology
Duration: 1 hour
Total Questions: 50

Round: Technical Interview
Experience: describe clearly
Tips: should prepared

Round: Technical Interview
Experience: do you know about jsf
Tips: yes, I worked

Round: Technical + HR Interview
Experience: this is my dream company actually, and notice is 15 to 20 days.
Tips: be confident

Skills evaluated in this interview

Are these interview questions helpful?

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

Round 1 - Technical 

(1 Question)

  • Q1. They specifically didn’t asked any questions by looking at my strong resume but just asked me if to come Hyderabad for training of a month

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are good in technical knowledge then it would be easy for you to get opportunity here at client site you will learn a lot as mostly you will be at your own, companies technical support is not very good so mostly you are on your own

I applied via Referral and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Explain datawindow in powerbuilder
  • Ans. 

    DataWindow is a GUI control in PowerBuilder used to display and manipulate data from a database.

    • DataWindow can be used to retrieve data from a database, display it in a tabular format, and allow users to edit the data.

    • It supports various data sources such as SQL, ODBC, and XML.

    • DataWindow can also be used to create reports and graphs.

    • It provides various features such as sorting, filtering, grouping, and computed columns...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - say basics concepts about the datawindow in powerbuilder. As datawindow is the base of powerbuilder candidate should prepare well

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Checking Basic knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication skill, strong it basic knowledge

Majesco Interview FAQs

How many rounds are there in Majesco Senior Leader Engineer interview?
Majesco interview process usually has 3 rounds. The most common rounds in the Majesco interview process are Technical and Behavioral.
How to prepare for Majesco Senior Leader Engineer 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 SQL, Agile, Coding, Open Source and Troubleshooting.

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

3i Infotech Interview Questions
3.4
 • 151 Interviews
Microland Interview Questions
3.5
 • 137 Interviews
NSE.IT Interview Questions
3.6
 • 137 Interviews
Mastek Interview Questions
3.6
 • 127 Interviews
Maveric Systems Interview Questions
3.5
 • 124 Interviews
Sonata Software Interview Questions
3.4
 • 122 Interviews
Tietoevry Interview Questions
4.2
 • 97 Interviews
View all
Majesco Senior Leader Engineer Salary
based on 69 salaries
₹12 L/yr - ₹32 L/yr
At par with the average Senior Leader Engineer Salary in India
View more details

Majesco Senior Leader Engineer Reviews and Ratings

based on 15 reviews

2.9/5

Rating in categories

3.1

Skill development

3.0

Work-life balance

3.5

Salary

2.8

Job security

3.2

Company culture

2.6

Promotions

3.1

Work satisfaction

Explore 15 Reviews and Ratings
Senior Lead Engineer

Kolkata,

Mumbai

+5

8-13 Yrs

₹ 19.5-24.3 LPA

Explore more jobs
Senior Software Engineer
469 salaries
unlock blur

₹5.1 L/yr - ₹17 L/yr

Lead Engineer
411 salaries
unlock blur

₹7 L/yr - ₹23 L/yr

Senior Test Engineer
178 salaries
unlock blur

₹4.2 L/yr - ₹12 L/yr

Software Engineer
173 salaries
unlock blur

₹2.4 L/yr - ₹10 L/yr

Senior Leader Engineer
69 salaries
unlock blur

₹12 L/yr - ₹32 L/yr

Explore more salaries
Compare Majesco with

3i Infotech

3.4
Compare

Microland

3.5
Compare

Newgen Software Technologies

3.8
Compare

NSE.IT

3.6
Compare
write
Share an Interview