由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - reporting analyst面试的问题回答
相关主题
有人用 datstat 么Apple 电话面试 面经
有大侠知道怎么format下面这个query的时间么 (转载)Intern/Job Opportunity at Citi
包子求 3 本电子书国内学临床的在美国都可以被称为 MD吗 ?
Reporting Analyst - Contract Opportunity in Cranston, RI -sponsor H1B[分享]史上最全面的SAS9.2[10G/3CD]
请问proc reportsoftware engineer and analytcs (转载)
请问哪里能找到statistics data analysis report or paper的samples?大家觉得这种职位薪水多少
求助:如何准备这个面试SQL check likeness between two large tables
在实际工作MySQL query optimization的问题SQL combine two tables into one table and add a new column (转载)
相关话题的讨论汇总
话题: reporting话题: report话题: sas话题: sql话题: database
进入Statistics版参与讨论
1 (共1页)
y*****n
发帖数: 5016
1
有个同学给我发来一个message, 问关于如何准备一个reporting analyst面试的问题。
跟以前一样,我把我的回答贴在这里,给更多的人分享。
Where the data come from? from database (oracle,etc)?
答:各种database都有可能,当然oracle是其中一种。还有各种data querying tool,
比如toad, PL/SQL, 1010data…等等。你不可能每样都熟悉。但是sas 的pass-through
codes 基本上能实现在大部分的database 上query data。 所以,面试的时候被问到
不熟悉的database或query tool时,你可以强调这些可以通过sas 的pass-through
codes来实现,而你懂得或用过或有能力去学习这些codes.
the report tool include crystal report, sql server report, Cognos?
答: report tools 也有很多。我刚开始工作的时候也做过一点reporting的活,但不
是用以上的工具,而是用sas本身,目前在我同一个大team里做reporting的同事用的也
是sas. 用sas做report有两种方式,一是直接将proc report 的结果输出, 一是将结果
以data set的方式输出,然后在excel里处理。两种方式都可以通过在sas codes 里
trigger excel (vba/macros)来实现最终的和自动化的formatting. 除了这样回答
之外,你还要说,如果management 有preference 用某种reporting tool 的话,你可
以很快pick up. 但我个人认为用sas做report更加强大(尤其是对coding 能力很强的
人来说)。
需要很多的programming吗?是不是很routine的工作?
答:一开始programming的压力会很大,但是建立了框架以后基本就职需要小修小改。
是比较routine的工作。而且靠reporting本身做得好提升的空间不大,除非你在
business上学得好,体现出很好的business sense, knowledge, and analysis能力来。
最后,我要提醒该同学注意一下学历的要求。该职位只要求bachelors. 我知道你可能
不介意(而且到了公司里你可以想办法向周围的modeler和statistician学习和靠拢)
,但是招聘你的人可能会。(如果你有phd那就更难了)
你好,
我在班上潜水很久了,看过你的很多回复,对我找工作很有帮助。我现在有问题请教,
我下周一有个面试是关于reporting analyst.实际上我没有真正做过这方面的东西,我
把job description 贴在这里,你能帮我看看我应该怎么准备吗?
JOB DESCRIPTION:
DUTIES & RESPONSIBILITIES:
Ensure the timely and accurate generation of all corporate internal
reporting, consistency and standardization amongst the various types of
reports and databases and manage the various reporting tools utilized by the
Company.
Work with current Report Analyst to prioritize according to business needs
and resources.
Analyze, interpret and report financial and operational performance trends
from various channels & departments, identifying areas performing outside of
expected results.
Develop efficiencies to increase the effectiveness of reporting and
consolidate & maintain departmental reports used internally and externally.
Maintain a reporting schedule and documentation of reporting procedures.
Generate and maintain control documentation of reporting procedures to
comply with governance audits and regulatory requirements. Will also build
audit process to ensure data integrity and efficiency.
Perform ad hoc duties in accordance to business needs.
Requirements
SKILLS & QUALIFICATIONS:
Bachelors degree in MIS, Statistic, Mathematics, Computer Science, or
equivalent degree
Advanced proficiency with Cognos Business Intelligence, MS Office Suite, SQL
, and familiarity with SAS.
Ability to interface with multiple users across the organization and
completing requests accurately and timely.
Extreme attention to detail.
Familiarity with financial services strongly preferred 。
我有几个问题:
Where the data come from? from database (oracle,etc)?
the report tool include crystal report, sql server report, Cognos?
需要很多的programming吗?是不是很routine的工作?
如果你了解这方面,可以给我讲讲具体的流程吗? 我在网上搜过,还还是没搞明白。
先谢谢你了。
l*********s
发帖数: 5409
2
xie xie
w*****e
发帖数: 806
3
3x~~`
a*****3
发帖数: 601
4
你也写一篇 我给你伪币

【在 w*****e 的大作中提到】
: 3x~~`
s******r
发帖数: 1524
5
有些东西不敢苟同
Where the data come from? from database (oracle,etc)?
数据有Oracle,teradata,sql server, DB2,access,text file,excel.SAS不是都好使的
。对于数据库的理解远远高于sas.尤其是不同数据来源的整合,更是个大问题。如果公
司数据来源单一,当然强调sas不错,但是如果要比较快的抓到数据,而数据库规模庞
大,原本sql的优势是sas不能比较的。
the report tool include crystal report, sql server report, Cognos?
最重要的是把数抓到,excel的优势是sas比不了的。想想manager拿起鼠标,把图改一
改,他的心情会多么愉快。

,
through

【在 y*****n 的大作中提到】
: 有个同学给我发来一个message, 问关于如何准备一个reporting analyst面试的问题。
: 跟以前一样,我把我的回答贴在这里,给更多的人分享。
: Where the data come from? from database (oracle,etc)?
: 答:各种database都有可能,当然oracle是其中一种。还有各种data querying tool,
: 比如toad, PL/SQL, 1010data…等等。你不可能每样都熟悉。但是sas 的pass-through
: codes 基本上能实现在大部分的database 上query data。 所以,面试的时候被问到
: 不熟悉的database或query tool时,你可以强调这些可以通过sas 的pass-through
: codes来实现,而你懂得或用过或有能力去学习这些codes.
: the report tool include crystal report, sql server report, Cognos?
: 答: report tools 也有很多。我刚开始工作的时候也做过一点reporting的活,但不

g****6
发帖数: 90
6
这个职位大概工资多少啊 会不会很低?
x****i
发帖数: 400
7
I don't understand this, can you explain more? Thanks.
"两种方式都可以通过在sas codes 里
trigger excel (vba/macros)来实现最终的和自动化的formatting. "
y*****n
发帖数: 5016
8
你说的跟我说其实没有冲突。
我的意思本来就是有database的经验当然要说,不管是oracle还是别的,但是如果没有
的话就要说点pass-through code 之类的东西。另外,for your information, sas
pass-through to oracle 的确是不快,但是现在有另外一个丁丁叫netezza, way
faster than oracle, sas pass-through to netezza is lightening fast. 如果你们
公司里还没有,赶紧给你老板说说,说不定就是大功一件 :)
另外关于reporting tool, 我原先说的就是把最后结果放到excel里。但是有些具体部
门的reports是很标准化的,没有随意改动的情况。

【在 s******r 的大作中提到】
: 有些东西不敢苟同
: Where the data come from? from database (oracle,etc)?
: 数据有Oracle,teradata,sql server, DB2,access,text file,excel.SAS不是都好使的
: 。对于数据库的理解远远高于sas.尤其是不同数据来源的整合,更是个大问题。如果公
: 司数据来源单一,当然强调sas不错,但是如果要比较快的抓到数据,而数据库规模庞
: 大,原本sql的优势是sas不能比较的。
: the report tool include crystal report, sql server report, Cognos?
: 最重要的是把数抓到,excel的优势是sas比不了的。想想manager拿起鼠标,把图改一
: 改,他的心情会多么愉快。
:

s******r
发帖数: 1524
9
没用过netezza,不知道可以handle多大的数据。而且这也不是我,或是我老板说了算
的,大功只好算了。
没有数据库的经验,拿到这样的位置比较难,除非是都是sas dataset based.但job
description 里面不是这样。而且不管是什么样的database engine,sas都不可能绕过
engine, 你run一个where dhms(year( ........ )=,
估计netezza也歇菜。
要强调的是sql和已掌握的东西相似性,而且是个quick learner,这样还有些机会。

【在 y*****n 的大作中提到】
: 你说的跟我说其实没有冲突。
: 我的意思本来就是有database的经验当然要说,不管是oracle还是别的,但是如果没有
: 的话就要说点pass-through code 之类的东西。另外,for your information, sas
: pass-through to oracle 的确是不快,但是现在有另外一个丁丁叫netezza, way
: faster than oracle, sas pass-through to netezza is lightening fast. 如果你们
: 公司里还没有,赶紧给你老板说说,说不定就是大功一件 :)
: 另外关于reporting tool, 我原先说的就是把最后结果放到excel里。但是有些具体部
: 门的reports是很标准化的,没有随意改动的情况。

y*****n
发帖数: 5016
10
Cannot agree more on "要强调的是sql和已掌握的东西相似性,而且是个quick
learner,这样还有些机会", well said.

【在 s******r 的大作中提到】
: 没用过netezza,不知道可以handle多大的数据。而且这也不是我,或是我老板说了算
: 的,大功只好算了。
: 没有数据库的经验,拿到这样的位置比较难,除非是都是sas dataset based.但job
: description 里面不是这样。而且不管是什么样的database engine,sas都不可能绕过
: engine, 你run一个where dhms(year( ........ )=,
: 估计netezza也歇菜。
: 要强调的是sql和已掌握的东西相似性,而且是个quick learner,这样还有些机会。

s***5
发帖数: 270
11
Thanks!
1 (共1页)
进入Statistics版参与讨论
相关主题
SQL combine two tables into one table and add a new column (转载)请问proc report
(转贴) 2015 SAS vs. R Survey Results请问哪里能找到statistics data analysis report or paper的samples?
SAS format 的问题求助:如何准备这个面试
没有 IT 背景的学Cognos 很难吗?在实际工作MySQL query optimization的问题
有人用 datstat 么Apple 电话面试 面经
有大侠知道怎么format下面这个query的时间么 (转载)Intern/Job Opportunity at Citi
包子求 3 本电子书国内学临床的在美国都可以被称为 MD吗 ?
Reporting Analyst - Contract Opportunity in Cranston, RI -sponsor H1B[分享]史上最全面的SAS9.2[10G/3CD]
相关话题的讨论汇总
话题: reporting话题: report话题: sas话题: sql话题: database