Upload Button Icon Add office photos

Filter interviews by

Karsun Solutions Senior Application Support Engineer Interview Questions, Process, and Tips

Updated 3 Oct 2022

Karsun Solutions Senior Application Support Engineer Interview Experiences

1 interview found

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 - HR 

(7 Questions)

  • Q1. Are you Intrested this jobs
  • Q2. Eleven years work in this field.
  • Q3. Finacle support banking issue.
  • Ans. 

    Finacle support banking issue

    • Understand the issue faced by the user

    • Check the logs for any errors

    • Identify the root cause of the issue

    • Provide a solution or workaround to resolve the issue

    • Ensure proper communication with the user and stakeholders

  • Answered by AI
  • Q4. Do you know database sql
  • Ans. 

    Yes, I have experience with SQL databases.

    • I am proficient in writing SQL queries to retrieve data from databases.

    • I have experience in working with relational databases like MySQL, Oracle, and SQL Server.

    • I am familiar with database management systems and can perform tasks like creating tables, views, and stored procedures.

    • I have worked with data modeling tools like ERwin and can design database schemas.

    • I am comfortable ...

  • Answered by AI
  • Q5. Any knowledge of database tabale
  • Q6. After day end backup process.
  • Ans. 

    After day end backup process, what is the next step?

    • Verify the backup was successful

    • Check for any errors or warnings during the backup process

    • Ensure the backup files are stored in a secure location

    • Perform any necessary maintenance on the backup system

    • Update any relevant documentation

  • Answered by AI
  • Q7. What is central Eod.
  • Ans. 

    Central Eod refers to the end of day process that is performed centrally for an organization.

    • Central Eod involves the processing of all end-of-day transactions for an organization from a central location.

    • It ensures that all transactions are processed accurately and in a timely manner.

    • Central Eod may involve the generation of reports and the updating of databases.

    • Examples of organizations that may use central Eod includ...

  • Answered by AI
Round 3 - Technical 

(7 Questions)

  • Q1. After Central Eod Processing
  • Q2. Next day Begging process
  • Ans. 

    The Next Day Begging process is a daily process that involves requesting for funds for the next day's operations.

    • The process involves analyzing the previous day's expenses and projecting the expenses for the next day.

    • The request for funds is then made to the appropriate department or individual.

    • The process is important to ensure smooth operations and avoid any financial constraints.

    • Examples of expenses that may be incl...

  • Answered by AI
  • Q3. What the Report section.
  • Q4. What is main transation report
  • Ans. 

    Main transaction report is a summary of all transactions processed within a specific time period.

    • It provides an overview of the total number of transactions processed

    • It includes details such as transaction type, amount, date and time

    • It helps in identifying any discrepancies or errors in the transactions

    • It is used for reconciliation and auditing purposes

    • Examples include daily sales report, monthly financial report

  • Answered by AI
  • Q5. What the Suplimentry report
  • Ans. 

    A supplementary report is an additional report that provides further information or details about a particular topic.

    • Supplementary reports are often used in research studies to provide additional data or analysis that was not included in the main report.

    • They can also be used in business to provide additional information about a project or proposal.

    • Supplementary reports should be clearly labeled and referenced in the ma...

  • Answered by AI
  • Q6. What is the defence in Financial or non Financial transactions.
  • Ans. 

    Defence in financial or non-financial transactions refers to measures taken to prevent fraud, errors, or unauthorized access.

    • Defence can include authentication and authorization processes to ensure only authorized users have access to sensitive information or transactions.

    • Encryption can be used to protect data in transit or at rest.

    • Monitoring and auditing can help detect and prevent fraudulent activity.

    • Examples of defe...

  • Answered by AI
  • Q7. How to Genrate Tranfer transaction report.
  • Ans. 

    To generate a transfer transaction report, follow these steps:

    • Identify the data needed for the report, such as transaction date range, transfer type, and account information

    • Extract the data from the database or transaction logs

    • Organize the data into a clear and concise report format

    • Include relevant details such as transaction ID, amount, and status

    • Ensure the report is accurate and up-to-date

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Related Banking solutions
Round 5 - Technical 

(2 Questions)

  • Q1. What the defence in a/c CC Nature & Advance A/C
  • Ans. 

    Defence in a/c CC Nature & Advance A/C

    • CC Nature stands for Cash Credit Nature which is a type of loan provided by banks to their customers for their working capital requirements

    • Advance A/C refers to the account where the bank provides an advance to the customer against their securities or collateral

    • The defence in these accounts refers to the measures taken by the bank to protect themselves from any potential losses or ...

  • Answered by AI
  • Q2. How to benifit of bank diposit or loans
  • Ans. 

    Bank deposits and loans can provide financial benefits.

    • Bank deposits can earn interest, providing a source of passive income.

    • Loans can provide access to funds for investments or purchases.

    • Using loans to invest in assets that appreciate in value can result in significant returns.

    • Deposits and loans can also help establish creditworthiness and improve credit scores.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - After the share Resume in company All rules or regulasation fallow.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Reverse the string
  • Ans. 

    Reverse a given string

    • Use a loop to iterate through the characters of the string

    • Append each character to a new string in reverse order

    • Return the reversed string

  • Answered by AI
  • Q2. Merge sort on infinite linklist
  • Ans. 

    Merge sort cannot be directly applied to an infinite linked list due to its divide and conquer nature.

    • Merge sort requires dividing the list into smaller sublists, which is not possible with an infinite linked list.

    • One approach is to break the infinite linked list into finite chunks, sort each chunk using merge sort, and then merge the sorted chunks.

    • Another approach is to use a different sorting algorithm that can handl...

  • Answered by AI
  • Q3. Operating systems
  • Q4. System designing
  • Q5. Object oriented programming

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in May 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 - One-on-one 

(2 Questions)

  • Q1. OOPS concepts & 1 DSA question
  • Q2. In an array of integers find the integer which is present odd number of times
  • Ans. 

    Use XOR operation to find the integer present odd number of times in an array of integers.

    • Iterate through the array and perform XOR operation on each integer

    • The result will be the integer present odd number of times

    • Example: [2, 3, 2, 3, 5] - XOR of all integers gives 5

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

(2 Questions)

  • Q1. OOPS concepts and project discussion
  • Q2. How does delete operator works
  • Ans. 

    The delete operator removes a property from an object.

    • Used to delete a property from an object

    • Does not affect the object's prototype chain

    • Returns true if the property is successfully deleted, false otherwise

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. All questions were related to what was mentioned in JD.
  • Q2. Interview went for 1 hour and it was taken by 3 people. One manager and 2 technical persons.

Interview Preparation Tips

Interview preparation tips for other job seekers - Not so difficult. Prepare well what is mentioned in JD. Notice period in this company is 1 day during probation.

Karsun Solutions Interview FAQs

How many rounds are there in Karsun Solutions Senior Application Support Engineer interview?
Karsun Solutions interview process usually has 5 rounds. The most common rounds in the Karsun Solutions interview process are Technical, Resume Shortlist and HR.
What are the top questions asked in Karsun Solutions Senior Application Support Engineer interview?

Some of the top questions asked at the Karsun Solutions Senior Application Support Engineer interview -

  1. What is the defence in Financial or non Financial transactio...read more
  2. How to Genrate Tranfer transaction repo...read more
  3. What the defence in a/c CC Nature & Advance ...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.6
 • 3.6k Interviews
LTIMindtree Interview Questions
3.9
 • 2.7k Interviews
Mphasis Interview Questions
3.4
 • 773 Interviews
View all
Desktop Support Engineer
5 salaries
unlock blur

₹2.5 L/yr - ₹3.5 L/yr

Applications Engineer
4 salaries
unlock blur

₹3 L/yr - ₹5.5 L/yr

Network Engineer
4 salaries
unlock blur

₹2.2 L/yr - ₹3.5 L/yr

Remote Desktop Support Engineer
4 salaries
unlock blur

₹1.9 L/yr - ₹2.4 L/yr

Reactjs Developer
4 salaries
unlock blur

₹2.9 L/yr - ₹5.4 L/yr

Explore more salaries
Compare Karsun Solutions with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.6
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