Upload Button Icon Add office photos

Filter interviews by

N.Narayanaswamy Associates Team Member Interview Questions and Answers

Updated 1 Nov 2023

N.Narayanaswamy Associates Team Member Interview Experiences

1 interview found

Team Member Interview Questions & Answers

user image Anonymous

posted on 1 Nov 2023

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

I applied via Newspaper Ad and was interviewed in May 2023. 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 - One-on-one 

(5 Questions)

  • Q1. Social and financial responsibility
  • Q2. Aims of life to achieve the best opportunity
  • Ans. 

    The aim of life is to continuously seek and seize the best opportunities for personal growth and fulfillment.

    • Setting clear goals and working towards them

    • Being open to new experiences and challenges

    • Constantly learning and improving oneself

    • Seeking out opportunities for advancement and success

  • Answered by AI
  • Q3. What is the main thing to choose this job
  • Q4. What is the best key formula to company growth
  • Ans. 

    The best key formula to company growth is a combination of innovation, customer satisfaction, and strategic planning.

    • Innovation: Constantly introducing new products or services to stay ahead of competitors.

    • Customer satisfaction: Ensuring that customers are happy with their experience to encourage repeat business and positive word-of-mouth.

    • Strategic planning: Setting clear goals and objectives, and regularly reviewing a

  • Answered by AI
  • Q5. Will you take a risk to company growth

Interview Preparation Tips

Topics to prepare for N.Narayanaswamy Associates Team Member interview:
  • Best skill in communication
  • Hard-work
  • Interpersonal Skills
Interview preparation tips for other job seekers - It's really excellent opportunity to everyone to show your financial and communication skills to achieve more things

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Year of experience
  • Q2. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice work culture
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2022. 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 - One-on-one 

(8 Questions)

  • Q1. Teem member is round the teem your friends life and self
  • Q2. Teem member and group discussions to share the problems to help
  • Q3. Teem member is round coding test to worker come to teem
  • Q4. Asking to teem member sear the help
  • Q5. Hr and group discussions with the problems to teem member is round coding for the help you get your
  • Q6. Teem member and Technical support of worker to round-on round
  • Q7. Teem member and hr and asaiment or all teem family to the working is no problem with you
  • Q8. Teem member and asaiment or all teem member and work on your Rescpons

Interview Preparation Tips

Interview preparation tips for other job seekers - Teem member round coding for you help me with your friends
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via AmbitionBox and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Backward coding .logical reasoning

Round 2 - Aptitude Test 

Relationships,number series

Round 3 - HR 

(2 Questions)

  • Q1. Self intradution
  • Q2. Self learning independent

Interview Preparation Tips

Interview preparation tips for other job seekers - be positive,don"t"be nervous

I applied via Campus Placement and was interviewed in Jul 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 - Technical 

(1 Question)

  • Q1. Aws basics ,Dev ops,linex and unix basics

Interview Preparation Tips

Topics to prepare for Amazon Team Member interview:
  • AWS
  • Devops
  • Linex
Interview preparation tips for other job seekers - Job search like its your job ,know yourself and what you want,market yourself,
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

The aptitude test given to me was average for a team member. 1 hour duration for multiple choice questions

Round 2 - HR 

(4 Questions)

  • Q1. Tell me about yourself Why we should higher you
  • Q2. Why we should hire you
  • Q3. What are your expectations from the job and company
  • Q4. Where do you see yourself 5 years down the line

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice company but prepare yourself for the role with basis knowledge of company goals
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Dec 2022. There were 3 interview rounds.

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 tips
Round 2 - Group Discussion 

Previous company discussion , and self intro

Round 3 - HR 

(2 Questions)

  • Q1. Experience related and document submitted
  • Q2. Experience certificate
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I was interviewed in Apr 2023.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

90 mcq will be there

Round 3 - Coding Test 

It's about some programming language

Round 4 - Technical 

(2 Questions)

  • Q1. About project in detail
  • Q2. Self introduction Project in real time

Interview Preparation Tips

Interview preparation tips for other job seekers - I didnt qualify my interview give me some advice for me

I applied via campus placement at National Institute of Technology (NIT), Durgapur and was interviewed in Sep 2022. There were 3 interview rounds.

Round 1 - Coding Test 

1 DP question, 1 simple integer manipulation

Round 2 - One-on-one 

(3 Questions)

  • Q1. 4th smallest element in BST
  • Ans. 

    Find the 4th smallest element in a Binary Search Tree.

    • Traverse the BST in-order and keep track of the count of visited nodes.

    • When the count reaches 4, return the current node's value.

    • If the BST has less than 4 nodes, return null or throw an exception.

  • Answered by AI
  • Q2. Maximum number of distinct elements in every sliding window of size k
  • Ans. 

    Find maximum distinct elements in every sliding window of size k.

    • Create a hash table to store the frequency of each element in the current window.

    • Use two pointers to maintain the current window and slide it over the array.

    • Update the hash table for each new element in the window and remove the old element.

    • Keep track of the maximum number of distinct elements seen so far.

    • Repeat until all windows of size k have been proce

  • Answered by AI
  • Q3. Merge two sorted linked lists
  • Ans. 

    Merge two sorted linked lists

    • Create a new linked list to store the merged list

    • Compare the first nodes of both lists and add the smaller one to the new list

    • Move the pointer of the added node to the next node

    • Repeat until one of the lists is empty

    • Add the remaining nodes of the non-empty list to the new list

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

(1 Question)

  • Q1. A probability related question

Interview Preparation Tips

Interview preparation tips for other job seekers - Do Striver SDE sheet and practice aptitude questions

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. It was all basics of adf. Step by step process
  • Q2. Like, what is adf - what is pipeline, what is IR. What's etc.
  • Ans. 

    ADF is Azure Data Factory, a cloud-based data integration service. Pipeline is a logical grouping of activities that perform a task. IR is Integration Runtime, a compute infrastructure used by ADF to provide data integration capabilities.

    • ADF is a cloud-based data integration service

    • Pipeline is a logical grouping of activities that perform a task

    • IR is Integration Runtime, a compute infrastructure used by ADF to provide

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

(2 Questions)

  • Q1. It's based on some case study. And more about real time scenarios. Deep understanding of adf in ground level
  • Q2. What is adf_publish, what if data factory deleted, what if trigger executed and pipeline execution failed. How to know and how to handle, and also on transformations like which IR is used.
  • Ans. 

    adf_publish is a command to publish data factory artifacts. Handling deletion, trigger execution, pipeline failure, and IR usage can be done through monitoring and logging.

    • adf_publish is used to publish data factory artifacts such as pipelines, datasets, and linked services

    • If data factory is deleted, all artifacts will be deleted as well. It is important to have backups and version control in place

    • Trigger execution can...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Team Member interview:
  • Azure data factory
Interview preparation tips for other job seekers - It's good to have deep level understanding of each step at work. We can easily get through.

Skills evaluated in this interview

N.Narayanaswamy Associates Interview FAQs

How many rounds are there in N.Narayanaswamy Associates Team Member interview?
N.Narayanaswamy Associates interview process usually has 2 rounds. The most common rounds in the N.Narayanaswamy Associates interview process are Resume Shortlist and One-on-one Round.
What are the top questions asked in N.Narayanaswamy Associates Team Member interview?

Some of the top questions asked at the N.Narayanaswamy Associates Team Member interview -

  1. What is the best key formula to company gro...read more
  2. Aims of life to achieve the best opportun...read more

Tell us how to improve this page.

Compare N.Narayanaswamy Associates with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview