Upload Button Icon Add office photos

Filter interviews by

Dataseers Technologies Interview Questions and Answers

Updated 13 Jul 2024
Popular Designations

6 Interview questions

A Software Developer was asked 11mo ago
Q. How do you use SQL SUM with JOIN operations?
Ans. 

Using SQL SUM function on joined tables to calculate total values.

  • Use JOIN clause to combine tables based on a related column

  • Use SUM() function to calculate total values

  • Group by a specific column if needed

View all Software Developer interview questions
A Data Engineer was asked 11mo ago
Q. What are the different types of joins in SQL?
Ans. 

Joins in SQL are used to combine rows from two or more tables based on a related column between them.

  • Joins are used to retrieve data from multiple tables based on a related column between them

  • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

  • INNER JOIN returns rows when there is at least one match in both tables

  • LEFT JOIN returns all rows from the left table and the matched rows from the...

View all Data Engineer interview questions
A Data Engineer was asked 11mo ago
Q. They give you an SQL sum problem to solve.
Ans. 

SQL SUM function aggregates numeric data, providing total values from specified columns in a dataset.

  • The SUM function is used to calculate the total of a numeric column.

  • Example: SELECT SUM(salary) FROM employees; returns the total salary of all employees.

  • SUM can be combined with GROUP BY to get totals for different categories.

  • Example: SELECT department, SUM(salary) FROM employees GROUP BY department; gives total s...

View all Data Engineer interview questions
A QA Engineer was asked 11mo ago
Q. Tell me about the Selenium POM framework from scratch.
Ans. 

Selenium POM framework is a design pattern that helps in creating maintainable and reusable test automation scripts.

  • Page Object Model (POM) separates web pages into individual classes, making code more organized and readable.

  • POM framework reduces code duplication by storing locators and methods for each page in separate classes.

  • Test scripts interact with web elements through methods defined in page classes, promot...

View all QA Engineer interview questions
A QA Engineer was asked 11mo ago
Q. Have you created a POM framework from scratch?
Ans. 

Yes, I have created a POM framework from scratch.

  • Yes, I have experience creating a Page Object Model (POM) framework from scratch.

  • I have organized web elements and actions into separate classes for better maintainability.

  • Implemented methods to interact with web elements using Selenium WebDriver.

  • Utilized inheritance and encapsulation principles to create a robust framework.

  • Used TestNG for test execution and reporti...

View all QA Engineer interview questions
A QA Engineer was asked 11mo ago
Q. How many web element selector and tell me one by one ?
Ans. 

There are multiple web element selectors used in QA testing, such as ID, class name, name, tag name, link text, partial link text, xpath, and css selector.

  • ID selector - Selects an element based on its ID attribute

  • Class name selector - Selects elements based on their class attribute

  • Name selector - Selects elements based on their name attribute

  • Tag name selector - Selects elements based on their tag name

  • Link text sel...

View all QA Engineer interview questions

Dataseers Technologies Interview Experiences

3 interviews found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 4 Jul 2024

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Tell me about Selenium POM framework from scratch.
  • Ans. 

    Selenium POM framework is a design pattern that helps in creating maintainable and reusable test automation scripts.

    • Page Object Model (POM) separates web pages into individual classes, making code more organized and readable.

    • POM framework reduces code duplication by storing locators and methods for each page in separate classes.

    • Test scripts interact with web elements through methods defined in page classes, promoting r...

  • Answered by AI
  • Q2. Have you created POM framework from scratch ?
  • Ans. 

    Yes, I have created a POM framework from scratch.

    • Yes, I have experience creating a Page Object Model (POM) framework from scratch.

    • I have organized web elements and actions into separate classes for better maintainability.

    • Implemented methods to interact with web elements using Selenium WebDriver.

    • Utilized inheritance and encapsulation principles to create a robust framework.

    • Used TestNG for test execution and reporting.

    • Ex...

  • Answered by AI
  • Q3. How many web element selector and tell me one by one ?
  • Ans. 

    There are multiple web element selectors used in QA testing, such as ID, class name, name, tag name, link text, partial link text, xpath, and css selector.

    • ID selector - Selects an element based on its ID attribute

    • Class name selector - Selects elements based on their class attribute

    • Name selector - Selects elements based on their name attribute

    • Tag name selector - Selects elements based on their tag name

    • Link text selector...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are looking QA Automation Engineer, then focus on Framework explanation from scratch and Java or any programming basics and OOPS concepts.

Skills evaluated in this interview

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 13 Jul 2024

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

(2 Questions)

  • Q1. What are the joins in sql
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column between them

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • INNER JOIN returns rows when there is at least one match in both tables

    • LEFT JOIN returns all rows from the left table and the matched rows from the righ...

  • Answered by AI
  • Q2. Project related information
Round 2 - Technical 

(2 Questions)

  • Q1. They give you sql sum to solve
  • Ans. 

    SQL SUM function aggregates numeric data, providing total values from specified columns in a dataset.

    • The SUM function is used to calculate the total of a numeric column.

    • Example: SELECT SUM(salary) FROM employees; returns the total salary of all employees.

    • SUM can be combined with GROUP BY to get totals for different categories.

    • Example: SELECT department, SUM(salary) FROM employees GROUP BY department; gives total salary...

  • Answered by AI
  • Q2. Basic question about sql

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Sql joins questions
  • Q2. Project related questions
Round 2 - Technical 

(2 Questions)

  • Q1. Sql sum on joins
  • Ans. 

    Using SQL SUM function on joined tables to calculate total values.

    • Use JOIN clause to combine tables based on a related column

    • Use SUM() function to calculate total values

    • Group by a specific column if needed

  • Answered by AI
  • Q2. Project related questions

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Dataseers Technologies?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. 1. Core Java - collections multithreading, string operations.
  • Q2. 2. Springs frameworks boot, micro services, confugrstion filds

Interview Preparation Tips

Interview preparation tips for other job seekers - Back end - prepare java8 features + collections, strings , exception handling.
Spring framework , jpa, sql

I applied via Company Website and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. After 5 year in which position you will be
  • Ans. 

    In five years, I envision myself as a senior analyst, leading projects and mentoring junior team members while driving impactful data-driven decisions.

    • I aim to develop expertise in advanced analytics tools, such as Python and R, to enhance data modeling capabilities.

    • I plan to take on leadership roles in projects, guiding teams to deliver actionable insights that align with business goals.

    • I aspire to mentor junior analy...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You should must improve your communication skills.

You have basic knowledge of your qualifications

Interview Questionnaire 

1 Question

  • Q1. In 5 programs without effecting one by one how can you debug a particular program and how can you know tha program is calling in debug

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Jun 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 - Group Discussion 

HR told about the company on the first day, how it works, told the rules, showed the management and a lot

Interview Preparation Tips

Topics to prepare for Amazon Associate interview:
  • Safery
  • Environment
  • Cleaning
Interview preparation tips for other job seekers - There is nothing to worry, if you have the desire to work and have passion, then you can work anywhere.
Are these interview questions helpful?

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

Round 1 - Aptitude Test 

Prepare normal for aptitude - maths, quant, analytic

Round 2 - Group Discussion 

My GD topic was Is internet good for students or not

Round 3 - Coding Test 

I didn't attempt this as I was noob back in third year Engg

Round 4 - HR 

(1 Question)

  • Q1. Basic questions can you relocate, tell me about ur GD and composition

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy peasy give ur best. Prepare well. Hope u get the job. Phir tho google ka hi dream rhe gaya he mera.

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

Round 1 - HR 

(1 Question)

  • Q1. It would be a short listing process to check if you fit the role
Round 2 - One-on-one 

(1 Question)

  • Q1. Questions would be based on the LP’s
