Upload Button Icon Add office photos

Majesco

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Majesco Lead Engineer Interview Questions, Process, and Tips

Updated 22 Oct 2024

Top Majesco Lead Engineer Interview Questions and Answers

View all 9 questions

Majesco Lead Engineer Interview Experiences

5 interviews found

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

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

Lead Engineer Interview Questions Asked at Other Companies

asked in Tata Power
Q1. What is the resistance value of tripping & closing coil of vc ... read more
asked in Tata Power
Q2. 1.What is the contact resistance of VCB.?
asked in HCLTech
Q3. Which BGP path attributes are used to manipulate the ingress traf ... read more
asked in HCL Group
Q4. Monitoring tools and what metrics we capture during or after test ... read more
Q5. Java 8 features? What is functional interface? Difference between ... read more

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 19 Sep 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is Software Testing?
  • Ans. 

    Software testing is the process of evaluating a software application to ensure it meets specified requirements and functions correctly.

    • Identifying defects or bugs in the software

    • Verifying that the software meets the specified requirements

    • Ensuring the software functions correctly under different conditions

    • Types of software testing include unit testing, integration testing, system testing, and acceptance testing

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

(1 Question)

  • Q1. What is underwriting?
  • Ans. 

    Underwriting is the process of evaluating the risk of insuring a person or asset and determining the premium to be charged.

    • Underwriting involves assessing the risk associated with insuring a particular individual or asset.

    • Factors such as age, health, occupation, and lifestyle are considered during underwriting.

    • The underwriter determines the premium to be charged based on the assessed risk.

    • Underwriting is commonly used ...

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

(1 Question)

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

    I have a proven track record of successfully leading engineering teams to deliver high-quality products on time and within budget.

    • Strong leadership skills demonstrated through successful project completions

    • Extensive experience in engineering and technical knowledge

    • Ability to collaborate effectively with cross-functional teams

    • Proven track record of meeting deadlines and delivering high-quality results

  • Answered by AI

Skills evaluated in this interview

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 Resume tips
Round 2 - Aptitude Test 

30 mins 30 questions no negative marking attend all easy to pass

Round 3 - HR 

(2 Questions)

  • Q1. Discussuon with hr on pay scale and job related things. Conpany growth and polciies explained.
  • Q2. Company growth and policies told

Interview Preparation Tips

Interview preparation tips for other job seekers - Good knowledge required on technical side. Inteview happens very strong and fast process

Majesco interview questions for designations

 Technical Lead

 (1)

 Software Engineer

 (4)

 Senior Software Engineer

 (7)

 Associate Software Engineer

 (1)

 Senior Test Engineer

 (1)

 Senior QA Engineer

 (1)

 Software Testing Engineer

 (1)

 Senior Leader Engineer

 (1)

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 13 Dec 2022

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

I was interviewed before Dec 2021.

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 Resume tips
Round 2 - Technical 

