Upload Button Icon Add office photos

Filter interviews by

EF Information Systems Executive Accountant Interview Questions and Answers for Freshers

Updated 27 Apr 2022

EF Information Systems Executive Accountant Interview Experiences for Freshers

1 interview found

I applied via Naukri.com and was interviewed in Oct 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. About Yourself About Project About the Company What is bank Reconciliation Difference between Accounts Payable and Accounts Receivable Accounting Standards What is invoice. Give one example Accounting Cycl...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and be well prepared for accounts related questions

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Group Discussion 

Why should we hire you?

Round 2 - Technical 

(5 Questions)

  • Q1. How did you hear about our product?
  • Q2. How do you approach an important assignment questions ❓
  • Ans. This inquiry may come to you with a different wording
  • Answered by Sadiya Mahran
  • Q3. How do I participate and contribute to the group discussion and placement? The problems unite us religion dividesuse
  • Q4. What do you talk in HD?
  • Q5. What are some limitations of your favourite?

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a very good interview it's was my first interview but is very good interview they have taken but I was very happy because it's my first experience

I applied via Walk-in and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Experience about last company

Interview Preparation Tips

Interview preparation tips for other job seekers - Good English required
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Instahyre and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Coding Test 

Medium leetcode question on graph was given by third party interviewer BarRaiser

Interview Preparation Tips

Topics to prepare for ALLEN Career Institute Senior Software Engineer interview:
  • Data Structures
  • Algorithms
Interview preparation tips for other job seekers - Prepare DSA questions on tree and graphs
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Spreadsheet automation
  • Q2. Google sheet work
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Coding test are assessments that are designed to evaluate a developer's coding skills and aptitude.

Round 2 - Aptitude Test 

An aptitude test is an exam used to determine an individual's skill or propensity to succeed in a given activity

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your resume updated. ...
Tailor your application to each job. ...
Tidy up your social media. ...
Hit up your network. ...
Be yourself. ...
Practice self-care. ...
Build a professional online presence. ...
Attend networking events.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in May 2022. There were 4 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 

(2 Questions)

  • Q1. First round will be of written examination in the concerned subject. The first 20 questions are for +4 marks for each correct answer and -1 for wrong answer. The next 10 questions will carry+6 marks for co...
  • Q2. Written examination followed as described above
Round 3 - One-on-one 

(1 Question)

  • Q1. The 2nd round will be of one to one demonstration of a topic. The process allows you to talk for 30 minutes uninterrupted and later followed by Viva voce on the same topic or a different topic
Round 4 - HR 

(1 Question)

  • Q1. HR round usually asks about your previous experience and your interest to work for their organisation.

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be prepared in your subject. Only your communication skills and subject matter. Have faith in yourself and you will surely qualify.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is the XPath?
  • Ans. 

    XPath is a query language used for selecting nodes from an XML document.

    • XPath stands for XML Path Language

    • It is used to navigate through elements and attributes in an XML document

    • XPath uses path expressions to select nodes or node-sets in an XML document

    • Example: /bookstore/book[1]/title selects the title of the first book in a bookstore

  • Answered by AI
  • Q2. Difference between static and non-static?
  • Ans. 

    Static variables are shared among all instances of a class, while non-static variables belong to individual instances.

    • Static variables are declared using the 'static' keyword, while non-static variables are not.

    • Static variables are initialized only once at the start of the program, while non-static variables are initialized each time an instance is created.

    • Static variables can be accessed using the class name, while no...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Design a distributed system with 10mil users
  • Ans. 

    Design a distributed system to handle 10 million users.

    • Use a microservices architecture to break down the system into smaller, manageable components.

    • Implement load balancing to distribute user requests across multiple servers.

    • Utilize a distributed database to store user data and ensure scalability.

    • Implement caching mechanisms to improve performance and reduce database load.

    • Use message queues for asynchronous communicat...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - just writing to login , no interviwe yet

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Coding question: Given a sorted array of numbers. All numbers have freq of 2 in array except one number. Find that number with T.C of logn
  • Ans. 

    Find the single number in a sorted array with frequency of 2 for all other numbers.

    • Use binary search to find the number with different frequency.

    • Check if the mid element is at even or odd index to determine which side to search next.

    • Example: Input array [1, 1, 2, 2, 3, 3, 4, 4, 5] should return 5.

  • Answered by AI
  • Q2. Print left view of tree
  • Ans. 

    Print the left view of a tree by traversing the tree from left to right at each level

    • Traverse the tree using level order traversal

    • Print the first node at each level encountered during traversal

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

(2 Questions)

  • Q1. Detailed discussion on projects
  • Q2. Questions on O.S like about deadlocks,etc..

Skills evaluated in this interview

EF Information Systems Interview FAQs

How many rounds are there in EF Information Systems Executive Accountant interview for freshers?
EF Information Systems interview process for freshers usually has 1 rounds. The most common rounds in the EF Information Systems interview process for freshers are Technical.
How to prepare for EF Information Systems Executive Accountant interview for freshers?
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 EF Information Systems. The most common topics and skills that interviewers at EF Information Systems expect are Accounting, Balance Sheet, Bank Reconciliation, Excel and Finance.

Tell us how to improve this page.

EF Information Systems Executive Accountant Salary
based on 20 salaries
₹2 L/yr - ₹3.2 L/yr
15% less than the average Executive Accountant Salary in India
View more details

EF Information Systems Executive Accountant Reviews and Ratings

based on 2 reviews

4.9/5

Rating in categories

4.9

Skill development

4.9

Work-life balance

3.0

Salary

4.9

Job security

4.9

Company culture

3.0

Promotions

4.9

Work satisfaction

Explore 2 Reviews and Ratings
Executive Accountant
20 salaries
unlock blur

₹2 L/yr - ₹3.2 L/yr

Senior Accounts Executive
9 salaries
unlock blur

₹2.8 L/yr - ₹5 L/yr

Support Analyst
7 salaries
unlock blur

₹2.5 L/yr - ₹5.4 L/yr

Service Desk Analyst
7 salaries
unlock blur

₹2.9 L/yr - ₹3.7 L/yr

Senior Test Engineer
7 salaries
unlock blur

₹6 L/yr - ₹11.7 L/yr

Explore more salaries
Compare EF Information Systems with

Aakash Educational Services

3.4
Compare

AIIMS

4.2
Compare

Podar International School

4.2
Compare

Sri Chaitanya Educational Institutions

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