Upload Button Icon Add office photos
Engaged Employer

i

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

Akal Information Systems Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 485 Reviews

Filter interviews by

Akal Information Systems Senior Software Developer Interview Questions and Answers

Updated 29 Jan 2022

Akal Information Systems Senior Software Developer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed before Jan 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 - Group Discussion 

They want to know my current project work and coading pattern

Interview Preparation Tips

Topics to prepare for Akal Information Systems Senior Software Developer interview:
  • .NetCore
  • MVC
  • Entity Framework
Interview preparation tips for other job seekers - Do work your own project be honest and tell them what is your roll and responsibility

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. No of divisions in cobol?
  • Ans. 

    There are four divisions in COBOL: Identification Division, Environment Division, Data Division, and Procedure Division.

    • Identification Division: Contains program name, author, and date.

    • Environment Division: Specifies the hardware and software environment.

    • Data Division: Defines the data structures used in the program.

    • Procedure Division: Contains the actual program logic.

  • Answered by AI
  • Q2. What is GDG in JCL?
  • Ans. 

    GDG stands for Generation Data Group in JCL, used to manage related datasets as a single unit.

    • GDG is used in JCL to group related datasets together for easier management.

    • It allows for easy referencing of datasets within the group using relative generation numbers.

    • Example: MYDATA.GDG(+1) refers to the most recent generation in the GDG.

    • Example: MYDATA.GDG(-1) refers to the previous generation in the GDG.

  • Answered by AI

Skills evaluated in this interview

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

I applied via campus placement at Gokaraju Rangaraju Institute of Engineering and Technology, Hyderabad and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Java OOPS concepts, Algorithms, Exception Handling

Interview Preparation Tips

Topics to prepare for TA Digital Senior Software Developer interview:
  • Java
Interview preparation tips for other job seekers - Good company

I applied via Recruitment Consultant and was interviewed in Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What technology will be used in upcoming projects?
  • Ans. 

    The upcoming projects will utilize a combination of technologies including Java, Python, and React.

    • Java

    • Python

    • React

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was upto three round based on performance. They were asked about techical skills which depends to resume and on further more asked to discuss for new technology like AWS, Cloud environment in right forwarding towards goals with organization interaction performance. It could around 25 minutes happened and discussed. This was be in 1st round. And then 2nd round was managerial round with technical skills, it could around an one hour with 30 minutes taken. There were asked about team responsibility, project dead lines, team members handled, technical skills based on coding wise and reviewed, new enhancement of development and testing criteria, new technical skill should learn to update once current project situation into deployment and updates joining process details from interviewer with techie people. Last round was HR discussed on that same date itself, asked about my experience performance, salary package and notice period details with had 10 minutes.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - Group Discussion 

Group discussion was the first round on avg there were 15 people in a group discussion at last everyone was given a minute to speak

Round 2 - HR 

(4 Questions)

  • Q1. Tell me about yourself?
  • Q2. Where do you see yourself in five years?
  • Q3. Tell me about your family?
  • Q4. Do you plan on Higher education?
Round 3 - Technical 

(6 Questions)

  • Q1. Questions on OOPs concept
  • Q2. Sort the array by parity
  • Q3. Write SQL queries
  • Q4. Who wrote the book discovery of the nation
  • Q5. What is the official language of kashmir
  • Q6. Which city is called city of lakes
Round 4 - Technical 

(6 Questions)

  • Q1. Find the length of the longest word in the length
  • Q2. Push the zeroes in the arrays to the end
  • Q3. When was python launched
  • Q4. What is name of ai from meta/google/amazon
  • Q5. What do you do in your free time
  • Q6. Tell me your pros and cons

Interview Preparation Tips

Topics to prepare for Winjit Technologies Software Developer interview:
  • OOPS
  • C++
  • SQL
Interview preparation tips for other job seekers - The Recruitment process is extremely slow and even weird like asking non-technical questions in technical rounds. The interviews were often rescheduled and mismanaged. The last round was in their office we reached before time and they had no clue that they had an interview scheduled. It began after two hours. Lastly they picked those candidates who had 0 technical knowledge in fact most of them had pretty bad interview experience since then could not answer any technical questions yet they were selected on the other hand those who could answer technical questions and had good interview experience were left out also the results came after a month leading me to believe there was something fishy
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Good questions and dsa arrays and string questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Oops related questions
  • Q2. DSA questions
Round 3 - Technical 

(1 Question)

  • Q1. All combined questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell us about your experience.
  • Q2. In english, give me a feedback you received lately.
Round 2 - Technical 