Round 3 - One-on-one 

(1 Question)

  • Q1. Leadership principles

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared to answer as per the leadership principles

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. What are the differences between C and C++?
  • Q2. Explain the scenarios where If and Switch Case statements are used.
  • Ans. 

    If and Switch Case statements are used for conditional branching in programming.

    • If statements are used for simple conditional branching.

    • Switch Case statements are used for multiple conditional branching.

    • If statements are more flexible than Switch Case statements.

    • Switch Case statements are more efficient than If statements for large number of conditions.

    • If statements can be nested, but Switch Case statements cannot.

    • Exam...

  • Answered by AI
  • Q3. Do you think algorithms and pseudocodes still play a role in the world of IT Services?
  • Ans. 

    Yes, algorithms and pseudocodes are still important in IT Services.

    • Algorithms are used in various fields of IT such as machine learning, data analysis, and cryptography.

    • Pseudocodes are used to plan and design algorithms before coding them.

    • Understanding algorithms and pseudocodes is essential for software engineers to write efficient and optimized code.

    • Examples of algorithms include sorting algorithms, search algorithms...

  • Answered by AI
  • Q4. Are you comfortable using Command Line Interfaces (CLIs) or Integrated Development Environments (IDEs) as part of your daily tasks?
  • Ans. 

    Yes, I am comfortable using both CLIs and IDEs for my daily tasks.

    • I have experience using various CLIs such as Git Bash, Windows Command Prompt, and Terminal on macOS.

    • I am proficient in using IDEs such as Visual Studio Code, Eclipse, and IntelliJ IDEA.

    • I understand the benefits and drawbacks of both CLIs and IDEs and can choose the appropriate tool for the task at hand.

  • Answered by AI
  • Q5. Are you okay to learn front end and back end technologies to ensure you are a complete developer in the longer run? Would you be able to learn the concepts if a timeline is given?? If yes, explain your lea...

Interview Preparation Tips

Interview preparation tips for other job seekers - The hiring team expects a structured response in your answers. Be it a fresher or an experienced professional, the answers must be represented with examples to ensure you display your expertise with an application in your mind.

Skills evaluated in this interview

Dataseers Technologies Interview FAQs

How many rounds are there in Dataseers Technologies interview?
Dataseers Technologies interview process usually has 1-2 rounds. The most common rounds in the Dataseers Technologies interview process are Technical.
How to prepare for Dataseers Technologies 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 Dataseers Technologies. The most common topics and skills that interviewers at Dataseers Technologies expect are Node.Js, JSON, Javascript, React.Js and Algorithms.
What are the top questions asked in Dataseers Technologies interview?

Some of the top questions asked at the Dataseers Technologies interview -

  1. How many web element selector and tell me one by on...read more
  2. Have you created POM framework from scratc...read more
  3. Tell me about Selenium POM framework from scrat...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.7/5

based on 3 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.7
 • 8.7k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Amazon Interview Questions
4.0
 • 5.4k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.7
 • 3.4k Interviews
View all

Dataseers Technologies Reviews and Ratings

based on 14 reviews

3.3/5

Rating in categories

3.1

Skill development

3.4

Work-life balance

3.9

Salary

3.3

Job security

2.9

Company culture

2.8

Promotions

3.2

Work satisfaction

Explore 14 Reviews and Ratings
ETL Developer
39 salaries
unlock blur

₹10 L/yr - ₹16.6 L/yr

QA Engineer
7 salaries
unlock blur

₹5.5 L/yr - ₹9 L/yr

Full Stack Developer
5 salaries
unlock blur

₹7 L/yr - ₹10 L/yr

Software Developer
4 salaries
unlock blur

₹7 L/yr - ₹10 L/yr

Senior Database Administrator
4 salaries
unlock blur

₹16 L/yr - ₹26.2 L/yr

Explore more salaries
Compare Dataseers Technologies with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview