Upload Button Icon Add office photos

Filter interviews by

Akshayakalpa Executive - Developer Interview Questions and Answers

Updated 21 Jan 2023

Akshayakalpa Executive - Developer Interview Experiences

1 interview found

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

I applied via Referral and was interviewed in Dec 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. About akshayakalpa and essay writing to a particular topic
  • Q2. Self introduction they check Ur confidence level
Round 3 - One-on-one 

(1 Question)

  • Q1. Farmers requirements
Round 4 - Case Study 

About organic farming and it's benefits

Interview Preparation Tips

Interview preparation tips for other job seekers - Really great to work here and freshers also can get job here

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. About the company 'Meritto'
  • Q2. What is SAS?
  • Ans. 

    SAS stands for Statistical Analysis System, a software suite used for advanced analytics, business intelligence, data management, and predictive modeling.

    • SAS is a software suite used for data management, advanced analytics, business intelligence, and predictive modeling.

    • It is widely used in industries such as finance, healthcare, marketing, and government.

    • SAS programming language allows users to manipulate data, perfor...

  • Answered by AI
  • Q3. Cloud Computing

Interview Preparation Tips

Interview preparation tips for other job seekers - Read thoroughly about the company
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. What are three improvements that can be identified from the website?
  • Ans. 

    The website can enhance user experience, accessibility, and content quality for better engagement.

    • Improve navigation by simplifying the menu structure for easier access to key sections.

    • Enhance mobile responsiveness to ensure a seamless experience on smartphones and tablets.

    • Update content regularly to provide fresh information and maintain user interest.

  • Answered by AI
  • Q2. What were your last role and responsibilities?

I appeared for an interview in Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

Total of 8 questions:

4 MCQ(oops and expected output type questions) + other 2 were coding questions, out of which one is some class implementation question.

  • Q1. 

    Count Subarrays with Sum Divisible by K

    Given an array ARR and an integer K, your task is to count all subarrays whose sum is divisible by the given integer K.

    Input:

    The first line of input contains an...
  • Ans. 

    Count subarrays with sum divisible by K in an array.

    • Iterate through the array and keep track of the running sum modulo K.

    • Use a hashmap to store the frequency of remainders.

    • For each prefix sum, check how many previous prefix sums have the same remainder.

    • Return the total count of subarrays with sum divisible by K.

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This round was with the USA team, the panel consisted of 2 members. It took place at around 9 PM IST. The interviewer's focus was on approach.

  • Q1. 

    Sort an Array in Wave Form

    You are given an unsorted array ARR. Your task is to sort it so that it forms a wave-like array.

    Input:

    The first line contains an integer 'T', the number of test cases.
    For ea...
  • Ans. 

    Sort an array in a wave-like pattern where each element is greater than or equal to its adjacent elements.

    • Iterate through the array and swap elements at even indices with their adjacent odd indices to form a wave pattern.

    • There can be multiple valid wave arrays, so any valid wave array is acceptable.

    • Ensure the first element is greater than or equal to the second element to start the wave pattern.

  • Answered by AI
  • Q2. 

    Convert a Number to Words

    Given an integer number num, your task is to convert 'num' into its corresponding word representation.

    Input:

    The first line of input contains an integer ‘T’ denoting the number o...
  • Ans. 

    Convert a given integer number into its corresponding word representation.

    • Implement a function that takes an integer as input and returns the word representation of that number.

    • Break down the number into its individual digits and convert each digit into its word form.

    • Handle special cases like numbers between 10 and 19, and multiples of 10.

    • Combine the word forms of individual digits to form the final word representation

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 40 minutes
Round difficulty - Easy

It was a managerial round. The position of the person taking the interview was of a technical architect. As was informed by the recruiter, previously he was a technical architect at Amazon.

  • Q1. How does Facebook store comments in its database?
  • Ans. 

    Facebook stores comments in its database using a combination of relational and non-relational databases.

    • Comments are typically stored in a relational database like MySQL for structured data storage.

    • For scalability and performance, Facebook may also use a NoSQL database like Cassandra or HBase for storing comments in a denormalized format.

    • Metadata related to comments such as likes, timestamps, and user information may b...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Developer in NoidaEligibility criteriaShortlisting was done on the basis of coding test.Clearwater Analytics interview preparation:Topics to prepare for the interview - Data Structures, Algorithm Design, DBMS, Object Oriented Design, Machine LearningTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Practice the most frequent and most common questions DSA questions asked in companies like Amazon, Microsoft.
Tip 2 : Focus on solving the questions on your own as much as you can. 
Tip 3 : Don't waste your time on the number of questions while compromising quality.
Tip 4 : Do mock interviews with your friend if it's been a long since you have given the interview.
Tip 5 : For virtual interviews, always have a backup of data(you may use mobile data if Wi-Fi goes out). While during an interview try to maintain eye contact every now and then.
Tip 6 : Keep your resume short to 1 page and have far/good knowledge of the tech stack you have mentioned

Application resume tips for other job seekers

Tip 1 : Keep it short to 1 page
Tip 2 : Prepare it well.
Tip 3 : Focus more on the problem and the solution. Rather than tools used to solve the problem

Final outcome of the interviewRejected

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Some database questions,some java questions .

Round 2 - Technical 

(3 Questions)

  • Q1. What is the difference between javascript and jQuery.
  • Ans. 

    JavaScript is a programming language used for web development, while jQuery is a library built with JavaScript to simplify HTML document traversal and manipulation.

    • JavaScript is a programming language, while jQuery is a library written in JavaScript.

    • JavaScript can be used for a wide range of tasks, while jQuery is mainly used for DOM manipulation and event handling.

    • JavaScript is a core technology for web development, w...

  • Answered by AI
  • Q2. Define different types of join
  • Ans. 

    Different types of joins are used in SQL to combine rows from two or more tables based on a related column between them.

    • Inner Join: Returns rows when there is at least one match in both tables.

    • Left Join (or Left Outer Join): Returns all rows from the left table and the matched rows from the right table.

    • Right Join (or Right Outer Join): Returns all rows from the right table and the matched rows from the left table.

    • Full ...

  • Answered by AI
  • Q3. Define multithreading concept and exception handling.
  • Ans. 

    Multithreading allows multiple threads to run concurrently, while exception handling deals with errors in a program.

    • Multithreading involves running multiple threads simultaneously to improve performance and responsiveness.

    • Threads share the same memory space but have their own program counter and registers.

    • Exception handling is a mechanism to handle errors or exceptional situations in a program.

    • It helps prevent the prog...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Design Questions to build a scalable micro service
  • Q2. Salary Discussion
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Why you wanted to quit existing employer
Round 2 - HR 

(1 Question)

  • Q1. What’s your career goal
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Based on Accounting Questions
  • Q2. Golden Rules
Round 2 - One-on-one 

(2 Questions)

  • Q1. Accounting Questions
  • Q2. Prepaid
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a highly motivated and experienced professional with a strong background in project management and team leadership.

    • Over 10 years of experience in project management

    • Proven track record of successfully leading cross-functional teams

    • Strong communication and problem-solving skills

    • Certified in project management (PMP)

    • Previously managed a $5 million project for a Fortune 500 company

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

(1 Question)

  • Q1. Based on the Position

Interview Preparation Tips

Topics to prepare for AdamsBridge Global Senior Associate interview:
  • General Ledger
  • Bank Reconciliation
  • accrual
  • Accounts Payable
  • Accounts Receivable
Interview preparation tips for other job seekers - Try to learn or know about the company and the process which you applied.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Need to know about accounting well !

Round 2 - One-on-one 

(1 Question)

  • Q1. Basic accounting questions

Akshayakalpa Interview FAQs

How many rounds are there in Akshayakalpa Executive - Developer interview?
Akshayakalpa interview process usually has 4 rounds. The most common rounds in the Akshayakalpa interview process are Resume Shortlist, HR and One-on-one Round.
What are the top questions asked in Akshayakalpa Executive - Developer interview?

Some of the top questions asked at the Akshayakalpa Executive - Developer interview -

  1. About akshayakalpa and essay writing to a particular to...read more
  2. Farmers requireme...read more

Tell us how to improve this page.

Akshayakalpa Executive - Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

MagicPin Interview Questions
2.6
 • 50 Interviews
Shaadi.com Interview Questions
3.4
 • 28 Interviews
HealthKart Interview Questions
3.9
 • 28 Interviews
Tokopedia Interview Questions
4.1
 • 25 Interviews
Meritto Interview Questions
3.6
 • 22 Interviews
Furlenco Interview Questions
3.4
 • 21 Interviews
Droom Interview Questions
3.8
 • 19 Interviews
View all
Brand Ambassador
9 salaries
unlock blur

₹2.4 L/yr - ₹3.6 L/yr

Data Analyst
8 salaries
unlock blur

₹2 L/yr - ₹3.3 L/yr

Executive Accountant
8 salaries
unlock blur

₹3 L/yr - ₹4.3 L/yr

Senior Brand Ambassador
6 salaries
unlock blur

₹4.5 L/yr - ₹5.4 L/yr

Sales Officer
6 salaries
unlock blur

₹3.5 L/yr - ₹4.3 L/yr

Explore more salaries
Compare Akshayakalpa with

MagicPin

2.6
Compare

HealthKart

3.9
Compare

Awign Enterprises

3.9
Compare

Nestaway

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