(6 Questions)

  • Q1. Knowledge of plsql concept like trigger , statment?
  • Q2. Store procedure vs function vs packages
  • Ans. 

    Stored procedures, functions, and packages are database objects used to encapsulate and execute code.

    • Stored procedures are precompiled SQL statements that can be executed multiple times.

    • Functions return a single value and can be used in SQL statements.

    • Packages are a collection of related procedures, functions, and variables.

    • Stored procedures and functions can be used to improve performance by reducing network traffic.

    • P...

  • Answered by AI
  • Q3. What is cursor? What are the attributes of cursor?
  • Ans. 

    A cursor is a database object used to manipulate data in a result set.

    • A cursor is used to traverse through a result set one row at a time.

    • It can be used to update or delete rows in a result set.

    • Attributes of a cursor include its name, type, scrollability, and sensitivity.

    • Examples of cursor types include forward-only, static, dynamic, and keyset-driven.

  • Answered by AI
  • Q4. What are joins? Type of joins?
  • Ans. 

    Joins are used to combine data from two or more tables based on a related column between them.

    • Types of joins include inner join, left join, right join, and full outer join.

    • Inner join returns only the matching rows from both tables.

    • Left join returns all the rows from the left table and matching rows from the right table.

    • Right join returns all the rows from the right table and matching rows from the left table.

    • Full outer...

  • Answered by AI
  • Q5. What is the view and type of view?
  • Ans. 

    The question is unclear. Please provide more context.

    • Answered by AI
    • Q6. What is index and type of indexes?
    • Ans. 

      Indexes are data structures that improve the speed of data retrieval operations in a database.

      • Indexes are created on one or more columns of a table.

      • They can be of different types such as B-tree, hash, bitmap, etc.

      • B-tree indexes are the most commonly used type of index.

      • Indexes can be unique or non-unique.

      • They can also be clustered or non-clustered.

      • Clustered indexes determine the physical order of data in a table.

      • Non-clu...

    • Answered by AI
    Round 3 - Behavioral 

    (4 Questions)

    • Q1. Tell me about yourself?
    • Ans. 

      I am an experienced Lead Engineer with a strong background in software development and team management.

      • Over 10 years of experience in software engineering

      • Expertise in leading and managing cross-functional teams

      • Proficient in various programming languages such as Java, C++, and Python

      • Proven track record of delivering high-quality software solutions on time and within budget

      • Strong problem-solving and analytical skills

      • Exce...

    • Answered by AI
    • Q2. Tell me about your past experience?
    • Ans. 

      I have 8 years of experience as a Lead Engineer in the software industry.

      • Led a team of 10 engineers in developing a new software product from scratch

      • Implemented agile methodologies to improve team efficiency and project delivery

      • Designed and implemented scalable and robust software architectures

      • Collaborated with cross-functional teams to gather requirements and ensure successful project execution

      • Mentored junior engineer...

    • Answered by AI
    • Q3. Why should we hire you?
    • Ans. 

      I have a strong technical background, leadership skills, and a proven track record of successfully leading engineering teams.

      • I have extensive experience in the field of engineering and have successfully led multiple projects from start to finish.

      • I have a deep understanding of the technical aspects of the role and can effectively communicate and collaborate with cross-functional teams.

      • I have a track record of delivering...

    • Answered by AI
    • Q4. What are your strengths and weakness?
    • Ans. 

      My strengths include problem-solving, leadership, and technical expertise. My weaknesses include impatience and a tendency to overthink.

      • Strength: Strong problem-solving skills - I enjoy analyzing complex problems and finding innovative solutions.

      • Strength: Leadership abilities - I have successfully led teams and projects, ensuring effective collaboration and achieving goals.

      • Strength: Technical expertise - I have a deep ...

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

    (1 Question)

    • Q1. What are expections?
    • Ans. 

      Expectations are the anticipated outcomes or results of a particular situation or action.

      • Expectations are often based on past experiences or cultural norms.

      • They can be explicit or implicit, and can vary greatly between individuals.

      • Unmet expectations can lead to disappointment, frustration, or conflict.

      • Clear communication and managing expectations can help avoid misunderstandings.

      • Examples of expectations include job per...

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Plsql is mandatory. Oracle knowledge is advantageous

    Skills evaluated in this interview

    Get interview-ready with Top Majesco Interview Questions

    Interview questions from similar companies

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

    Interview Questionnaire 

    1 Question

    • Q1. Oops Concepts and Data Structure Questions.

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Oops And Data Structure, Collection.

    I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.

    Interview Questionnaire 

    4 Questions

    • Q1. Was interviewed as fresher?
    • Q2. Written test conducted? with verbal ability test ? GD
    • Q3. How would u deal with a problematic situation when you are working in a team?
    • Q4. What are your plans about higher studies?

    Interview Preparation Tips

    Interview preparation tips for other job seekers - it was basic with apptiude test and attitiude test.

    I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

    Interview Questionnaire 

    2 Questions

    • Q1. They asked about dbms questions in the form of table formate
    • Q2. They asked code for some python program

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

    I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

    Interview Questionnaire 

    5 Questions

    • Q1. Wap of bubble sort
    • Ans. 

      Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

      • Start from the first element and compare it with the next element

      • If the next element is smaller, swap them

      • Repeat this process for all elements in the array

      • Continue this process until no more swaps are needed

    • Answered by AI
    • Q2. Wap of prime number
    • Ans. 

      A program to print all prime numbers

      • Take input from user for range of numbers

      • Loop through the range and check if each number is prime

      • Print the prime numbers

    • Answered by AI
    • Q3. What is hashmap?
    • Ans. 

      Hashmap is a data structure that stores key-value pairs and allows constant time access to values based on their keys.

      • Hashmap uses a hash function to map keys to indices in an array.

      • Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.

      • Examples of hashmap implementations include Java's HashMap class and Python's dict type.

    • Answered by AI
    • Q4. What is inheritance
    • Ans. 

      Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

      • Inheritance allows code reuse and promotes code organization.

      • The existing class is called the parent or superclass, and the new class is called the child or subclass.

      • The child class inherits all the properties and methods of the parent class and can also add new properties and methods.

      • For...

    • Answered by AI
    • Q5. Call by value and call by reference

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Be yourself

    Skills evaluated in this interview

    I applied via Walk-in and was interviewed in Mar 2021. There was 1 interview round.

    Interview Questionnaire 

    1 Question

    • Q1. Introduction your self in interview

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Interview should be very easy and comfortable to the students. And be confident at the infront of interviewer
    Contribute & help others!
    anonymous
    You can choose to be anonymous

    Majesco Interview FAQs

    How many rounds are there in Majesco Lead Engineer interview?
    Majesco interview process usually has 2-3 rounds. The most common rounds in the Majesco interview process are One-on-one Round, Resume Shortlist and Technical.
    How to prepare for Majesco Lead 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, Automation, Coding and Hibernate.
    What are the top questions asked in Majesco Lead Engineer interview?

    Some of the top questions asked at the Majesco Lead Engineer interview -

    1. What is the view and type of vi...read more
    2. What is cursor? What are the attributes of curs...read more
    3. What is index and type of index...read more

    Recently Viewed

    PHOTOS

    Medanta the Medicity

    4 office photos

    DESIGNATION

    JOBS

    Maruti Suzuki

    No Jobs

    REVIEWS

    Vertafore

    No Reviews

    JOBS

    Bloom Energy

    No Jobs

    JOBS

    Computer Aid

    No Jobs

    JOBS

    Computer Aid

    No Jobs

    REVIEWS

    Majesco

    No Reviews

    INTERVIEWS

    Vertafore

    No Interviews

    JOBS

    Caterpillar Inc

    No Jobs

    Tell us how to improve this page.

    Majesco Lead Engineer Interview Process

    based on 4 interviews

    Interview experience

    4.5
      
    Good
    View more
    Majesco Lead Engineer Salary
    based on 391 salaries
    ₹7 L/yr - ₹22.5 L/yr
    At par with the average Lead Engineer Salary in India
    View more details

    Majesco Lead Engineer Reviews and Ratings

    based on 38 reviews

    3.8/5

    Rating in categories

    2.9

    Skill development

    3.4

    Work-life balance

    3.6

    Salary

    3.2

    Job security

    3.5

    Company culture

    3.0

    Promotions

    3.1

    Work satisfaction

    Explore 38 Reviews and Ratings
    Lead Engineer, Services

    Kolkata,

    Mumbai

    +5

    4-8 Yrs

    Not Disclosed

    Lead Engineer, Products

    Kolkata,

    Mumbai

    +5

    6-8 Yrs

    ₹ 7.8-21.05 LPA

    Lead Engineer

    Remote

    5-8 Yrs

    ₹ 14.5-18.5 LPA

    Explore more jobs
    Senior Software Engineer
    507 salaries
    unlock blur

    ₹0 L/yr - ₹0 L/yr

    Lead Engineer
    391 salaries
    unlock blur

    ₹0 L/yr - ₹0 L/yr

    Senior Test Engineer
    207 salaries
    unlock blur

    ₹0 L/yr - ₹0 L/yr

    Software Engineer
    206 salaries
    unlock blur

    ₹0 L/yr - ₹0 L/yr

    Senior Leader Engineer
    93 salaries
    unlock blur

    ₹0 L/yr - ₹0 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