i
TALENTON GLOBAL PTE. LTD.
Be the first one to contribute and help others!
I applied via Campus Placement and was interviewed in Mar 2024. There were 3 interview rounds.
Aptitude with pseudo codes and concepts of oops
3 coding questions to be written on paper
A peak element in an array is an element that is greater than or equal to its neighbors.
Iterate through the array and check if the current element is greater than its neighbors.
If the current element is a peak, return it.
If there are multiple peak elements, return any one of them.
I was interviewed in Jun 2024.
Pen Paper test of 3 coding questions
I applied via Referral and was interviewed in May 2021. There was 1 interview round.
Count distinct pairs with difference equal to k and optimize.
Use a hash set to store the elements of the array.
Iterate through the array and check if the current element + k or current element - k exists in the hash set.
Increment the count if a pair is found and add the current element to the hash set.
Return the count of distinct pairs.
A box segment can be made by cutting a box into two parts along one of its faces.
Choose a face of the box to cut along
Use a saw or knife to cut through the box along the chosen face
Sand the edges of the cut to smooth them out if necessary
I am a seasoned Business Analyst with a track record of successful projects and achievements.
Led a cross-functional team to implement a new CRM system, resulting in a 20% increase in customer satisfaction
Developed a data-driven pricing strategy that led to a 15% increase in revenue
Managed a project to streamline inventory management processes, reducing costs by 10%
I applied via Recruitment Consulltant and was interviewed in Apr 2024. There was 1 interview round.
I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.
Graduated with a degree in Computer Science
Passionate about coding and problem-solving
Completed internships at tech companies
Participated in coding competitions
I have previous experience working as a marketing intern at XYZ Company.
Assisted in creating social media content and managing online campaigns
Conducted market research and analysis to identify target audience
Collaborated with team members to develop marketing strategies
I applied via Internshala and was interviewed before Nov 2022. There were 3 interview rounds.
SQL, Joins, Window Functions, Aggregations
I applied via Referral and was interviewed before Dec 2022. There were 2 interview rounds.
Event loop is a mechanism that allows for efficient handling of multiple events in a single thread.
Event loop is used in asynchronous programming to handle non-blocking I/O operations.
It continuously checks for events in a queue and executes their associated callbacks.
Event loop is commonly used in JavaScript for handling browser events and Node.js for handling server requests.
It prevents blocking of the main thread by...
Polyfill of bind is a function that allows you to bind a specific context to a function.
The bind polyfill can be implemented using the apply method.
It returns a new function with the specified context bound to it.
The polyfill can also accept additional arguments that will be passed to the original function.
Here's an example of a bind polyfill implementation:
```javascript if (!Function.prototype.bind) { Function.proto...
Randstad
CIEL HR
Apna
Taskmo