Upload Button Icon Add office photos

Filter interviews by

PCB Apps Interview Questions and Answers

Updated 30 Sep 2024

PCB Apps Interview Experiences

1 interview found

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

(3 Questions)

  • Q1. Want to work only direct clients
  • Q2. With out MSA how we will get direct clients requirements
  • Ans. 

    Without an MSA, direct client requirements can be obtained through networking, referrals, job boards, and cold calling.

    • Networking with industry professionals

    • Referrals from existing clients or contacts

    • Utilizing job boards and online platforms

    • Cold calling potential clients

    • Attending industry events and conferences

  • Answered by AI
  • Q3. Asks which clients we worked
Round 2 - HR 

(2 Questions)

  • Q1. She sont know any thing
  • Q2. She dont know how to behave with employees

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't join this company, wont pay salaries. They wont give responses

Senior Bench Sales Recruiter Interview Questions asked at other Companies

Q1. How much time do you take to place the H1 Candidate
View answer (1)

Interview questions from similar companies

Automation Pega Developer Interview Questions & Answers

Billennium user image Anonymous

posted on 24 Dec 2024

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

I applied via Referral

Round 1 - HR 

(3 Questions)

  • Q1. Overall & Relevant experience in Pega
  • Ans. 

    I have 5 years of experience working with Pega, including designing and implementing automation solutions.

    • Designed and implemented automation solutions using Pega platform

    • Worked with various Pega tools and technologies

    • 5 years of experience in Pega development

  • Answered by AI
  • Q2. Current & expected salary
  • Ans. 

    I am currently earning $80,000 and expecting a salary of $90,000.

    • Current salary: $80,000

    • Expected salary: $90,000

  • Answered by AI
  • Q3. Basic questions about Pega
Round 2 - Technical 

(2 Questions)

  • Q1. Introduction, basic discussion about projects, Roles & responsibilities
  • Q2. Case Management, Reporting, Integrations, Security, Deployments, UI with COSMOS
Round 3 - Technical 

(2 Questions)

  • Q1. Introduction & basic discussion about previous projects & experiences
  • Q2. In depth questions about advanced PEGA topics related to Case Management, Reporting, Integrations, Security, UI

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

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Senior Technical Recruitment
  • Q2. Documents Required submitted
Round 2 - One-on-one 

(3 Questions)

  • Q1. VP round selected
  • Q2. Took all rounds
  • Q3. Two to three people take interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Total time wasted please don't join this organization very bad experience 😕 Follow up is done by junior recruiter every day they will call after interview for one month the will follow-up and in the end they won't give offer horrible experience. Thank God I didn't join here Guys don't join this organization . Horrible experience

PCB Apps Interview FAQs

How many rounds are there in PCB Apps interview?
PCB Apps interview process usually has 2 rounds. The most common rounds in the PCB Apps interview process are One-on-one Round and HR.
How to prepare for PCB Apps 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 PCB Apps. The most common topics and skills that interviewers at PCB Apps expect are ERP, Business Intelligence, Managed Services, Business Applications and Process Excellence.
What are the top questions asked in PCB Apps interview?

Some of the top questions asked at the PCB Apps interview -

  1. With out MSA how we will get direct clients requireme...read more
  2. Want to work only direct clie...read more
  3. She sont know any th...read more

Tell us how to improve this page.

PCB Apps Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

HyScaler Interview Questions
4.5
 • 90 Interviews
MulticoreWare Interview Questions
4.1
 • 23 Interviews
Monotype Interview Questions
4.0
 • 23 Interviews
Xactly Corp Interview Questions
4.0
 • 17 Interviews
Grapecity Interview Questions
3.9
 • 17 Interviews
AvenData GmbH Interview Questions
3.2
 • 16 Interviews
View all

PCB Apps Reviews and Ratings

based on 11 reviews

2.7/5

Rating in categories

2.6

Skill development

2.7

Work-life balance

2.6

Salary

2.5

Job security

2.6

Company culture

2.5

Promotions

2.5

Work satisfaction

Explore 11 Reviews and Ratings
Senior HR Executive
6 salaries
unlock blur

₹4.5 L/yr - ₹5 L/yr

SAP Security Consultant
5 salaries
unlock blur

₹15.5 L/yr - ₹17.6 L/yr

JDE Technical Consultant
5 salaries
unlock blur

₹2.6 L/yr - ₹4.5 L/yr

Business Development Executive
4 salaries
unlock blur

₹5 L/yr - ₹12.7 L/yr

SAP Fico Consultant
4 salaries
unlock blur

₹2.6 L/yr - ₹8.5 L/yr

Explore more salaries
Compare PCB Apps with

HyScaler

4.5
Compare

AvenData GmbH

3.2
Compare

Sapphire Software Solutions (India)

4.5
Compare

Sagitec Solutions

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