Upload Button Icon Add office photos

Filter interviews by

Pentagon Space Senior Technical Trainer Interview Questions, Process, and Tips

Updated 23 Apr 2024

Pentagon Space Senior Technical Trainer Interview Experiences

1 interview 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

Interview questions from similar companies

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

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.

I applied via Referral and was interviewed before Jan 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What will you do if a student (or person) will be rude or abusive to you over the call?
  • Q2. How will you manage the situation if you made a mistake somehow? Will you inform the senior to make it right or you will hide it or you will blame someone else for it?
  • Q3. What will you do if your senior ask you to work on holiday for some urgent official work?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in front of interviewer. Speak clearly and have positive mindset.

I applied via Newspaper Ad and was interviewed before Jul 2021. There were 5 interview rounds.

Round 1 - calling from Head 

(1 Question)

  • Q1. Basic introduction about yourself and availability to join position etc etc.
Round 2 - Technical 

(1 Question)

  • Q1. About academic teaching and research work related general knowledge
Round 3 - One-on-one 

(1 Question)

  • Q1. Basic level interaction with the management for future prospects.
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation over previous salary
Round 5 - HR 

(1 Question)

  • Q1. Immediate joining related information

Interview Preparation Tips

Interview preparation tips for other job seekers - No advice right now. All information already given above. Nothing special.

I appeared for an interview before Nov 2019.

Interview Questionnaire 

5 Questions

  • Q1. 1.The golden question: Introduce yourself. It's called the golden question as it is the golden opportunity to present your skills, talents, merits and interests in the most effective and impressive manner....
  • Q2. How can you contribute for the welfare of the institution? Think and plan well your thoughts and present it in such a way that the employer must get an impression that you are the best choice.
  • Ans. 

    I can contribute to the welfare of the institution by implementing innovative teaching methods, fostering research collaborations, and promoting a positive academic environment.

    • Implementing innovative teaching methods to enhance student learning and engagement

    • Fostering research collaborations with industry and other academic institutions to promote knowledge exchange and advancements

    • Promoting a positive academic enviro...

  • Answered by AI
  • Q3. How can you make the teaching- learning process a new and joyful experience for the students? Here you must have a clear idea about all your innovative ideas about teaching which you have practiced and con...
  • Ans. 

    To make the teaching-learning process joyful, I focus on creating interactive and engaging activities that cater to different learning styles.

    • Incorporate hands-on activities and experiments to make learning more interactive.

    • Use multimedia tools such as videos, animations, and interactive presentations to enhance understanding.

    • Encourage group discussions and collaborative projects to promote active learning.

    • Introduce ga...

  • Answered by AI
  • Q4. How can you help the institution grow by your contribution? Here you can talk about the academic and non academic activities you can conduct for the whole round development and exposure of the students, th...
  • Q5. Is there something that you are interested to ask to us? Here be careful to show your professional interest by asking questions showing your interest in your job like: Timing, projects, Enriching programme...

Interview Preparation Tips

Interview preparation tips for other job seekers - It is always welcome to present yourself in an elegant and simple way. Ensure that you have all the required documents arranged in order, so that you will not mess up in front of the board. Have a pleasant, confident and smart disposition. Listen to the questions well and then answer to the point. Keep appropriate body language. If you do not know any answer, admit politely that you do not know, but ensure that you do not repeat the statement. FINALLY Remember that Personal Interview is an interaction not to assess your subject knowledge, but to see how far you are suitable to the organization from the employer's point of view. So present yourself in the most impressive way through elegant appearance, appropriate body language and effective communication.

Pentagon Space Interview FAQs

How many rounds are there in Pentagon Space Senior Technical Trainer interview?
Pentagon Space interview process usually has 2 rounds. The most common rounds in the Pentagon Space interview process are Technical and HR.
What are the top questions asked in Pentagon Space Senior Technical Trainer interview?

Some of the top questions asked at the Pentagon Space Senior Technical Trainer 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 Senior Technical Trainer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
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