Upload Button Icon Add office photos

Filter interviews by

Ramesh & Co. 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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Coding Test 

Asked to write a bank application - which includes adding,removing,transferring of money

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic ques on speed distance

Round 2 - Coding Test 

Easy level question based on DSA

Round 3 - One-on-one 

(4 Questions)

  • Q1. What is contructor
  • Ans. 

    A constructor is a special type of method in a class that is automatically called when an object of that class is created.

    • Constructors have the same name as the class they belong to

    • They are used to initialize the object's state

    • Constructors can have parameters to customize the initialization process

  • Answered by AI
  • Q2. What is deadlock
  • Ans. 

    Deadlock is a situation in which two or more processes are unable to proceed because each is waiting for the other to release a resource.

    • Occurs in multitasking environments

    • Caused by a circular wait, hold and wait, no preemption, and mutual exclusion

    • Examples include two processes waiting for each other to release a lock or resource

  • Answered by AI
  • Q3. Threads in java
  • Ans. 

    Threads in Java allow for concurrent execution of multiple tasks within a single program.

    • Threads are lightweight sub-processes within a program.

    • They allow for parallel execution of tasks, improving performance.

    • Java provides built-in support for creating and managing threads using the Thread class.

    • Example: Creating a new thread - Thread myThread = new Thread(() -> { // task to be executed });

    • Example: Starting a thread -

  • Answered by AI
  • Q4. Diff between string builder an buffer
  • Ans. 

    String Builder is mutable, String Buffer is synchronized.

    • String Builder is faster as it is not synchronized.

    • String Buffer is thread-safe, String Builder is not.

    • String Builder should be used in single-threaded environments, String Buffer in multi-threaded.

    • Example: StringBuilder sb = new StringBuilder(); StringBuffer buff = new StringBuffer();

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

(1 Question)

  • Q1. Based on Resume

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Assignment 

The assignment of good

Round 2 - HR 

(5 Questions)

  • Q1. About self introduction
  • Q2. About hyderabad
  • Q3. About nature in home town
  • Q4. About father n mother
  • Q5. About the company

pre sales Interview Questions & Answers

Dolcera user image Anonymous

posted on 19 Jan 2025

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Case based on Go To Market strategy
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

Ramesh & Co. Interview FAQs

How to prepare for Ramesh & Co. interview?
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 Ramesh & Co.. The most common topics and skills that interviewers at Ramesh & Co. expect are Auditing, Income Tax Return, TDS Return and Tally ERP.

Tell us how to improve this page.

Ramesh & Co. Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

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
Kpk Faserv Interview Questions
3.6
 • 1 Interview
View all

Ramesh & Co. Reviews and Ratings

based on 12 reviews

3.6/5

Rating in categories

3.0

Skill development

3.8

Work-life balance

2.7

Salary

2.9

Job security

3.5

Company culture

2.8

Promotions

3.6

Work satisfaction

Explore 12 Reviews and Ratings
Account Assistant
8 salaries
unlock blur

₹1.8 L/yr - ₹4.2 L/yr

Executive Accountant
7 salaries
unlock blur

₹1 L/yr - ₹3.4 L/yr

Accountant
5 salaries
unlock blur

₹1.5 L/yr - ₹3.2 L/yr

Audit Executive
4 salaries
unlock blur

₹2.4 L/yr - ₹4.5 L/yr

Executive Partner
3 salaries
unlock blur

₹1.7 L/yr - ₹4.1 L/yr

Explore more salaries
Compare Ramesh & Co. with

Mahesh Enterprises

3.7
Compare

Gupta Construction

3.5
Compare

Verma Industries

3.2
Compare

Singh Corporation

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