Upload Button Icon Add office photos

Filter interviews by

Pelorus Technologies Interview Questions and Answers

Updated 8 Apr 2024

Pelorus Technologies Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What are hooks in react ?
  • Ans. 

    Hooks in React are functions that let you use state and other React features without writing a class.

    • Hooks were introduced in React 16.8.

    • They allow you to use state and other React features in functional components.

    • Some commonly used hooks are useState, useEffect, useContext, and useReducer.

    • Hooks help in reusing stateful logic across components.

    • Example: useState hook is used to add state to a functional component.

  • Answered by AI
  • Q2. Difference between functional and class components ?
  • Ans. 

    Functional components are stateless and use functional programming concepts, while class components have state and lifecycle methods.

    • Functional components are simpler and easier to read/write.

    • Class components have access to state and lifecycle methods like componentDidMount.

    • Functional components can use hooks to manage state and side effects.

    • Class components are more suitable for complex logic and data manipulation.

    • Exa...

  • Answered by AI
Round 2 - Coding Test 

The coding round was of around 1hr . level of the questions asked want that difficult just have clear concepts of your basics

Round 3 - HR 

(1 Question)

  • Q1. You will salary discussions. Clear all your doubts feel free to question them

Interview Preparation Tips

Topics to prepare for Pelorus Technologies Software Developer interview:
  • Resume
Interview preparation tips for other job seekers - Dont get nervous clear your concepts . Prepare well for the topics that you have mentioned in your resume

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)

Jobs at Pelorus 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 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
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

Customer success Interview Questions & Answers

Phonon Communications user image Yashank Gupta

posted on 21 Nov 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Nothing as such very easy aptitude

Round 2 - Technical 

(1 Question)

  • Q1. Questions related to CS
Round 3 - HR 

(1 Question)

  • Q1. Questions related to CS
Round 4 - One-on-one 

(1 Question)

  • Q1. Questions related to CS

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. What are the data types in python?
  • Ans. 

    Python data types include integers, floats, strings, lists, tuples, dictionaries, and sets.

    • Integers: whole numbers without decimal points, e.g. 5, -3

    • Floats: numbers with decimal points, e.g. 3.14, -0.5

    • Strings: sequences of characters enclosed in quotes, e.g. 'hello', '123'

    • Lists: ordered collections of items, e.g. [1, 'apple', True]

    • Tuples: ordered, immutable collections, e.g. (1, 'banana', False)

    • Dictionaries: key-value ...

  • Answered by AI
  • Q2. What is inheritence in python and its types?
  • Ans. 

    Inheritance in Python allows a class to inherit attributes and methods from another class.

    • Types of inheritance in Python include single inheritance, multiple inheritance, and multilevel inheritance.

    • Single inheritance: a class inherits from only one base class.

    • Multiple inheritance: a class inherits from multiple base classes.

    • Multilevel inheritance: a class inherits from a derived class, which in turn inherits from anoth

  • Answered by AI
  • Q3. Difference between tuple, list, dictionaries and set.
  • Ans. 

    Tuple is immutable, list is mutable, dictionaries are key-value pairs, and set is a collection of unique elements.

    • Tuple: Immutable, ordered collection of elements. Example: (1, 2, 3)

    • List: Mutable, ordered collection of elements. Example: [1, 2, 3]

    • Dictionaries: Key-value pairs, unordered. Example: {'key1': 'value1', 'key2': 'value2'}

    • Set: Collection of unique elements, unordered. Example: {1, 2, 3}

  • Answered by AI
  • Q4. Reverse a string without using slicing. Need to write it on paper.
Round 2 - Behavioral 

