Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by 5D Solutions Team. If you also belong to the team, you can get access from here

5D Solutions Verified Tick

Compare button icon Compare button icon Compare
4.5

based on 62 Reviews

Filter interviews by

5D Solutions Interview Questions and Answers

Updated 11 Jul 2024

5D Solutions Interview Experiences

Popular Designations

4 interviews found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 8 Jul 2024

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

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Difference between bug and defect
  • Ans. 

    A bug is a problem in the code that causes unexpected behavior, while a defect is a deviation from the requirements.

    • Bug is a coding error that results in a program behaving unexpectedly.

    • Defect is a variance from the requirements or specifications.

    • Bugs are caused by mistakes in the code, while defects are caused by mistakes in the requirements or design.

    • Example of a bug: A button on a website not working when clicked.

    • Ex...

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Why you choosed this field
  • Q2. What is Defect life cycle
  • Ans. 

    Defect life cycle is the process of identifying, reporting, fixing, retesting, and closing defects in software development.

    • Defect identification: Defects are identified through testing or user feedback.

    • Defect reporting: Defects are reported in a defect tracking system with details like severity, priority, and steps to reproduce.

    • Defect fixing: Developers fix the reported defects based on the information provided.

    • Defect ...

  • Answered by AI

Skills evaluated in this interview

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)

HR Executive Interview Questions & Answers

user image Anonymous

posted on 11 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Check you HR knowledge

HR Executive Interview Questions asked at other Companies

Q1. What do you know about Labor Law
View answer (6)
Round 1 - Technical 

(2 Questions)

  • Q1. Function Component & Class Component
  • Q2. Life cycle of react native
  • Ans. 

    React Native life cycle includes component creation, updating, and destruction.

    • React Native components have several life cycle methods such as componentDidMount, componentDidUpdate, and componentWillUnmount.

    • These methods are called at different stages of a component's life cycle.

    • For example, componentDidMount is called after a component is mounted and rendered for the first time.

    • Similarly, componentDidUpdate is called ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be prepared with basics & standards

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

I applied via Naukri.com and was interviewed in Feb 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Javascript questions and React native with live process.

Interview Preparation Tips

Interview preparation tips for other job seekers - All rounds was proper and in smooth process. HR is very supportive and helpful in all round with schedule date-time and process.

React Native Developer Interview Questions asked at other Companies

Q1. 3. What is the use useEffect Hook in react native? and how you relate it with lifecycle method which is class components?
View answer (3)

5D Solutions interview questions for popular designations

 HR Executive

 (1)

 QA Engineer

 (1)

 React Native Developer

 (1)

 Software Developer

 (1)

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
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Verbal communicatiom, attention to detail, email writing part

Round 2 - One-on-one 

(2 Questions)

  • Q1. General question with maths
  • Q2. Percentage related sums
Round 3 - One-on-one 

(2 Questions)

  • Q1. Interview question with maths
  • Q2. Percentage , profit related sums
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Basic aptitude assessment along with some theoretical components.

Round 2 - Technical 

(1 Question)

  • Q1. Basic questions in Java, SQL and React
Round 3 - Technical 

(2 Questions)

  • Q1. Project related questions
  • Q2. Coding question->Reverse String(World Hello), pattern, prime number
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. What are the different osi layers
  • Ans. 

    The OSI (Open Systems Interconnection) model consists of 7 layers that define the functions of a network communication system.

    • Physical Layer: Deals with physical connections and transmission of raw data.

    • Data Link Layer: Manages data frames and error detection/correction.

    • Network Layer: Handles routing and logical addressing.

    • Transport Layer: Ensures end-to-end communication and data flow control.

    • Session Layer: Establishe...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Basic details about yourself
Round 3 - Technical 

(1 Question)

  • Q1. What are some ways to avoid deadlock?
  • Ans. 

    Avoid deadlock by implementing proper resource allocation strategies and using techniques like timeouts and resource ordering.

    • Implement proper resource allocation strategies to prevent multiple processes from holding resources indefinitely.

    • Use timeouts to limit the amount of time a process can wait for a resource before releasing it.

    • Follow a strict resource ordering protocol to ensure processes request and release reso...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure your cs basics are clear such as netwerking, os, and tech stacks used in projects
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
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is angular Directives
  • Ans. 

    Angular Directives are markers on a DOM element that tell AngularJS's HTML compiler to attach a specified behavior to that DOM element.

    • Directives are used to create reusable components or custom behaviors in Angular applications.

    • They can be used to manipulate the DOM, add event listeners, show/hide elements, etc.

    • Examples include ngModel, ngIf, ngFor, etc.

  • Answered by AI
  • Q2. How to communicate with components
  • Ans. 

    Methods to communicate between components in Angular include Input and Output properties, ViewChild, Services, and Event Emitters.

    • Using Input and Output properties to pass data from parent to child components and emit events from child to parent components.

    • Using ViewChild to access child components from parent components.

    • Using Services to create a shared service that can be injected into multiple components to share da...

  • Answered by AI

Skills evaluated in this interview

5D Solutions Interview FAQs

How many rounds are there in 5D Solutions interview?
5D Solutions interview process usually has 1-2 rounds. The most common rounds in the 5D Solutions interview process are Technical, One-on-one Round and HR.
How to prepare for 5D Solutions 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 5D Solutions. The most common topics and skills that interviewers at 5D Solutions expect are Python, AWS, Devops, Docker and GIT.
What are the top questions asked in 5D Solutions interview?

Some of the top questions asked at the 5D Solutions interview -

  1. What is Defect life cy...read more
  2. Difference between bug and def...read more
  3. Life cycle of react nat...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 788 Interviews
KPIT Technologies Interview Questions
3.5
 • 291 Interviews
HyScaler Interview Questions
4.5
 • 90 Interviews
View all

5D Solutions Reviews and Ratings

based on 62 reviews

4.5/5

Rating in categories

4.4

Skill development

4.4

Work-life balance

4.2

Salary

4.2

Job security

4.5

Company culture

4.2

Promotions

4.4

Work satisfaction

Explore 62 Reviews and Ratings
Quality Analyst
9 salaries
unlock blur

₹3 L/yr - ₹4.2 L/yr

Software Developer
5 salaries
unlock blur

₹7.5 L/yr - ₹11.9 L/yr

UI/UX Designer
5 salaries
unlock blur

₹4.4 L/yr - ₹4.9 L/yr

React Native Developer
5 salaries
unlock blur

₹7.1 L/yr - ₹11 L/yr

Backend Developer
4 salaries
unlock blur

₹10.9 L/yr - ₹12.3 L/yr

Explore more salaries
Compare 5D Solutions with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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