Upload Button Icon Add office photos
Engaged Employer

i

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

Atgeir Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Atgeir Solutions Interview Questions and Answers

Updated 6 Jul 2025

Atgeir Solutions Interview Experiences

3 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com

Round 1 - Technical 

(2 Questions)

  • Q1. Docker Networks, vpc
  • Q2. Commutation between two containers, data form on-premise to cloud
  • Ans. 

    Use tools like Docker and Kubernetes for container communication and data transfer between on-premise and cloud environments.

    • Utilize Docker for containerization of applications to ensure portability between environments

    • Implement Kubernetes for orchestration and management of containers across on-premise and cloud

    • Use tools like Docker Compose or Kubernetes services to facilitate communication between containers

    • Establish...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - its all luck in interview
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I appeared for an interview in Jan 2025.

Round 1 - Technical 

(1 Question)

  • Q1. Technical round based on docker, VPC, AWS and neworking
Round 2 - Founder Interview 

(1 Question)

  • Q1. Previous work experience discussion, docker, kubernetes, AWS, VPC.

Interview Questions & Answers

user image Anonymous

posted on 6 Jul 2025

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jul 2024, where I was asked the following questions.

  • Q1. SQL: 2 queries based on left join and group by. Types of Joins, Primary key, Foreign Key Python: 3-4 coding questions - making list, finding the element of 2nd index, append two lists, sorting the list Dif...
  • Q2. Aptitude: 1. Sum of three consecutive integers is 33, find the numbers. 2. If cost price of a product is $40, and the person put the discount of 20%. What will be the final price? 3. If 6 persons can compl...
  • Ans. 

    Solve three math problems involving integers, discounts, and work completion rates.

    • 1. For consecutive integers, let them be x, x+1, x+2. Equation: x + (x+1) + (x+2) = 33.

    • 2. To find the final price after a 20% discount on a $40 product: Final Price = Cost Price - (Discount * Cost Price).

    • 3. Work completion can be calculated using the formula: Work = Number of Persons * Days. Rearranging gives Days = Work / Number of Pers...

  • Answered by AI
  • Q3. How many layers used while building the CNN model? What is forward and backward propagation? Dataframe, syntax of dataframe while importing csv file If there is a pipe(|) in the csv file, how you are going...
  • Ans. 

    Understanding CNN layers, propagation methods, and handling CSV files in data engineering.

    • CNN models typically consist of multiple layers: convolutional, pooling, and fully connected layers.

    • Forward propagation involves passing input data through the network to obtain predictions.

    • Backward propagation adjusts weights based on the error of predictions to minimize loss.

    • To import a CSV file in Python using pandas: `import p...

  • Answered by AI

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Atgeir Solutions?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Apr 2023. There were 5 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 - Technical 

(1 Question)

  • Q1. Detailed discussion on the projects worked on
Round 3 - Technical 

(1 Question)

  • Q1. Technical questions and answers
Round 4 - Technical 

(1 Question)

  • Q1. Face to face interview
Round 5 - HR 

(1 Question)

  • Q1. General HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and.
This is the correct place if yo want to gain more technical knowledge
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

It was of 75 minutes. And Questions are related from Quantitative, logical reasoning and Coding.

Round 2 - Coding Test 

DSA Questions were asked there

Interview Preparation Tips

Interview preparation tips for other job seekers - Do all the bsics and keep calm while solving questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Aptitude Test 

Sorry cant provide the details

Round 2 - Technical 

(2 Questions)

  • Q1. On Amazon Web Services
  • Q2. On DEVOPS like Jenkins etc......

Interview Preparation Tips

Interview preparation tips for other job seekers - GOOOD

I applied via Campus Placement and was interviewed before Sep 2021. There were 2 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 

Mcqs on javascript,. 1 coding question

Interview Preparation Tips

Interview preparation tips for other job seekers - Campus recruitment
1 online coding
2 technical rounds DSA
1 tech managerial
1 hr

Os, DBMS, DSA, stacks, trees,
Are these interview questions helpful?

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Ans. 

    This question involves creating a specific pattern using loops and conditional statements in programming.

    • Identify the desired pattern (e.g., asterisks, numbers).

    • Use nested loops: outer loop for rows, inner loop for columns.

    • Control the output format with conditional statements.

    • Example: For a pyramid pattern, increase spaces and asterisks in each row.

  • Answered by AI
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week

I appeared for an interview in Mar 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Easy

Timing was 10:00 AM. Platform was good.

  • Q1. 

    Subarray With Given Sum Problem Statement

    Given an array ARR of N integers and an integer S, determine if there exists a contiguous subarray within the array with a sum equal to S. If such a subarray exis...

  • Q2. 

    Remove Consecutive Duplicates Problem Statement

    Given a string S, your task is to recursively remove all consecutive duplicate characters from the string.

    Input:

    String S

    Output:

    Output string

    Constr...

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Chitkara University. I applied for the job as SDE - 1 in MumbaiEligibility criteriaAbove 8 CGPAGoComet interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Practice Data structure questions.
Tip 2 : Do some projects.
Tip 3 : Have knowledge of DBMS.

Application resume tips for other job seekers

Tip 1 : Keep it short.
Tip 2 : Do not put false things on resume.

Final outcome of the interviewRejected

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Can you describe a challenging technical problem you encountered in a recent project and the approach you took to solve it?
  • Ans. 

    I faced a performance bottleneck in a microservices architecture and optimized the data flow to enhance system efficiency.

    • Identified the bottleneck using profiling tools like New Relic and pinpointed slow database queries.

    • Refactored the data access layer to implement caching strategies, reducing database load by 40%.

    • Introduced asynchronous processing for non-critical tasks, improving overall response time by 30%.

    • Collab...

  • Answered by AI
  • Q2. How would you design a scalable architecture for a real-time notification system, and what technologies would you select for this implementation and why?
  • Ans. 

    Design a scalable real-time notification system using microservices, message queues, and cloud technologies.

    • Use microservices architecture to separate concerns (e.g., user management, notification service).

    • Implement a message broker like Apache Kafka or RabbitMQ for handling real-time notifications.

    • Utilize WebSockets for real-time communication between the server and clients.

    • Leverage cloud services (e.g., AWS, Azure) f...

  • Answered by AI

Atgeir Solutions Interview FAQs

How many rounds are there in Atgeir Solutions interview?
Atgeir Solutions interview process usually has 1-2 rounds. The most common rounds in the Atgeir Solutions interview process are Technical.
How to prepare for Atgeir 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 Atgeir Solutions. The most common topics and skills that interviewers at Atgeir Solutions expect are Big Data, Cloud Computing, Python, SQL and Cloud.
What are the top questions asked in Atgeir Solutions interview?

Some of the top questions asked at the Atgeir Solutions interview -

  1. Aptitude: 1. Sum of three consecutive integers is 33, find the numbers. 2. If c...read more
  2. How many layers used while building the CNN model? What is forward and backward...read more
  3. Commutation between two containers, data form on-premise to cl...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 6 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 50%
4-6 weeks 50%
View more

Interview Questions from Similar Companies

NexTurn Interview Questions
4.1
 • 34 Interviews
GoComet Interview Questions
4.6
 • 24 Interviews
Bonami Software Interview Questions
4.1
 • 23 Interviews
Ivanti Interview Questions
3.7
 • 19 Interviews
Koantek Interview Questions
3.4
 • 17 Interviews
SentientGeeks Interview Questions
4.4
 • 16 Interviews
View all

Atgeir Solutions Reviews and Ratings

based on 36 reviews

4.7/5

Rating in categories

4.7

Skill development

4.5

Work-life balance

4.1

Salary

4.7

Job security

4.8

Company culture

4.2

Promotions

4.6

Work satisfaction

Explore 36 Reviews and Ratings
Digital Marketing Executive

Pune

3-4 Yrs

Not Disclosed

Data Engineer (academia)

Pune

5-10 Yrs

Not Disclosed

Explore more jobs
Data Engineer
33 salaries
unlock blur

₹5 L/yr - ₹8 L/yr

Associate Data Engineer
20 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Senior Data Engineer
13 salaries
unlock blur

₹11.1 L/yr - ₹15 L/yr

Data Scientist
3 salaries
unlock blur

₹5.4 L/yr - ₹8.5 L/yr

HR Manager
3 salaries
unlock blur

₹7 L/yr - ₹10 L/yr

Explore more salaries
Compare Atgeir Solutions with

Zidio Development

4.4
Compare

NexTurn

4.1
Compare

Springbord Systems

3.6
Compare

Kanerika Software

4.4
Compare
write
Share an Interview