Upload Button Icon Add office photos

Precisely

Compare button icon Compare button icon Compare

Filter interviews by

Precisely Data Engineer 2 Interview Questions and Answers

Updated 18 May 2024

Precisely Data Engineer 2 Interview Experiences

1 interview found

Data Engineer 2 Interview Questions & Answers

user image Prince Bhardwaj

posted on 18 May 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. General discussion on resume
Round 2 - One-on-one 

(1 Question)

  • Q1. Discussion on projects and tech stacks used.

Top trending discussions

View All
Office Jokes
1w
an executive
CTC ≠ Confidence Transfer Credit
Ab toh aisa lagta hai, chillar jaise salary ke liye main kaju katli ban ke jaa rahi hoon. Samajh nahi aata, main zyada ready ho ke jaa rahi hoon ya ye mujhe kam pay kar rahe hain? #CorporateLife #OfficeJokes #UnderpaidButWellDressed
FeedCard Image
Got a question about Precisely?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

4 coding ques + 15 technical aptitude

Round 3 - Coding Test 

4 Coding Ques + 10 technical aptitude

Round 4 - Technical 

(2 Questions)

  • Q1. Coding question
  • Q2. Group by query, dbms

Data Engineer 2 Interview Questions Asked at Other Companies

Q1. What diagram can you create to illustrate the most complex challe ... read more
Q2. What is the method to find the missing number in an array?
Q3. What are the null handling techniques in PySpark, particularly wh ... read more
asked in Flipkart
Q4. Describe a time you were provided a JSON file and needed to write ... read more
Q5. Why is repartitioning necessary in Spark?

I applied via Naukri.com and was interviewed in Dec 2021. There were 4 interview rounds.

Round 1 - Coding Test 

2 easy level coding questions to be solved

Round 2 - One-on-one 

(1 Question)

  • Q1. One dsa question which needs to be live coded in 45 mins
  • Ans. 

    Implement a function to find the longest substring without repeating characters.

    • Use a sliding window approach to track the current substring.

    • Utilize a hash map to store the last index of each character.

    • Expand the window by moving the right pointer and contract from the left when duplicates are found.

    • Example: For input 'abcabcbb', the output should be 3 ('abc').

    • Time complexity is O(n) and space complexity is O(min(n, m)...

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

(1 Question)

  • Q1. Same as first round . But 2 coding questions might be asked
Round 4 - HR 

(1 Question)

  • Q1. Did not happen . Don’t know why

Interview Preparation Tips

Interview preparation tips for other job seekers - Please select company wisely.
As this is startup it needs you to be very good at technical and debugging skills.
I am feeling stressed here

I appeared for an interview in Jan 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 120 minutes
Round difficulty - Easy

The test had it's webcam on, we were not allowed to go out of the frame.

  • Q1. 

    Nth Fibonacci Number Problem Statement

    Calculate the Nth term in the Fibonacci sequence, where the sequence is defined as follows: F(n) = F(n-1) + F(n-2), with initial conditions F(1) = F(2) = 1.

    Input:

    ...
  • Ans. 

    The program calculates the Nth Fibonacci number using a recursive formula.

    • The Fibonacci series starts with 1, 1, and each subsequent number is the sum of the two preceding numbers.

    • The program uses a recursive function to calculate the Nth Fibonacci number.

    • The time complexity of the program is O(2^N), which can be optimized using memoization or dynamic programming.

  • Answered by AI
  • Q2. 

    Longest Consecutive Sequence Problem Statement

    You are provided with an unsorted array/list ARR of N integers. Your task is to determine the length of the longest consecutive sequence present in the array...

  • Ans. 

    The task is to find the length of the longest consecutive sequence in an unsorted array of integers.

    • Sort the array to bring consecutive numbers together

    • Iterate through the sorted array and keep track of the current consecutive sequence length

    • Update the maximum length if a longer sequence is found

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 30 minutes
Round difficulty - Medium

The interview was online from home.

  • Q1. 

    Reverse the String Problem Statement

    You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string.

    Example:

    Input:
    STR = "abcde"
    Output:
    "e...
  • Ans. 

    The task is to reverse a given string containing lowercase letters, uppercase letters, digits, and special characters.

    • Iterate through the string from the last character to the first character and append each character to a new string.

    • Alternatively, you can use built-in string reversal functions or methods available in your programming language.

    • To solve the follow-up question with O(1) space complexity, you can use a tw...

  • Answered by AI
Round 3 - HR 

Round duration - 20 minutes
Round difficulty - Easy

This was last round. In this round interviewer ask about me and what i know about company. Also he ask about my projects as well as my future goals . 
The interviewer was very understanding and supportive.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Engineer in GurgaonEligibility criteriaNoGreyOrange interview preparation:Topics to prepare for the interview - Data Structures, Object-Oriented Programming, Algorithms, Dynamic programming, Graphs, Operating Systems and Database Management System,Java, MySQL, HTML, CSS, JavaScript, Nodejs, PythonTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Find a good course, and first clear all your fundamentals and implementation of every data structure. You should be thorough with their time as well as space complexities. 
Tip 2 : Upon clearing the fundamentals, select a platform where you have a large no of questions, also whose test cases are good. eg. LeetCode, InterviewBit or Codezen. Go and complete 300-400 questions.
Tip 3 : Also whenever you're not able to solve the problem, check out the editorial and then re-attempt it again. Also, check the discussion if there is some good solution to the same problem.
Tip 4 : For OOPS, DS and programming, I recommend Codezen, Leetcode, InterviewBit and GeeksforGeeks.
Tip 5 : For OS, DBMS and Computer Network, I recommend GateSmasher, Knowledge Gate and TutorialsPoint.

Application resume tips for other job seekers

Tip 1 : Resume should contain facts, numbers, and data comparison.
Tip 2 : Mention only those projects and internships in your resume that you are comfortable with, that is, you can explain to the interviewee.
Tip 3 : Technical achievements in the field you're applying to, would be good.
Tip 4 : DO NOT FAKE THINGS, the interviewer is smart enough.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Apr 2022. There were 4 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 - Aptitude Test 

Aptitude test was there in exam

Round 3 - Coding Test 

Coding 3 questions were there in exam

Round 4 - Technical 

(2 Questions)

  • Q1. There were different rounds for different clge students .
  • Q2. Coding questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare coding in any of your choice language and learn DSA

I applied via Company Website and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

6 Questions

  • Q1. Worst interview process.
  • Q2. Don't go for interview
  • Q3. Worst organization
  • Ans. 

    Worst organization

    • Lack of communication and transparency

    • Inefficient management and decision-making

    • Toxic work culture and lack of employee support

    • Poorly defined goals and objectives

    • Lack of career growth opportunities

  • Answered by AI
  • Q4. I got offer from Oracle and this company also. But due drama I rejected offer this company
  • Q5. Politics in interview
  • Q6. They don't know how to take interview.

Interview Preparation Tips

Interview preparation tips for other job seekers - Better to don't go for interview.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement

Round 1 - Coding Test 

Coding round and level was good, one araay question and two dp questions

Round 2 - Technical 

(1 Question)

  • Q1. Interview round was also good, questions asked from stack and queues, puzzle, dbms, sql, and dsa problem
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Coding Test 

There will be 3 coding questions given to us for solving,we need solve two questions compulsory.

Round 2 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Questions related to frontend
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Coding Test 

Questions were high level

Interview Preparation Tips

Topics to prepare for SOTI Software Engineer interview:
  • array
  • Data Dictionary
  • tree
Interview preparation tips for other job seekers - before applying to soti you should have a good coding skill

I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. 1 round of hacker rank online test + 2 rounds of technical + 1 managerial round.
  • Q2. Round 1 Q1: Reverse the Linked List
  • Ans. 

    Reversing a linked list involves changing the direction of its pointers to reverse the order of nodes.

    • 1. Initialize three pointers: prev (null), current (head), and next (null).

    • 2. Iterate through the list: while current is not null, set next to current.next.

    • 3. Change current.next to prev, then move prev to current and current to next.

    • 4. Repeat until current is null. Finally, set head to prev.

    • Example: For a list 1 ->...

  • Answered by AI
  • Q3. Round 1 Q2: Related to array simply sorting type problems
  • Q4. Level order traversal of tree
  • Ans. 

    Level order traversal of tree is a breadth-first search algorithm to visit all nodes in a tree level by level.

    • Use a queue to keep track of nodes to be visited

    • Enqueue the root node and loop until the queue is empty

    • Dequeue a node, visit it, and enqueue its children

    • Repeat until all nodes have been visited

  • Answered by AI
  • Q5. Round 2 Q1 : Simple design related questions how will you insert bulk data in db, expecting both maintaining consistency as well as without maintaining consistency.
  • Ans. 

    Discussing methods for bulk data insertion in databases with a focus on consistency and performance trade-offs.

    • Use batch inserts to improve performance while maintaining consistency.

    • Example: Inserting 1000 records in one query instead of 1000 individual queries.

    • For maintaining consistency, use transactions to ensure all or none of the data is inserted.

    • Example: Using SQL transactions to wrap multiple insert statements.

    • W...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a easy to medium level interview try to do well in technical round 1 and next will be easier.

Skills evaluated in this interview

Precisely Interview FAQs

How many rounds are there in Precisely Data Engineer 2 interview?
Precisely interview process usually has 2 rounds. The most common rounds in the Precisely interview process are Technical and One-on-one Round.

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Interview Questions from Similar Companies

Darwinbox Interview Questions
3.9
 • 48 Interviews
CodeClouds Interview Questions
4.4
 • 42 Interviews
Grey Orange Interview Questions
3.2
 • 40 Interviews
Mobileum Interview Questions
3.3
 • 38 Interviews
SirionLabs Interview Questions
3.8
 • 26 Interviews
SOTI Interview Questions
3.2
 • 24 Interviews
FinThrive Interview Questions
3.7
 • 21 Interviews
View all
Precisely Data Engineer 2 Salary
based on 4 salaries
₹15 L/yr - ₹20 L/yr
20% less than the average Data Engineer 2 Salary in India
View more details
Software Engineer
52 salaries
unlock blur

₹8 L/yr - ₹21.1 L/yr

Senior Software Engineer 2
50 salaries
unlock blur

₹17 L/yr - ₹36 L/yr

Principal Software Engineer
38 salaries
unlock blur

₹24 L/yr - ₹45.4 L/yr

Software Engineer Level 1
35 salaries
unlock blur

₹7 L/yr - ₹15 L/yr

Software Engineer2
30 salaries
unlock blur

₹11.8 L/yr - ₹32 L/yr

Explore more salaries
Compare Precisely with

Duck Creek Technologies

4.4
Compare

FinThrive

3.7
Compare

CodeClouds

4.4
Compare

Grey Orange

3.2
Compare
write
Share an Interview