Upload Button Icon Add office photos
Engaged Employer

i

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

Prose Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Prose Technologies Rf Testing Engineer Interview Questions and Answers

Updated 2 Apr 2024

Prose Technologies Rf Testing Engineer Interview Experiences

1 interview found

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

I applied via Walk-in and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. 1. Where are you from I'm from dhule 2. Tell me about yourself? I'm prathmesh Jagtap i pursed my degree from gangmai college of engineering currently I'm working with Sigma electric my job role is to ens...
  • Q2. Tell me about yourself Where are you from
  • Q3. Why do you want to join us

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare for the interviews great opportunity will come towards you.

Top trending discussions

View All
Interview Tips & Stories
6d
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 Prose Technologies?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. What is name mangling?

Skills evaluated in this interview

Rf Testing Engineer Interview Questions Asked at Other Companies

Q1. How do you measure current and voltages using a multimeter?
Q2. What components have you tested, such as amplifiers, filters, DTO ... read more
Q3. What is an oscillator?
Q4. What instruments have you used, especially network analyzers?
asked in Wistron
Q5. Which are active and passive components?

I applied via Naukri.com and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Coming to AEM,Interviewer has covered all the topics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Pls don't join in TechMahindra.Especially for AEM Folks.Because there are no projects at all.They force you to learn and work in other domain.Then your AEM knowledge will vanish.Worst Company.

I applied via Campus Placement and was interviewed before Apr 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About the basics of c, c++ and java, also asked to explain the project that I developed.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and transparent. Explain your reasons and issues if any they are under standable.

Interview Questionnaire 

6 Questions

  • Q1. Explain abstract factory design pattern ?
  • Ans. 

    Abstract Factory is a creational design pattern that provides an interface for creating families of related objects.

    • Abstract Factory is used when we need to create families of related objects without specifying their concrete classes.

    • It provides an interface for creating objects of related classes without specifying their concrete classes.

    • It encapsulates a group of factories that have a common theme.

    • It promotes loose c...

  • Answered by AI
  • Q2. How do you do range based map iteration
  • Ans. 

    Range based map iteration can be done using a for-each loop or iterators.

    • Use a for-each loop to iterate over the map elements.

    • Alternatively, use iterators to traverse the map.

    • The range-based for loop is preferred for its simplicity and readability.

    • Example: for(auto const& [key, value] : myMap) { //do something with key and value }

  • Answered by AI
  • Q3. What are detached and joined threads
  • Ans. 

    Detached threads are independent threads that run separately from the main thread. Joined threads are threads that wait for the main thread to finish.

    • Detached threads are created using pthread_detach() function

    • Joined threads are created using pthread_join() function

    • Detached threads do not need to be explicitly terminated

    • Joined threads must be explicitly terminated using pthread_exit() or return statement

    • Detached thread...

  • Answered by AI
  • Q4. What are static code analysis tools
  • Ans. 

    Static code analysis tools are software programs that analyze source code to find potential issues and improve code quality.

    • Static code analysis tools scan code without executing it

    • They can detect issues such as security vulnerabilities, coding errors, and performance problems

    • Examples of static code analysis tools include SonarQube, ESLint, and Checkstyle

  • Answered by AI
  • Q5. Command to list currently running threads in linux
  • Ans. 

    Command to list currently running threads in linux

    • Use the 'ps' command with the 'H' option to display threads in a hierarchy

    • Use the 'top' command to display threads in real-time

    • Use the 'htop' command for an interactive display of threads

  • Answered by AI
  • Q6. Can we perform arithmetic operation on Unique pointer
  • Ans. 

    No, arithmetic operations cannot be performed on unique pointers.

    • Unique pointers are used to manage the lifetime of dynamically allocated objects.

    • They cannot be copied or assigned, only moved.

    • Arithmetic operations are not defined for pointers, including unique pointers.

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. About skilla
  • Q2. Project
  • Q3. Roles in

Interview Questionnaire 

1 Question

  • Q1. What are your career aspirations?
Are these interview questions helpful?

Interview Questionnaire 

1 Question

  • Q1. Spring and SpringBoot

I applied via Naukri.com and was interviewed before Oct 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is AD dns dhcp?
  • Ans. 

    AD DNS DHCP are Microsoft technologies used for network management and authentication.

    • Active Directory (AD) is a directory service used for authentication and authorization of users and computers in a network.

    • Domain Name System (DNS) is used for name resolution of network resources.

    • Dynamic Host Configuration Protocol (DHCP) is used for automatic IP address assignment to network devices.

    • AD, DNS, and DHCP are often used ...

  • Answered by AI
  • Q2. What is IaaS SaaS PaaS?
  • Ans. 

    IaaS, SaaS, and PaaS are cloud computing models that provide different levels of infrastructure, software, and platform services.

    • IaaS (Infrastructure as a Service) provides virtualized computing resources over the internet, such as servers, storage, and networking.

    • SaaS (Software as a Service) delivers software applications over the internet, eliminating the need for local installation and maintenance.

    • PaaS (Platform as ...

  • Answered by AI
Round 3 - Aptitude Test 

General questions for 1 hors online exams

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident in your role and select which role you want to work

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What is virtual DOM
  • Ans. 

    Virtual DOM is a lightweight copy of the actual DOM used for efficient updates.

    • Virtual DOM is a concept used in modern web development frameworks like React.

    • It is a lightweight copy of the actual DOM that is used to track changes and update the actual DOM efficiently.

    • When a change is made to the virtual DOM, it is compared to the previous version to determine the minimum number of changes required to update the actual ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basic questions as per your stream

Skills evaluated in this interview

Prose Technologies Interview FAQs

How many rounds are there in Prose Technologies Rf Testing Engineer interview?
Prose Technologies interview process usually has 1 rounds. The most common rounds in the Prose Technologies interview process are Technical.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.8
 • 8.6k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Amazon Interview Questions
4.0
 • 5.3k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.8
 • 3.4k Interviews
View all
Prose Technologies Rf Testing Engineer Salary
based on 4 salaries
₹3.5 L/yr - ₹11 L/yr
98% more than the average Rf Testing Engineer Salary in India
View more details
Team Lead
13 salaries
unlock blur

₹2.4 L/yr - ₹6.4 L/yr

Engineer
12 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

IBS Engineer
11 salaries
unlock blur

₹2.8 L/yr - ₹3.6 L/yr

Quality Engineer
11 salaries
unlock blur

₹2.2 L/yr - ₹3.2 L/yr

Production Supervisor
9 salaries
unlock blur

₹2 L/yr - ₹8 L/yr

Explore more salaries
Compare Prose Technologies with

TCS

3.6
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview