Upload Button Icon Add office photos

Filter interviews by

Buchanan Technologies Interview Questions and Answers

Updated 23 Aug 2024

Buchanan Technologies Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Ask basic Quantitative and Role basic language question

Round 2 - Interview 

(3 Questions)

  • Q1. What is OOPs and follow up question
  • Q2. Basic language question and some of fundamental question also
  • Q3. DBMS question related to VarChar vs Char , What is Indexing etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - I this they not need any person and one person taking interview they dont know what is XOR operator. For swap logic i write logic of XOR but interviewer dont know what is this symbol use.
My overall interview was good and there is no reason to reject me i dont know. Some of my friend hire they also dont able to write logic of prime number.

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (10)

Interview questions from similar companies

Apprentice Interview Questions & Answers

HyScaler user image Radharani Rath

posted on 25 Nov 2024

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

I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

4 easy level questions will be asked basically from arrays and strings.

Round 2 - Assignment 

Assignment will be given after clearing coding round. In my case ELearning Platform project was given and 7 days time was given to complete.

Round 3 - One-on-one 

(4 Questions)

  • Q1. DBMS questions like ACID properties, database transaction. Etc
  • Q2. Project related questions
  • Q3. Basic and conceptual questions of frameworks you know
  • Q4. Basic coding questions like armstrong number, palendromic sequence, recursion

Interview Preparation Tips

Interview preparation tips for other job seekers - Give focus on conceptual and theory questions of your known framework
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are some popular digital marketing tools and platforms?
  • Q2. How do you measure the success of a digital marketing campaign?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How do agile methodologies function in B2B projects?
  • Ans. 

    Agile methodologies in B2B projects involve frequent communication, adaptability, and collaboration with stakeholders.

    • Agile methodologies in B2B projects prioritize customer collaboration and responding to change over following a strict plan.

    • Regular feedback from stakeholders helps in adjusting project scope and priorities in real-time.

    • Cross-functional teams work together closely to deliver incremental value to the B2B...

  • Answered by AI
  • Q2. What is your experience with barcode scanners?
  • Ans. 

    I have extensive experience working with barcode scanners in various automation projects.

    • Implemented barcode scanning functionality in warehouse management system to track inventory

    • Integrated barcode scanners with automated testing tools for regression testing

    • Utilized barcode scanners in manufacturing processes to improve efficiency and accuracy

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How to rotate a matrix?
  • Ans. 

    To rotate a matrix, transpose it and then reverse each row or column depending on the direction of rotation.

    • Transpose the matrix by swapping elements across the diagonal

    • For clockwise rotation, reverse each row of the transposed matrix

    • For anti-clockwise rotation, reverse each column of the transposed matrix

  • Answered by AI
  • Q2. How to find a particular element in a sorted array?
  • Ans. 

    Use binary search to efficiently find a particular element in a sorted array.

    • Start by comparing the target element with the middle element of the array.

    • If the target element is less than the middle element, search the left half of the array.

    • If the target element is greater than the middle element, search the right half of the array.

    • Repeat the process until the target element is found or the search space is empty.

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Behavioural Question
  • Q2. Deep Dive into previous Projects which you have done
Round 2 - Assignment 

The assignment is easy and can be completed with proper user research. I completed the assignment but didn't submit

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer is quite friendly and supportive. Mostly conversation-based interviews.
The interview process is smooth.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Overall experience and familiarity with best recruitment practices
  • Ans. 

    I have 5+ years of experience in talent acquisition and am familiar with best recruitment practices.

    • Utilizing social media platforms for sourcing candidates

    • Implementing diversity and inclusion initiatives in recruitment processes

    • Leveraging data analytics for improving recruitment strategies

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Round with Direct of IT
Round 3 - HR 

(1 Question)

  • Q1. Final Discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Research the company thoroughly in advance, as it is part of a large conglomerate based in Dubai. Ensure alignment with the company's vision and mission. Prepare for the interview based on the job requirements, noting that a learning attitude will be prioritized over technical skills.

QA/TL/TRAINER Interview Questions & Answers

CGS user image Anonymous

posted on 6 Aug 2024

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Group Discussion 

JAM just introduce yourself or speak on sometime topic shared

Round 2 - Aptitude Test 

English knowledge pen n paper

Interview Preparation Tips

Interview preparation tips for other job seekers - First of all very prolonged interview they don’t have proper schedule.
And they literally call out interviewer names aloud and say leave ( unprofessional - at least take them in hall tell them the reason which them better luck next time, may be this boosts them for other take) mostly freshers
. HR -doesn’t share proper feedback or reason
. No decision on salary manager seems talkative juz seems unnecessary
. Every candidate has to go for 2days no matter he will be selected/rejected.
.I wasted my whole day just to give typing test and written test and that to being experienced and later they asked to come tomorrow for another round
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

50mins aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. Swap program in c language
  • Ans. 

    A swap program in C language exchanges the values of two variables.

    • Declare two variables to store the values to be swapped

    • Use a temporary variable to hold one of the values

    • Assign the value of one variable to the other, and then assign the temporary variable to the first variable

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Introduction about oursel

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Angles between hour hand and minutes hand or second hand
  • Ans. 

    The angle between the hour hand and minute hand of a clock changes continuously as time passes.

    • The angle between the hour hand and minute hand of a clock can be calculated using the formula: |(30*H - (11/2)*M)|, where H is the hour and M is the minute.

    • The angle between the hour hand and second hand of a clock can be calculated using the formula: |(30*H - (59/2)*S)|, where H is the hour and S is the second.

    • The angle bet...

  • Answered by AI
  • Q2. Print diamond structure with stars
  • Ans. 

    Print diamond structure with stars

    • Start with a loop to print spaces before stars

    • Then print stars in a loop

    • Adjust the number of spaces and stars based on the row number to form a diamond shape

  • Answered by AI
  • Q3. Basic Binay search and complexity
  • Q4. This are enough to get into VEST . Same questions are asked to everyone

Interview Preparation Tips

Interview preparation tips for other job seekers - Just do the above questions and u will get selected for sure.. because when I joined all the developers told that this are the same questions asked to us as well ..so prepare the above questions

Buchanan Technologies Interview FAQs

How many rounds are there in Buchanan Technologies interview?
Buchanan Technologies interview process usually has 2 rounds. The most common rounds in the Buchanan Technologies interview process are Aptitude Test.
How to prepare for Buchanan Technologies interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Buchanan Technologies. The most common topics and skills that interviewers at Buchanan Technologies expect are PLSQL, Javascript, Troubleshooting, Oracle E - business Suite and Performance Tuning.
What are the top questions asked in Buchanan Technologies interview?

Some of the top questions asked at the Buchanan Technologies interview -

  1. DBMS question related to VarChar vs Char , What is Indexing e...read more
  2. Basic language question and some of fundamental question a...read more
  3. What is OOPs and follow up quest...read more

Tell us how to improve this page.

Buchanan Technologies Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 793 Interviews
KPIT Technologies Interview Questions
3.5
 • 293 Interviews
View all

Buchanan Technologies Reviews and Ratings

based on 9 reviews

4.2/5

Rating in categories

4.2

Skill development

4.4

Work-life balance

4.2

Salary

4.1

Job security

4.1

Company culture

3.8

Promotions

4.0

Work satisfaction

Explore 9 Reviews and Ratings
Senior Software Engineer
6 salaries
unlock blur

₹7 L/yr - ₹11 L/yr

Database Consultant
5 salaries
unlock blur

₹13 L/yr - ₹16.5 L/yr

Devops Engineer
4 salaries
unlock blur

₹7.6 L/yr - ₹12 L/yr

Oracle Application Developer
4 salaries
unlock blur

₹7.1 L/yr - ₹10.5 L/yr

Oracle Technical Consultant
4 salaries
unlock blur

₹6.5 L/yr - ₹7.1 L/yr

Explore more salaries
Compare Buchanan Technologies with

Wipro

3.7
Compare

HCLTech

3.5
Compare

Tech Mahindra

3.5
Compare

TCS

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