Upload Button Icon Add office photos

Filter interviews by

Sevasys Technologies Senior Data Engineer Interview Questions and Answers

Updated 14 Oct 2023

Sevasys Technologies Senior Data Engineer Interview Experiences

1 interview found

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

I applied via Referral

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 

(2 Questions)

  • Q1. How to create data frame
  • Ans. 

    Data frames can be created in Python using libraries like Pandas.

    • Import the Pandas library

    • Create a dictionary or list of data

    • Use the Pandas DataFrame function to convert the data into a data frame

  • Answered by AI
  • Q2. Df= createDataFrame()
  • Ans. 

    The question is incomplete and lacks context. It seems to be related to creating a DataFrame in a programming language like Python.

    • The code snippet provided is not complete and lacks information on the programming language being used.

    • Assuming it is Python, the correct syntax to create a DataFrame using the pandas library would be df = pd.DataFrame()

    • The createDataFrame() function is not a standard function in pandas, so...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is your expectation

Skills evaluated in this interview

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Sevasys Technologies?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is a bit
  • Ans. 

    A bit is the smallest unit of data in computing, representing a binary value of 0 or 1.

    • A bit can represent two states: off (0) or on (1).

    • Bits are the building blocks of all digital data, including text, images, and sound.

    • In binary code, a sequence of bits can represent numbers, letters, and commands.

    • For example, the letter 'A' is represented as 01000001 in binary, which is 65 in decimal.

  • Answered by AI
  • Q2. What us the size of a bit
  • Ans. 

    A bit is the smallest unit of digital information. It can have a value of either 0 or 1.

    • A bit is a binary digit, represented as either 0 or 1.

    • It is the basic unit of information used in computing and digital communications.

    • A group of 8 bits is called a byte.

    • The size of a bit is dependent on the architecture of the computer system.

  • Answered by AI
  • Q3. How many bits are there in C
  • Ans. 

    C is a programming language and does not have a fixed number of bits.

    • C is a high-level programming language that can be compiled to run on different architectures with varying bit sizes.

    • The number of bits in C depends on the hardware architecture it is compiled for.

    • For example, C code compiled for a 32-bit architecture will have 32-bit integers, while code compiled for a 64-bit architecture will have 64-bit integers.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and patient. Dont hesitate to give answers.

Skills evaluated in this interview

Senior Data Engineer Interview Questions Asked at Other Companies

asked in 7 Eleven
Q1. Write a query to get the customer with the highest total order va ... read more
asked in 7 Eleven
Q2. There are 10 million records in the table and the schema does not ... read more
asked in KFintech
Q3. Given infinite coins of some currency of denominations : 1,2,5,10 ... read more
asked in 7 Eleven
Q4. How do you handle data pipelines when the schema information keep ... read more
asked in 7 Eleven
Q5. Difference between Parquet and ORC file. Why industry uses parque ... read more

I applied via Campus Placement and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All technical discussion not much deeper but basic questions of graduation were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and don't hesitate 🙂

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on string manipulation

Interview Preparation Tips

Interview preparation tips for other job seekers - Infosys conducts easy interview and most of the questions are straight forward

I applied via Naukri.com and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Servicenow related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Scripting knowledge and technical questions

I applied via Naukri.com and was interviewed in Nov 2019. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Regarding my previous experience
  • Q2. A long lengthy order management questionnaire was given and we were asked to write 5 emails based on the order management.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, let the interviewer know your area of expertise.
Be interview-ready. Browse the most asked HR questions.
illustration image

Interview Questionnaire 

1 Question

  • Q1. What is name mangling?

Skills evaluated in this interview

Are these interview questions helpful?

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts and Data Structure Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops And Data Structure, Collection.

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

Interview Questionnaire 

4 Questions

  • Q1. What is collections
  • Q2. What are the new features in java 8
  • Q3. What is the use of spring boot
  • Q4. What is JPA
  • Ans. 

    JPA stands for Java Persistence API, a specification for object-relational mapping in Java applications.

    • JPA is used to map Java objects to relational database tables.

    • It provides a set of annotations to define the mapping between Java classes and database tables.

    • JPA also supports querying data using the Java Persistence Query Language (JPQL).

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It will be easy interview

Skills evaluated in this interview

I applied via Referral and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good job security but do not expect projects with latest technologies or development side.

If you are lucky you will get project with new technologies and you can learn.

Sevasys Technologies Interview FAQs

How many rounds are there in Sevasys Technologies Senior Data Engineer interview?
Sevasys Technologies interview process usually has 3 rounds. The most common rounds in the Sevasys Technologies interview process are Resume Shortlist, Technical and HR.
What are the top questions asked in Sevasys Technologies Senior Data Engineer interview?

Some of the top questions asked at the Sevasys Technologies Senior Data Engineer interview -

  1. How to create data fr...read more
  2. df= createDataFram...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Trending Companies on AmbitionBox

Walmart Interview Questions
3.5
 • 419 Interviews
AVASOFT Interview Questions
2.7
 • 177 Interviews
HCLTech Interview Questions
3.5
 • 4.2k Interviews
Maruti Suzuki Interview Questions
4.1
 • 673 Interviews
iEnergizer Interview Questions
4.7
 • 833 Interviews
Johnson Controls Interview Questions
3.5
 • 281 Interviews
Maersk Interview Questions
4.1
 • 229 Interviews
NTT DATA, Inc. Interview Questions
4.0
 • 137 Interviews
Swiggy Interview Questions
3.7
 • 486 Interviews
View all
Software Engineer
27 salaries
unlock blur

₹2.5 L/yr - ₹7.9 L/yr

Softwaretest Engineer
21 salaries
unlock blur

₹3.5 L/yr - ₹7.5 L/yr

Power Apps Developer
7 salaries
unlock blur

₹3.8 L/yr - ₹6.5 L/yr

Devops Engineer
7 salaries
unlock blur

₹3.5 L/yr - ₹7.2 L/yr

Salesforce Developer
7 salaries
unlock blur

₹3.7 L/yr - ₹9.3 L/yr

Explore more salaries
write
Share an Interview