MathWorks
10+ Actalent Services Interview Questions and Answers
Q1. Minimum Jumps Problem Statement
In the city of Berland, Bob and his wife visit the ‘Arcade’ mall every Friday. The mall has shops arranged in a line, and Bob can jump between these shops using trampolines. From...read more
Q2. Arrangement Problem Statement
Determine the number of permutations of list A
= [1, 2, ..., N] such that for every index i
, either A[i]
is divisible by i
or i
is divisible by A[i]
.
Input:
The input starts with a...read more
Q3. Triplets with Given Sum Problem
Given an array or list ARR
consisting of N
integers, your task is to identify all distinct triplets within the array that sum up to a specified number K
.
Explanation:
A triplet i...read more
Q4. Longest Increasing Path in Matrix Problem Statement
Given a 2-D matrix mat
with 'N' rows and 'M' columns, where each element at position (i, j) is mat[i][j]
, determine the length of the longest increasing path ...read more
Implement Stack with Linked List
Your task is to implement a Stack data structure using a Singly Linked List.
Explanation:
Create a class named Stack
which supports the following operations, each in O(1) time:
Q10. Do dot product using C language
Calculate dot product using C language
Use two arrays of numbers to calculate the dot product
Iterate through the arrays and multiply corresponding elements, then sum the results
Ensure both arrays are of the same length
Q11. Define sampling theorem
Sampling theorem states that a continuous signal can be accurately represented by discrete samples if the sampling rate is at least twice the highest frequency component of the signal.
The sampling theorem, also known as Nyquist-Shannon sampling theorem, is essential in digital signal processing.
It states that in order to accurately reconstruct a continuous signal from its samples, the sampling rate must be at least twice the highest frequency component of the signal.
If the sa...read more
Top HR Questions asked in Actalent Services
Interview Process at Actalent Services
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month