Filter interviews by
I applied via Job Portal and was interviewed in Mar 2024. There were 2 interview rounds.
Multithreading can be created in programming by creating multiple threads within a single process to execute tasks concurrently.
Use a programming language that supports multithreading, such as Java or C++.
Create a new thread by extending the Thread class or implementing the Runnable interface.
Start the thread using the start() method to execute the run() method concurrently.
Handle synchronization and communication betw...
Customized exceptions can be created by extending the Exception class for checked exceptions and RuntimeException class for unchecked exceptions.
Create a new class that extends Exception for checked exceptions or RuntimeException for unchecked exceptions
Override the constructors to provide custom messages and error codes
Throw the customized exception in your code when necessary
Java program to check if strings are anagrams
Create a method that takes in two strings as parameters
Convert both strings to char arrays and sort them
Check if the sorted arrays are equal to determine if the strings are anagrams
Aggregate functions in MySQL are used to perform calculations on a set of values and return a single value.
Aggregate functions include functions like SUM, AVG, COUNT, MIN, and MAX.
They are often used with the GROUP BY clause to group the result set by one or more columns.
Aggregate functions ignore NULL values unless specified otherwise.
Examples: SELECT SUM(salary) FROM employees; SELECT AVG(age) FROM students;
Query to display details of employees whose names start with 'ab' in MySQL.
Use SELECT statement to retrieve data from the table.
Use WHERE clause with LIKE operator to filter names starting with 'ab'.
Example: SELECT * FROM employees WHERE name LIKE 'ab%';
Yes, an example of immutable object other than strings in Java is the Integer class.
Integer class in Java is immutable, meaning its value cannot be changed once it is created.
When you perform operations on an Integer object, a new Integer object is created with the result.
Example: Integer num = 10; num += 5; // num is now a new Integer object with value 15
Service annotation in Spring is used to indicate that a class is a Spring bean and should be managed by the Spring container.
Service annotation is used to mark a class as a Spring bean
It eliminates the need for XML configuration for bean definition
It allows for automatic detection and registration of beans in the Spring container
Example: @Service annotation on a class named UserService
Synchronization is necessary while creating a thread to ensure proper coordination and avoid conflicts between multiple threads accessing shared resources.
Prevents data corruption: Synchronization helps in preventing data corruption when multiple threads access shared data simultaneously.
Maintains order of execution: Synchronization ensures that threads execute in a specific order, preventing race conditions.
Avoids dea...
Daemon thread runs in the background and does not prevent the JVM from exiting, while single thread is a regular thread that can prevent the JVM from exiting.
Daemon thread is used for background tasks like garbage collection, while single thread is used for regular tasks.
Daemon thread does not prevent the JVM from exiting, while single thread can prevent the JVM from exiting.
Daemon threads are terminated by the JVM whe...
Agile methodologies in CRM involve iterative development, frequent feedback, and collaboration.
Break down CRM projects into smaller tasks or user stories
Hold regular sprint planning meetings to prioritize tasks and set goals
Encourage cross-functional teams to work together and communicate effectively
Use tools like Jira or Trello to track progress and manage tasks
Conduct regular retrospectives to reflect on what went we
Mathematics tarina boat algorithm and technology stream
I applied via Campus Placement and was interviewed in Apr 2022. There were 2 interview rounds.
Java programming coding test question was prepare
The second was aptitude test
I applied via Naukri.com and was interviewed in Apr 2021. There were 4 interview rounds.
Pentagon Space interview questions for popular designations
Top trending discussions
I applied via Company Website and was interviewed in Oct 2022. There were 3 interview rounds.
Mostly quantitative and qualitative reasoning questions
Graph,trees,arrays and strings
I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.
I work with you because of your innovative projects and collaborative work environment.
I am impressed by the innovative projects your company is working on.
I value the collaborative work environment that your company promotes.
I believe in the company's mission and values.
posted on 22 Apr 2022
I applied via Recruitment Consulltant and was interviewed before Apr 2021. There were 2 interview rounds.
The tender process is a formal process of inviting bids from potential suppliers to provide goods or services.
The process starts with the organization issuing a request for tender (RFT) or request for proposal (RFP).
Potential suppliers then submit their bids, which are evaluated based on criteria such as price, quality, and delivery time.
The organization may then shortlist the bidders and invite them to make a presenta...
The vendor should be given a clear scope of work, timeline, budget, and any necessary resources.
Scope of work document
Timeline with milestones
Budget allocation
Necessary resources such as equipment or software
Communication plan
Mobilization advance is an upfront payment made to a contractor to cover initial expenses.
It is a payment made to a contractor before the start of a project
It is meant to cover initial expenses such as equipment, materials, and labor
The amount of mobilization advance is usually a percentage of the total contract value
It is typically paid back to the client through deductions from future payments
Example: A construction ...
The process to recover Mobilization advance
Review the contract to determine the terms of the mobilization advance
Ensure that the mobilization work has been completed as per the contract
Submit a request for the recovery of the mobilization advance
Provide supporting documentation to justify the request
Negotiate with the client if there are any disputes or issues
Receive the recovered mobilization advance
The process to consider extra items involves identifying the need, evaluating the impact, obtaining approval, and incorporating into the project plan.
Identify the need for the extra item
Evaluate the impact on the project timeline, budget, and resources
Obtain approval from stakeholders or change control board
Incorporate the extra item into the project plan and adjust accordingly
The process to consider extension time of contract period involves several steps.
Review the terms and conditions of the contract
Identify the reason for the extension request
Assess the impact of the extension on project timeline and budget
Negotiate new terms and conditions if necessary
Obtain approval from all relevant stakeholders
Amend the contract to reflect the extension
Communicate the extension to all parties involve
PMC stands for Project Management Consultancy.
PMC refers to the services provided by a third-party consultant to manage a project on behalf of the client.
PMC involves planning, organizing, and overseeing the project from start to finish.
PMC ensures that the project is completed on time, within budget, and meets the client's requirements.
PMC is commonly used in construction, infrastructure, and engineering projects.
Exam...
Arbitration is a legal process of resolving disputes between parties outside of court.
Arbitration involves a neutral third party who listens to both sides and makes a decision.
It is often used in business and commercial disputes.
Arbitration can be binding or non-binding, depending on the agreement of the parties involved.
It is typically faster and less expensive than going to court.
Examples of organizations that offer ...
The parties involved in a dispute can appoint an arbitrator.
Arbitrator can be appointed by mutual agreement of the parties involved in a dispute.
In some cases, the appointment of an arbitrator may be specified in a contract or agreement.
If the parties cannot agree on an arbitrator, a court may appoint one.
The arbitrator must be impartial and independent.
The arbitrator's decision is binding and enforceable.
posted on 10 Jun 2021
I applied via Campus Placement and was interviewed before Jun 2020. There was 1 interview round.
Industrial machines use different types of needles depending on the fabric and stitch type.
The most common needle types are universal, ballpoint, and sharp needles.
Universal needles are used for general sewing on woven fabrics.
Ballpoint needles are used for knit fabrics to prevent snagging or damaging the fabric.
Sharp needles are used for heavy fabrics like denim or leather.
Needle size is also important and varies depe...
The industrial machine is a device used in manufacturing and production processes.
Industrial machines are used in various industries such as automotive, food and beverage, and pharmaceuticals.
Examples of industrial machines include conveyor belts, assembly lines, and packaging machines.
These machines are designed to increase efficiency and productivity in manufacturing processes.
They can be operated manually or through...
posted on 2 Jul 2022
I applied via Naukri.com and was interviewed before Jul 2021. There were 3 interview rounds.
Some of the top questions asked at the Pentagon Space interview -
based on 3 interviews
Interview experience
based on 39 reviews
Rating in categories
Business Development Associate
8
salaries
| ₹2.4 L/yr - ₹5 L/yr |
Talent Acquisition Specialist
7
salaries
| ₹2.9 L/yr - ₹5.3 L/yr |
Corporate Trainer
7
salaries
| ₹2.6 L/yr - ₹5.2 L/yr |
HR Recruiter
5
salaries
| ₹2.5 L/yr - ₹3.1 L/yr |
Business Development Executive
5
salaries
| ₹2.2 L/yr - ₹5.8 L/yr |
Jetking Infotrain
Asia-Pacific Institute of Management
National Institute of Technology
Billabong High International School