Upload Button Icon Add office photos

Filter interviews by

ABM Wood Decor Interview Questions and Answers for Freshers

Updated 1 Aug 2021

ABM Wood Decor Interview Experiences for Freshers

1 interview found

Interview Questionnaire 

1 Question

  • Q1. All basic

Interview Preparation Tips

Interview preparation tips for other job seekers - good process

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Sep 2019. There were 5 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. What were you stressed last time?
  • Q2. Explain C language to a non technical person?
  • Ans. 

    C is a programming language used to create software and operating systems.

    • C is a low-level language that allows direct access to computer hardware.

    • It is used to create efficient and fast programs.

    • C is the foundation for many other programming languages such as C++, Java, and Python.

    • Examples of C programs include operating systems, device drivers, and video games.

  • Answered by AI
  • Q3. Why you want to join XenonStack?
  • Q4. Why should we hire your?
  • Q5. What are your weekness?
  • Q6. Introduce yourself?
  • Q7. Asked about project i have done
  • Q8. Your Hobbies
  • Ans. 

    My hobbies include hiking, photography, and cooking.

    • Hiking: I enjoy exploring nature trails and challenging myself physically.

    • Photography: I love capturing beautiful moments and landscapes through my camera lens.

    • Cooking: I find joy in experimenting with new recipes and creating delicious meals for my friends and family.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a smartness test. How to tackle things. How you aproch or deal with senior. Also you need to know deep basics of technical things.
Don't lie in any way.
Say no to things ypu don't know about.

Skills evaluated in this interview

I applied via TCS NQT and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Tell us what have you learnt from your previous experience
  • Q2. Please tell us something about your University/College Project
  • Q3. What are your major skills?

Interview Preparation Tips

Interview preparation tips for other job seekers - Please have a crystal clear concepts of DSA
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself

I applied via Campus Placement and was interviewed before Aug 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Easy aptitude questions based on logical reasoning and basic maths.

Round 2 - Coding Test 

Easy logic-based question based on arrays and strings with some javascript output-based questions.

Round 3 - Coding Test 

Discussion about the projects that I made in college and the tech stack I know.
1 basic array/string-based problem.

Interview Preparation Tips

Interview preparation tips for other job seekers - Very easy to crack as no extensive DSA knowledge is required, basic logical reasoning and coding skills are enough.
PS: This was in 2015 but as per my knowledge the process is still the same.

I applied via Campus Placement and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Questions in aptitude section was easy and would require good analytical and quantitative skills.

Round 2 - Coding Test 

Total 10 questions
6 debugging question
4 easy-medium level coding questions (2 Marks + 3 Marks + 3 Marks + 3 Marks)

Round 3 - Technical 

(1 Question)

  • Q1. OOPs, Project, SQL Queries, Puzzle/Apptitude

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare urself well in accordance with ur resume.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jul 2023. 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 - Aptitude Test 

Logical reasoning and non verbal questions

Round 3 - Coding Test 

Basic dsa concepts and find the syntax error

Round 4 - One-on-one 

(1 Question)

  • Q1. Basics about oops dsa question and question related to your projects
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

Good experience question was tricky but you will able to crack it

Round 3 - One-on-one 

(1 Question)

  • Q1. What is js in java
  • Ans. 

    JS in Java refers to JavaScript, a scripting language commonly used for web development.

    • JavaScript is a high-level, interpreted programming language.

    • It is commonly used for client-side web development.

    • JS can be embedded in HTML pages to add interactivity.

    • It is not the same as Java, which is a separate programming language.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - work hard you will get it

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Aug 2023. There were 3 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 - Coding Test 

1st round
25 mcq apptitude + 10 DSA question

Round 3 - Technical 

(1 Question)

  • Q1. Project review , opps, sql
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Mar 2023. 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 

Test consist of 25 Apatitude Question and 10 Coding problems of Debugging code, Find Output, Set Matrixs, Valid Matrix, Height of N-ary Tree, Sorting, Linked List etc. So prepare well with standard dsa problems of any sheet (striver sheet)

Round 3 - Technical 

(5 Questions)

  • Q1. Technical Round consist of one coding question and detailed discussion on my smart india hackathon project and counter question on it with some of question on performance and security.
  • Ans. Performance Technique in React/Node ReactJS Interview Question
  • Answered by Dharmesh Vala
  • Q2. Find 2nd Largest Element in array
  • Ans. 

    Iterate through array to find 2nd largest element

    • Iterate through array and keep track of largest and second largest elements

    • Handle edge cases like empty array or array with less than 2 elements

    • Example: ['3', '5', '2', '7', '1'] should return '5'

  • Answered by AI
  • Q3. Question on Redux also asked to pass information in reactjs.
  • Ans. Before interview refer redux documentation and standard interview question.
  • Answered by Dharmesh Vala
  • Q4. Authentication and Authorization question on my project
  • Q5. Security issues in your project

Interview Preparation Tips

Topics to prepare for Zeus Learning Software Engineer interview:
  • Data Structures
  • Algorithms
Interview preparation tips for other job seekers - Prepare all concept of apatitude well and make habit of practising coding on leetcode or gfg.
Make some project and learn development as well.
Before any interview prepare standard interview question on that tech stack.

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

Zeus Learning Interview Questions
3.3
 • 34 Interviews
ENH iSecure Interview Questions
4.0
 • 29 Interviews
Appsierra Interview Questions
4.4
 • 28 Interviews
XenonStack Interview Questions
3.3
 • 25 Interviews
Moris Media Interview Questions
4.3
 • 24 Interviews
MulticoreWare Interview Questions
4.3
 • 23 Interviews
View all

ABM Wood Decor Reviews and Ratings

based on 9 reviews

4.3/5

Rating in categories

3.9

Skill development

3.6

Work-life balance

4.1

Salary

4.1

Job security

4.1

Company culture

4.1

Promotions

4.3

Work satisfaction

Explore 9 Reviews and Ratings
Senior Manager Finance & Accounts
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Production Supervisor
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Executive Accountant
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Marketing Manager
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Supervisor
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare ABM Wood Decor with

Northcorp Software

4.3
Compare

Appsierra

4.4
Compare

Apex CoVantage

3.1
Compare

Avontix

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