IQ General interview experience Real time questions & tips from candidates to crack your interview

Data Engineer

IQ General
upvote
share-icon
2 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 4 months
Topics: Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic Programming
Tip
Tip

Tip 1 : Start your revision early.
Tip 2 : Organise your study time
Tip 3 : Do atleast 2 projects

Application process
Where: Naukri
Eligibility: Work experience required.
Resume Tip
Resume tip

Tip 1 : Keep your resume clear and concise
Tip 2 : Highlight what you have accomplished.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration45 minutes
Interview date12 May 2022
Coding problem2

How do you reverse a string in Python?
How do you determine if a string is a palindrome?

1. Reverse Words In A String

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

You are given a string 'str' of length 'N'.


Your task is to reverse the original string word by word.


There can be multiple spaces between two words and there can be leading or trailing spaces but in the output reversed string you need to put a single space between two words, and your reversed string should not contain leading or trailing spaces.


Example :
If the given input string is "Welcome to Coding Ninjas", then you should return "Ninjas Coding to Welcome" as the reversed string has only a single space between two words and there is no leading or trailing space.
Problem approach

Identify and define the problem. State the problem as clearly as possible.
Implement the solution.
Evaluate the outcome.

Try solving now

2. String Palindrome

Easy
0/40
Asked in companies
ThalesInnovaccerUnacademy

Given a string, determine if it is a palindrome, considering only alphanumeric characters.

Palindrome
A palindrome is a word, number, phrase, or other sequences of characters which read the same backwards and forwards.
Example:
If the input string happens to be, "malayalam" then as we see that this word can be read the same as forward and backwards, it is said to be a valid palindrome.

The expected output for this example will print, 'true'.

From that being said, you are required to return a boolean value from the function that has been asked to implement.

Try solving now
02
Round
Easy
HR Round
Duration30 minutes
Interview date20 May 2022
Coding problem1

Introduction.
Interviewer was soft spoken.

1. Basic HR questions

Introduction.

 Salary Discussion. 

Date of joining Discussion.

Problem approach

Tip 1: Work on communication.
Tip 2: Answer confidently
Tip 3: Negotiate for salary as much as possible

Here's your problem of the day

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

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Amazon
8518 views
0 comments
0 upvotes
Analytics Consultant
3 rounds | 10 problems
Interviewed by ZS
907 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
3320 views
0 comments
0 upvotes
company logo
SDE - 2
4 rounds | 6 problems
Interviewed by Expedia Group
2581 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Data Engineer
2 rounds | 4 problems
Interviewed by Amazon
1838 views
0 comments
0 upvotes
company logo
Data Engineer
4 rounds | 15 problems
Interviewed by Intuit
0 views
0 comments
0 upvotes