Upload Button Icon Add office photos

Filter interviews by

PINscale Technologies Interview Questions and Answers

Updated 12 Apr 2024

PINscale Technologies Interview Experiences

2 interviews found

Business Interview Questions & Answers

user image Anonymous

posted on 12 Apr 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Sales Experience

BDA Interview Questions & Answers

user image Anonymous

posted on 11 Sep 2023

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

I applied via Approached by Company and was interviewed in Mar 2023. There were 2 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 - HR 

(4 Questions)

  • Q1. Self introduction
  • Q2. Experience of previous company And salary package
  • Q3. Job role about BDA
  • Q4. And he explained about job process

BDA Interview Questions asked at other Companies

Q1. 1-Sell fish to a Brahmin , 2-Sale byjus product to customer parents are well educated father Govt employee and mother is a teacher kid scores 95% marks in exams you have to sale the product to these kid, 3-what’s is photosynthesis, 4-someti... read more
View answer (9)

Jobs at PINscale Technologies

View all

Interview questions from similar companies

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. What is the DAX formula for calculating a running total?
  • Q2. What is the DAX formula for replacing blank values with zero and vice versa?
  • Q3. SQL Queries for the above scenarios
Round 2 - HR 

(2 Questions)

  • Q1. What are your previous work experiences?
  • Q2. Salary negotiations etc.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Case Study 

What do I do, what do I know, What would I do if I were given the opportunity?

Round 2 - One-on-one 

(2 Questions)

  • Q1. Test regarding knowledge about purchasing, my knowledge about communication, about computer
  • Q2. Basically the wanted to know how can I handle if I get any positive response from them
Round 3 - HR 

(2 Questions)

  • Q1. About sallary in previous company
  • Q2. Address, documents, other financial package

Interview Preparation Tips

Interview preparation tips for other job seekers - There's nothing to say in that sense, but you have to prepare well, because I was selected after 2 interviews.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Aptitude Test 

The hardest round I have experienced during interviews was ultimately successful, as I was selected. Only a few questions were multiple-choice; the rest required one-word or numerical answers to be written manually. Pay special attention to the last portion, as it was a scoring section containing standard technical questions. However, as we begin the assessment, the majority of the time is consumed by reasoning, arithmetic, and similar topics. In summary, I can say that the initial part is the toughest.

Round 2 - Technical 

(2 Questions)

  • Q1. The interview consisted of questions related to thermodynamics, including the Rankine cycle, the laws of thermodynamics, and knowledge about boilers and boiler safety. Additionally, most questions focused ...
  • Q2. Whilcox and babcoc boiler
Round 3 - HR 

(2 Questions)

  • Q1. Asking about women empowerment
  • Q2. Friendly interview , if you crack technical then you will be 90% chances of selecting. Don't lag in english communication. You will be rejected if you don't have clear communication

Interview Preparation Tips

Interview preparation tips for other job seekers - Effective communication is essential, along with a fundamental understanding of thermodynamics and the products manufactured at Thermax MNC. It is important to have detailed knowledge of all your projects, so do not miss the opportunity to begin your career at one of the best MNCs in the power plant and renewable energy sector.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(5 Questions)

  • Q1. HTML, CSS fundamentals
  • Q2. Javascript event loop and array methods
  • Q3. Javascript coding for operation on object array
  • Ans. 

    Performing operations on an array of objects using JavaScript.

    • Use array methods like map, filter, reduce for operations on object array.

    • Access object properties using dot notation or bracket notation.

    • Iterate through the array using loops like for loop or forEach method.

    • Example: Calculate total sum of 'price' property in an array of products.

  • Answered by AI
  • Q4. React benefits and Redux implementations
  • Q5. How to create slice and combine reducers
  • Ans. 

    To create slice and combine reducers in React, use the createSlice and combineReducers functions from Redux toolkit.

    • Use createSlice function to define a slice of state with reducers and actions.

    • Example: const counterSlice = createSlice({ name: 'counter', initialState: 0, reducers: { increment: state => state + 1, decrement: state => state - 1 } })

    • Use combineReducers function to combine multiple slices into a sing...

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. Questions based on projects, role, responsibilities and initiative at work place
  • Q2. How to create and optimize a react application
  • Ans. 

    To create and optimize a React application, focus on efficient component structure, state management, code splitting, lazy loading, and performance monitoring.

    • Use functional components and hooks for better performance.

    • Implement state management with tools like Redux or Context API.

    • Split code into smaller chunks and lazy load components for faster initial load times.

    • Optimize performance by minimizing re-renders and usin...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Day to day activity of workplace and salary negotiation
  • Ans. 

    Day to day activities involve coding, debugging, testing, collaborating with team members. Salary negotiation involves research, preparation, and effective communication.

    • Coding and developing new features

    • Debugging and fixing issues

    • Testing code for quality assurance

    • Collaborating with team members for project progress

    • Researching market rates for salary negotiation

    • Preparing a strong case for desired salary

    • Effectively comm

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Why do you want to join swiggy?
  • Q2. Sales pitch taking swiggy product in mind
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(3 Questions)

  • Q1. What are the different types of interfaces?
  • Ans. 

    Different types of interfaces include user interfaces, hardware interfaces, and software interfaces.

    • User interfaces: allow users to interact with the system, such as graphical user interfaces (GUI) and command-line interfaces (CLI)

    • Hardware interfaces: connect hardware components to the system, such as USB, HDMI, and Ethernet ports

    • Software interfaces: define how software components interact with each other, such as appl...

  • Answered by AI
  • Q2. What is the output of the program when the expression is evaluated as 0 divided by 7?
  • Ans. 

    The output of the program when 0 is divided by 7 is 0.

    • Division of 0 by any number results in 0.

    • In programming languages, dividing by 0 usually results in an error or undefined behavior.

  • Answered by AI
  • Q3. What are coroutines, scope functions, and visibility modifiers?
  • Ans. 

    Coroutines, scope functions, and visibility modifiers are key concepts in Kotlin programming for Android development.

    • Coroutines are a way to perform asynchronous programming in a sequential manner. They allow for non-blocking operations.

    • Scope functions are functions that allow you to execute a block of code within the context of an object. Examples include 'let', 'apply', 'run', 'also', and 'with'.

    • Visibility modifiers ...

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. What is the MVVM (Model-View-ViewModel) architectural pattern?
  • Ans. 

    MVVM is an architectural pattern that separates the user interface from the business logic and data handling in Android development.

    • Model represents the data and business logic of the application.

    • View is responsible for displaying the UI elements and sending user interactions to the ViewModel.

    • ViewModel acts as a mediator between the Model and the View, handling the communication and data flow.

    • MVVM helps in achieving se...

  • Answered by AI
  • Q2. What are the reasons for using that, and what are its pros and cons?
  • Ans. 

    Using dependency injection in Android development can improve code maintainability and testability.

    • Pros: easier to manage dependencies, promotes code reusability, facilitates unit testing

    • Cons: initial setup can be complex, may introduce overhead in smaller projects

    • Example: Using Dagger 2 for dependency injection in an Android project

  • Answered by AI
  • Q3. Questions related Dependency injection dagger-hilt / koin
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Good ssjjdd jdhd dhebd dhdjd dhdhe jsjs HD shhd

Round 2 - One-on-one 

(5 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a recent graduate with a degree in Business Administration and a passion for marketing and project management.

    • Recent graduate with a degree in Business Administration

    • Passionate about marketing and project management

    • Strong communication and organizational skills

    • Experience in internships and extracurricular activities

  • Answered by AI
  • Q2. What is material use in road construction
  • Ans. 

    Materials used in road construction include asphalt, concrete, gravel, and crushed stone.

    • Asphalt is a common material used for road surfaces due to its durability and flexibility.

    • Concrete is often used for highways and major roads because of its strength and longevity.

    • Gravel is used for rural roads and driveways as a cost-effective option.

    • Crushed stone is used as a base layer for roads to provide stability and drainage...

  • Answered by AI
  • Q3. What is strength requiredfor constructionof bridge
  • Ans. 

    Strength required for construction of a bridge includes structural stability, load-bearing capacity, and durability.

    • Structural stability to withstand various forces such as wind, traffic, and seismic activity

    • Load-bearing capacity to support the weight of vehicles, pedestrians, and other loads

    • Durability to resist corrosion, weathering, and wear over time

    • Materials like steel, concrete, and composite materials are commonl

  • Answered by AI
  • Q4. What is general instructionsof building construction
  • Ans. 

    General instructions for building construction involve following safety regulations, using proper materials, and ensuring structural integrity.

    • Ensure compliance with building codes and regulations

    • Use quality materials to ensure durability and longevity

    • Follow proper construction techniques to ensure structural integrity

    • Ensure proper foundation and support for the building

    • Consider environmental factors and sustainability...

  • Answered by AI
  • Q5. What is height tallest
  • Ans. 

    The tallest height is the highest point above a given level or surface.

    • Height is a measurement of how tall something is

    • The tallest height on Earth is the summit of Mount Everest at 29,032 feet

    • Height can also refer to the highest point reached by something like a rocket or airplane

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Self confidence is very important
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. What basic questions have you been asked regarding your accomplishments and achievements?
  • Q2. Technical regarding excel
Round 2 - HR 

(1 Question)

  • Q1. Why do you believe you are a good fit for this role?
  • Ans. 

    I have a proven track record of successfully managing key accounts and developing strong relationships with clients.

    • Extensive experience in key account management

    • Strong communication and negotiation skills

    • Ability to identify and capitalize on business opportunities

    • Track record of exceeding sales targets

    • Excellent relationship-building skills

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Excel questions about vlookup

PINscale Technologies Interview FAQs

How many rounds are there in PINscale Technologies interview?
PINscale Technologies interview process usually has 1-2 rounds. The most common rounds in the PINscale Technologies interview process are Resume Shortlist, HR and One-on-one Round.
How to prepare for PINscale 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 PINscale Technologies. The most common topics and skills that interviewers at PINscale Technologies expect are Communication Skills, Business Development, B2B Sales, Field Sales and Field Marketing.
What are the top questions asked in PINscale Technologies interview?

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

  1. Sales Experie...read more
  2. And he explained about job proc...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
Mphasis Interview Questions
3.4
 • 779 Interviews
Quess Interview Questions
3.9
 • 379 Interviews
View all

PINscale Technologies Reviews and Ratings

based on 10 reviews

4.7/5

Rating in categories

4.5

Skill development

4.1

Work-Life balance

4.0

Salary & Benefits

4.3

Job Security

4.5

Company culture

3.8

Promotions/Appraisal

4.5

Work Satisfaction

Explore 10 Reviews and Ratings
3D Animator

Hyderabad / Secunderabad

0-1 Yrs

Not Disclosed

3D Artist

Hyderabad / Secunderabad

0-1 Yrs

Not Disclosed

3D Character Artist

Hyderabad / Secunderabad

0-1 Yrs

Not Disclosed

Explore more jobs
Software Development Engineer 1
6 salaries
unlock blur

₹8.4 L/yr - ₹18 L/yr

UI/UX Designer
3 salaries
unlock blur

₹7.2 L/yr - ₹9.6 L/yr

Business Development Associate
3 salaries
unlock blur

₹2.4 L/yr - ₹5.7 L/yr

Business Development Manager
3 salaries
unlock blur

₹18 L/yr - ₹18 L/yr

Software Development Engineer II
3 salaries
unlock blur

₹18 L/yr - ₹21 L/yr

Explore more salaries
Compare PINscale Technologies with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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