(2 Questions)

  • Q1. Brief explanation of SOLID principles
  • Q2. Ref vs out arguments
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is React, and what are its lifecycle methods?
  • Ans. 

    React is a JavaScript library for building user interfaces.

    • React is used for creating interactive UI components.

    • It uses a virtual DOM for efficient rendering.

    • React lifecycle methods include componentDidMount, componentDidUpdate, and componentWillUnmount.

    • These methods allow developers to perform actions at specific points in a component's lifecycle.

  • Answered by AI
  • Q2. What is the virtual DOM and how does reconciliation work in it?
  • Ans. 

    Virtual DOM is a lightweight copy of the actual DOM used for efficient updates. Reconciliation is the process of updating the actual DOM based on changes in the virtual DOM.

    • Virtual DOM is a lightweight copy of the actual DOM kept in memory.

    • When changes are made to the UI, they are first reflected in the virtual DOM.

    • Reconciliation is the process of comparing the virtual DOM with the actual DOM and updating only the nece...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Sep 2024.

Round 1 - Coding Test 

I was given a test which was not that difficult

Round 2 - Behavioral 

(2 Questions)

  • Q1. Why are you leaving the current job
  • Ans. 

    Seeking new challenges and growth opportunities in a more innovative environment.

    • Looking for new challenges and opportunities for growth

    • Interested in working in a more innovative environment

    • Seeking a change in company culture or work-life balance

  • Answered by AI
  • Q2. What's the driving factor for you to join Altair
  • Ans. 

    The innovative projects and collaborative work environment at Altair are the driving factors for me to join.

    • Innovative projects: I am excited about the opportunity to work on cutting-edge projects that push the boundaries of technology.

    • Collaborative work environment: I value teamwork and believe that working with talented individuals at Altair will help me grow professionally.

    • Company culture: I have heard great things ...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in May 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

About front end , html, css, reasoning,

Round 2 - Technical 

(1 Question)

  • Q1. What.is let , var, const
  • Ans. 

    let, var, and const are keywords used in JavaScript to declare variables with different scopes and mutability.

    • let is used to declare variables with block scope and allows reassignment

    • var is used to declare variables with function scope and allows redeclaration

    • const is used to declare variables with block scope and does not allow reassignment, but the value can still be mutable

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What is angular
  • Ans. 

    Angular is a popular open-source front-end web application framework developed by Google.

    • Angular is used for building dynamic web applications.

    • It allows for the creation of single-page applications.

    • Angular uses TypeScript for building applications.

    • It provides features like data binding, dependency injection, and routing.

    • Angular has a large community and ecosystem of libraries and tools.

    • Examples: AngularJS, Angular 2, A...

  • Answered by AI
  • Q2. Services in angular
  • Ans. 

    Services in Angular are singleton objects that can be used to share data and functionality across components.

    • Services are used to encapsulate reusable functionality, such as data fetching, logging, or authentication.

    • Services can be injected into components, directives, or other services using Angular's dependency injection system.

    • Services are typically defined using the @Injectable decorator.

    • Example: A DataService serv...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Communication skills.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good for freshers

Skills evaluated in this interview

Akal Information Systems Interview FAQs

How many rounds are there in Akal Information Systems Senior Software Developer interview?
Akal Information Systems interview process usually has 2 rounds. The most common rounds in the Akal Information Systems interview process are Resume Shortlist and Group Discussion.

Tell us how to improve this page.

People are getting interviews through

based on 1 Akal Information Systems interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Akal Information Systems Senior Software Developer Salary
based on 99 salaries
₹3.6 L/yr - ₹10.5 L/yr
50% less than the average Senior Software Developer Salary in India
View more details

Akal Information Systems Senior Software Developer Reviews and Ratings

based on 13 reviews

4.5/5

Rating in categories

4.0

Skill development

4.2

Work-Life balance

4.2

Salary & Benefits

4.2

Job Security

4.2

Company culture

4.0

Promotions/Appraisal

4.2

Work Satisfaction

Explore 13 Reviews and Ratings
Software Developer
175 salaries
unlock blur

₹2.4 L/yr - ₹9 L/yr

Senior Software Developer
99 salaries
unlock blur

₹3.6 L/yr - ₹10.5 L/yr

Senior Software Engineer
47 salaries
unlock blur

₹4.6 L/yr - ₹9.4 L/yr

Java Developer
33 salaries
unlock blur

₹2.5 L/yr - ₹10.5 L/yr

Software Engineer
32 salaries
unlock blur

₹2.2 L/yr - ₹10 L/yr

Explore more salaries
Compare Akal Information Systems with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview