Upload Button Icon Add office photos

Filter interviews by

ABERDARE TECHNOLOGIES Interview Questions and Answers

Updated 4 Sep 2023

ABERDARE TECHNOLOGIES Interview Experiences

Popular Designations

2 interviews found

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

I applied via Walk-in and was interviewed in Mar 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 - HR 

(5 Questions)

  • Q1. What your name and father name
  • Ans. My name is Adesh kumar my father name danpati singh
  • Answered Anonymously
  • Q2. Tell me about your self
  • Ans. My name is Adesh kumar my home address nagla bhav singh firozabad uttar pradesh my qualification bsc maths
  • Answered Anonymously
  • Q3. Old company payment status
  • Ans. In my first company the payment was 25000 thousand
  • Answered Anonymously
  • Q4. Company roll and contact roll
  • Q5. Yes sir contact roll

Interview Preparation Tips

Interview preparation tips for other job seekers - "Ultimately, I've learned a lot in my current role, but I'm looking for the next step where I can continue to grow and use the skills I've honed to contribute to a company I love, and this opportunity seems to be the perfect fit.”

Senior Team Leader Interview Questions asked at other Companies

Q1. How will u manage with low bandwidth and excessive target to achieve EOD.
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 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 

(2 Questions)

  • Q1. Technical question about products and its type
  • Q2. Difference between G652D and G657A1
  • Ans. 

    G652D is a standard single-mode fiber while G657A1 is a bend-insensitive single-mode fiber.

    • G652D is the most commonly used standard single-mode fiber for long-haul networks.

    • G657A1 is a bend-insensitive single-mode fiber designed to minimize signal loss when bent or twisted.

    • G657A1 is more suitable for use in tight spaces or areas where fiber bending is likely to occur.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn skills for analysis

Quality Engineer Interview Questions asked at other Companies

Q1. What is MSA and addition of msa version, type of msa ,what different between variable data and attibute data .why difine flase and miss rate calculate by msa .
View answer (8)

Interview questions from similar companies

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

I applied via campus placement at Maulana Azad National Institute of Technology (NIT), Bhopal and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

2 coding questions one on graphs and other on tres medium level

Round 2 - One-on-one 

(3 Questions)

  • Q1. 2 sum medium level problem
  • Q2. Reverse the given liked list
  • Q3. Tell the workflow of data preprocessing
Round 3 - HR 

(2 Questions)

  • Q1. Egg dropping puzzle
  • Q2. Plane flying between two poins puzzle
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Data structures, scenario based question, sql, api
  • Q2. Scenario based question
  • Q3. Questions on sql queries
  • Q4. Create an api with condition
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Basic Networking Questions Like how router , switch works etc .
  • Q2. From resume all mentioned technologies and contributions on each organisations and follow up questions on this .
Round 2 - One-on-one 

(2 Questions)

  • Q1. All metioned terms from resume and follow up questions in details
  • Q2. Few coding questions like using for loop how to do certain tasks .

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall interview process very smooth and interviewer are very friendly , continously asking .. m I comfortable or not .
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

This is good experience 👍

Round 2 - Group Discussion 

This is good experience 👍 bhut hi accha rha h

Round 3 - One-on-one 

(5 Questions)

  • Q1. Aapka naam kya hai
  • Q2. Aapke pass phone hai laptop hai
  • Q3. Aap kahan se Hain
  • Q4. Aap is job ko kar payenge
  • Q5. Aapke yahan per net theek chalta hai

Market A Interview Questions & Answers

Futures First info Services user image Anonymous

posted on 8 Jan 2025

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

I applied via campus placement at Indian School of Mines (ISM), Dhanbad and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Maths, Probability questions aptitude questions

Round 2 - One-on-one 

(4 Questions)

  • Q1. Multiplication of two numbers , square of two numbers etc
  • Q2. Case study type, scenario based questions
  • Q3. Whats the most adventourous thing you have done
  • Q4. Whats a thing you fear the most

Interview Preparation Tips

Interview preparation tips for other job seekers - be spontneous , be fast , take risk(they really appreciate that), and be bold and confident in answering questions.
basic maths and fast calculations along with some probability are your friends
be creative and interesting
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. What is react.js? Ans: React.js is javascript library used for building the UI components.
  • Ans. 

    React.js is a JavaScript library used for building user interfaces by creating reusable UI components.

    • React.js allows developers to create interactive user interfaces efficiently.

    • It uses a virtual DOM for optimal performance by updating only the necessary components.

    • React components can be reused across different parts of an application.

    • It follows a unidirectional data flow, making it easier to manage state and data.

    • Re...

  • Answered by AI
  • Q2. What is JavaScript? Ans: javaScript is type free language that means to declare the variable we don't any specific datatype and values. javascript is a dynamic type language.
  • Q3. Why javascript is Dynamic language? Ans: The type of variable is dynamically changed based on the its current value. that is the reason the javascript is treated as as dynamic language.
  • Ans. 

    JavaScript is considered a dynamic language because variables can change types based on their current value.

    • Variables in JavaScript can hold different types of values at different times

    • The type of a variable is determined at runtime, not at compile time

    • Dynamic typing allows for flexibility and ease of use in JavaScript programming

    • Example: a variable can start as a number and then be reassigned as a string

  • Answered by AI
  • Q4. How to run the jscode? Ans: In terminal type the node filename.js
Round 2 - HR 

(2 Questions)

  • Q1. Why should i hire you? Ans: you should hire me because of i have great skills on the frontend development. and improve the organizations standard with my work and skills.
  • Q2. What is salary expection per annum? Ans: upto 600000
  • Ans. 

    My salary expectation is up to 600,000 per annum based on my experience and skills.

    • Consider factors such as experience, skills, industry standards, and location when determining salary expectations.

    • Research average salaries for front end developers in your area to ensure your expectations are realistic.

    • Be prepared to negotiate and discuss other benefits in addition to salary.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Tracxn Front end Developer interview:
  • Html5
  • CSS3
  • React.Js
  • Bootstrap
  • Javascript
Interview preparation tips for other job seekers - no

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. About Previous job role
  • Q2. About field sales
  • Q3. About Primary and secondary Sales
Round 2 - HR 

(2 Questions)

  • Q1. About previous organization
  • Q2. Previous work experience
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at Modern Education Societys College of Engineering, Pune and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Group Discussion 

5G technology, 2 mins to prepare, Calls out name and then we have to turn on camera and speak.

Round 2 - Group Discussion 

Impact of E-commerce on bricks and motors

Round 3 - One-on-one 

(6 Questions)

  • Q1. Introduce Yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for software development.

    • Graduated with a Bachelor's degree in Computer Science

    • Proficient in programming languages such as Java, Python, and C++

    • Completed internships at tech companies like Google and Microsoft

    • Interested in machine learning and artificial intelligence

  • Answered by AI
  • Q2. Research Internship based questions on python which I mentioned in my Resume
  • Q3. Doctype Html - Why is it mentioned? HTML - Inline and block elements
  • Q4. What is OOP? Explain its five pillars.
  • Ans. 

    OOP stands for Object-Oriented Programming. Its five pillars are encapsulation, inheritance, polymorphism, abstraction, and composition.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object).

    • Inheritance: Creating new classes by inheriting attributes and methods from existing classes.

    • Polymorphism: Objects of different classes can be treated as objects of a common superclass.

    • Abstrac...

  • Answered by AI
  • Q5. SQL - Select query syntax and types of join
  • Ans. 

    SQL select query syntax and types of join

    • SQL SELECT query syntax: SELECT column1, column2 FROM table_name WHERE condition

    • Types of joins: INNER JOIN, LEFT JOIN, RIGHT JOIN, FULL JOIN

    • Example: SELECT orders.order_id, customers.customer_name FROM orders INNER JOIN customers ON orders.customer_id = customers.customer_id

  • Answered by AI
  • Q6. JAVA - DSA Questions 1. For range 1 to 100, if number divisible by 3 print "Zig", if number divisible by 5 print "Zag" and if divisible by both print "Zig-Zag". 2. Find second largest element in a given ar...

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your resume thoroughly and actually know every detail of the tech stack you mention in it.

Skills evaluated in this interview

ABERDARE TECHNOLOGIES Interview FAQs

How many rounds are there in ABERDARE TECHNOLOGIES interview?
ABERDARE TECHNOLOGIES interview process usually has 2 rounds. The most common rounds in the ABERDARE TECHNOLOGIES interview process are Resume Shortlist, HR and One-on-one Round.
What are the top questions asked in ABERDARE TECHNOLOGIES interview?

Some of the top questions asked at the ABERDARE TECHNOLOGIES interview -

  1. Difference between G652D and G65...read more
  2. Technical question about products and its t...read more
  3. Old company payment sta...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 ABERDARE TECHNOLOGIES interviews
WalkIn
50%
50% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
Oracle Interview Questions
3.7
 • 875 Interviews
View all

ABERDARE TECHNOLOGIES Reviews and Ratings

based on 34 reviews

3.7/5

Rating in categories

3.5

Skill development

3.7

Work-Life balance

3.5

Salary & Benefits

3.6

Job Security

3.6

Company culture

3.3

Promotions/Appraisal

3.7

Work Satisfaction

Explore 34 Reviews and Ratings
Quality Engineer
13 salaries
unlock blur

₹3 L/yr - ₹7.2 L/yr

Production Engineer
10 salaries
unlock blur

₹2.7 L/yr - ₹5 L/yr

Maintenance Engineer
6 salaries
unlock blur

₹2.5 L/yr - ₹4.2 L/yr

Commercial Specialist
5 salaries
unlock blur

₹5 L/yr - ₹7.5 L/yr

Company Secretary
5 salaries
unlock blur

₹7.5 L/yr - ₹15 L/yr

Explore more salaries
Compare ABERDARE TECHNOLOGIES with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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