Upload Button Icon Add office photos

Filter interviews by

BuildSupply - Archer Technologies Software Analyst Interview Questions and Answers for Experienced

Updated 11 Sep 2023

BuildSupply - Archer Technologies Software Analyst Interview Experiences for Experienced

1 interview found

Software Analyst Interview Questions & Answers

user image Subham Saha

posted on 11 Sep 2023

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 - Technical 

(1 Question)

  • Q1. JS Fundamentals
Round 3 - Technical 

(1 Question)

  • Q1. Web Responsive and Basic Web technologies

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. About the project that I have worked
  • Q2. Technical Experience
Round 2 - Technical 

(3 Questions)

  • Q1. Databinding in android
  • Ans. 

    Databinding in Android allows for easier connection between UI components and data sources.

    • Databinding eliminates the need for findViewById() calls in your code.

    • It allows for easier access to data in your layouts using data binding expressions.

    • Databinding can improve code readability and reduce boilerplate code.

    • Example:

  • Answered by AI
  • Q2. What is the packaging process in android
  • Ans. 

    Packaging process in Android involves compiling the code, resources, and assets into an APK file for distribution.

    • Compile the Java code into .class files

    • Compile the resources (XML files, images, etc.) into a binary format

    • Package all the compiled files into an APK file using the Android Asset Packaging Tool (AAPT)

    • Sign the APK file with a private key for security

    • Align the APK file for optimization

  • Answered by AI
  • Q3. What is an MVVM design pattern
  • Ans. 

    MVVM is a design pattern that separates the user interface from the business logic and data model.

    • MVVM stands for Model-View-ViewModel

    • Model represents the data and business logic

    • View represents the user interface

    • ViewModel acts as an intermediary between the Model and View

    • MVVM helps in achieving separation of concerns and easier unit testing

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Most of the question related to architecture and system design
Round 4 - One-on-one 

(1 Question)

  • Q1. Face to face interview with director

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process takes longer. it took 1 month for me.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude questions were easy and basics

Round 2 - Technical 

(2 Questions)

  • Q1. They asked about projects, SQL basics, oops concepts and about java concepts
  • Q2. It was an easy and average interview
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Modify the triger
  • Ans. 

    Modify the trigger in the software system.

    • Identify the current trigger functionality and the desired modification.

    • Update the trigger logic or conditions as needed.

    • Test the modified trigger to ensure it functions correctly.

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 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 - Coding Test 

4 Coding Questions Were Given.
Check Palindrome String
Longest Increasing Subsequence
Group Anagrams
Add Two Numbers(Linked List)

Questions were picked from leetcode but the restriction of not using any inbuild function made them difficult to solve in the given time frame.

Round 3 - Technical 

(5 Questions)

  • Q1. Basic Java Technical Questions
  • Q2. Throws Vs Throw
  • Ans. 

    Throws is used for checked exceptions in Java, while throw is used to explicitly throw an exception.

    • Throws is used in method signature to declare that the method may throw a checked exception.

    • Throw is used to actually throw an exception in the code.

    • Example: public void method() throws IOException { //code }

    • Example: throw new IOException();

  • Answered by AI
  • Q3. Method Overriding Basics and Output-Based Questions
  • Q4. Springboot annotations
  • Q5. Inheritance and Concept of Abstract Classes and Interfaces
  • Ans. 

    Inheritance allows a class to inherit properties and behaviors from another class. Abstract classes cannot be instantiated and can have abstract methods. Interfaces define a contract for classes to implement.

    • Inheritance allows a class to inherit properties and behaviors from another class

    • Abstract classes cannot be instantiated and can have abstract methods

    • Interfaces define a contract for classes to implement

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Vidyalankar Institute of Technology, Mumbai and was interviewed before Sep 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Common logical problems

Round 2 - One-on-one 

(1 Question)

  • Q1. Data Structures, projects mentioned on resume
Round 3 - Technical 

(1 Question)

  • Q1. Logical problems

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics should be well prepared

I applied via LinkedIn and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. React lifecycle methods
  • Q2. ES6 features
  • Q3. Questions related to React that you would actually need to know to do any task.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be open and answer whatever you know.

I applied via LinkedIn and was interviewed in Mar 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. 1.what are joins 2.what is normalisation 3.oops pillers4.
  • Ans. 

    Questions related to database and object-oriented programming concepts.

    • Joins are used to combine data from two or more tables based on a related column.

    • Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • OOPs pillars are Abstraction, Encapsulation, Inheritance, and Polymorphism.

  • Answered by AI
  • Q2. 4.program on array
  • Ans. 

    An array is a collection of elements of the same data type stored in contiguous memory locations.

    • Arrays can be one-dimensional or multi-dimensional

    • Elements in an array can be accessed using their index

    • Arrays can be initialized during declaration or later in the code

    • Arrays can be passed as arguments to functions

    • Common array operations include sorting and searching

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All questions asked was basic level to check the basic understanding

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Testing basics turnaround questions
  • Q2. Python basics and team building questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for basics tharowly rest will fall in place

BuildSupply - Archer Technologies Interview FAQs

How many rounds are there in BuildSupply - Archer Technologies Software Analyst interview for experienced candidates?
BuildSupply - Archer Technologies interview process for experienced candidates usually has 3 rounds. The most common rounds in the BuildSupply - Archer Technologies interview process for experienced candidates are Technical and Resume Shortlist.
What are the top questions asked in BuildSupply - Archer Technologies Software Analyst interview for experienced candidates?

Some of the top questions asked at the BuildSupply - Archer Technologies Software Analyst interview for experienced candidates -

  1. Web Responsive and Basic Web technolog...read more
  2. JS Fundament...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Udaan Interview Questions
4.0
 • 334 Interviews
Meesho Interview Questions
3.7
 • 317 Interviews
BlackBuck Interview Questions
3.8
 • 171 Interviews
Razorpay Interview Questions
3.6
 • 148 Interviews
Ninjacart Interview Questions
4.0
 • 94 Interviews
Rivigo Interview Questions
3.9
 • 72 Interviews
Moglix Interview Questions
3.5
 • 54 Interviews
NexTurn Interview Questions
4.3
 • 25 Interviews
Bonami Software Interview Questions
4.2
 • 20 Interviews
View all
UX Designer
5 salaries
unlock blur

₹3 L/yr - ₹11.5 L/yr

Senior Software Engineer
5 salaries
unlock blur

₹5.2 L/yr - ₹20 L/yr

UI/UX Designer
4 salaries
unlock blur

₹1 L/yr - ₹12 L/yr

QA Analyst
4 salaries
unlock blur

₹4 L/yr - ₹7.7 L/yr

Vice President
4 salaries
unlock blur

₹28 L/yr - ₹43 L/yr

Explore more salaries
Compare BuildSupply - Archer Technologies with

Infra Construction

4.2
Compare

Moglix

3.5
Compare

Zetwerk Manufacturing Businesses

4.1
Compare

LetsTransport

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