Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Actolap Solutions Team. If you also belong to the team, you can get access from here

Actolap Solutions Verified Tick

Compare button icon Compare button icon Compare
4.6

based on 9 Reviews

Filter interviews by

Actolap Solutions Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(6 Questions)

  • Q1. Explain your last project and your role in this project
  • Q2. Overall working experience with other companies
  • Q3. Why choose kafka over MQ ? what challenges you faced during kafka implementation ?
  • Q4. Monolith to microservice migration journey ? what all decisions needs to be taken and how the entire migration took place.
  • Q5. If worked for RestAPI ? what is the use of swagger ? what is the content of Swagger documentation ?
  • Q6. Only this was asked to me , and rejected

Interview Preparation Tips

Interview preparation tips for other job seekers - Get your interview scheduled only through referals , as at least you can get what went wrong if not selected .
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

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

Round 1 - One-on-one 

(4 Questions)

  • Q1. Introduction, be prepared to have knowledge on your resume
  • Q2. Mathematical questions like percentage
  • Q3. Critical thinking. They asked a question with a given situation what you'll do .
  • Q4. The past 4 days been climate be stroming . And current was cut off due to rain and flood , you have a important assignment to finish, what you'll do

Interview Preparation Tips

Interview preparation tips for other job seekers - I went to citi for the interview of operation specialist other day. I been waitied for around 4 hours just to get my first round of interview. The interviewer seems exhausted due to overwhelming candidate. And one thing is shown upon the scheduling of the interview is lack of people management and schedules. The interviewer seems nice even though i didn't selected
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There were three coding questions.

Round 2 - Technical 

(5 Questions)

  • Q1. Could you provide a thorough explanation of the project?
  • Q2. OOps Concepts and question from the technical subjects
  • Q3. Why Spring Boot
  • Q4. JWT Authentication
  • Q5. Docker and Kubernetes
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions related to django and python.
Round 2 - Coding Test 

One python coding(easy) and django ORM queries

Round 3 - Behavioral 

(1 Question)

  • Q1. Some technical and about company.
Round 4 - Behavioral 

(1 Question)

  • Q1. About company and some technical.

Interview Preparation Tips

Topics to prepare for Advanced Structures India Python Software Developer interview:
  • Python
  • Django
  • about company
  • django ORM
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself?
  • Q2. What is your skills?
Round 2 - Technical 

(3 Questions)

  • Q1. Tell me about selenium
  • Ans. 

    Selenium is a popular open-source automation testing tool used for web application testing.

    • Selenium supports multiple programming languages such as Java, Python, C#, etc.

    • It allows testers to write test scripts in a variety of formats like HTML, Java, C#, etc.

    • Selenium can automate web browsers across different platforms like Windows, Mac, Linux, etc.

  • Answered by AI
  • Q2. Expalin java inheritance ana polymorphism
  • Q3. WHich tool you have used
  • Ans. 

    I have used various tools such as Microsoft Excel, Google Analytics, and Adobe Photoshop.

    • Microsoft Excel for data analysis and reporting

    • Google Analytics for website traffic analysis

    • Adobe Photoshop for graphic design

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Not to join

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Guesstimates 

(1 Question)

  • Q1. Estimate number of burgers sold by one burger Outlet in your city.
  • Ans. 

    The number of burgers sold by a burger outlet in a city can vary based on factors like location, menu offerings, pricing, and customer demand.

    • Consider the population of the city and the popularity of the outlet.

    • Analyze the outlet's menu offerings and pricing compared to competitors.

    • Take into account any special promotions or events that may impact sales.

    • Look at historical sales data if available.

    • Interview employees or

  • Answered by AI
Round 2 - Guesstimates 

(1 Question)

  • Q1. Estimate transportation cost for raw materials.
  • Ans. 

    Transportation cost for raw materials can be estimated based on distance, mode of transportation, quantity, and current market rates.

    • Consider the distance between the supplier and the manufacturing facility

    • Take into account the mode of transportation (road, rail, sea, air)

    • Calculate the quantity of raw materials being transported

    • Research current market rates for transportation services

    • Factor in any additional costs such

  • Answered by AI
Round 3 - Guesstimates 

(2 Questions)

  • Q1. Asked about past experience
  • Q2. Some guesstimate question

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewers are very rude. Everyone was using phone and laptop all the time and not much attention was given to the candidate during the interview.
Worst Interview Experience ever.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at Indian Statistical Institute (ISI), Bangalore and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Bunch of quant probability questions

Round 2 - Coding Test 

Bunch of dp and graph theory

Interview Preparation Tips

Topics to prepare for Jane Street Researcher interview:
  • Statistics
  • DSA
  • Maths
Interview preparation tips for other job seekers - Try to shine any national level exam with goof axademics

Junior Manager - Analyst Interview Questions & Answers

50 Hertz user image Kaulik Poddar

