Upload Button Icon Add office photos

Filter interviews by

Prudent Technologies Interview Questions and Answers

Updated 10 Jul 2024

Prudent Technologies Interview Experiences

Popular Designations

3 interviews found

Software Developer Interview Questions & Answers

user image Jayakrishnan R

posted on 10 Jul 2024

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

Easy aptitude with pattern printing question.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Html structure and Css styles
  • Q2. Python questions on list,tuple, dictionary

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)

BD Executive Interview Questions & Answers

user image Anonymous

posted on 27 Apr 2024

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

(1 Question)

  • Q1. Work experience

BD Executive Interview Questions asked at other Companies

Q1. Tell me about yourself About sales marketing How to sell a product to customer who doesn't need that product How can you convince a customer to buy your product Will you handle stress and how Why did you chose academor What motivates you to... read more
View answer (1)

SQL Developer Interview Questions & Answers

user image Bifil mon Martin

posted on 3 Aug 2022

I applied via Walk-in and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Mental ability comp awareness cpp programming ability

Round 2 - Technical 

(1 Question)

  • Q1. Basic skills mentioned in the resume joins in sql , constraints , Database subsets , Aggregate functions, Normalization , difference b/w RDBMS and DBMS , SQL queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through all basic questions regarding SQL and study SQL queries

SQL Developer Interview Questions asked at other Companies

Q1. How is a change request in application serviced by development team (business analysis, code analysis, discussion with BA, requirment freeze, etc.)
View answer (4)

Interview questions from similar companies

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Questions related to Linux
  • Q2. SQL basic Queries
  • Q3. Troubleshooting Scenarios
Round 2 - Technical 

(2 Questions)

  • Q1. Join Queries of Sql
  • Ans. 

    Join queries in SQL are used to combine rows from two or more tables based on a related column between them.

    • Use JOIN keyword to combine rows from two or more tables based on a related column

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Specify the columns to join on using ON clause

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI
  • Q2. Project releted question
Round 3 - HR 

(2 Questions)

  • Q1. Client side discussion
  • Q2. Growth opportunities
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(3 Questions)

  • Q1. How to work with vlan
  • Ans. 

    VLANs are used to segment network traffic for security and performance purposes.

    • VLANs divide a single physical network into multiple virtual networks.

    • Each VLAN has its own broadcast domain, reducing network congestion.

    • VLANs can be configured on switches by assigning ports to specific VLANs.

    • VLAN tagging allows for traffic to be identified and routed to the correct VLAN.

    • VLANs can improve network security by isolating sen

  • Answered by AI
  • Q2. Explain routing protocol
  • Ans. 

    Routing protocol is a set of rules used by routers to determine the best path for data packets to reach their destination.

    • Routing protocols help routers communicate with each other to share information about network topology.

    • They determine the best path for data packets based on factors like hop count, bandwidth, and delay.

    • Examples of routing protocols include RIP, OSPF, EIGRP, and BGP.

  • Answered by AI
  • Q3. EXPLAIN IN OSI LAYER
  • Ans. 

    The OSI model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven abstraction layers.

    • The OSI model stands for Open Systems Interconnection model.

    • It consists of seven layers: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each layer has specific functions and communicates with the adjacent layers.

    • Data is encapsulated and decapsu...

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Related to advance excel and basic of telecom
  • Q2. Related to. Advance excel and basic of telecom
Round 2 - HR 

(2 Questions)

  • Q1. Salary related last company
  • Q2. Expected salary
  • Ans. 

    My expected salary is negotiable and dependent on the specific responsibilities and benefits offered by the employer.

    • My expected salary is based on industry standards and my level of experience in the field.

    • I am open to discussing salary range during the interview process.

    • I am looking for a competitive salary that reflects my qualifications and contributions to the organization.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be hardworking and knowledge in telecom avl to work as per telecom emergency duty
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How do you understand customer pain points
  • Ans. 

    I understand customer pain points by actively listening, asking probing questions, and empathizing with their challenges.

    • Actively listen to customers to understand their concerns and challenges

    • Ask probing questions to uncover underlying issues and motivations

    • Empathize with customers to truly understand the impact of their pain points

    • Use customer feedback and data analysis to identify common pain points across different

  • Answered by AI
  • Q2. Did you get a chance to check our products

Interview Preparation Tips

Interview preparation tips for other job seekers - This company is not seeking for brainy people who can apply their skills effectively. They are just looking for puppets who do the job mechanically as instructed. CEO seems to be looking for someone who just follows instructions and not ask any questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - One-on-one 

(1 Question)

  • Q1. What is your experience with parallelizing transformers, and how do you approach splitting them across multiple devices to minimize latency?
  • Ans. 

    I have experience parallelizing transformers by splitting them across multiple devices to minimize latency.

    • I have utilized frameworks like TensorFlow and PyTorch to parallelize transformers.

    • I approach splitting transformers by dividing the input data into chunks and distributing them across devices.

    • I optimize communication overhead by minimizing data transfer between devices.

    • I leverage techniques like data parallelism ...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain about osi layers
  • Q2. Tcp vs udp

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn well and perform well

epc core Interview Questions & Answers

TELUS Mobility user image Anonymous

posted on 9 Sep 2024

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

(2 Questions)

  • Q1. Describe lte call flow
  • Ans. 

    LTE call flow involves multiple steps including connection establishment, data transfer, and connection release.

    • UE sends a connection request to the eNodeB

    • eNodeB forwards the request to the MME for authentication and authorization

    • MME communicates with the HSS for user authentication

    • Once authenticated, MME assigns a temporary ID to the UE and establishes a connection with the eNodeB

    • Data transfer occurs between the UE an...

  • Answered by AI
  • Q2. Describe lte mobility procedures
  • Ans. 

    LTE mobility procedures involve handover, tracking area update, and cell reselection.

    • Handover: process of transferring an ongoing call or data session from one cell to another

    • Tracking Area Update: updating the location of a mobile device when moving to a new tracking area

    • Cell Reselection: process of selecting the best cell when a mobile device moves out of the coverage area of the current cell

  • Answered by AI

Prudent Technologies Interview FAQs

How many rounds are there in Prudent Technologies interview?
Prudent Technologies interview process usually has 1-2 rounds. The most common rounds in the Prudent Technologies interview process are Aptitude Test, One-on-one Round and Technical.
How to prepare for Prudent 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 Prudent Technologies. The most common topics and skills that interviewers at Prudent Technologies expect are Apex, Salesforce, Visualforce, Business Development and Software Sales.
What are the top questions asked in Prudent Technologies interview?

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

  1. Basic skills mentioned in the resume joins in sql , constraints , Database subs...read more
  2. Python questions on list,tuple, diction...read more
  3. Html structure and Css sty...read more

Tell us how to improve this page.

Prudent Technologies Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 806 Interviews
View all

Prudent Technologies Reviews and Ratings

based on 31 reviews

3.0/5

Rating in categories

3.0

Skill development

2.4

Work-life balance

2.4

Salary

2.3

Job security

2.7

Company culture

2.3

Promotions

2.7

Work satisfaction

Explore 31 Reviews and Ratings
Software Engineer
23 salaries
unlock blur

₹1.8 L/yr - ₹5.4 L/yr

Software Developer
16 salaries
unlock blur

₹2 L/yr - ₹10.4 L/yr

Information Technology Recruiter
7 salaries
unlock blur

₹3.2 L/yr - ₹5 L/yr

Processing Executive
7 salaries
unlock blur

₹2.5 L/yr - ₹3 L/yr

Information Technology Support Engineer
7 salaries
unlock blur

₹1 L/yr - ₹3.6 L/yr

Explore more salaries
Compare Prudent Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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