Filter interviews by
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.
I applied via Approached by Company and was interviewed before Sep 2023. There were 3 interview rounds.
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
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 ...
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
30 mins 30 questions no negative marking attend all easy to pass
Majesco interview questions for designations
I appeared for an interview before Dec 2021.
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...
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.
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...
The question is unclear. Please provide more context.
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...
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...
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...
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...
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 ...
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...
Get interview-ready with Top Majesco Interview Questions
posted on 14 Mar 2015
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 ...
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 ...
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'
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...
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...
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,...
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...
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 ...
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, ...
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
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
I applied via Naukri.com and was interviewed before Mar 2020. There were 4 interview rounds.
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.
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...
I applied via LinkedIn and was interviewed before Feb 2021. There were 3 interview rounds.
Basic Java programs related to string and array manipulation
I applied via Company Website and was interviewed in Apr 2020. There were 4 interview rounds.
based on 4 interviews
Interview experience
based on 41 reviews
Rating in categories
Senior Software Engineer
499
salaries
| ₹5.2 L/yr - ₹17.4 L/yr |
Lead Engineer
391
salaries
| ₹7 L/yr - ₹22.5 L/yr |
Senior Test Engineer
207
salaries
| ₹4.8 L/yr - ₹12 L/yr |
Software Engineer
198
salaries
| ₹2.4 L/yr - ₹10 L/yr |
Senior Leader Engineer
93
salaries
| ₹12.4 L/yr - ₹28 L/yr |
Xoriant
Photon Interactive
CitiusTech
Iris Software