Upload Button Icon Add office photos

Defsys Solutions

Compare button icon Compare button icon Compare

Filter interviews by

Defsys Solutions Senior Accounts Executive Interview Questions and Answers

Updated 7 Nov 2024

Defsys Solutions Senior Accounts Executive Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Newspaper Ad and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Finance related
  • Q2. Taxrelatedquestion
Round 2 - One-on-one 

(2 Questions)

  • Q1. What is your name
  • Ans. 

    My name is John Smith.

    • Full name is John Smith

    • Common name

    • Easy to remember

  • Answered by AI
  • Q2. Why you wanto join

Interview Preparation Tips

Interview preparation tips for other job seekers - Just don't go on websites if you are chamcha and experts in mythology tell only yes sir or yes Madam they will show moon in day and oneday will be you know very well

Interview questions from similar companies

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

(2 Questions)

  • Q1. Asked about Experience in the relevant field
  • Q2. Mechanical basics
Round 2 - One-on-one 

(2 Questions)

  • Q1. Technical difficulties related to manufacturing sector
  • Q2. Production knowledge
Round 3 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Why you are going to relocate?
  • Ans. 

    I am relocating for a new job opportunity that aligns with my career goals and offers better growth prospects.

    • New job opportunity with better growth prospects

    • Alignment with career goals

    • Seeking new challenges and experiences

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - Group Discussion 

Material handling & Audit experience.

Round 2 - Technical 

(2 Questions)

  • Q1. Job profile related.
  • Q2. Experience related
Round 3 - HR 

(2 Questions)

  • Q1. Experience related
  • Q2. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing.

I applied via Recruitment Consultant and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Job role , Current practice & Law

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself by going through new company’s JD , and your current organisation KRAs. Focus on your communication skills and practice frequently asked questions

Interview Questionnaire 

2 Questions

  • Q1. 1. Breif your yourself and profession. 2. If your previous experience meets their requirements, then they will ask the questions on your experience.
  • Q2. If your experience meets their requirements, then they will ask the questions on your experience. No time waste.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about your experience. That's it
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jan 2023. 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 

(1 Question)

  • Q1. Based on your work details mentioned in your CV or resume
Round 3 - Technical 

(1 Question)

  • Q1. Based on your work details in your CV and resume

Interview Preparation Tips

Interview preparation tips for other job seekers - If you want to join TASL, better avoid it.
No proper KT
Only higher management will get benefitted in TASL.
Most of the value added work is done by managers and non value added work is done by below manager level.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com

Round 1 - Aptitude Test 

Simple Aptitude question asked

Round 2 - Coding Test 

Enquire about k8s and terraform

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

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. About SAP MM of P2P cycle
  • Q2. T codes in SAP MM
  • Ans. 

    T codes in SAP MM are transaction codes used to access specific functions in SAP Materials Management module.

    • T codes are shortcuts to access specific functions in SAP MM.

    • Examples include T-code ME21N for creating a purchase order and T-code ME51N for creating a purchase requisition.

    • T-codes streamline the process of navigating through different functions in SAP MM.

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Your future plans
  • Q2. Tell me about yourslef
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Aug 2022. 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 - Aptitude Test 

It is like gate exam paper more of electronics questions than programming languages. Here the programming language is c and embedded

Round 3 - Technical 

(5 Questions)

  • Q1. Basic level questions on c but indepth discussion on the academic projects.
  • Q2. Explain Compilation stages
  • Ans. 

    Compilation stages involve preprocessing, compilation, assembly, linking, and loading.

    • Preprocessing: Includes expanding macros, handling conditional compilation, and file inclusion.

    • Compilation: Translates source code into assembly code or machine code.

    • Assembly: Converts assembly code into object code.

    • Linking: Combines multiple object files and libraries into a single executable.

    • Loading: Loads the executable into memory

  • Answered by AI
  • Q3. Logics on bit wise operators
  • Ans. 

    Bitwise operators are used to perform operations at the bit level on binary numbers.

    • Bitwise AND (&) - sets a bit to 1 only if both input bits are 1

    • Bitwise OR (|) - sets a bit to 1 if either input bit is 1

    • Bitwise XOR (^) - sets a bit to 1 if the input bits are different

    • Bitwise NOT (~) - inverts all the bits

    • Left shift (<<) - shifts the bits to the left by a specified number of positions

    • Right shift (>>) - shifts the bits

  • Answered by AI
  • Q4. Understanding of pointers
  • Ans. 

    Pointers are variables that store memory addresses of other variables in programming languages like C and C++.

    • Pointers are used to store memory addresses of variables.

    • They allow direct manipulation of memory locations.

    • Pointers can be used to pass variables by reference.

    • Example: int *ptr; ptr = # *ptr = 10; // num now equals 10

  • Answered by AI
  • Q5. Volatile and non volatile keywords

Interview Preparation Tips

Interview preparation tips for other job seekers - Have deep understanding of the project. Then have good understanding of basic level concepts in c, embedded c ,8051 controller along with protocols like UART,I2C,SPI.

Skills evaluated in this interview

Defsys Solutions Interview FAQs

How many rounds are there in Defsys Solutions Senior Accounts Executive interview?
Defsys Solutions interview process usually has 2 rounds. The most common rounds in the Defsys Solutions interview process are One-on-one Round.
What are the top questions asked in Defsys Solutions Senior Accounts Executive interview?

Some of the top questions asked at the Defsys Solutions Senior Accounts Executive interview -

  1. Taxrelatedquest...read more
  2. Finance rela...read more

Tell us how to improve this page.

Defsys Solutions Senior Accounts Executive Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

GE Interview Questions
4.2
 • 104 Interviews
Data Patterns Interview Questions
3.7
 • 47 Interviews
Aequs Interview Questions
3.6
 • 32 Interviews
Fldec Systems Interview Questions
3.7
 • 15 Interviews
View all
Assistant Manager
42 salaries
unlock blur

₹5.8 L/yr - ₹16.2 L/yr

Senior Engineer
42 salaries
unlock blur

₹4.2 L/yr - ₹15.5 L/yr

Technician
21 salaries
unlock blur

₹3 L/yr - ₹3.9 L/yr

Assistant Engineer
20 salaries
unlock blur

₹3.3 L/yr - ₹5.5 L/yr

Engineer
17 salaries
unlock blur

₹4.1 L/yr - ₹7 L/yr

Explore more salaries
Compare Defsys Solutions with

Tata Advanced Systems

3.7
Compare

Hindustan Aeronautics

4.3
Compare

Honeywell Technology Solutions

3.8
Compare

GE

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