Upload Button Icon Add office photos

Filter interviews by

Clear (1)

NoBrokerHOOD Secretary Interview Questions and Answers

Updated 6 May 2024

NoBrokerHOOD Secretary Interview Experiences

1 interview found

Secretary Interview Questions & Answers

user image Anonymous

posted on 6 May 2024

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

I applied via Walk-in

Round 1 - HR 

(2 Questions)

  • Q1. CTC kya hai, q chaiyai job etc ?
  • Q2. Tell me about ur self.

Interview Preparation Tips

Topics to prepare for NoBrokerHOOD Secretary interview:
  • Kkr
Interview preparation tips for other job seekers - K

Interview questions from similar companies

Interview Preparation Tips

Round: Interview
Experience: They asked to write 2 codes on recursion. Then some questions on resume. I asked them about the job profile and after knowing that they were hiring candidates for frontend programming, about which they didn’t mention in JAF. I told them that I was not interested in frontend development. And didn’t even answer any question after that. Unfortunately, I was selected.

General Tips: Plan your schedule judiciously keeping your capacity in mind. There is no point of making ideal plans and then not able to do even 50% of it.
Don’t get into unnecessary arguments or debate with people.
Don’t think about what others are doing. Focus on your preparation.
How you carry yourself matters. So, make sure you portray yourself in the way you want the other person to perceive you.
Be selective while applying for companies.
College Name: IIT Kanpur

I was interviewed in Oct 2016.

Interview Questionnaire 

2 Questions

  • Q1. Questions related to Java Programming OOPS
  • Q2. Questions related to Internships

Interview Preparation Tips

Round: Test
Duration: 1 hour 30 minutes
Total Questions: 90

Round: Group Discussion
Duration: 25 minutes

Skills: Programming Skills In Any Language Like C, Object Oriented Programming (OOP) Basics, Data Structures And Algorithms, Operating Systems
College Name: NIT Raipur
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Qualification i have right now
  • Ans. 

    I have a Bachelor's degree in Business Administration and 5 years of experience in administrative roles.

    • Bachelor's degree in Business Administration

    • 5 years of experience in administrative roles

  • Answered by AI
  • Q2. Current employer
  • Ans. 

    I am currently employed at XYZ Company as an Administrative Assistant.

    • I have been working at XYZ Company for the past 3 years.

    • I handle various administrative tasks such as scheduling appointments, managing emails, and organizing files.

    • I have received positive feedback from my supervisors for my efficiency and attention to detail.

  • Answered by AI
Round 2 - Aptitude Test 

1 hour apti test it was difficult

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Find anagrams in a sentence
  • Ans. 

    Identify anagrams within a given sentence

    • Split the sentence into individual words

    • Compare each word to every other word to find anagrams

    • Store anagrams in an array of strings

  • Answered by AI
  • Q2. Find lca of a binary tree
  • Ans. 

    The lowest common ancestor (LCA) of a binary tree is the shared ancestor of two nodes farthest from the root.

    • Start from the root and recursively search for the nodes in the left and right subtrees.

    • If one node is found in the left subtree and the other in the right subtree, then the root is the LCA.

    • If both nodes are found in the left subtree, then the LCA is in the left subtree. Same for the right subtree.

    • Repeat the pro

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Find duplicates in a string
  • Ans. 

    Use a hash set to find duplicates in a string efficiently.

    • Create a hash set to store characters as you iterate through the string.

    • If a character is already in the hash set, it is a duplicate.

    • Return the duplicates as an array of strings.

  • Answered by AI
  • Q2. Find the sum of the digits in a reverse order
  • Ans. 

    To find the sum of digits in reverse order, reverse the number and then add the digits together.

    • Reverse the given number

    • Separate each digit of the reversed number

    • Add all the digits together to get the sum

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare dsa well

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Explain about joins in sql
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • INNER JOIN returns rows when there is at least one match in both tables

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table

    • RIGHT JOIN re...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. General questions on work experiences

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Features of Java About my project REST api Error Handling Exceptions
Round 2 - Technical 

(1 Question)

  • Q1. Exception handling Api Database Collections
Round 3 - One-on-one 

(1 Question)

  • Q1. Make a complete banking application
  • Ans. 

    A comprehensive banking application with features like account management, transactions, loans, and customer support.

    • Include features for account creation, management, and transactions

    • Implement secure login and authentication methods

    • Incorporate loan application and approval processes

    • Provide customer support through chat or call center

    • Include features for bill payments, fund transfers, and account statements

  • Answered by AI

Skills evaluated in this interview

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

I was interviewed in Apr 2023.

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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. All basic questions asked regarding angular and typescript.
Round 3 - Technical 

(1 Question)

  • Q1. Write down a template driven and reactive form example?
  • Ans. 

    Template driven and reactive form example in Angular

    • Use Angular's FormsModule and ReactiveFormsModule modules

    • Create form controls using ngModel or formControl directives

    • Implement form validation using built-in validators or custom validators

    • Handle form submission using reactive approach with observables

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Greate interview experience.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I was interviewed before Oct 2022.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. As my role was of a Consultant, Questions asked were like: What are different type of MF , Bonds , etc.more focused towards the Product knowledge of Banking background. How will you make a change in here ...
Round 3 - One-on-one 

(1 Question)

  • Q1. As per JD , I was being asked if, I will be able to perform & tasks performed before.
Round 4 - HR 

(1 Question)

  • Q1. The Negotiation part for discussed in the same
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Interview was based on core of Banking and it’s concepts of it , as they were hiring for a functional expert and questions revolves around the projects handled and the contribution in it.
Round 2 - One-on-one 

(1 Question)

  • Q1. This was a Interview with Super Senior Manager, Who read the feasibility and visibility of the candidate and ensuring the kind of projects held and my skills put in the same , Based on the CV
Contribute & help others!
anonymous
You can choose to be anonymous

NoBrokerHOOD Interview FAQs

How many rounds are there in NoBrokerHOOD Secretary interview?
NoBrokerHOOD interview process usually has 1 rounds. The most common rounds in the NoBrokerHOOD interview process are HR.

Recently Viewed

SALARIES

State Bank of India

SALARIES

State Bank of India

COMPANY BENEFITS

Financial Software & Systems

No Benefits

REVIEWS

Financial Software & Systems

No Reviews

COMPANY BENEFITS

Software Technology Parks of India

No Benefits

LIST OF COMPANIES

Discover companies

Find best workplace

SALARIES

Software Technology Parks of India

No Salaries

SALARIES

State Bank of India

SALARIES

State Bank of India

SALARIES

State Bank of India

Tell us how to improve this page.

NoBrokerHOOD Secretary Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Chetu Interview Questions
3.3
 • 173 Interviews
AVASOFT Interview Questions
3.6
 • 160 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
Brane Enterprises Interview Questions
2.0
 • 134 Interviews
ivy Interview Questions
3.6
 • 122 Interviews
DE Shaw Interview Questions
3.8
 • 120 Interviews
ServiceNow Interview Questions
4.1
 • 120 Interviews
Axtria Interview Questions
3.1
 • 115 Interviews
View all
Territory Sales Manager
281 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Key Account Manager
119 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Key Account Manager
69 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Territory Sales Manager
46 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Relationship Manager
40 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare NoBrokerHOOD with

ApnaComplex

2.5
Compare

myGate

3.2
Compare

ApartmentADDA

1.1
Compare

Apna Ghar

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