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

Senior Software Engineer

Tredence Analytics
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 1 month
Topics: OOPS, JAVA, Selenium, Protractor, SQL, Jenkins, Git repos working
Tip
Tip

Tip 1 : Gets the basics cleared first
Tip 2 : Practice solving programs based on all topics covered. 2 programs at least on each topic
Tip 3 : Work on your communication and try to explain what you have covered to your friend and peer. As should be able to convey what you prepared for confidently. And discussing with peers on the interview questions helps you think more critically on the topic.

Application process
Where: Naukri
Eligibility: 2 + years of experience and project needs
Resume Tip
Resume tip

Tip 1 : Try to make your resume look attractive and cover all things in one page. Make it short yet impactful.
Tip 2 : Give emphasis on projects worked clearly, mention skills as pointers, mention about your extra curriculars as it helps to connect with you as a person for the interviewer

Interview rounds

01
Round
Medium
Video Call
Duration60 minutes
Interview date7 Aug 2021
Coding problem1

1. Reverse String

Moderate
0/80
Asked in companies
AccentureHCL TechnologiesAmerican Express

You are given a string ‘S’. You are also given ‘M’ integers in an array ‘A’. You perform ‘M’ operations on this string. The operations are given in an array ‘A’ of size ‘M’.

You perform the operations in the order they appear in the array ‘A’. In the ‘i’th operation, you reverse the substring of ‘S’ from the position ‘A[i]’ to ‘len(S)’ - ‘A[i]’ - 1 (0 based).

Your task is to find the string after performing all the operations.

Example :
‘S’ = “aabcd”, ‘M’ = 2, ‘A’ = [0, 1]
After 1st operation i.e, reversing from [0, 4], ‘S’ = “dcbaa”.
After 2nd operation i.e, reversing from [1, 3], ‘S’ = “dabca”.
Hence, the answer is “dabca”.
Problem approach

1. I used char data type
2. used for loop
3. inside for loop i extracted each character and added each character in front of the existing string

Try solving now
02
Round
Easy
Video Call
Duration30 minutes
Interview date11 Aug 2021
Coding problem1

1. Selenium based Question

How to come out of I frame in Selenium?

Problem approach

used switchTo(). parentFrame() and coded in selenium syntaxes in java

03
Round
Easy
HR Round
Duration30 minutes
Interview date14 Aug 2021
Coding problem1

1. Basic HR question

Why do you want to leave the current company?

Problem approach

Tip 1 : For self growth and more learning and challenges
 

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
Senior Software Engineer
4 rounds | 4 problems
Interviewed by Tredence Analytics
741 views
0 comments
0 upvotes
Senior Software Engineer
4 rounds | 7 problems
Interviewed by Tredence Analytics
1058 views
0 comments
0 upvotes
Business Analyst
2 rounds | 10 problems
Interviewed by Tredence Analytics
744 views
0 comments
0 upvotes
Senior Software Engineer
3 rounds | 4 problems
Interviewed by Tredence Analytics
0 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Senior Software Engineer
1 rounds | 6 problems
Interviewed by Arcesium
3181 views
0 comments
0 upvotes
company logo
Senior Software Engineer
3 rounds | 3 problems
Interviewed by Ernst & Young (EY)
3804 views
0 comments
0 upvotes
company logo
Senior Software Engineer
3 rounds | 3 problems
Interviewed by HCL Technologies
2021 views
3 comments
0 upvotes