Upload Button Icon Add office photos

American InfoSource

Compare button icon Compare button icon Compare

Filter interviews by

American InfoSource BI Analyst Interview Questions and Answers

Updated 23 Aug 2024

American InfoSource BI Analyst Interview Experiences

1 interview found

BI Analyst Interview Questions & Answers

user image Anonymous

posted on 23 Aug 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Asked basic questions on Power BI such as data extraction, data manipulation, dashboard making,
  • Q2. Basic SQL queries was asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication skills are required as it is client facing role.
Basic Power BI, SQL skills needed.
Knowledge of Excel, PowerPoint is required.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. How is the interview
  • Q2. How is work life balance
  • Ans. 

    Work life balance is important to me and my employer supports it through flexible schedules and remote work options.

    • My employer offers flexible schedules to accommodate personal needs

    • Remote work options are available for certain roles

    • I prioritize my workload and manage my time effectively to maintain balance

    • I make time for hobbies and activities outside of work to recharge

    • I communicate openly with my team and manager a

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer asked basic questions and some programming questions

I applied via Campus Placement and was interviewed before Sep 2021. 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 - Video Synthesis 

(1 Question)

  • Q1. General brief about yourself
Round 3 - One-on-one 

(1 Question)

  • Q1. Interviewer asked about previous work experience and how will it help in the role offered
Round 4 - HR 

(1 Question)

  • Q1. HR discussed salary negotiation and joining city

Interview Preparation Tips

Interview preparation tips for other job seekers - Tell about yourself and your previous experience whether before MBA or during your internship and connect with the interviewer

I applied via Naukri.com and was interviewed before Nov 2018. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mainly fully technical skills -2technical +1 HR round

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be prepared completely as they will completely focus on what is written on your resume. Please do not write fake experience on any skills . You will be caught. HR compensations provided are really pretty good if your technical round goes really outstanding.

I applied via Recruitment Consultant and was interviewed before Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Take about a chalanging task you did and how you handled it

Interview Preparation Tips

Interview preparation tips for other job seekers - Softskills is very important for getting in to ITIS sector. you clear softskills round you are almost there.

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic work related, real time problems, inner concept of tools.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough on what you are doing, even if its just 1 tool.. questions can be random.

I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Oops
  • Q2. WebApi
  • Q3. C#
  • Q4. WCF

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice

Associate Interview Questions & Answers

Cognizant user image wantedchipmunk

posted on 27 Jul 2021

I applied via Campus Placement and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Basic coding ques: factorial of a number (both recursive and iterative) and a walk through of the programs solved in assessment round.
  • Q2. More attention was given to project explanation in detail - architecture, flow, design, technical stack with diagrams.
  • Q3. Detailed questions about OOP concepts, Databases, cloud computing- types of clouds, c vs cpp, etc
  • Q4. During the coding round prior to interview shortlisting, there were three coding question (medium to hard level). Duration- 1.5 hr

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was taken by two interviewers and lasted for around an hour and was 90% Technical and 10% HR.

I applied via Company Website and was interviewed before Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. What is executequery, execute scalar, executenon query in SQL
  • Ans. 

    executequery, execute scalar, executenon query are SQL methods for executing queries.

    • ExecuteQuery is used to execute a SELECT statement and returns a ResultSet object.

    • ExecuteScalar is used to execute a SELECT statement that returns a single value.

    • ExecuteNonQuery is used to execute INSERT, UPDATE, DELETE statements and returns the number of rows affected.

  • Answered by AI
  • Q2. Explain about types of State management in client and server side
  • Ans. 

    State management in client and server side

    • Client-side state management: cookies, local storage, session storage, and query parameters

    • Server-side state management: session state and application state

    • Cookies are small text files stored on the client's computer

    • Local storage and session storage are HTML5 web storage APIs

    • Session state is stored on the server and associated with a user's session

    • Application state is stored on

  • Answered by AI
  • Q3. What is 'inproc' in state management?
  • Ans. 

    Inproc is a state management mode where data is stored in the application's memory.

    • Inproc stands for 'in-process'.

    • Data is stored in the application's memory, making it fast to access.

    • This mode is suitable for small applications with low traffic.

    • If the application is restarted, all data stored in inproc mode is lost.

    • Examples of inproc state management include ASP.NET's in-process session state and Cache API.

  • Answered by AI
  • Q4. Why state management techniques are required ?
  • Ans. 

    State management techniques are required to manage the state of an application and ensure data consistency.

    • State management helps in maintaining the state of an application and ensures that data is consistent across different components.

    • It helps in managing complex applications with multiple components and data sources.

    • State management techniques like Redux, MobX, and Context API provide a centralized store for managin...

  • Answered by AI
  • Q5. Disadvantages of viewstate technique ?
  • Ans. 

    Viewstate technique can lead to performance issues and security vulnerabilities.

    • Viewstate increases the size of the page, leading to slower load times.

    • Viewstate can be tampered with, leading to security vulnerabilities.

    • Viewstate is stored on the client side, leading to potential data privacy issues.

    • Viewstate can cause issues with scalability in web applications.

    • Alternative techniques like session state or caching can b

  • Answered by AI
  • Q6. Inline attribute in html ?
  • Ans. 

    The inline attribute in HTML is used to specify that a particular element should be displayed inline.

    • The inline attribute can be used with elements like <span>, <strong>, <em>, <a>, etc.

    • It allows the element to be displayed on the same line as adjacent elements.

    • Example: <span inline>Inline element</span>

  • Answered by AI
  • Q7. A brief explanation of Ajax ?
  • Ans. 

    Ajax is a technique for creating fast and dynamic web pages without reloading the entire page.

    • Ajax stands for Asynchronous JavaScript and XML

    • It allows for asynchronous communication between the client and server

    • It can update parts of a web page without requiring a full page reload

    • Examples of Ajax include auto-suggest search bars and real-time chat applications

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I'm from Asp.net background and I'm working as support analyst now. Study completely about your current project, what are all techniques used, what are new alternative technologies are released and all. For asp.net, c# related developers can study MVC , asp.net web app, windows app, deployment, version control, jQuery, ajax, js.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Lifecycle methods of Angular
  • Ans. 

    Angular has several lifecycle methods that are called at different stages of a component's life.

    • ngOnInit() - called after the component is initialized

    • ngOnChanges() - called when the component's input properties change

    • ngDoCheck() - called during every change detection cycle

    • ngAfterViewInit() - called after the component's view has been initialized

    • ngOnDestroy() - called just before the component is destroyed

  • Answered by AI
  • Q2. What are pipes in angular?
  • Ans. 

    Pipes are a feature in Angular that allow for data transformation before displaying it in the view.

    • Pipes are used to format data in the view

    • They can be used to filter, sort, and transform data

    • Examples include the date pipe, currency pipe, and uppercase pipe

  • Answered by AI
  • Q3. How to do global error handling in angular?
  • Ans. 

    Global error handling in Angular can be done using ErrorHandler class.

    • Create a class that implements the ErrorHandler interface

    • Override the handleError() method to handle errors globally

    • Provide the ErrorHandler class in the providers array of AppModule

    • Use the error handling service to log errors or display error messages

  • Answered by AI
  • Q4. What are custom directives? What are their types? How to create with general example?
  • Ans. 

    Custom directives are a way to extend HTML with new attributes and functionality.

    • Types of custom directives are attribute, element, and class directives.

    • Attribute directives modify the behavior of existing HTML elements.

    • Element directives create new HTML elements.

    • Class directives modify the behavior of existing HTML elements based on their class.

    • To create a custom directive, use the directive() method of the AngularJS ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Be confident if you know the answers and frank if you don't.
2. Try to get your basics and core concepts to be clear clear.

Skills evaluated in this interview

American InfoSource Interview FAQs

How many rounds are there in American InfoSource BI Analyst interview?
American InfoSource interview process usually has 1 rounds. The most common rounds in the American InfoSource interview process are Technical.
What are the top questions asked in American InfoSource BI Analyst interview?

Some of the top questions asked at the American InfoSource BI Analyst interview -

  1. Asked basic questions on Power BI such as data extraction, data manipulation, d...read more
  2. Basic SQL queries was ask...read more

Tell us how to improve this page.

American InfoSource BI Analyst Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Cognizant Interview Questions
3.7
 • 5.6k Interviews
Nagarro Interview Questions
4.0
 • 762 Interviews
Publicis Sapient Interview Questions
3.5
 • 618 Interviews
GlobalLogic Interview Questions
3.6
 • 591 Interviews
UST Interview Questions
3.8
 • 514 Interviews
CGI Group Interview Questions
4.0
 • 490 Interviews
View all
Financial Analyst
331 salaries
unlock blur

₹1.5 L/yr - ₹4.2 L/yr

Executive Quality Control
25 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Team Lead
19 salaries
unlock blur

₹3.6 L/yr - ₹7.4 L/yr

Software Developer
15 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Senior Software Developer
13 salaries
unlock blur

₹8.9 L/yr - ₹22 L/yr

Explore more salaries
Compare American InfoSource with

Cognizant

3.7
Compare

Sutherland Global Services

3.6
Compare

Optum Global Solutions

4.0
Compare

Hexaware Technologies

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