Upload Button Icon Add office photos

Filter interviews by

Pentagon Space Interview Questions, Process, and Tips

Updated 19 Nov 2024

Top Pentagon Space Interview Questions and Answers

View all 10 questions

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)

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview
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 (42)
Pentagon Space Interview Questions and Answers for Freshers
illustration image

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)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Coding Test 

Python coding level of 2 sections

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
-
Round 1 - Coding Test 

It was easy for me question were in easy to medium range

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a passionate software developer with 5 years of experience in building web applications using various technologies.

    • Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in backend development with Node.js and databases like MongoDB and MySQL

    • Familiar with version control systems like Git and deployment tools like Docker

    • Strong problem-solving skills a

  • Answered by AI
  • Q2. We discuss about my projects

Interview Preparation Tips

Interview preparation tips for other job seekers - be good command on your resume
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website

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 

(1 Question)

  • Q1. Basic Fundamentals related to fluids and thermodynamics
Round 3 - Assignment 

Problem statement related to the specified field

Round 4 - HR 

(1 Question)

  • Q1. Basic HR questions related to company

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall good experience. HR values candidates time and efforts
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
-

I applied via Pod and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It has three sections basic aptitude only

Round 2 - Technical 

(5 Questions)

  • Q1. What are the forces acting on a rocket?
  • Ans. 

    Forces acting on a rocket include thrust, weight, drag, and lift.

    • Thrust is the force propelling the rocket forward.

    • Weight is the force pulling the rocket down due to gravity.

    • Drag is the resistance force acting opposite to the rocket's motion.

    • Lift is the aerodynamic force generated by the rocket's shape to counteract weight.

    • Other forces may include gravity, air resistance, and external forces.

  • Answered by AI
  • Q2. Explain Stress strain curve
  • Ans. 

    Stress strain curve shows the relationship between stress (force applied) and strain (resulting deformation) in a material.

    • Stress strain curve is a graphical representation of how a material behaves under loading.

    • It typically shows the stress on the y-axis and strain on the x-axis.

    • The curve usually consists of three main regions: elastic deformation, plastic deformation, and fracture.

    • Elastic deformation is the initial ...

  • Answered by AI
  • Q3. Modes of heat transfer
  • Ans. 

    Modes of heat transfer include conduction, convection, and radiation.

    • Conduction: Heat transfer through direct contact between particles or objects (e.g. touching a hot pan)

    • Convection: Heat transfer through the movement of fluids or gases (e.g. boiling water)

    • Radiation: Heat transfer through electromagnetic waves (e.g. feeling the warmth of the sun)

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

    Viscosity is a measure of a fluid's resistance to flow.

    • Viscosity is often described as the thickness or stickiness of a fluid.

    • It is influenced by factors such as temperature and pressure.

    • High viscosity fluids flow slowly, while low viscosity fluids flow quickly.

    • Examples of high viscosity fluids include honey and molasses, while water has low viscosity.

  • Answered by AI
  • Q5. Difference between ductile and brittle material using stress strain curve
  • Ans. 

    Ductile materials exhibit large deformation before failure, while brittle materials fail suddenly without significant deformation.

    • Ductile materials show a gradual increase in stress followed by necking before failure.

    • Brittle materials have a steep stress-strain curve and fail abruptly without warning.

    • Examples of ductile materials include metals like copper and aluminum.

    • Examples of brittle materials include ceramics and

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Skyroot Aerospace Intern interview:
  • Strength of materis
  • Fluid mechanics
  • Thermodynamics
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy moderate 40 questions were there

Round 2 - Technical 

(2 Questions)

  • Q1. Explain your projects
  • Ans. 

    I have worked on various projects including a web development project, a data analysis project, and a machine learning project.

    • Developed a website using HTML, CSS, and JavaScript for a local business

    • Conducted data analysis on customer feedback data to identify trends and insights

    • Implemented a machine learning model to predict customer churn for a telecom company

  • Answered by AI
  • Q2. What is your management style
  • Ans. 

    My management style is collaborative and empowering, focusing on communication and teamwork.

    • I believe in open communication and transparency within the team.

    • I empower team members to take ownership of their work and make decisions.

    • I value teamwork and collaboration, encouraging input from all team members.

    • I provide support and guidance to help team members grow and develop their skills.

    • I believe in setting clear goals

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Believe in yourself
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Application Form 

(2 Questions)

  • Q1. Cgpa secured till sem
  • Q2. Any previous internships
  • Ans. 

    Yes, I have completed internships at two different companies.

    • Interned at ABC Company in marketing department

    • Interned at XYZ Company in finance department

  • Answered by AI
Contribute & help others!
anonymous
You can choose to be anonymous

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 Javascript, Python, Node.Js, Program Management and SQL.
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

Recently Viewed

COMPANY BENEFITS

Microland

No Benefits

LIST OF COMPANIES

Discover companies

Find best workplace

COMPANY BENEFITS

Birlasoft

No Benefits

COMPANY BENEFITS

Microland

No Benefits

REVIEWS

Birlasoft

No Reviews

COMPANY BENEFITS

IBM

No Benefits

DESIGNATION

REVIEWS

Vodafone Idea

No Reviews

REVIEWS

Vodafone Idea

No Reviews

SALARIES

IBM

No Salaries

Tell us how to improve this page.

Pentagon Space Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more

Anonymously discuss salaries, work culture, and many more

Get Ambitionbox App

Pentagon Space Reviews and Ratings

based on 37 reviews

3.5/5

Rating in categories

3.3

Skill development

3.2

Work-life balance

2.9

Salary

3.0

Job security

3.3

Company culture

3.2

Promotions

3.3

Work satisfaction

Explore 37 Reviews and Ratings
Business Development Associate
8 salaries
unlock blur

₹2.4 L/yr - ₹5 L/yr

Corporate Trainer
7 salaries
unlock blur

₹2.6 L/yr - ₹5.2 L/yr

Talent Acquisition Specialist
6 salaries
unlock blur

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

Indian Space Research Organisation

4.5
Compare

Antrix Corporation

4.0
Compare

Skyroot Aerospace

3.7
Compare

TeamIndus

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