Upload Button Icon Add office photos

Filter interviews by

Pentagon Space Interview Questions and Answers

Updated 19 Nov 2024

Pentagon Space Interview Experiences

Popular Designations

4 interviews found

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

I applied via Job Portal and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(10 Questions)

  • Q1. How to create multithreading
  • Ans. 

    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...

  • Answered by AI
  • Q2. How to create customized exceptions on basis of checked and unchecked
  • Ans. 

    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

  • Answered by AI
  • Q3. Write java program to check a strings are annagram in nature
  • Ans. 

    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

  • Answered by AI
  • Q4. Properties of aggregate functions in mysql
  • Ans. 

    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;

  • Answered by AI
  • Q5. Write a mysql query to display details of employees whose names starts with "ab"
  • Ans. 

    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%';

  • Answered by AI
  • Q6. Can u say a best example for immutable other than strings in java
  • Ans. 

    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

  • Answered by AI
  • Q7. How service annotation works in springs
  • Ans. 

    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

  • Answered by AI
  • Q8. May i know concept of transitive dependency in mysql.
  • Q9. Why synchronization is so necessary while creating a thread
  • Ans. 

    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...

  • Answered by AI
  • Q10. How is daemon thread different from single thread
  • Ans. 

    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...

  • Answered by AI
Round 2 - HR 

(3 Questions)

  • Q1. General questions on my previous projects and my way of taking up tasks
  • Q2. What makes u feel u been capable of problem solving
  • Q3. How would you adopt agile methodologies in crm
  • Ans. 

    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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared for basics and advance in Java or any other programming language

Skills evaluated in this interview

Top Pentagon Space Senior Technical Trainer Interview Questions and Answers

Q1. How to create customized exceptions on basis of checked and unchecked
View answer (1)

Senior Technical Trainer Interview Questions asked at other Companies

Q1. WHAT IS DDIS/CRDI IN DIESEL ENGINE
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Mathematics tarina boat algorithm and technology stream

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Interview Questions & Answers

user image Anonymous

posted on 18 May 2022

I applied via Campus Placement and was interviewed in Apr 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Java programming coding test question was prepare

Round 2 - Aptitude Test 

The second was aptitude test

Interview Preparation Tips

Topics to prepare for Pentagon Space interview:
  • Java
  • Aptitude
Interview preparation tips for other job seekers - I am currently pursuing training on Full stack java at Pentagon space bangolore

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

Interview Questionnaire 

3 Questions

  • Q1. Introducing about yourself
  • Q2. GD round topic was indian education is better or foreign
  • Q3. Technical round

Interview Preparation Tips

Interview preparation tips for other job seekers - It was really good and got selected for this company as a corporate trainer.

Corporate Trainer Interview Questions asked at other Companies

Q1. How you do cloud migration. How many years of experience on the migration services.
View answer (1)

Pentagon Space interview questions for popular designations

 Software Developer

 (1)

 Corporate Trainer

 (1)

 Senior Technical Trainer

 (1)

Jobs at Pentagon Space

View all

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Oct 2022. There were 3 interview rounds.

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 

Mostly quantitative and qualitative reasoning questions

Round 3 - Coding Test 

Graph,trees,arrays and strings

Interview Preparation Tips

Topics to prepare for DevTown Intern interview:
  • arrays
  • graph
  • trees
  • bfs
  • dfs
Interview preparation tips for other job seekers - prepare behavioural questions well and data structure and algorithms are an advantage if you know
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Registration 

(2 Questions)

  • Q1. Self Introduction
  • Q2. Why you choos this domain
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Why do you work with us?
  • Ans. 

    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.

  • Answered by AI

I applied via Recruitment Consulltant and was interviewed before Apr 2021. There were 2 interview rounds.

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 

(9 Questions)

  • Q1. What is the tender process?
  • Ans. 

    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...

  • Answered by AI
  • Q2. What should be given to vendor to execute the work?
  • Ans. 

    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

  • Answered by AI
  • Q3. What is the mobilization advance?
  • Ans. 

    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 ...

  • Answered by AI
  • Q4. What is the process to recover Mobilization advance?
  • Ans. 

    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

  • Answered by AI
  • Q5. What is the process to consider the extra items?
  • Ans. 

    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

  • Answered by AI
  • Q6. What is the process to consider the extension time of contract period?
  • Ans. 

    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

  • Answered by AI
  • Q7. What is the full form of PMC?
  • Ans. 

    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...

  • Answered by AI
  • Q8. What is the mean by Arbitration?
  • Ans. 

    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 ...

  • Answered by AI
  • Q9. Who can appoint the arbitrator?
  • Ans. 

    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.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be practical and not to rotate answers. We should put answer short and fine.

I applied via Campus Placement and was interviewed before Jun 2020. There was 1 interview round.

Interview Questionnaire 

6 Questions

  • Q1. Which needle is used in industrial machine?
  • Ans. 

    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...

  • Answered by AI
  • Q2. 14 number
  • Q3. Name the industrial machine?
  • Ans. 

    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...

  • Answered by AI
  • Q4. Usha sewing machine
  • Q5. Jack machine
  • Q6. Juki sewing machine

Interview Preparation Tips

Interview preparation tips for other job seekers - This company is very good.This company has always been helpful.This interview was a technical one but was majorly a stress test. It lasted for about 1 hour 30 minutes. The interviewer wanted to test both my knowledge and communication skills.

I applied via Naukri.com and was interviewed before Jul 2021. There were 3 interview rounds.

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 - One-on-one 

(1 Question)

  • Q1. Subject related and some personal questions why you want to join
Round 3 - HR 

(2 Questions)

  • Q1. Salary. Reason for change.
  • Q2. Why you want to change job.

Interview Preparation Tips

Interview preparation tips for other job seekers - Work culture is not good and event management is very arrogant. So please think 10 times before joining.

Pentagon Space Interview FAQs

How many rounds are there in Pentagon Space interview?
Pentagon Space interview process usually has 1-2 rounds. The most common rounds in the Pentagon Space interview process are Aptitude Test, Coding Test and Technical.
How to prepare for Pentagon Space 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 Pentagon Space. The most common topics and skills that interviewers at Pentagon Space expect are Salesforce, Business Development, Digital Marketing, Javascript and Inside Sales.
What are the top questions asked in Pentagon Space interview?

Some of the top questions asked at the Pentagon Space interview -

  1. How to create customized exceptions on basis of checked and unchec...read more
  2. Write a mysql query to display details of employees whose names starts with "...read more
  3. Can u say a best example for immutable other than strings in j...read more

Tell us how to improve this page.

Pentagon Space Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more

Pentagon Space Reviews and Ratings

based on 39 reviews

3.5/5

Rating in categories

3.4

Skill development

3.3

Work-life balance

3.0

Salary

3.0

Job security

3.4

Company culture

3.3

Promotions

3.3

Work satisfaction

Explore 39 Reviews and Ratings
Client Management Specialist

Bangalore / Bengaluru

2-6 Yrs

Not Disclosed

Client Management Specialist

Bangalore / Bengaluru

2-6 Yrs

Not Disclosed

Business Development Specialist

Bangalore / Bengaluru

3-6 Yrs

Not Disclosed

Explore more jobs
Business Development Associate
8 salaries
unlock blur

₹2.4 L/yr - ₹5 L/yr

Talent Acquisition Specialist
7 salaries
unlock blur

₹2.9 L/yr - ₹5.3 L/yr

Corporate Trainer
7 salaries
unlock blur

₹2.6 L/yr - ₹5.2 L/yr

HR Recruiter
5 salaries
unlock blur

₹2.5 L/yr - ₹3.1 L/yr

Business Development Executive
5 salaries
unlock blur

₹2.2 L/yr - ₹5.8 L/yr

Explore more salaries
Compare Pentagon Space with

Jetking Infotrain

3.7
Compare

Asia-Pacific Institute of Management

4.1
Compare

National Institute of Technology

4.2
Compare

Billabong High International School

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