Upload Button Icon Add office photos

Filter interviews by

BuildSupply - Archer Technologies Interview Questions and Answers

Updated 11 Sep 2023

BuildSupply - Archer Technologies Interview Experiences

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

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about BuildSupply - Archer Technologies?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Ans. 

    This question involves creating a specific pattern using loops and conditional statements in programming.

    • Identify the desired pattern (e.g., asterisks, numbers).

    • Use nested loops: outer loop for rows, inner loop for columns.

    • Control the output format with conditional statements.

    • Example: For a pyramid pattern, increase spaces and asterisks in each row.

  • Answered by AI
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Where do you see yourself after 5 years.
  • Ans. 

    In five years, I envision myself as a skilled professional, contributing significantly to my field and leading innovative projects.

    • I aim to have advanced my skills through continuous learning and professional development, such as obtaining relevant certifications.

    • I see myself taking on leadership roles, perhaps managing a team or leading projects that drive impactful results.

    • I hope to be involved in innovative projects...

  • Answered by AI
  • Q2. What's your weakness
  • Ans. 

    I tend to be overly critical of my work, which can slow down my progress but helps me maintain high standards.

    • I often spend extra time reviewing my work to ensure it's perfect, which can lead to missed deadlines.

    • For example, during a group project, I focused too much on perfecting my section, causing delays for the team.

    • I've learned to set time limits for revisions to balance quality and efficiency.

    • I also seek feedback...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be patient to get what you like.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Tell us about a project you've worked on using the MERN stack.
  • Ans. 

    Developed a task management application using the MERN stack to streamline team collaboration and project tracking.

    • Utilized MongoDB for database management, storing user tasks and project details.

    • Implemented Express.js to create RESTful APIs for task CRUD operations.

    • Used React.js for building a responsive user interface, allowing users to add, edit, and delete tasks seamlessly.

    • Incorporated Node.js for server-side logic...

  • Answered by AI
  • Q2. How do you manage routes in a MERN stack application?
  • Ans. 

    Managing routes in a MERN stack involves defining API endpoints and client-side routes for seamless navigation and data handling.

    • Use Express.js for backend routing: Define routes in a separate file, e.g., 'routes/user.js'.

    • Implement RESTful API conventions: Use GET, POST, PUT, DELETE methods for CRUD operations.

    • Utilize React Router for client-side routing: Set up routes in 'App.js' using <BrowserRouter> and <Ro...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're just starting out, remember that you don't need to know everything; just be willing to learn. Companies value curiosity, problem-solving, and a willingness to take ownership just as much as they value technical skills.

Intern Interview Questions & Answers

Zidio Development user image Rajveer Choubisa

posted on 19 Mar 2025

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

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. React hooks related How to use them
  • Ans. 

    React hooks are functions that let you use state and lifecycle features in functional components.

    • useState: Allows you to add state to functional components. Example: const [count, setCount] = useState(0);

    • useEffect: Lets you perform side effects in function components. Example: useEffect(() => { document.title = `Count: ${count}`; }, [count]);

    • useContext: Provides a way to pass data through the component tree without ...

  • Answered by AI
  • Q2. About web socket real time messaging
  • Q3. About react router dom

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself well for interview Do mot panic
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Assignment 

Based on my CV, they assigned me a task related to data migration.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Project reviews
  • Q2. Attendance regarding
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. What is supervised learing
  • Ans. 

    Supervised learning is a machine learning approach where a model is trained on labeled data to make predictions or classifications.

    • Involves training a model on a dataset with input-output pairs.

    • Common algorithms include linear regression, decision trees, and support vector machines.

    • Used for tasks like spam detection (classifying emails) and image recognition (identifying objects in images).

    • The model learns from the lab...

  • Answered by AI
  • Q2. What is mse
  • Ans. 

    MSE, or Mean Squared Error, is a common metric used to measure the average squared difference between predicted and actual values.

    • MSE is calculated as the average of the squares of the errors: MSE = (1/n) * Σ(actual - predicted)².

    • A lower MSE indicates a better fit of the model to the data.

    • For example, if actual values are [3, -0.5, 2] and predicted values are [2.5, 0.0, 2], MSE = (1/3) * ((3-2.5)² + (-0.5-0)² + (2-2)²)...

  • Answered by AI
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. What is the main difference btwn java and java script?
  • Q2. Differentiate thread and process
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. What motivates you to join Zidio Development as opposed to other companies?
  • Ans. 

    Zidio Development's innovative projects and collaborative culture inspire my passion for technology and personal growth.

    • Zidio's commitment to cutting-edge technology aligns with my desire to work on innovative projects, like their recent AI initiative.

    • The collaborative culture at Zidio fosters teamwork, which I value as it enhances creativity and problem-solving.

    • Zidio's focus on professional development through mentors...

  • Answered by AI
  • Q2. How will your experience with Zidio development contribute to your career growth?
  • Ans. 

    My experience with Zidio development will enhance my technical skills, teamwork, and problem-solving abilities, crucial for my career growth.

    • Developed proficiency in programming languages like Java and Python, which are essential for software development roles.

    • Collaborated with a diverse team, improving my communication skills and ability to work in a team-oriented environment.

    • Gained hands-on experience with agile meth...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
  • Q1. How did you collaborate with other team members during your internships?
  • Ans. 

    I collaborated with team members through regular meetings, shared tools, and open communication to achieve our project goals effectively.

    • Participated in weekly team meetings to discuss project progress and address challenges.

    • Used collaborative tools like Slack and Trello to keep everyone updated on tasks.

    • Worked closely with a mentor to receive feedback on my contributions, which improved my skills.

    • Engaged in brainstorm...

  • Answered by AI
  • Q2. Can you describe how you handled feedback from your senior developers or mentors?
  • Ans. 

    I actively seek and embrace feedback from senior developers to improve my skills and contribute effectively to the team.

    • I regularly ask for code reviews and implement suggestions to enhance code quality.

    • During a project, a mentor pointed out a more efficient algorithm; I researched and applied it, improving performance by 30%.

    • I maintain an open line of communication, encouraging constructive criticism to foster a colla...

  • Answered by AI

BuildSupply - Archer Technologies Interview FAQs

How many rounds are there in BuildSupply - Archer Technologies interview?
BuildSupply - Archer Technologies interview process usually has 3 rounds. The most common rounds in the BuildSupply - Archer Technologies interview process are Technical and Resume Shortlist.
How to prepare for BuildSupply - Archer 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 BuildSupply - Archer Technologies. The most common topics and skills that interviewers at BuildSupply - Archer Technologies expect are Hibernate, Java, Automation Testing, B2B Sales and Black Box Testing.
What are the top questions asked in BuildSupply - Archer Technologies interview?

Some of the top questions asked at the BuildSupply - Archer Technologies interview -

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

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Interview Questions from Similar Companies

NexTurn Interview Questions
4.1
 • 34 Interviews
Bonami Software Interview Questions
4.1
 • 23 Interviews
ZeAI SOFT Interview Questions
4.9
 • 21 Interviews
Ivanti Interview Questions
3.6
 • 19 Interviews
Koantek Interview Questions
3.4
 • 17 Interviews
Xcelore Interview Questions
4.7
 • 17 Interviews
View all

BuildSupply - Archer Technologies Reviews and Ratings

based on 6 reviews

2.8/5

Rating in categories

2.3

Skill development

2.5

Work-life balance

2.3

Salary

1.9

Job security

2.6

Company culture

2.1

Promotions

2.4

Work satisfaction

Explore 6 Reviews and Ratings
UX Designer
4 salaries
unlock blur

₹3 L/yr - ₹9.1 L/yr

Vice President
4 salaries
unlock blur

₹28 L/yr - ₹43 L/yr

Senior Software Engineer
4 salaries
unlock blur

₹9 L/yr - ₹20 L/yr

UI/UX Designer
3 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Senior Business Development Manager
3 salaries
unlock blur

₹20 L/yr - ₹20 L/yr

Explore more salaries
Compare BuildSupply - Archer Technologies with

Zidio Development

4.5
Compare

NexTurn

4.1
Compare

Springbord Systems

3.5
Compare

Kanerika Software

4.4
Compare
write
Share an Interview