Upload Button Icon Add office photos

Filter interviews by

IT Convergence Data Engineer Interview Questions and Answers

Updated 5 Nov 2024

IT Convergence Data Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Query on rank,dense rank
  • Q2. Adf and use case related question

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Components of Databricks
  • Q2. How to read a json file
  • Q3. Second highest salary SQL
  • Q4. How to configure the spark while creating the cluster
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Medium level of coding questions.

Round 2 - Technical 

(2 Questions)

  • Q1. About azure data factory
  • Q2. How to copy multiple csv into single file
  • Ans. 

    Use a command line tool like cat to concatenate multiple CSV files into a single file

    • Use the cat command in the terminal to concatenate multiple CSV files into a single file

    • Navigate to the directory where the CSV files are located

    • Run the command 'cat file1.csv file2.csv > combined.csv' to merge file1.csv and file2.csv into a new file named combined.csv

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What is hdinsights in azure data factory
  • Ans. 

    HDInsight is a cloud-based service in Azure that makes it easy to process big data using Apache Hadoop, Spark, and other tools.

    • HDInsight is a fully managed cloud service that makes it easy to process big data using open-source frameworks like Apache Hadoop, Spark, and more.

    • It allows you to create, scale, and monitor Hadoop clusters in Azure.

    • HDInsight integrates with Azure Data Factory to provide data orchestration and ...

  • Answered by AI
  • Q2. How to perform data copy in azure
  • Ans. 

    Data copy in Azure can be performed using Azure Data Factory or Azure Storage Explorer.

    • Use Azure Data Factory to create data pipelines for copying data between various sources and destinations.

    • Use Azure Storage Explorer to manually copy data between Azure storage accounts.

    • Utilize Azure Blob Storage for storing the data to be copied.

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Expectations in the company
  • Q2. Ctc and relevant stuff

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Oct 2023. There were 2 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 - HR 

(1 Question)

  • Q1. Fresher or experienced

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear your Basic concepts about any programming language
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Project history
  • Q2. Tech stack used
  • Ans. 

    Our tech stack includes Python, SQL, Apache Spark, Hadoop, AWS, and Docker.

    • Python is used for data processing and analysis

    • SQL is used for querying databases

    • Apache Spark is used for big data processing

    • Hadoop is used for distributed storage and processing

    • AWS is used for cloud infrastructure

    • Docker is used for containerization

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

(2 Questions)

  • Q1. Handled team or not?
  • Q2. Project experience

Interview Preparation Tips

Topics to prepare for Blenheim Chalcot Data Engineer interview:
  • GCP
  • Python
  • SQL
  • Data Warehousing
Interview preparation tips for other job seekers - Be very clear with your Project history and include technical jargons, so interviewer can relate and understand your experience better

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Two simple coding with technical questions
Round 2 - Technical 

(1 Question)

  • Q1. One simple coding and technical questions along with system design questions
Round 3 - Technical 

(1 Question)

  • Q1. Work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Please dont attend interview they wouldn't select you. Instead they will waste your time. And the HR chitranshi is too bad
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How to configure vpn
  • Ans. 

    To configure a VPN, you need to set up a VPN server, create user accounts, configure client devices, and establish secure connections.

    • Set up a VPN server using software like OpenVPN or Windows Server

    • Create user accounts with unique credentials for accessing the VPN

    • Configure client devices to connect to the VPN server using the provided credentials

    • Establish secure connections by encrypting data transmitted over the VPN

  • Answered by AI
  • Q2. System slowness how to resolve
  • Ans. 

    To resolve system slowness, check for hardware issues, optimize software, update drivers, and monitor resource usage.

    • Check for hardware issues such as low memory or CPU usage

    • Optimize software by removing unnecessary programs or services

    • Update drivers for hardware components

    • Monitor resource usage to identify bottlenecks

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - only immediate joiners

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Aptitude Test 

Nothing it went well

Round 2 - Coding Test 

Same here , asked basics of java and C#

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well and go! don't stammer
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is sql server agent why can't we create objects of abstract class write extension method for abstract class SQL: SP vs Function, which one is faster, why? can I call SP from Function Microservice orch...
  • Ans. 

    SQL Server Agent is a job scheduling tool in SQL Server. Abstract classes cannot be instantiated. SPs are faster than functions. Microservice concepts. IEnumerable vs IQueryable.

    • SQL Server Agent is a job scheduling tool in SQL Server for automating tasks like backups, database maintenance, etc.

    • Abstract classes cannot be instantiated because they are incomplete and meant to be extended by subclasses.

    • Extension methods ca...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is record in c# write generic method to perform summation of 2 numeric type variable (int, double, float..) write test cases for Sum method which design pattern you used
  • Ans. 

    A record in C# is a data structure that stores a fixed number of fields of different data types.

    • A record in C# is similar to a struct in C++, containing fields to store data.

    • Example: 'public record Person { public string Name; public int Age; }'

    • Generic method for summation: 'public T Sum(T a, T b) where T : struct, IConvertible { return Convert.ToDouble(a) + Convert.ToDouble(b); }'

    • Test cases can include checking the su...

  • Answered by AI
  • Q2. This was the worst interview I have ever given. Interview got rescheduled 3 times. The panelist behaved so rudely, Why people wouldn't even care to show his face, it's literally very frustrating.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Referral and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops solid sql .net
  • Q2. Angular .net core

Interview Preparation Tips

Interview preparation tips for other job seekers - Smartdata is not a place Where you can Build a secure I am fulfilling career The high-level of a stress de Lack of job security Toxic management and Poor work life So make it avoid this, Company
If you take it, stress, definitely joining, but this is not a company where you can build your career

IT Convergence Interview FAQs

How many rounds are there in IT Convergence Data Engineer interview?
IT Convergence interview process usually has 1 rounds. The most common rounds in the IT Convergence interview process are Technical.
What are the top questions asked in IT Convergence Data Engineer interview?

Some of the top questions asked at the IT Convergence Data Engineer interview -

  1. Adf and use case related quest...read more
  2. Query on rank,dense r...read more

Tell us how to improve this page.

IT Convergence Data Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Senior Consultant
55 salaries
unlock blur

₹7.1 L/yr - ₹23.1 L/yr

Principal Consultant
52 salaries
unlock blur

₹15.5 L/yr - ₹31.5 L/yr

Associate Consultant
38 salaries
unlock blur

₹2.1 L/yr - ₹6.7 L/yr

Staff Consultant
35 salaries
unlock blur

₹3.5 L/yr - ₹8 L/yr

Senior Principal Consultant
27 salaries
unlock blur

₹18 L/yr - ₹32.5 L/yr

Explore more salaries
Compare IT Convergence with

Infosys

3.6
Compare

Wipro

3.7
Compare

TCS

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview