Upload Button Icon Add office photos

Filter interviews by

Dhanush InfoTech Administration Manager Interview Questions and Answers

Updated 30 Apr 2023

Dhanush InfoTech Administration Manager Interview Experiences

2 interviews found

Administration Manager Interview Questions & Answers

user image Shantanu Ganguly

posted on 15 Jun 2022

I applied via Approached by Company

Round 1 - One-on-one 

(4 Questions)

  • Q1. It seems you have a vast experience in the field of Administration. So please share some of your experience with us to know you better.
  • Ans. My core specialization/interest in the field of Administration is documentation. Keeping the activities documented and tracking always helped find missing records while larger audits. During the introduction of ISO 2010, this helped us to get the ISO passed simply because of all records were kept.
  • Answered by Shantanu Ganguly
  • Q2. You had been in Military Service for 20 years. Now you have been working in Civil for last 15 years. How are your two organizations differs?
  • Ans. I started my career in the branch of Administration so it was not as when I left. It took a long to get the entire disciplinary aspect inherited. However, there are some basic differences. For example- The term "We" is an offensive word in the Military. It's always an "I". There is no "No" in the Military if an order is given. If at all there is any mistake, still one has to obey the order first and then he can rais...
  • Answered by Shantanu Ganguly
  • Q3. How do you think you will fit into this organization as there is no discipline as you always sensed?
  • Ans. I have worked with different organizations after my leaving service. Hence, the pattern of life in Civil is known to me and as per my previous experience, I believe in being an example first rather than forcing the change overnight.
  • Answered by Shantanu Ganguly
  • Q4. We need civil authority liasoning for some typicality into our business. How better you can handle that ?
  • Ans. As an admin manager, I have been working for a long and hence have some rapport with the city's Civil departments as well.
  • Answered by Shantanu Ganguly
Round 2 - Salary Negotiation 

(1 Question)

  • Q1. How the negotiation took place
  • Ans. This was not a question answer round. Some portions of the salary were clarified and assured of enhancement within the due course.
  • Answered by Shantanu Ganguly

Interview Preparation Tips

Interview preparation tips for other job seekers - Always get the clarification and do not keep anything in your mind. Getting a job is as important as getting an employee. Hence please do speak and get yourself clear of all doubts. Just be polite and firm.

Administration Manager Interview Questions & Answers

user image Shantanu Ganguly

posted on 30 Apr 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Apr 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(4 Questions)

  • Q1. Previous job role and experience.
  • Ans. Having an experience of managing the administration with necessary documentation and process maintaining for the entire facilities across the company. Maintaing work culture with discipline to provide a better space for the employees to work. Enhancement of team spirit across the departments through event planning, fomulating SOP and policies to have transparency among the employees. Inventory planning, cost cutting, e...
  • Answered by Shantanu Ganguly
  • Q2. Why you left your previous company
  • Ans. For better career growth and recognition in a challenging field where I can use my other skills and experience towards making solutions to complex issues.
  • Answered by Shantanu Ganguly
  • Q3. What made you to join this company
  • Q4. The provision of IT into solutions is a challenging task by itself that involves a lot of brain strorming and other domain knowledge to provide something new. Person like me can be useful in imparting solu...

Administration Manager Interview Questions Asked at Other Companies

Q1. How to handle during break down of equipments? What is the first ... read more
asked in Wipro
Q2. What is the best way to format a resume for online applications?
Q3. What is the largest Solar project presently established in this u ... read more
asked in Wipro
Q4. How can I optimize my LinkedIn profile for job searches?
asked in Omya
Q5. What is the work which was worried, but it waste of time and mone ... read more

Interview questions from similar companies

Interview Questionnaire 

3 Questions

  • Q1. How was your day
  • Q2. How are you doing today
  • Q3. Why HCl is the best company

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing is good here ..Everything is priority
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2022. There were 4 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 

(2 Questions)

  • Q1. Previous role and experience
  • Q2. Willingness to relocate
Round 3 - One-on-one 

(2 Questions)

  • Q1. Domain knowledge and overall experience
  • Q2. Willingness to move to a third party
Round 4 - One-on-one 

(2 Questions)

  • Q1. Overall career journey and fitment to the role
  • Q2. What challanges do i anticipate and how would i overcome them

I appeared for an interview in Jan 2017.

Interview Questionnaire 

3 Questions

  • Q1. Family Back ground
  • Q2. Experience with Govt. Organisatons
  • Ans. 

    Yes, I have experience working with government organizations.

    • Managed administrative tasks for a government agency

    • Coordinated with government officials and departments

    • Implemented government policies and procedures

    • Handled government contracts and procurement

    • Ensured compliance with government regulations

    • Prepared reports and documentation for government audits

  • Answered by AI
  • Q3. Education background

Interview Preparation Tips

Round: Resume Shortlist
Experience: Got shortlisted
Tips: Experience with the Publication background

Round: HR Interview
Experience: almost 4-5 officials interviewed and there were almost 5-6 candidates for the said Post.
Tips: Publication back ground and Experience matched with the Company requirement.

Round: Behavioural Interview
Experience: contact details of the reporting Manager etc.

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Which collection class is used to represent key-value pairs?
  • Ans. 

    The HashMap class is used to represent key-value pairs in Java.

    • HashMap is a part of the Java Collections Framework.

    • It allows null values and only one null key.

    • It provides constant-time performance for basic operations like get and put.

    • Example: HashMap<String, Integer> map = new HashMap<>();

  • Answered by AI
  • Q2. What is abstraction?
  • Ans. 

    Abstraction is the process of simplifying complex systems by focusing on essential details and hiding unnecessary complexities.

    • Abstraction allows us to create models or representations of real-world objects or systems in software.

    • It helps in managing complexity by breaking down a system into smaller, more manageable parts.

    • Abstraction provides a level of indirection, allowing changes to be made in one part of the system...

  • Answered by AI
  • Q3. Why is try-catch used in JAVA?
  • Ans. 

    try-catch is used in Java to handle exceptions and prevent program crashes.

    • try-catch blocks are used to catch and handle exceptions that may occur during program execution.

    • It allows the program to gracefully handle errors and prevent the program from crashing.

    • The try block contains the code that may throw an exception, and the catch block handles the exception.

    • Multiple catch blocks can be used to handle different types...

  • Answered by AI
  • Q4. Which statement will we use if we want to select a statement based on integer inputs?
  • Ans. 

    The statement to use for selecting based on integer inputs is the 'switch' statement.

    • The 'switch' statement allows for multiple cases to be evaluated based on the value of an integer input.

    • Each case represents a possible value of the input, and the corresponding code block is executed if the value matches.

    • The 'switch' statement also provides a 'default' case which is executed if none of the cases match the input value.

    • ...

  • Answered by AI
  • Q5. Explain your project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basic concepts
Prepare a good project

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself
  • Q2. Why IT
  • Q3. About my project
  • Q4. Few mechanical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - General questions

Interview Preparation Tips

Round: Test
Experience: It was nice set of mixed bag questions each challenging your brain to scratch more and find the trick.
Tips: Be calm in solving the questions, Practice few tricks to solve

work,time,distance,number series problem etc. quickly to help save the

time.
Duration: 20 minuntes minutes
Total Questions: 25

Round: Resume Shortlist
Experience: I think resume played a important role in selection processes.
Tips: Make it simple and HIGHLIGHT your good work and experiences.Interviewer don't have time to go through whole crap what we write so basically focus on highlighting your achievements and internships.

Round: Group Discussion
Experience: People are dying to take the opportunity and speak.You will be facing a fish market in few cases, rest it is calm and everyone is given a chance to put forward there point.
Tips: Generally u have to decide which side of the boat u want to be on.

Either go against the topic or in favor whichever you are more

comfortable with.

College Name: IIT ROORKEE

I applied via Recruitment Consultant and was interviewed before Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java and advanced Java

Interview Preparation Tips

Interview preparation tips for other job seekers - I applied through an organisation, there were 5 rounds of interview.
1. Aptitude test(written):30 MCQ. Quants, Logical reasoning and vocabulary.
2. Java written test: 20 MCQ and 2 codes.
Questions are about Oops, collection,
Exceptionn and Threads. (Medium level).
Programs are based on Strings and Arrays.
3. Technical Interview 1: Mainly they used to
ask based on your Resume. You should
have very good understanding of SQL, core Java and Advance Java concepts. If you know JavaScript it's then a bit advantageous.
You should have good coding skills, they might ask you write another logic of your program written in Java written test.

4. Technical round 2 : It's all about advanced Java concepts like Jdbc, servlets, JSP, Hibernate and Springs.
5. Managerial cum HR round: Technical questions based on your resume. Normal Hr questions.

It's my honest interview experience with JMR. Interview process took one week. I got offer letter.
Good luck...😊

Interview Questionnaire 

2 Questions

  • Q1. Mostly puzzles and one case study
  • Q2. They asked me questions about my interests and hobbies

Interview Preparation Tips

Round: Test
Experience: There were three sets of question paper. We were sitting according to our roll number then question paper with rough sheet were distributed and we were allowed 1 hour to finish that. There was no negative marking.
Tips: For aptitude practice data interpretation and data sufficiency
Duration: 1 hour
Total Questions: 30

Round: Group Discussion
Duration: 15 minutes

Round: Technical Interview
Tips: Practice puzzles and case study for this round

Round: HR Interview
Tips: Be yourself

College Name: NIT Rourkela

Dhanush InfoTech Interview FAQs

How many rounds are there in Dhanush InfoTech Administration Manager interview?
Dhanush InfoTech interview process usually has 2 rounds. The most common rounds in the Dhanush InfoTech interview process are One-on-one Round and Resume Shortlist.
What are the top questions asked in Dhanush InfoTech Administration Manager interview?

Some of the top questions asked at the Dhanush InfoTech Administration Manager interview -

  1. We need civil authority liasoning for some typicality into our business. How be...read more
  2. The provision of IT into solutions is a challenging task by itself that involve...read more
  3. How the negotiation took pl...read more

Tell us how to improve this page.

Dhanush InfoTech Administration Manager Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 142 Interviews
Affine Interview Questions
3.3
 • 49 Interviews
JMR Infotech Interview Questions
4.3
 • 29 Interviews
Pitney Bowes Interview Questions
3.7
 • 21 Interviews
DynPro Interview Questions
3.8
 • 20 Interviews
Avontix Interview Questions
3.9
 • 19 Interviews
View all

Dhanush InfoTech Administration Manager Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

3.0

Salary

3.0

Job security

3.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Java Developer
31 salaries
unlock blur

₹1.8 L/yr - ₹8.5 L/yr

Software Engineer
30 salaries
unlock blur

₹1 L/yr - ₹8.4 L/yr

Senior Software Developer
24 salaries
unlock blur

₹12 L/yr - ₹14 L/yr

Software Developer
20 salaries
unlock blur

₹1.3 L/yr - ₹8 L/yr

Business Analyst
19 salaries
unlock blur

₹2 L/yr - ₹10.5 L/yr

Explore more salaries
Compare Dhanush InfoTech with

HCL Infosystems

3.9
Compare

Accel Frontline

4.0
Compare

Diverse Lynx

3.7
Compare

Pitney Bowes

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