i
Paltech
Filter interviews by
I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
AutoMapper is a library for mapping objects, middleware is software that acts as a bridge between different systems, OOPs concepts are principles of object-oriented programming.
AutoMapper is a popular object-to-object mapping library in .NET that helps to eliminate repetitive mapping code.
Middleware in .NET is software that can handle requests and responses between a client and a server, providing additional functional...
Reverse a given string
Use a loop to iterate through the characters of the string and build a new string in reverse order
Alternatively, use built-in functions like Array.Reverse() in C#
Consider edge cases like empty string or null input
Abstract classes in C# provide a way to define common behavior for derived classes while allowing specific implementations.
Use the 'abstract' keyword to define an abstract class.
Abstract classes cannot be instantiated and can contain abstract methods that must be implemented by derived classes.
Derived classes must provide implementations for all abstract methods.
Abstract classes can also have non-abstract methods and p...
Top trending discussions
I applied via Company Website and was interviewed before Oct 2021. There were 6 interview rounds.
A test designed to determine a person ability ina particular skil or field of knowledge.
Coding test or programming test is the ability to check a code on the job potential and performance
I applied via Naukri.com and was interviewed before Aug 2022. There were 3 interview rounds.
I applied via Recruitment Consultant and was interviewed in Nov 2021. There was 1 interview round.
Connected architecture maintains a continuous connection to the database while disconnected architecture connects only when required.
Connected architecture is suitable for applications that require real-time data updates.
Disconnected architecture is suitable for applications that require occasional data updates.
Connected architecture uses DataReader while disconnected architecture uses DataSet.
Connected architecture is...
In disconnected architecture, class names should reflect the entities or objects they represent.
Class names should be meaningful and descriptive.
They should follow naming conventions, such as PascalCase or camelCase.
Avoid using abbreviations or acronyms that may not be easily understood.
Consider using domain-specific terminology to make the class names more intuitive.
Examples: Customer, Order, Product, Employee
Signature of multicast delegate
A multicast delegate is a delegate that can have multiple methods assigned to it
The signature of a multicast delegate is the same as that of a regular delegate
The signature includes the return type, name, and parameters of the delegate
Delegates are used to create references to methods and pass them as arguments to other methods.
Delegates allow for loose coupling between objects
Delegates can be used to implement callbacks and event handlers
Delegates can be used to implement the observer pattern
Delegates can be used to implement the command pattern
Delegates can be used to implement the strategy pattern
posted on 18 Dec 2024
I applied via Company Website and was interviewed in Nov 2024. There were 3 interview rounds.
The group discussion is the we work with team and the team (Group). The discussion is the company group had the meeting an they think what they do on next and etc....
Teleperformance is a global outsourcing company specializing in customer experience management.
Global outsourcing company
Specializes in customer experience management
Provides services such as customer support, technical support, sales, etc.
Passion for problem-solving and interest in software development drove me to choose this job.
Passion for problem-solving
Interest in software development
Opportunity to learn and grow in the field
Yes, I am very interested in doing work as a Junior Software Programmer.
I am passionate about coding and problem-solving
I enjoy learning new technologies and improving my skills
I have completed relevant courses or certifications in software development
No, I have not worked at Teleperformance before.
I have not worked at Teleperformance in the past.
My previous work experience does not include Teleperformance.
I am a new candidate for this position and have not worked at Teleperformance.
Yes, I am happy with this job because I enjoy coding and problem-solving.
I enjoy coding and problem-solving
I appreciate the opportunities for growth and learning in this role
I have a positive relationship with my team and enjoy collaborating on projects
Simple coding questions.
I applied via Job Fair and was interviewed in Jun 2023. There were 3 interview rounds.
Ms office,Core Java , Tally , C,
In my Opinion,view , If you ask me, As far as I can see/I am Concerned , It seems to me that , I think /feel/reckon/ belive , If you want my option , What we have to decide
5 questions ( 3 coding ).. and 2 objective MCQ
I was interviewed in Jul 2021.
Round duration - 70 minutes
Round difficulty - Medium
Link was active for 24 hours, I took the test at night.
Difficulty was medium.
There were some MCQs on Springboot/Java along with 2 DSA questions.
Given a binary tree, compute the zigzag level order traversal of the node values in the tree. The zigzag traversal requires traversing levels from left to right, then ...
Applied BFS for level order traversal.
The core logic is how to append the current level nodes in the resultList.
If currLevel is even:
then append the curr level node list as it is to the resultList
else:
reverse the curr level node list and then append to the resultList.
Finally return the resultList.
Your house is located at the origin (0,0) of a 2-D plane. There are N
neighbors living at different points on the plane. Your goal is to visit exactly K
neighb...
As we need to find K closest restaurants to the source (0,0), I used priority queue(MaxHeap) in python to eliminate all the farthest restaurants and have only k closest restaurants left at the end of the loop.
I had stored the elements in priority Queue as a pair [distance, coordinates], so that at I can directly get the coordinates for the k closest restaurants to return in the result.
Round duration - 60 minutes
Round difficulty - Medium
Technical round (Questions on Java, Spring Boot, Microservices, Rest APIs, OOPs and Solid principals).
Round duration - 45 minutes
Round difficulty - Easy
Tip 1 : Prepare core concepts of OOPs and SOLID principles with some examples.
Tip 2 : Practice DSA Medium level question (Trees, Heaps, LinkedList, Dynamic Programming, BFS-DFS, Two pointer, Backtracking)
Tip 3 : For OA round, Prepare Spring Boot core concepts (For MCQs) along with DSA.
Tip 1 : Mention all the previous projects tasks/achievements point wise along with the Tech Stack used.
Tip 2 : Practice explaining projects which were part of your work experience and be ready for follow up questions.
Tip 3 : Specify relevant skills and certificates in the resume.
based on 1 interview
Interview experience
Software Engineer
37
salaries
| ₹5 L/yr - ₹15 L/yr |
Associate Software Engineer
13
salaries
| ₹5 L/yr - ₹8 L/yr |
Senior Software Engineer
12
salaries
| ₹14 L/yr - ₹23.5 L/yr |
Data Engineer
12
salaries
| ₹9 L/yr - ₹16.5 L/yr |
Software Developer
5
salaries
| ₹5 L/yr - ₹11 L/yr |
Infosys
TCS
Wipro
HCLTech