(2 Questions)

  • Q1. Basic questions about us.
  • Q2. Given a string and asked to get the vowels in a string.

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview is not tough basic python knowledge is required they might ask questions if you anything specially mentioned in a resume. So don't mention if you don't have a good knowledge in it. They have informed the work will be more than 12 hrs a day and you shouldnt expect any government holiday or even sunday.

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is flow mater
  • Ans. 

    Flow meter is a device used to measure the flow rate of a fluid in a pipe or channel.

    • Flow meters can be mechanical, electromagnetic, ultrasonic, or thermal based on the technology used.

    • They are commonly used in industries such as water treatment, oil and gas, and pharmaceuticals.

    • Flow meters provide accurate measurements of flow rate which is crucial for process control and monitoring.

    • Examples of flow meters include tur...

  • Answered by AI
  • Q2. What is thermocouple
  • Ans. 

    A thermocouple is a temperature sensor that consists of two different metals joined together at one end.

    • Consists of two different metals joined together at one end

    • Generates a voltage proportional to the temperature difference between the two ends

    • Commonly used in industrial applications for temperature measurement

    • Types include K-type, J-type, T-type, etc.

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Why you want to change your present organisation
  • Ans. 

    Seeking new challenges and growth opportunities

    • Desire for career advancement

    • Looking for new challenges and learning experiences

    • Seeking a more supportive work environment

    • Interested in working with new technologies or industries

  • Answered by AI
  • Q2. Are you willing to relocate
  • Ans. 

    Yes, I am open to relocating for the right opportunity.

    • I am open to relocating for the right career advancement.

    • I have relocated for previous job opportunities and am willing to do so again.

    • I understand the importance of being flexible and adaptable in the workplace.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for HTL Senior Quality Engineer interview:
  • Flow Meter

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
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - HR 

(2 Questions)

  • Q1. Introduce yourself.
  • Ans. 

    I am a Telecom Engineer with a strong background in network design and implementation.

    • Experienced in configuring and troubleshooting network equipment

    • Skilled in analyzing network performance and implementing solutions

    • Proficient in various networking protocols such as TCP/IP and VLANs

  • Answered by AI
  • Q2. Tell me About this Company, Why do you want to?
  • Ans. 

    The company is a leading telecommunications provider known for its innovative solutions and commitment to customer satisfaction.

    • The company has a strong reputation in the industry for providing reliable and cutting-edge telecommunications services.

    • I admire the company's focus on customer satisfaction and commitment to delivering high-quality solutions.

    • The company's track record of innovation and technological advanceme...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Leetcode easy-medium questions
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Oops Concepts, Sql, JavaScript, JQuery.

Pelorus Technologies Interview FAQs

How many rounds are there in Pelorus Technologies interview?
Pelorus Technologies interview process usually has 3 rounds. The most common rounds in the Pelorus Technologies interview process are One-on-one Round, Coding Test and HR.
How to prepare for Pelorus 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 Pelorus Technologies. The most common topics and skills that interviewers at Pelorus Technologies expect are Ethical Hacking, Open Source, Penetration Testing, Analytics and Cooking.
What are the top questions asked in Pelorus Technologies interview?

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

  1. Difference between functional and class component...read more
  2. What are hooks in reac...read more
  3. You will salary discussions. Clear all your doubts feel free to question t...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Pelorus Technologies interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k 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
 • 789 Interviews
Cyient Interview Questions
3.7
 • 279 Interviews
View all

Pelorus Technologies Reviews and Ratings

based on 12 reviews

4.3/5

Rating in categories

5.0

Skill development

4.7

Work-Life balance

4.4

Salary & Benefits

4.9

Job Security

4.7

Company culture

4.6

Promotions/Appraisal

4.8

Work Satisfaction

Explore 12 Reviews and Ratings
Digital Forensic Analyst
12 salaries
unlock blur

₹2.4 L/yr - ₹6.5 L/yr

Financial Analyst
9 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Data Analyst
4 salaries
unlock blur

₹4 L/yr - ₹9 L/yr

Technical Support Engineer
4 salaries
unlock blur

₹2.4 L/yr - ₹4 L/yr

Sales & Service Engineer
4 salaries
unlock blur

₹3.7 L/yr - ₹4.1 L/yr

Explore more salaries
Compare Pelorus 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