㈠ 去面试前端,面试官问了一些问题,都不懂,零基础,要做前端的话要先培训3个月(他们公司的人带),实习
你说现在没钱,能不能先培训,以后有工资了,培训费在工资里面扣除,这样防止对方骗你。总之,不要交一万多给他,这个培训费高得离谱,望采纳。
㈡ 今天去应聘JAVA学徒时 应聘的人跟我说先培训三个月 这三个月是没有工资 然后三个月实习4000
应该是培训机构和银行合作的 感觉挺贵的
(27-6)*1700=35700 太贵了 在哪个城市?
㈢ 朋友介绍一份工作高速公路收费员,得先交4万块钱然后去外省面试实习培训3个月。才能工作月薪是3500
要看你抄对这个朋友的了解,对这个企袭业的了解,朋友可靠企业可靠可以一试,
一般朋友就要多留心,存在找工作的骗术,可以试着转正前一部分转正后一部分费用,可以试试能不能找到企业的招聘信息,是否可以直接面试下看看,
托关系找工作本身就有一定的风险,就像赌博,要看运气,因为就算人和国企都很可靠也会有变数,所以你要做两手准备成功如何不成功如何
㈣ 软件培训公司,先培训三个月后推荐就业,培训费用一万多,工作后分期付款,这样是否可行!
推荐就业什么的就不要信了 我有个朋友去学的也是软件培训 做动画的 推荐就业倒是推荐了 可是肯德基的炸薯条工也算工作啊 一个月1600也算工资啊……
㈤ 在一家公司面试广告设计助理,但之前完全没有学过,公司说先培训3个月,每个月只有1300元补助,不包
我觉得不要去,如果真心要你的,不管你有木有基础,会不会,前提是为什么后面才要钱呢?人的心里第一反应都会明白自己去不去,所以你反应也会告诉你自己去的结果和不去的意义。
㈥ 平安普惠有限公司里面的信贷审核专员工作好做吗 说要先培训三个月呢 这个工作难度很大吗
上班主要就是核实申请人身份,防范金融欺诈
信贷相对来说更容易上手。抵押因为牵扯的资料比较多,上手的有点时间
㈦ 近一两天我会去面试,是ABAP和BW模块,我本身是学MM的还没有工作经验,公司说先培训三个月。
61. What do you do with errors in BDC batch sessions?
ANS:-
We look into the list of incorrect session and process it again. To correct incorrect session we analyize the session to determine which screen and value proced the error.For small errors in data we correct them interactively otherwise
modify batch input program that has generated the session or many times even the datafile.
62. How do you set up background jobs in SAP? What are the steps? What are the event driven batch jobs?
ans:-
go to SM36 and create background job by giving job name,job class and job steps(JOB SCHEDULING)
63. Is it possible to run host command from SAP environment? How do you run?
64. What kind of financial periods exist in SAP? What is the relavent table for that?
65. Does SAP handle multiple currencies? Multiple languages?
ans:-
Yes.
66. What is a currency factoring technique?
67. How do you document ABAP/4 programs? Do you use program documentation menu option?
68. What is SAPscript and layout set?
ans:-
The tool which is used to create layout set is called SAPscript. Layout set is a design document.
69. What are the ABAP/4 commands that link to a layout set?
ans:-
control commands,system commands,
70. What is output determination?
71. What are IDOCs?
ans:-
IDOCs are intermediate documents to hold the messages as a container.
72. What are screen painter? menu painter? Gui status? ..etc.
ans:-
dynpro - flow logic + screens.
menu painter -
GUI Status - It is subset of the interface elements(title bar,menu bar,standard tool bar,push buttons) used for a certain screen.
The status comprises those elements that are currently needed by the transaction.
73. What is screen flow logic? What are the sections in it? Explain PAI and PBO.
ans:-
The control statements that control the screen flow.
PBO - This event is triggered before the screen is displayed.
PAI - This event is responsible for processing of screen after the user enters the data and clicks the pushbutton.
74. Overall how do you write transaction programs in SAP?
ans:-
Create program-SE93-create transcode-Run it from command field.
75. Does SAP has a GUI screen painter or not? If yes what operating systems is it available on? What is the other type of screen painter called?
76. What are step loops? How do you program pagedown pageup in step loops?
ans:-
step loops are repeated blocks of field in a screen.
77. Is ABAP a GUI language?
ANS:-
Yes.
ABAP IS AN EVENT DRIVEN LANGUAGE.
78. Normally how many and what files get created when a transaction program is written?
What is the XXXXXTOP program?
ans:-
ABAP/4 program.
DYNPRO
79. What are the include programs?
ANS:-
When the same sequence of statements in several programs are to be written repeadly they are coded in include programs (External programs) and are included in ABAP/4 programs.
80. Can you call a subroutine of one program from another program?
ans:- Yes- only external subroutines Using 'SUBMIT' statement.
81. What are user exits? What is involved in writing them? What precations are needed?
82. What are RFCs? How do you write RFCs on SAP side?
83. What are the general naming conventions of ABAP programs?
ANS:-
Should start with Y or Z.
84. How do you find if a logical database exists for your program requrements?
ans:-
SLDB-F4.
85. How do you find the tables to report from when the user just tell you the transaction he uses? And all the underlying data is from SAP structures?
ans:-
Transcode is entered in command field to open the table.Utilities-Table contents-display.
86. How do you find the menu path for a given transaction in SAP?
ans:-
87. What are the different moles of SAP?
ans:-
FI,CO,SD,MM,PP,HR.
89. How do you get help in ABAP?
ans:-
HELP-SAP LIBRARY,by pressing F1 on a keyword.
90. What are different ABAP/4 editors? What are the differences?
ans:-
91. What are the different elements in layout sets?
ans:-
PAGES,Page windows,Header,Paragraph,Character String,Windows.
92. Can you use if then else, perform ..etc statements in sap script?
ans:-
yes.
93. What type of variables normally used in sap script to output data?
94. How do you number pages in sapscript layout outputs?
95. What takes most time in SAP script programming?
ANS:-
LAYOUT DESIGN AND LOGO INSERTION.
96. How do you use tab sets in layout sets?
97. How do you backup sapscript layout sets? Can you download and upload? How?
98. What are presentation and application servers in SAP?
ANS:-
The application layer of an R/3 System is made up of the application servers and the message server. Application programs in an R/3 System are run on application servers. The application servers communicate with the presentation components, the database, and also with each other, using the message server.
99. In an ABAP/4 program how do you access data that exists on a presentation server vs on an application server?
ans:-
i)using loop statements.
ii)flat
100. What are different data types in ABAP/4?
ans:-
Elementary -
predefined C,D,F,I,N,P,T,X.
userdefined TYPES.
ex: see in intel book page no 35/65
Structured -
predefined TABLES.
userdefined Field Strings and internal tables.
101. What is difference between session method and Call Transaction?
ans:-
102. Setting up a BDC program where you find information from?
ans:-
103. What has to be done to the packed fields before submitting to a BDC session.
ans:-
fields converted into character type.
104. What is the structure of a BDC sessions.
ans:-
BDCDATA (standard structure).
105. What are the fields in a BDC_Tab Table.
ans:-
program,dynpro,dynbegin,fnam,fval.
106. What do you define in the domain and data element.
Technical details like
107. What is the difference between a pool table and a transparent table and how they are stored at the database level.
ans:-
ii)Pool tables is a logical representation of transparent tables .Hence no existence at database level. Where as transparent tables are physical tables and exist at database level.
㈧ 去面试了一家公司,软件开发的,他们说要先培训三个月,培训期间每个月800,三个月以后转正是3500
这是坑人的,
谁相信,
谁就被坑!
㈨ 最近应聘了一个软件的说要先培训三个月,培训之后,分15个月交15000的培训费,这样的公司是怎么回事应该去吗
假的,要交钱的都是假的,我已经有很多同学被骗了。正规的公司不会让你交钱,只是培训的时候回扣除相应工资。
㈩ 我昨天应聘了高速安检员的工作,要先交780元服装费培训1到3天,再到岗位上培训,1到3个月转正,自
最后怎么样,我和你同样的情况,公司也是一样地址也一样,什么国保特伟