Upload Button Icon Add office photos

Filter interviews by

Woodenstreet.com Senior IT Executive Interview Questions and Answers

Updated 11 Jun 2023

Woodenstreet.com Senior IT Executive Interview Experiences

1 interview found

Senior IT Executive Interview Questions & Answers

user image Somesh Tamboli

posted on 11 Jun 2023

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

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

(1 Question)

  • Q1. Besic like tell about your self and strengths salry desiction
Round 3 - Technical 

(1 Question)

  • Q1. Ask questions about windows cctv firewall subnetung ip adress linux good communication

Interview Preparation Tips

Interview preparation tips for other job seekers - Care positive attitude/ don't lie anything

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2022. 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 

50 questions in 12mins

Round 3 - Technical 

(1 Question)

  • Q1. Basic DSA question in binary search and memoization

Interview Preparation Tips

Interview preparation tips for other job seekers - basic DSA question on binary search and basic memoization was asked
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Delete nth node from end in linked list
  • Ans. 

    To delete the nth node from the end in a linked list, we can use a two-pointer approach.

    • Use two pointers, one to traverse the list and another to keep track of the nth node from the end.

    • Move the second pointer n steps ahead of the first pointer.

    • When the second pointer reaches the end of the list, the first pointer will be at the nth node from the end.

    • Adjust the pointers to delete the nth node.

  • Answered by AI
  • Q2. Project discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - revise your latest projects and technologies used thoroughly, prepare trees and linked list in DSA

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Program for a palindrome Number.
  • Ans. 

    Program to check if a number is a palindrome.

    • Convert the number to a string to easily check for palindrome

    • Reverse the string and compare it with the original string

    • If they are the same, the number is a palindrome

  • Answered by AI
  • Q2. React Lifecycle methods
  • Q3. Hooks in react?
  • Ans. 

    Hooks are a feature in React that allow you to use state and other React features in functional components.

    • Hooks were introduced in React 16.8.

    • They allow you to use state and other React features without writing a class.

    • Commonly used hooks include useState, useEffect, useContext, and useReducer.

    • Hooks must be used at the top level of your functional component.

    • Example: const [count, setCount] = useState(0);

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Create a High-level design
  • Ans. 

    Design a high-level architecture for a software system

    • Identify the main components of the system

    • Define the interactions between the components

    • Consider scalability, security, and performance

    • Choose appropriate technologies and frameworks

    • Create a diagram to visualize the architecture

  • Answered by AI
  • Q2. Questions on the design you created

Skills evaluated in this interview

I applied via Company Website and was interviewed in Dec 2021. 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 - Technical 

(2 Questions)

  • Q1. 1. Questions around projects : JWT, UserAuthentication etc
  • Q2. 2. Write a code to find frequency of characters in a given string?
  • Ans. 

    Code to find frequency of characters in a given string

    • Use a hash table to store character frequencies

    • Iterate through the string and update the hash table accordingly

    • Print the hash table to display the character frequencies

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. 1. Write a code to reverse a linked list?
  • Ans. 

    Code to reverse a linked list

    • Create three pointers: prev, curr, and next

    • Initialize prev to null and curr to head

    • Loop through the list and set next to curr's next node

    • Set curr's next node to prev

    • Move prev and curr one node ahead

    • Return prev as the new head

  • Answered by AI
  • Q2. 2. Write a code to reverse linked list in size of K?
  • Ans. 

    Code to reverse linked list in size of K

    • Create a function that takes head of linked list and size K as input

    • Traverse the linked list in groups of K nodes

    • Reverse each group of K nodes using iterative or recursive approach

    • Connect the reversed groups to form the final linked list

    • Return the new head of the reversed linked list

  • Answered by AI
  • Q3. 3. Questions around project and design a database structure for comments system of quora?
Round 4 - HR 

(1 Question)

  • Q1. Basic HR round questions

Interview Preparation Tips

Topics to prepare for AmbitionBox Senior Software Engineer interview:
  • Data Structures
  • Algorithms
  • Web Development
Interview preparation tips for other job seekers - Interview is almost easy, just be confident and think out of the box.

Skills evaluated in this interview

Interview experience
2
Poor
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 - Assignment 

Given an simple gaming questions to be developed in JS

