Upload Button Icon Add office photos

Filter interviews by

Paxcom India Software Engineer Trainee Interview Questions, Process, and Tips

Updated 11 Nov 2022

Paxcom India Software Engineer Trainee Interview Experiences

1 interview found

I applied via campus placement at Jaypee University of Information Technology, Solan and was interviewed in May 2022. There were 4 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 - Coding Test 

Test was on Hackerrank, 150 min duration, questions were easy to medium difficulty from topics such as Binary search, Doubly Linked list and Array manipulation.

Round 3 - Technical 

(4 Questions)

  • Q1. What is an Enum? implementation of an Enum
  • Ans. 

    An Enum is a data type that consists of a set of named values.

    • Enums are used to define a set of constants that can be used throughout the code.

    • Each value in an Enum is assigned an integer value by default, starting from 0.

    • Enums can also be assigned specific integer values or even string values.

    • Enums can be used in switch statements to handle different cases.

    • Example: enum Color { RED, GREEN, BLUE };

    • Example: enum Status

  • Answered by AI
  • Q2. Most efficient way to reverse a String of characters
  • Ans. 

    The most efficient way to reverse a String of characters is to use StringBuilder's reverse() method.

    • Create a StringBuilder object with the given String as parameter

    • Call the reverse() method on the StringBuilder object

    • Convert the StringBuilder object back to a String using toString() method

  • Answered by AI
  • Q3. Find the odd occuring number from array of numbers including even occuring (frequency) numbers.
  • Ans. 

    Find the odd occurring number from an array of numbers, including even occurring numbers.

    • Iterate through the array and count the frequency of each number using a hash map.

    • Iterate through the hash map and return the number with an odd frequency.

    • If no number has an odd frequency, return 'No odd occurring number found.'

  • Answered by AI
  • Q4. Follow-up to Q3: Find two odd occuring numbers (Eff. Sol: Double Xor method)
  • Ans. 

    The double XOR method is used to find two odd occurring numbers in an array.

    • Iterate through the array and perform XOR operation on all elements

    • The result will be the XOR of the two odd occurring numbers

    • Find the rightmost set bit in the result

    • Divide the array into two groups based on whether the corresponding bit is set or not

    • Perform XOR on each group separately to find the two odd occurring numbers

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Why would you like to join our company?
  • Q2. What are your career goals?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, the interviewers are great and helpful if you get stuck or need a hint. Overall DSA skill required is Medium, with some rare good quality questions from simple topics like enum, LL, Xor (Operators) etc. Doing any DSA Sheet or unique questions from Leetcode will be great help.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Questions related to frontend developer

Round 3 - One-on-one 

(2 Questions)

  • Q1. Describe Yourself and share according to your college journey
  • Q2. Questions related to frontend and focus more on css and react

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare properly with frontend questions and mainly frontend react questions.

I applied via Company Website and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. The three programming questions were asked in the technical interview.
  • Q2. How to find the year is leap or not using single if condition.
  • Ans. 

    To find leap year using single if condition

    • Check if year is divisible by 4 and not divisible by 100

    • Or check if year is divisible by 400

    • If either of the above conditions is true, then it's a leap year

  • Answered by AI
  • Q3. How to find the reverse of a string of a particular order seperated by dots.
  • Ans. 

    To reverse a string of a particular order separated by dots, split the string into an array, reverse the array, and join it back into a string.

    • Split the string using the dot separator

    • Reverse the resulting array

    • Join the array back into a string using the dot separator

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You need to understand the basic coding concepts.

Skills evaluated in this interview

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

1 hour online test ..

Round 2 - Technical 

(1 Question)

  • Q1. Programming related questions.
Round 3 - Technical 

(1 Question)

  • Q1. DSA round (easy to medium)
Round 4 - HR 

(1 Question)

  • Q1. Technical+ hr round
Round 5 - Behavioral 

(1 Question)

  • Q1. Technical questions.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Given the react machine coding example
Round 2 - Behavioral 

(1 Question)

  • Q1. Explain about your projects
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - Coding Test 

In the coding test, there were 2 problems based on arrays and hashing (easy to medium level leetcode)

Round 2 - One-on-one 

(2 Questions)

  • Q1. Several OOP questions were asked.... like, Can we have a class inside an interface? Can we have a static constructor? Can we have multiple main methods?
  • Q2. DBMS question: Normalization questions and keys concepts.
Round 3 - One-on-one 

(2 Questions)

  • Q1. DSA question (stack based) You have a stack full of numbers, you have to arrange them in ascending order in the same stack without using any other data structure.
  • Q2. OS and DBMS questions(sharding, semaphores, etc.)
Round 4 - HR 

(1 Question)

  • Q1. Questions based on Consultadd principles.

Interview Preparation Tips

Interview preparation tips for other job seekers - Review data structures and algorithms (DSA) once before the interview, as Consultadd interviews primarily focus on DSA. Additionally, revisit technical subjects such as Operating Systems (OS), Database Management Systems (DBMS), Computer Networks (CN), DSA, Algorithm Design and Analysis (ADA), and Object-Oriented Programming (OOP).
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. 3 sum coding problem
  • Q2. System design and projects
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It's completely mathematical

Round 2 - Aptitude Test 

Its completely mathematical

Round 3 - One-on-one 

(2 Questions)

  • Q1. Very difficult question asked by the CEO directly
  • Q2. Questions on real world scenario

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong at Aptitude, Logic and maths
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Jagan Institute of Management Studies (JIMS) and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. A Lot of OOPS and Virtual concept
  • Q2. Basic SQL till joins
  • Q3. Java script medium
  • Q4. C# oops output based

Interview Preparation Tips

Topics to prepare for Indus Valley Partners Associate Software Engineer interview:
  • OOPS
  • C#
  • Javascript
  • SQL
Interview preparation tips for other job seekers - Learn OOPS, Learn DBMS and practice SQL queries a lot and DSA till Linked list
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Basic to medium questions related to DotNet Core MVC, SQL Server, etc
Round 2 - Technical 

(1 Question)

  • Q1. Completely unprofessional behavior of the interviewer. - No Introduction Direct start asking questions. - Asking too many misleading questions (First ask what you worked on, then ask did you heard about th...

Paxcom India Interview FAQs

How many rounds are there in Paxcom India Software Engineer Trainee interview?
Paxcom India interview process usually has 4 rounds. The most common rounds in the Paxcom India interview process are Resume Shortlist, Coding Test and Technical.
What are the top questions asked in Paxcom India Software Engineer Trainee interview?

Some of the top questions asked at the Paxcom India Software Engineer Trainee interview -

  1. What is an Enum? implementation of an E...read more
  2. Find the odd occuring number from array of numbers including even occuring (fre...read more
  3. Follow-up to Q3: Find two odd occuring numbers (Eff. Sol: Double Xor meth...read more

Tell us how to improve this page.

Paxcom India Software Engineer Trainee Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more
Software Engineer
77 salaries
unlock blur

₹5 L/yr - ₹13.2 L/yr

Senior Software Engineer
35 salaries
unlock blur

₹8 L/yr - ₹20.5 L/yr

E-Commerce Analyst
29 salaries
unlock blur

₹4 L/yr - ₹7 L/yr

Business Analyst
18 salaries
unlock blur

₹2.5 L/yr - ₹10 L/yr

QA Engineer
17 salaries
unlock blur

₹4 L/yr - ₹8 L/yr

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