Upload Button Icon Add office photos

Filter interviews by

KASG & Company Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. SSRF vs CSRF, impact of csrf
  • Ans. 

    SSRF allows attackers to access internal resources, while CSRF allows attackers to perform actions on behalf of a user.

    • SSRF (Server-Side Request Forgery) allows attackers to make requests on behalf of the server, potentially accessing internal resources.

    • CSRF (Cross-Site Request Forgery) allows attackers to perform actions on a website on behalf of a user without their consent.

    • CSRF attacks can lead to unauthorized actio...

  • Answered by AI
  • Q2. XSS and type of xss
  • Ans. 

    XSS stands for Cross-Site Scripting, a type of security vulnerability that allows attackers to inject malicious scripts into web pages.

    • XSS allows attackers to execute scripts in the victim's browser, potentially stealing sensitive information or performing actions on behalf of the victim.

    • Types of XSS include reflected XSS, stored XSS, and DOM-based XSS.

    • Reflected XSS occurs when user input is immediately returned to the...

  • Answered by AI
  • Q3. LFI and RFI and mitigation of both
  • Q4. Dom Based XSS and mitigation
  • Q5. Session mgnt , hijaking, handling

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare with owasp top 10 vulnerabilities and tranding security vunerabilities
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What design pattern you usually used?
  • Ans. 

    I usually use the MVC (Model-View-Controller) design pattern in my projects.

    • Separates the application into three main components: Model (data), View (UI), and Controller (logic)

    • Promotes code reusability, modularity, and maintainability

    • Examples: Laravel framework in PHP, Spring framework in Java

  • Answered by AI
  • Q2. What is the difference between array and arraylist
  • Ans. 

    Array is a fixed-size data structure while ArrayList is a dynamic-size data structure in Java.

    • Array is a fixed-size collection of elements of the same data type, while ArrayList is a dynamic-size collection that can grow or shrink.

    • Arrays can store primitive data types and objects, while ArrayList can only store objects.

    • Arrays require a specified size during initialization, while ArrayList can dynamically resize itself.

    • ...

  • 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. Costing and Taxation Knowledge
Interview experience
5
Excellent
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 - Technical 

(2 Questions)

  • Q1. Risks in Hiring process?
  • Ans. 

    Risks in hiring process include making a poor cultural fit, hiring unqualified candidates, and potential legal issues.

    • Poor cultural fit can lead to decreased morale and productivity

    • Hiring unqualified candidates can result in poor performance and high turnover rates

    • Potential legal issues such as discrimination or wrongful termination can lead to costly lawsuits

  • Answered by AI
  • Q2. Tell me about yourself
  • Ans. 

    I am a dedicated and hardworking individual with a passion for accounting and finance.

    • Completed Bachelor's degree in Accounting

    • Currently pursuing CPA certification

    • Interned at a local accounting firm for 1 year

    • Proficient in Microsoft Excel and QuickBooks

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

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

Round 1 - HR 

(2 Questions)

  • Q1. Prepaid expenses entry
  • Q2. Basic accounting question
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Middleware and SQL Tunnig
  • Q2. C# Program
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Payroll experience
  • Q2. Why are you into hr
  • Q3. Why not a software job
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Manager asked to develop CRUD application using Spring Boot

Round 2 - HR 

(2 Questions)

  • Q1. What about relocation?
  • Ans. 

    Open to relocation for the right opportunity.

    • I am open to relocating for the right job opportunity.

    • I have relocated in the past for career advancement.

    • I am willing to consider relocation if necessary for the role.

  • Answered by AI
  • Q2. What about your next few years?

Client strategy analyst Interview Questions & Answers

CLSA user image Anonymous

posted on 28 Jan 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about your self
Round 2 - One-on-one 

(1 Question)

  • Q1. Detailed discussion about the role and excel skills
Round 3 - Assignment 

Excel assignment- Easy

Round 4 - One-on-one 

(1 Question)

  • Q1. Tell me about the company

Interview Preparation Tips

Interview preparation tips for other job seekers - They wasted my time for more than a month and I waited to get an offer because they told me our process takes time. They had no proper communication and would not reply to your calls and After all the rounds just got a rejection mail.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I was interviewed in Sep 2023.

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 - Coding Test 

15 minutes on paper coding questions is given

Round 3 - Technical 

(4 Questions)

  • Q1. Java related question
  • Q2. Jdk information on java
  • Q3. Java interface in actual coding
  • Ans. 

    Java interfaces are used to define a contract for classes to implement, allowing for polymorphism and loose coupling.

    • Interfaces in Java are used to define abstract methods that must be implemented by classes that implement the interface.

    • Interfaces can also contain constants, default methods, and static methods.

    • Example: interface Animal { void eat(); } class Dog implements Animal { public void eat() { System.out.println

  • Answered by AI
  • Q4. Object oriented programming langauge
Round 4 - One-on-one 

(1 Question)

  • Q1. Hr round on java

Interview Preparation Tips

Interview preparation tips for other job seekers - not too good

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

RGN Price Interview Questions
3.7
 • 5 Interviews
Dhiva Interview Questions
3.6
 • 3 Interviews
Rabobank Interview Questions
4.2
 • 2 Interviews
Databorough Interview Questions
3.4
 • 1 Interview
Kpk Faserv Interview Questions
3.6
 • 1 Interview
Nano Nino Interview Questions
3.9
 • 1 Interview
CIMB Group Interview Questions
3.7
 • 1 Interview
View all

KASG & Company Reviews and Ratings

based on 3 reviews

5.0/5

Rating in categories

4.3

Skill development

4.4

Work-Life balance

4.3

Salary & Benefits

3.0

Job Security

3.7

Company culture

3.7

Promotions/Appraisal

4.6

Work Satisfaction

Explore 3 Reviews and Ratings
Compare KASG & Company with

Mahajan & Aibara

3.6
Compare

RGN Price

3.7
Compare

Brio Technologies

4.3
Compare

Snware Research Services

2.8
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