Upload Button Icon Add office photos

Majesco

Compare button icon Compare button icon Compare

Filter interviews by

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 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 QA Engineer

 (1)

 Software Testing Engineer

 (1)

 Senior Test 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 appeared for an interview 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 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

    Interview Questionnaire 

    13 Questions

    • Q1. Difference between java and c?
    • Ans. 

      Java is an object-oriented language while C is a procedural language.

      • Java is platform-independent while C is platform-dependent.

      • Java has automatic garbage collection while C requires manual memory management.

      • Java has built-in support for multithreading while C requires external libraries.

      • Java has a larger standard library compared to C.

      • Java is more secure than C due to its strong type checking and exception handling.

      • C ...

    • Answered by AI
    • Q2. Aggregation functions in DBMS?
    • Ans. 

      Aggregation functions are used to perform calculations on groups of data in a database.

      • Aggregation functions include COUNT, SUM, AVG, MAX, and MIN.

      • They are used with the GROUP BY clause to group data based on a specific column.

      • COUNT function returns the number of rows in a table or the number of non-null values in a column.

      • SUM function returns the sum of values in a column.

      • AVG function returns the average of values in ...

    • Answered by AI
    • Q3. How to write any sentence (given to u ) in mirror image form in java?(ans :by 2 ways 1. reverse string function in string object 2 .by aaray conversion )
    • Ans. 

      Two ways to write a sentence in mirror image form in Java: reverse string function and array conversion.

      • Use the reverse() method of the String class to reverse the sentence

      • Convert the sentence to a character array, then swap the first and last characters, second and second-to-last characters, and so on until the middle is reached

      • Example: 'Hello World' becomes 'dlroW olleH'

    • Answered by AI
    • Q4. Why static is used in "public static void main"?
    • Ans. 

      Static is used in public static void main to allow the method to be called without creating an instance of the class.

      • Static methods belong to the class and not to any instance of the class.

      • The main method is the entry point of a Java program and needs to be called without creating an object of the class.

      • The static keyword allows the main method to be called directly from the class, without creating an instance of the c...

    • Answered by AI
    • Q5. Why there is abstract ,interface and enum class in java?
    • Ans. 

      Abstract classes, interfaces, and enums provide abstraction and modularity in Java.

      • Abstract classes provide a partial implementation of a class and cannot be instantiated.

      • Interfaces define a set of methods that a class must implement and can be used for multiple inheritance.

      • Enums provide a set of named constants.

      • All three are used for abstraction and modularity in Java.

      • Abstract classes and interfaces are used for polym...

    • Answered by AI
    • Q6. Object oriented software engg definition(definition contains word"framwork") ?and definitionof framwork
    • Ans. 

      Object-oriented software engineering is a framework for designing and developing software using objects.

      • Object-oriented software engineering is a methodology for designing and developing software using objects.

      • It involves creating classes and objects that encapsulate data and behavior.

      • Frameworks are pre-built structures that provide a foundation for building software applications.

      • Frameworks can include libraries, APIs,...

    • Answered by AI
    • Q7. Properties of java(object oriented languages)
    • Ans. 

      Java is an object-oriented language with features like inheritance, encapsulation, and polymorphism.

      • Inheritance allows classes to inherit properties and methods from other classes.

      • Encapsulation hides the implementation details of a class from other classes.

      • Polymorphism allows objects to take on multiple forms or behaviors.

      • Java also supports abstraction, interfaces, and exception handling.

      • Example: class Car extends Vehi...

    • Answered by AI
    • Q8. Normalization in DBMS (in detail with eg.)
    • Ans. 

      Normalization is a process of organizing data in a database to reduce redundancy and dependency.

      • Normalization is used to eliminate data redundancy and improve data integrity.

      • It involves dividing a database into two or more tables and defining relationships between them.

      • There are different levels of normalization, such as first normal form (1NF), second normal form (2NF), and so on.

      • Normalization helps in efficient data ...

    • Answered by AI
    • Q9. What is difference between ADBMS and DBMS?
    • Ans. 

      ADBMS stands for Advanced Database Management System which is an extension of DBMS with additional features.

      • ADBMS has advanced features like data mining, data warehousing, and online analytical processing.

      • ADBMS is used for handling large and complex data sets.

      • DBMS is a basic system for managing data and is used for small and simple data sets.

      • DBMS does not have advanced features like ADBMS.

      • Examples of ADBMS are Oracle, ...

    • Answered by AI
    • Q10. Your Introduction
    • Ans. 

      I am a software engineer with 5 years of experience in developing web applications.

      • Proficient in programming languages such as Java, Python, and JavaScript

      • Experience in developing RESTful APIs and microservices

      • Familiarity with front-end technologies such as HTML, CSS, and React

      • Strong understanding of database management systems like MySQL and MongoDB

      • Experience in Agile development methodologies

    • Answered by AI
    • Q11. Why u want do job?(why ur not doing post graduation?)
    • Ans. 

      I want to gain practical experience and contribute to the industry while also learning on the job.

      • I believe that hands-on experience is invaluable in the software engineering field

      • I am eager to apply my skills and knowledge to real-world projects

      • I am excited to work with a team and learn from experienced professionals

      • I am not currently pursuing post-graduation as I feel that gaining industry experience is more importan

    • Answered by AI
    • Q12. What will u do if ur from java background and company requires .NET peoples,not java peoples
    • Q13. Why this Company ?and some information about company( like achivements)

    Interview Preparation Tips

    Round: Test
    Experience: Test contains 45 question having Maths(approx. 30 questions) , verbal & non-verbal , logical reasoning Qustions. 
    1 hr to solve it.  And no negative marking .Easy aptitude test for me cause i hav given almost 8 apti tests before it. Most of the questions from R.S. Agarwal (Quantitative Aptitude)Book. we total 40 to 50 peoples given the test(All branch students eligibal for test above 60 % aggregate)
    Duration: 60 minutes
    Total Questions: 45

    Round: Technical Interview
    Experience: Out of 40-50 peoples appeared for aptitude test 12 students were eligibal for technical interview. Interview was in the Company . The interviewer ask the questions from the answers i am giving to his previous question .And trying to confuse me.
    but after understanding my programming to his question and some logical answers to his qusetions he stops confusing  me. And go on saying 'You r correct or you r near to answer,think little bit more about it'.
    Tips: Be confident , If u don't  know answer say that "i didn't brush up that topic". Don't go on interviwer's expression, they(expressions) always distract u.

    Round: HR Interview
    Experience: After 50-55 minutes of technical interview , we had HR interview.It was easy Interview,  all the 5 candidates have these same set of questions ,so we prepared the answers and all 5 got selected in company.

    General Tips: Do aptitude test practice online more
    Don't add things that u dont know in resume
    (for freshers :keep resume exactly of 2 pages and simple,don't use different font  styles and size much)
    Skills: Java programming, c++, sql(DBMS), Html
    College Name: TERNA ENGINEERING COLLEGE
    Motivation: It is college campus placement only, But The Representator of company(each) gives the motivation to all candiates mostly

    Skills evaluated in this interview

    Interview Questionnaire 

    2 Questions

    • Q1. Basics from all framework you have worked on.
    • Q2. There working all are non technical people's they don't know the projects here major people working in testing and non related work

    I applied via Naukri.com and was interviewed before Mar 2020. There were 4 interview rounds.

    Interview Questionnaire 

    4 Questions

    • Q1. Difference between Hashtable and hashmap?
    • Ans. 

      Hashtable is synchronized while hashmap is not.

      • Hashtable is thread-safe while hashmap is not.

      • Hashtable does not allow null keys or values while hashmap allows one null key and multiple null values.

      • Hashtable is slower than hashmap due to synchronization.

      • Hashtable is a legacy class while hashmap is a newer implementation.

    • Answered by AI
    • Q2. Difference between hashmap and concurrent hashmap?
    • Ans. 

      Hashmap is not thread-safe while Concurrent Hashmap is thread-safe.

      • Hashmap is not suitable for multi-threaded environments as it can lead to race conditions and data inconsistencies.

      • Concurrent Hashmap allows multiple threads to access and modify the map concurrently without any data inconsistencies.

      • Concurrent Hashmap uses a technique called lock striping to achieve thread-safety.

      • Concurrent Hashmap is slower than Hashma...

    • Answered by AI
    • Q3. Jdbc step
    • Q4. Spring ioc

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Interview was average they asked questions from core java spring hibernate... And so on..

    Skills evaluated in this interview

    I applied via LinkedIn and was interviewed before Feb 2021. There were 3 interview rounds.

    Round 1 - Technical 

    (1 Question)

    • Q1. Just basic questions like Method overloading, riding Abstract and interface Use of static Etc..
    Round 2 - Coding Test 

    Basic Java programs related to string and array manipulation

    Round 3 - Cliend Round 

    (1 Question)

    • Q1. Jus basic questions related to Work culture and privacy

    Interview Preparation Tips

    Topics to prepare for Apexon Software Engineer interview:
    • Java
    Interview preparation tips for other job seekers - Study basics to advanced iN Java

    I applied via Company Website and was interviewed in Apr 2020. There were 4 interview rounds.

    Interview Questionnaire 

    2 Questions

    • Q1. Are you updating day by day yourself in technology ?
    • Q2. Yes, means you will definitely placed in technosoft.

    Interview Preparation Tips

    Interview preparation tips for other job seekers - I had done certification and learn the skill day by day, waiting for the opening in technosoft. I had attended three round of interview, if you have real skill and self confidence you will definitely placed in technosoft global services

    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

    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 41 reviews

    3.6/5

    Rating in categories

    2.7

    Skill development

    3.4

    Work-life balance

    3.6

    Salary

    3.1

    Job security

    3.4

    Company culture

    2.9

    Promotions

    3.0

    Work satisfaction

    Explore 41 Reviews and Ratings
    Lead Engineer

    Kolkata,

    Mumbai

    +5

    5-11 Yrs

    ₹ 14.5-20 LPA

    Lead Engineer

    New Delhi

    5-8 Yrs

    Not Disclosed

    Lead Engineer

    Kolkata

    5-8 Yrs

    Not Disclosed

    Explore more jobs
    Senior Software Engineer
    499 salaries
    unlock blur

    ₹5.2 L/yr - ₹17.4 L/yr

    Lead Engineer
    391 salaries
    unlock blur

    ₹7 L/yr - ₹22.5 L/yr

    Senior Test Engineer
    207 salaries
    unlock blur

    ₹4.8 L/yr - ₹12 L/yr

    Software Engineer
    198 salaries
    unlock blur

    ₹2.4 L/yr - ₹10 L/yr

    Senior Leader Engineer
    93 salaries
    unlock blur

    ₹12.4 L/yr - ₹28 L/yr

    Explore more salaries
    Compare Majesco with

    Xoriant

    4.1
    Compare

    Photon Interactive

    4.0
    Compare

    CitiusTech

    3.4
    Compare

    Iris Software

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