Upload Button Icon Add office photos

Filter interviews by

Reckon Sales Interview Questions, Process, and Tips

Updated 24 May 2022

Top Reckon Sales Interview Questions and Answers

View all 6 questions

Reckon Sales Interview Experiences

Popular Designations

2 interviews found

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

Interview Questionnaire 

3 Questions

  • Q1. What is SQL?
  • Ans. 

    SQL is a programming language used to manage and manipulate relational databases.

    • SQL stands for Structured Query Language

    • It is used to create, modify, and query databases

    • Commonly used in web development and data analysis

    • Examples of popular SQL databases include MySQL, Oracle, and Microsoft SQL Server

  • Answered by AI
  • Q2. What is CSS and HTML?
  • Ans. 

    CSS and HTML are languages used for creating and styling web pages.

    • HTML (Hypertext Markup Language) is used for creating the structure of a web page.

    • CSS (Cascading Style Sheets) is used for styling the elements on a web page.

    • HTML uses tags to define elements like headings, paragraphs, and images.

    • CSS allows for customization of colors, fonts, layouts, and more.

    • Both HTML and CSS are essential for web development.

  • Answered by AI
  • Q3. Define SQL and its version and how to install sql server
  • Ans. 

    SQL is a relational database management system used to manage and store data.

    • SQL stands for Structured Query Language

    • Versions include SQL Server 2019, 2017, 2016, etc.

    • To install SQL Server, download the installation file from Microsoft's website

    • Run the installation file and follow the prompts to complete the installation process

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication skills

Skills evaluated in this interview

SQL Database Administrator Interview Questions asked at other Companies

Q1. What is a database management System and what is concept of primary key and foreign key?
View answer (8)

Interview Questionnaire 

3 Questions

  • Q1. What do mean by CSS ?
  • Ans. 

    CSS stands for Cascading Style Sheets and is used to style web pages.

    • CSS is used to define the layout, colors, fonts, and other visual aspects of a web page.

    • It works by selecting HTML elements and applying styles to them.

    • CSS can be written in a separate file or embedded directly into an HTML document.

    • It allows for responsive design, where the layout of a page adjusts based on the size of the screen.

    • Examples of CSS prop...

  • Answered by AI
  • Q2. What do you mean by database?
  • Ans. 

    A database is a collection of data that is organized in a structured way to allow for efficient retrieval and manipulation.

    • A database is used to store and manage data.

    • It can be accessed and manipulated using a database management system (DBMS).

    • Data in a database is organized into tables, with each table containing rows and columns.

    • SQL (Structured Query Language) is commonly used to interact with databases.

    • Examples of d

  • Answered by AI
  • Q3. What do you stand for sql and which version used?
  • Ans. 

    I stand for SQL as a powerful tool for managing and manipulating data. I am proficient in SQL Server and MySQL.

    • I believe SQL is essential for efficient data management and analysis

    • I am proficient in SQL Server and MySQL

    • I have experience in writing complex queries and optimizing database performance

  • Answered by AI

Skills evaluated in this interview

Software Support Executive Interview Questions asked at other Companies

Q1. What do you stand for sql and which version used?
View answer (1)

Interview questions from similar companies

I applied via Campus Placement

Interview Questionnaire 

3 Questions

  • Q1. What is your final year project?what technology did i used for it?Basic oops concepts.
  • Ans. 

    My final year project was on developing a web-based inventory management system using Java and MySQL.

    • Developed using Java and MySQL

    • Web-based inventory management system

    • Implemented basic OOPs concepts

    • Used MVC architecture for better code organization

    • Included features like user authentication, product management, and order tracking

  • Answered by AI
  • Q2. What did you do in lockdown?
  • Q3. Tell me something about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and be real.

I applied via LinkedIn and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Group Discussion 

They give some topics related to present situation like in my GD in 2020 co. HR give topics related to that situation in our country like difference between offline education and online education system. and covid-19 pandemic related topics.

Round 2 - One-on-one 

(4 Questions)

  • Q1. Tell me About your self ?
  • Q2. What do you know about this job position ?
  • Q3. What is your favourite colour ? Can i know the speciality of your favourite colour ?
  • Q4. Who inspired you to go to job daily and work hard ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Your 1st impression is your resume nothing else then after you have some knowledge about your job position which you apply for and most important if you want only private job your english language will be excellent spoken as well as written.

I applied via Naukri.com and was interviewed in Sep 2021. There were 2 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. All types of test steeps
  • Ans. 

    Types of test steps in software testing

    • Unit testing - testing individual units or components of the software

    • Integration testing - testing how different units or components work together

    • System testing - testing the entire system as a whole

    • Acceptance testing - testing if the software meets the requirements and is ready for release

    • Regression testing - testing to ensure that changes or updates to the software did not intro...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hope for the best.All can achieve same

Interview Questionnaire 

1 Question

  • Q1. Questions related to COBOL,JCL,VSAM,DB2,CICS,Vision plus

I applied via Walk-in and was interviewed before Nov 2021. There was 1 interview round.

Round 1 - HR 

(4 Questions)

  • Q1. My self , Previous work knowledge, Salary expectations.
  • Q2. Why you left last organisation?
  • Q3. What is your salary expectations ?
  • Q4. Where do you live at ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident no matter if your grammar is not perfect while communicating. Just be normal.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself and basic questions related to programming.

Interview Questionnaire 

1 Question

  • Q1. Occurs, precompile , file status codes , sql queries and scenarios on sql.

Interview Questionnaire 

7 Questions

  • Q1. Solid principles
  • Q2. Extension methods
  • Q3. Static class and static constructor
  • Ans. 

    Static class and static constructor in C#

    • Static class can only contain static members and cannot be instantiated

    • Static constructor is called only once when the class is first accessed

    • Static constructor is used to initialize static members of the class

    • Example: Math class in C# is a static class

    • Example: static constructor can be used to initialize a static variable with a value

  • Answered by AI
  • Q4. Polymorphism
  • Q5. Dependency injection
  • Q6. Angular life cycle hook
  • Q7. Performance improvement in Angular app
  • Ans. 

    Performance improvement in Angular app

    • Use lazy loading to load modules on demand

    • Optimize change detection strategy

    • Use trackBy function in ngFor loops

    • Minimize DOM manipulation

    • Use AOT compilation

    • Implement server-side rendering

    • Use web workers for heavy computations

    • Use caching for frequently accessed data

  • Answered by AI

Skills evaluated in this interview

Reckon Sales Interview FAQs

How to prepare for Reckon Sales 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 Reckon Sales. The most common topics and skills that interviewers at Reckon Sales expect are Web Technologies, Automobile, Business Management, CRM and FMCG Marketing.
What are the top questions asked in Reckon Sales interview?

Some of the top questions asked at the Reckon Sales interview -

  1. Define SQL and its version and how to install sql ser...read more
  2. What do you stand for sql and which version us...read more
  3. What do mean by CS...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.7k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Amazon Interview Questions
4.0
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
View all

Reckon Sales Reviews and Ratings

based on 3 reviews

2.3/5

Rating in categories

2.8

Skill development

2.5

Work-life balance

2.7

Salary

2.9

Job security

2.8

Company culture

2.4

Promotions

2.8

Work satisfaction

Explore 3 Reviews and Ratings
Compare Reckon Sales with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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