posted on 3 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(2 Questions)

  • Q1. How to run linear regression model in R
  • Ans. 

    To run a linear regression model in R, use the lm() function with the formula specifying the relationship between variables.

    • Use the lm() function to fit a linear regression model, specifying the formula with the dependent and independent variables.

    • For example, to predict sales based on advertising spend, use lm(sales ~ advertising, data = dataset).

    • Use summary() to view the results of the linear regression model, includ...

  • Answered by AI
  • Q2. How to run linear regression model without intercept in R
  • Ans. 

    To run linear regression model without intercept in R, set the intercept parameter to 0

    • Set the intercept parameter to 0 in the lm() function in R

    • Example: lm(y ~ x - 1, data = dataset) will fit a linear regression model without intercept

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Securitisation and how it works.
  • Ans. 

    Securitisation is the process of pooling various types of debt and selling them as securities to investors.

    • Securitisation involves bundling together various types of debt, such as mortgages, auto loans, or credit card debt.

    • These debts are then sold to a special purpose vehicle (SPV) which issues securities backed by the cash flows from the underlying assets.

    • Investors purchase these securities and receive payments based...

  • Answered by AI
  • Q2. Financial Ratios and how they work and what is a good number to have.
  • Ans. 

    Financial ratios are tools used to evaluate a company's financial performance and health.

    • Financial ratios are calculated using data from a company's financial statements.

    • They help investors and analysts assess a company's profitability, liquidity, efficiency, and solvency.

    • A good number for a financial ratio can vary depending on the industry and company size.

    • For example, a current ratio of 2 or higher is generally cons...

  • Answered by AI
  • Q3. Random number crunching based on some scenario that needs you to make assumptions and get an answer
  • Q4. How an Excel function works. (Vlookup, Hlookup, Xlookup, IF/AND/OR)
  • Ans. 

    Excel functions like Vlookup, Hlookup, Xlookup, IF/AND/OR are used for data lookup and logical operations.

    • Vlookup: Searches for a value in the first column of a table and returns a value in the same row from a specified column.

    • Hlookup: Similar to Vlookup but searches for a value in the first row of a table.

    • Xlookup: A more versatile version of Vlookup and Hlookup that can search both vertically and horizontally.

    • IF: Retu...

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Personal Questions.
  • Q2. My expertise and proficiency of excel
Round 3 - HR 

(1 Question)

  • Q1. No questions. Was confirmed my job

Interview Preparation Tips

Topics to prepare for Oxane Partners Analyst interview:
  • Alternative Investments
  • Fixed Income
  • Derivatives
  • Quantitative Math
  • Financial Analysis
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. How much brokerage you used to generate a day
  • Ans. 

    I used to generate an average of $X in brokerage per day

    • On average, I used to generate $X in brokerage per day

    • The amount of brokerage generated per day varied based on market conditions and client activity

    • For example, on a busy trading day, I could generate $Y in brokerage, while on a slow day it could be lower at $Z

  • Answered by AI
  • Q2. Total brokerage generationin a day
  • Ans. 

    The total brokerage generation in a day is the sum of all the brokerage fees earned by the equity dealer from executing trades.

    • Calculate the brokerage earned from each trade executed during the day

    • Add up all the brokerage fees to get the total brokerage generation for the day

    • Consider different types of trades and their respective brokerage rates

    • Example: If a dealer earns $10 from Trade A, $15 from Trade B, and $20 from...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer already knows if a person is to be selected after f2f round. But in my case interview went smooth the interviewer said hr will share the feedback. Three days passed then i called texted hr didn't respond a day later hr responded she didn't receive any feedback yet. if i get selected then they will call. I am not understanding why they taking so long to share the feedback. Very unprofessional simply sharing feedback would help the interviewee to decide whether he should go for some other company.

Actolap Solutions Interview FAQs

How to prepare for Actolap Solutions 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 Actolap Solutions. The most common topics and skills that interviewers at Actolap Solutions expect are API, MongoDB, NoSQL, Rest and Spring.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 792 Interviews
Oxane Partners Interview Questions
3.6
 • 23 Interviews
View all

Actolap Solutions Reviews and Ratings

based on 9 reviews

4.6/5

Rating in categories

4.4

Skill development

4.3

Work-life balance

4.4

Salary

4.4

Job security

4.0

Company culture

4.0

Promotions

4.4

Work satisfaction

Explore 9 Reviews and Ratings
Software Engineer
6 salaries
unlock blur

₹4.8 L/yr - ₹12 L/yr

Software Developer
4 salaries
unlock blur

₹5 L/yr - ₹6 L/yr

Java Developer
4 salaries
unlock blur

₹4 L/yr - ₹8.5 L/yr

Software Development Engineer
3 salaries
unlock blur

₹4 L/yr - ₹5 L/yr

Senior Software Engineer
3 salaries
unlock blur

₹7.2 L/yr - ₹11.5 L/yr

Explore more salaries
Compare Actolap Solutions with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview