Tredence Analytics interview experience Real time questions & tips from candidates to crack your interview

SDE - 1

Tredence Analytics
upvote
share-icon
2 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 months
Topics: Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic Programming,System Design, Link List and Graphs
Tip
Tip

Tip 1 - Practice Atleast 250 Questions
Tip 2 - Ex- Do atleast 2 projects

Application process
Where: Campus
Eligibility: Above 7 CGPA
Resume Tip
Resume tip

Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume.

Interview rounds

01
Round
Medium
Video Call
Duration45 mins
Interview date9 Sep 2021
Coding problem2

1. DBMS Question

Acid Properties of DBMS

Problem approach

Tip 1 : Explain the ACID properties of DBMS

2. Occurrence Of Each Word

Easy
10m average time
90% success
0/40
Asked in companies
BarclaysHCL TechnologiesInfosys

You are given a string S of words. Your task is to count the occurrence of each word present in the string S. A word is a sequence of one or more non-space characters, and there can be multiple spaces between two words, and also there can be leading or trailing spaces in a string S.

For Example:
For the given string  “what we think we become”

“what”,” think”, and “become” occurs 1 time, and “we” occurs 2 times in the given string.
Problem approach

You are given a string S of words. Your task is to count the occurrence of each word present in the string S. A word is a sequence of one or more non-space characters, and there can be multiple spaces between two words, and also there can be leading or trailing spaces in a string S.

Try solving now
02
Round
Medium
Video Call
Duration45 mins
Interview date9 Sep 2021
Coding problem2

1. Technical Question

Incremental data pull from a on premise datasource.

Problem approach

Tip 1 : mention about self IR 
Tip 2 : steps to configure Self IR
Tip 3 : mention about data pull steps

2. Reverse Stack Using Recursion

Easy
21m average time
80% success
0/40
Asked in companies
AmazonOracleRazorpay

Reverse a given stack of 'N' integers using recursion. You are required to make changes in the input parameter itself.


Note: You are not allowed to use any extra space other than the internal stack space used due to recursion.


Example:
Input: [1,2,3,4,5] 
Output: [5,4,3,2,1]

add image

Problem approach

Reverse a given stack of integers using recursion.
Note:
You are not allowed to use any extra space other than the internal stack space used due to recursion.
You are not allowed to use the loop constructs of any sort available as handy. For example: for, for-each, while, etc. 
The only inbuilt stack methods allowed are:
push(x) -- Push element x onto stack.
pop() -- Removes the element on top of the stack.
top() -- Get the top element.

Try solving now

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

Which SQL keyword removes duplicate records from a result set?

Choose another skill to practice
Similar interview experiences
Data Analyst
3 rounds | 7 problems
Interviewed by Tredence Analytics
2344 views
0 comments
0 upvotes
Business Analyst
3 rounds | 2 problems
Interviewed by Tredence Analytics
1940 views
0 comments
0 upvotes
Data Analyst
3 rounds | 4 problems
Interviewed by Tredence Analytics
857 views
0 comments
0 upvotes
Data Analytics
2 rounds | 4 problems
Interviewed by Tredence Analytics
1141 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
1 rounds | 2 problems
Interviewed by Tata Consultancy Services (TCS)
0 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 4 problems
Interviewed by Tata Consultancy Services (TCS)
5992 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 3 problems
Interviewed by BNY Mellon
5242 views
3 comments
0 upvotes