Upload Button Icon Add office photos

Filter interviews by

Acsion Engineering Senior Engineer Interview Questions and Answers

Updated 14 Dec 2022

Acsion Engineering Senior Engineer Interview Experiences

1 interview found

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

I was interviewed in Jun 2022.

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. 1 .pyspark or python ( no of words in file pyspark code , python output questions ) 2 SQL ( Sal , Dept questions ) 3 Google cloud services ( Dataproc ,Bigquery , Dataflow etc )
Round 3 - Technical 

(1 Question)

  • Q1. It's a manager round interview .Questions about your project and all , questions about pyspark , bigdata hive , and more about Google cloud )

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident , go through basics of gcp ,python , SQL and pyspark (Bigdata )

Interview questions from similar companies

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

(2 Questions)

  • Q1. Question on trie
  • Q2. Question on intervals
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Coding on java 8 streams API
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Dsa questions like search sort

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

(2 Questions)

  • Q1. Tell me something about your self?
  • Ans. 

    I am a dedicated and experienced Senior Engineer with a strong background in project management and problem-solving.

    • Over 10 years of experience in engineering field

    • Expertise in project management and team leadership

    • Strong problem-solving skills and attention to detail

    • Proficient in various engineering software and tools

    • Excellent communication and interpersonal skills

  • Answered by AI
  • Q2. Why deloitte? and Us
  • Ans. 

    Deloitte is a global leader in consulting and technology services, offering exciting opportunities for growth and innovation.

    • Deloitte is a prestigious global consulting firm known for its innovative solutions and industry expertise

    • Deloitte offers a wide range of opportunities for career growth and development

    • Deloitte values diversity and inclusion, creating a supportive and collaborative work environment

    • Deloitte's focu...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
No response
Round 1 - Coding Test 

1st round was consist of mcq questions the difficulty level was moderate to hard.

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

I was interviewed in Sep 2023.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Reverse a String using Array
  • Ans. 

    Reverse a string using array of characters

    • Create an array of characters from the input string

    • Use two pointers to swap characters at opposite ends of the array until they meet

    • Join the characters in the array to form the reversed string

  • Answered by AI
  • Q2. Microservices vs Monilith
  • Ans. 

    Microservices allow for modular, independent services while monolith is a single, cohesive unit.

    • Microservices promote scalability and flexibility

    • Monoliths are easier to develop and deploy initially

    • Microservices can lead to more complex infrastructure and communication between services

    • Monoliths can become difficult to maintain and scale as they grow

    • Examples: Netflix uses microservices for their streaming platform, while...

  • Answered by AI
  • Q3. SQL query to get 3 max salary by group
  • Ans. 

    SQL query to get 3 max salary by group

    • Use the RANK() function to rank the salaries within each group

    • Filter the results to only include rows where the rank is less than or equal to 3

    • Order the results by group and salary in descending order

  • Answered by AI
  • Q4. CI CD process followed in last project
  • Ans. 

    Implemented CI/CD process using Jenkins for automated builds, tests, and deployments.

    • Utilized Jenkins for continuous integration and continuous deployment

    • Automated build process triggered by code commits to version control

    • Implemented automated testing to ensure code quality

    • Deployed code to different environments based on predefined pipelines

  • Answered by AI
  • Q5. Major changes in Spring boot 3
  • Ans. 

    Major changes in Spring Boot 3 include support for Java 17, improved performance, and enhanced security features.

    • Support for Java 17

    • Improved performance optimizations

    • Enhanced security features such as OAuth 2.1 support

    • Updated dependencies and libraries

  • Answered by AI

Skills evaluated in this interview

Round 1 - Aptitude Test 

Technical questions related to SQL , java , hibernate, spring boot ,oops, restful webservices

Round 2 - Technical 

(1 Question)

  • Q1. How to write Immutable class in java
  • Ans. 

    Immutable class in Java

    • Make the class final

    • Make all fields private and final

    • Do not provide any setter methods

    • If mutable objects are used, return a copy instead of the original object

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What is difference between spring MVC and spring Boot
  • Ans. 

    Spring MVC is a web framework while Spring Boot is an opinionated configuration of Spring.

    • Spring MVC requires manual configuration while Spring Boot provides auto-configuration.

    • Spring Boot includes an embedded server while Spring MVC requires a separate server.

    • Spring Boot simplifies dependency management while Spring MVC requires manual dependency management.

    • Spring Boot is ideal for microservices while Spring MVC is be

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and project related information

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep up-to-date knowledge in hand
Camera should be on
no network issue
And all the best

Skills evaluated in this interview

I applied via Company Website and was interviewed in Dec 2021. There were 3 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 

(2 Questions)

  • Q1. What is your responsibility role in the project
  • Q2. What is your project discuss your roles and responsibilities in your project
Round 3 - One-on-one 

(1 Question)

  • Q1. What are the technologies used
  • Ans. 

    We use a variety of technologies including Java, Python, AWS, Docker, and Kubernetes.

    • Java for backend development

    • Python for scripting and data analysis

    • AWS for cloud infrastructure

    • Docker for containerization

    • Kubernetes for container orchestration

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - About project and domain and which tools are used

I applied via LinkedIn and was interviewed in Jun 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Write a program: if input is "my_first_variable" return output as "myFirstVariable" and vice-versa
  • Ans. 

    A program to convert a variable name from snake_case to camelCase and vice-versa.

    • Split the input string by underscore (_) to get an array of words.

    • For snake_case to camelCase conversion, capitalize the first letter of each word except the first one.

    • For camelCase to snake_case conversion, insert an underscore (_) before each capital letter except the first one.

    • Join the array of words with the appropriate delimiter to ge

  • Answered by AI
  • Q2. Write a program: two input, one is N(any integer, lets say 3), second input will be array of integers(duplicate/multiple occurrences of same integer, lets say [2,3,2,4,2] ). You have to return the number w...
  • Ans. 

    Program to find the number whose occurrence is greater than N/2 in an array of integers.

    • Take two inputs, one integer N and an array of integers.

    • Loop through the array and count the occurrence of each number.

    • Return the number whose occurrence is greater than N/2.

    • If no such number found, return '-1'.

  • Answered by AI
  • Q3. Write a program: single input as a string(lets say "aaabcccfffghh"), you have to return the char and their occurrence as a string. In this case you have to return "a3b1c3f3g1h2"
  • Ans. 

    Program to return character and their occurrence in a string.

    • Iterate through the string and count the occurrence of each character.

    • Store the count in a dictionary or hashmap.

    • Create a new string by concatenating the character and their count.

    • Return the new string.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I have applied for Ui Developer(React/Redux). For that I had to go through series of tests and tech interview.
1. Coding Challenge: Three questions in 75min. Difficulty Level - Average
2.Aptitude Test: 30 questions in 20min. Difficulty Level - Average. Questions related to find the sequence of any missing figure. Train speed related questions. So practice these
3. Two round of Tech interview. Difficulty Level - Average to Difficult
4. MCQ on JS, JS Fundamental, HTML, CSS, React, GIT. Time 190min. Difficulty Level - Difficult.

Nagarro's hiring process is damn fast. After clearing any of the steps they will call on same day.

Skills evaluated in this interview

Acsion Engineering Interview FAQs

How many rounds are there in Acsion Engineering Senior Engineer interview?
Acsion Engineering interview process usually has 3 rounds. The most common rounds in the Acsion Engineering interview process are Technical and Resume Shortlist.
How to prepare for Acsion Engineering Senior Engineer 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 Acsion Engineering. The most common topics and skills that interviewers at Acsion Engineering expect are Engineering, Agile, Coding, Application Development and Application Support.

Tell us how to improve this page.

Acsion Engineering Senior Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
Acsion Engineering Senior Engineer Salary
based on 151 salaries
₹6 L/yr - ₹25 L/yr
54% more than the average Senior Engineer Salary in India
View more details

Acsion Engineering Senior Engineer Reviews and Ratings

based on 18 reviews

3.7/5

Rating in categories

3.6

Skill development

3.8

Work-life balance

3.3

Salary

3.0

Job security

3.8

Company culture

2.8

Promotions

3.7

Work satisfaction

Explore 18 Reviews and Ratings
Senior Engineer
151 salaries
unlock blur

₹6 L/yr - ₹25 L/yr

Senior Associate Engineer
102 salaries
unlock blur

₹3.5 L/yr - ₹4.6 L/yr

Lead Engineer
99 salaries
unlock blur

₹15 L/yr - ₹32 L/yr

Senior Software Engineer
85 salaries
unlock blur

₹6.3 L/yr - ₹25.8 L/yr

Talent Acquisition Specialist
48 salaries
unlock blur

₹2.8 L/yr - ₹5.6 L/yr

Explore more salaries
Compare Acsion Engineering with

Larsen & Toubro Limited

4.0
Compare

TCS

3.7
Compare

BHEL

4.1
Compare

Hindustan Construction Company

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