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

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)

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 questions from similar companies

I applied via Campus Placement and was interviewed before Jul 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude test on CS subjects like C programming, DBMS, CN, and OS.

Round 2 - Coding Test 

There were 2 input-output based questions of easy to moderate level

Round 3 - Group Discussion 

Every candidate was given an individual topic and was asked to speak on it

Round 4 - HR 

(1 Question)

  • Q1. Some typical HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with basic CS subjects you will be able to clear all rounds with ease.

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Company Website and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude, reasoning, English, cloud sections

Round 2 - Coding Test 

2 questions in which , one has to complete within an 50 minutes

Round 3 - Communication assessment 

(2 Questions)

  • Q1. Tell me about t Yourself
  • Q2. What are the previous experiences

Interview Preparation Tips

Topics to prepare for Accenture Associate Software Engineer interview:
  • Java
  • SQL
  • Agile Methodology
  • SDLC
Interview preparation tips for other job seekers - Be confident
Keep it just and short
Explain more about your experiences

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

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

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. General questions as per your cv

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Aptitude
Interview preparation tips for other job seekers - Great company for freshers.. lot to learn and experience

I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Attended the codevita competition in final year of college.

Round 2 - Technical 

(3 Questions)

  • Q1. About College Project
  • Q2. Some very basics of java
  • Q3. Experience of college project as a team

Interview Preparation Tips

Interview preparation tips for other job seekers - Codevita is a really good platform to help you join TCS as a final year graduate in college

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.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k 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