Round 3 - Coding Test 

Given another UI design in image to be developed

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(2 Questions)

  • Q1. How do handle adherence issues?
  • Ans. 

    Adherence issues are handled by addressing the root cause, providing training and support, and implementing accountability measures.

    • Identify the reasons for non-adherence

    • Provide clear expectations and guidelines

    • Offer training and support to improve adherence

    • Implement accountability measures such as regular check-ins and performance evaluations

    • Address any underlying issues or obstacles that may hinder adherence

    • Recognize...

  • Answered by AI
  • Q2. To takle with adherence issue I use skill-will matrix , I will sit accross the table and find out the problem one facing than I will give a timeline for the improvement and monitor the performance accordin...

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

Interview Questionnaire 

2 Questions

  • Q1. Tell me about your self
  • Ans. 

    Experienced Business Development Executive with a proven track record in driving revenue growth and forging strategic partnerships.

    • 10+ years of experience in business development

    • Successfully led a team that increased sales by 30% in one year

    • Negotiated and closed high-value contracts with key clients

    • Developed and implemented effective sales strategies

    • Built and maintained strong relationships with industry stakeholders

    • Id...

  • Answered by AI
  • Q2. Tell what you have achieved
  • Ans. 

    I have achieved significant growth in sales and revenue for my previous company.

    • Increased sales by 30% within the first year of joining

    • Developed and implemented successful marketing strategies resulting in a 50% increase in customer base

    • Negotiated and closed several high-value deals with key clients

    • Led a team that achieved a record-breaking sales quarter

    • Received multiple awards for exceeding sales targets

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice experience while interview

I applied via Referral and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What you know about company
  • Ans. I just googled and collected the details about company and replied.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong and bold enough to answer the questions. If they ask any questions apart and if you are not confident on it please let them know your not confident on that particular question.

I applied via Naukri.com and was interviewed in Nov 2020. There were 6 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. About past experience, customers cinereus scenarios and customer service in the store
  • Q2. Be prepared well about ur self and be confident. In whatever u tells and explain in front of them
  • Q3. Have a at least knowledge of basic skills and smartness in answers

Interview Preparation Tips

Interview preparation tips for other job seekers - Actually it was very tuff. I made an PPT and field work and lots questions and answers and lots scenarios will be asked by interviewer and explain them each and everything in details and please be good in using hero words, when ur writing a Emil to them

Woodenstreet.com Interview FAQs

How many rounds are there in Woodenstreet.com Senior IT Executive interview?
Woodenstreet.com interview process usually has 3 rounds. The most common rounds in the Woodenstreet.com interview process are Resume Shortlist, HR and Technical.
What are the top questions asked in Woodenstreet.com Senior IT Executive interview?

Some of the top questions asked at the Woodenstreet.com Senior IT Executive interview -

  1. Ask questions about windows cctv firewall subnetung ip adress linux good commun...read more
  2. Besic like tell about your self and strengths salry desict...read more

Tell us how to improve this page.

Woodenstreet.com Senior IT Executive Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

LivSpace Interview Questions
3.6
 • 141 Interviews
HomeLane Interview Questions
3.5
 • 86 Interviews
Cogoport Interview Questions
2.9
 • 53 Interviews
Urban Ladder Interview Questions
3.7
 • 43 Interviews
Treebo Hotels Interview Questions
3.3
 • 22 Interviews
Furlenco Interview Questions
3.4
 • 21 Interviews
Simpl Interview Questions
2.9
 • 17 Interviews
KrazyBee Interview Questions
3.7
 • 14 Interviews
EazyDiner Interview Questions
3.2
 • 14 Interviews
View all
Woodenstreet.com Senior IT Executive Salary
based on 4 salaries
₹3.6 L/yr - ₹4.2 L/yr
18% less than the average Senior IT Executive Salary in India
View more details

Woodenstreet.com Senior IT Executive Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

2.0

Skill development

2.0

Work-life balance

3.0

Salary

1.0

Job security

3.0

Company culture

2.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Business Development Executive
154 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
60 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive
47 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Business Development Executive
37 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Store Manager
30 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Woodenstreet.com with

Urban Ladder

3.7
Compare

LivSpace

3.6
Compare

HomeLane

3.5
Compare

Fabfurnish

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