Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Accenture Assistant System Engineer Interview Questions, Process, and Tips

Updated 19 Oct 2024

Top Accenture Assistant System Engineer Interview Questions and Answers

Accenture Assistant System Engineer Interview Experiences

3 interviews found

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

(2 Questions)

  • Q1. C++ define in cute way
  • Ans. 

    C++ is a powerful programming language known for its efficiency and flexibility.

    • C++ is a statically typed language

    • It supports object-oriented programming

    • It allows for low-level memory manipulation

    • Example: defining a class in C++ - class Car { public: int speed; };

  • Answered by AI
  • Q2. Opps concept for a cvar
  • Ans. 

    CVAR stands for Conditional Value at Risk, a risk measure used in finance to evaluate the tail risk of an investment portfolio.

    • CVAR is an extension of Value at Risk (VaR) that focuses on the expected loss beyond the VaR threshold.

    • It provides a more comprehensive view of potential losses in extreme scenarios.

    • CVAR takes into account the probability distribution of losses beyond the VaR level.

    • It is often used by investors...

  • Answered by AI

Skills evaluated in this interview

I applied via Job Portal and was interviewed in Apr 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

It may take place in 3 or more different websites

Round 2 - Coding Test 

You can do

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What are the latest technology you are familiar with
  • Ans. 

    I am familiar with various latest technologies in the field of computer science.

    • Artificial Intelligence and Machine Learning

    • Cloud Computing and Virtualization

    • Blockchain Technology

    • Internet of Things (IoT)

    • Big Data Analytics

    • Cybersecurity and Ethical Hacking

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Many will apply so score as high as possible in tests

Assistant System Engineer Interview Questions Asked at Other Companies

asked in TCS
Q1. Constellation Identification Problem Given a matrix named UNIVERS ... read more
asked in TCS
Q2. Given a string S(input consisting) of ‘*’ and ‘#’. The le ... read more
asked in TCS
Q3. Space Survival Game Challenge Ninja is in space with unlimited fu ... read more
asked in TCS
Q4. Prime Time Again Problem Statement You are given two integers DAY ... read more
asked in TCS
Q5. Valid Pairs Problem Statement Given an array of integers ARR with ... read more

I applied via Company Website and was interviewed before Sep 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is the difference between soap and rest ? Parts of WSDL, REST methods, how do you handle erros ?
  • Ans. 

    SOAP is a protocol while REST is an architectural style. SOAP uses XML while REST uses JSON or XML.

    • SOAP is a protocol while REST is an architectural style

    • SOAP uses XML while REST uses JSON or XML

    • SOAP requires WSDL while REST does not

    • SOAP supports only POST method while REST supports GET, POST, PUT, DELETE, etc.

    • SOAP has built-in error handling while REST relies on HTTP error codes

    • In SOAP, errors are handled using Fault ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be frank and honest. Do not be scared. Prepare well and be confident.

Skills evaluated in this interview

Interview questions from similar companies

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1. Why do you want to change?
  • Q2. 2. What is your goal?
  • Q3. 3. Critical project you have handled?

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be yourself and provide short and to the point answer

Interview Questionnaire 

4 Questions

  • Q1. Oops concept,
  • Q2. Heritance
  • Q3. Polyorphis
  • Q4. Thread

Interview Preparation Tips

Interview preparation tips for other job seekers - be cinfedent

I applied via Recruitment Consultant and was interviewed before Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Take about a chalanging task you did and how you handled it

Interview Preparation Tips

Interview preparation tips for other job seekers - Softskills is very important for getting in to ITIS sector. you clear softskills round you are almost there.

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

I applied via Campus Placement and was interviewed in Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Why Java is platform independent?
  • Ans. 

    Java is platform independent due to its bytecode and JVM.

    • Java code is compiled into bytecode which is platform-independent.

    • JVM (Java Virtual Machine) interprets the bytecode and executes it on any platform.

    • JVM acts as an abstraction layer between the Java code and the underlying hardware.

    • This allows Java programs to run on any platform that has a JVM installed.

    • For example, a Java program written on a Windows machine ca...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Java is platform-independent because it does not depend on any type of platform. Hence, Java is platform-independent language. In Java, programs are compiled into byte code and that byte code is platform-independent. ... Any machine to execute the byte code needs the Java Virtual Machine.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. 1.Describe a situation where you have taken a quick decision and failed, and a situation where you succeeded. 2. What is a skill you have tried to achieve but failed? 3. Describe a decision you have taken ...

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Always try to take risk in small problems . When you face the consequences, you would be able to tackle bigger problems.
2. Every skill you learn, even if you didn't excel in it is not to be considered a waste of time/failure, you learn something simply by participating.
Contribute & help others!
anonymous
You can choose to be anonymous

Accenture Interview FAQs

How many rounds are there in Accenture Assistant System Engineer interview?
Accenture interview process usually has 2 rounds. The most common rounds in the Accenture interview process are Aptitude Test, Coding Test and HR.
What are the top questions asked in Accenture Assistant System Engineer interview?

Some of the top questions asked at the Accenture Assistant System Engineer interview -

  1. What is the difference between soap and rest ? Parts of WSDL, REST methods, how...read more
  2. What are the latest technology you are familiar w...read more
  3. C++ define in cute ...read more

Recently Viewed

LIST OF COMPANIES

Aditya Birla Fashion and Retail

Overview

INTERVIEWS

Cognizant

No Interviews

INTERVIEWS

Oracle

No Interviews

INTERVIEWS

Fastenal

No Interviews

SALARIES

Aditya Birla Fashion and Retail

INTERVIEWS

Infosys

No Interviews

INTERVIEWS

Accenture

No Interviews

SALARIES

Axxela Research & Analytics

DESIGNATION

SALARIES

Axxela Research & Analytics

Tell us how to improve this page.

Accenture Assistant System Engineer Interview Process

based on 4 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
View all
Accenture Assistant System Engineer Salary
based on 40 salaries
₹2.5 L/yr - ₹8.6 L/yr
At par with the average Assistant System Engineer Salary in India
View more details

Accenture Assistant System Engineer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

5.0

Salary

4.0

Job security

5.0

Company culture

5.0

Promotions

4.0

Work satisfaction

Explore 2 Reviews and Ratings
Application Development Analyst
38.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Application Development - Senior Analyst
26.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
24.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
18.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
17.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Accenture with

TCS

3.7
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare

Infosys

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent